Dave Townsend
13e8b55037
Bug 1179013: Uplift Add-on SDK. a=me
...
d8ba32821e...96ae8d914f
2015-06-30 15:10:35 -07:00
Jeff Walden
ae8826640f
Bug 1176411 - Stop parenthesizing array/object pattern destructuring assignment targets in addon SDK code. r=jsantell, a=KWierso
2015-06-19 16:22:19 -07:00
Ryan VanderMeulen
f1e4c4ddb4
Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail.
2015-06-05 11:49:54 -04:00
Matthew Noorenberghe
fb15a0be6d
Bug 1171298 - Show the ConsoleAPI message prefix in web/browser consoles. r=bgrins,Mossop
2015-06-04 14:11:45 -07:00
Erik Vold
70ce269674
Bug 1171638 - Uplift Add-on SDK to Firefox a=me
...
d8ba32821e...931569a0dc
2015-06-04 16:38:33 -07:00
Dave Townsend
564e82c386
Bug 1163816: Fix Fennec bustage from bug 854982. r=jsantell
2015-05-20 16:33:28 -07:00
Tom Schuster
5d2068da71
Bug 1150855 - Remove uses of the curly syntax. r=jaws
2015-05-22 21:23:57 +02:00
Christoph Kerschbaumer
4701bd2e1a
Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update newChannel2 (r=sicking,paolo)
2015-05-21 19:52:03 -07:00
Christoph Kerschbaumer
3c253c09de
Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo)
2015-05-21 19:51:40 -07:00
Dave Townsend
213b569ad1
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
...
af7133332a...d8ba32821e
2015-04-24 12:36:06 -07:00
ziyunfei
649e7033e4
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
Shane Caraveo
6350012922
Bug 1153952 fix social button size, clarify attribute name across sdk and social, r=dao
2015-04-14 10:19:37 -07:00
Jan Keromnes
cf0f8c201b
Bug 1090949 - Make WebIDE's Firefox OS Simulators configurable. r=ochameau
2015-04-08 14:43:00 -04:00
Andrew McCreight
5cc7a1afef
Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley
2015-03-29 07:52:54 -07:00
Dave Townsend
dfc89b24b8
Bug 1146943: Uplift Add-on SDK. a=me
...
3394ad5d1d...af7133332a
2015-03-23 15:24:56 -07:00
Dave Townsend
bc2ca36716
Bug 1141796: Don't inject the SDK console into pages loaded in tabs. r=erikvold
2015-03-16 11:31:14 -07:00
Dave Townsend
a848aee169
Bug 1139189: Uplift the Add-on SDK to Firefox a=me
...
3fbf5a6bdd..3394ad5d1d
2015-03-11 22:19:48 -07:00
Jason Orendorff
5bbf30f3fd
Bug 1132522, part 2 - Treat false return from proxyHandler.set() as strict mode failure. r=efaust.
...
This changeset includes a change in addon-sdk/source that is logically of a piece with the rest, but was reviewed separately; see <https://github.com/mozilla/addon-sdk/pull/1888 >. r=Mossop.
2015-02-13 09:49:31 -06:00
Jan de Mooij
512628975d
Bug 1140361 - Remove __noSuchMethod__ from the add-on SDK. r=erikvold
2015-03-09 10:12:44 +01:00
Erik Vold
aa75fa6a2a
Bug 1134759 - Uplift the Add-on SDK to Firefox a=me
2015-02-25 18:53:25 -08:00
Erik Vold
1e9d6d967c
Bug 1131923 - Uplift Add-on SDK to Firefox a=me
2015-02-18 09:14:14 -08:00
Dave Townsend
cdd97019f1
Bug 1124703: Send synthetic pageshow events when asynchronous message passing mean that we miss the real ones. r=jsantell
2015-02-03 14:04:59 -08:00
Erik Vold
bd05d2922a
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
Boris Zbarsky
3783707ace
Bug 1107443 part 5. Fix the addon SDK to not try defining non-configurable properties on content windows. r=mossop
2015-01-23 09:54:15 -05:00
Christoph Kerschbaumer
a16f126f7f
Bug 1087723: Make JS callers of ios.newChannel call ios.newChannel2 in addon-sdk/ - tests (r=erikvold)
2015-01-22 19:57:45 -08:00
Christoph Kerschbaumer
1b70ed5a9a
Bug 1087723: Make JS callers of ios.newChannel call ios.newChannel2 in addon-sdk/ (r=erikvold)
2015-01-22 19:56:49 -08:00
Dão Gottwald
3ce1156660
Bug 647540 - Get rid of the toolbar-primary class. r=enn
2014-12-18 23:31:39 +01:00
Ryan VanderMeulen
03979309b7
Backed out changeset 326f890f61a5 (bug 647540) for mass test bustage.
...
CLOSED TREE
2014-12-18 15:49:07 -05:00
Dão Gottwald
d9448f72ea
Bug 647540 - Get rid of the toolbar-primary class. r=enn
2014-12-18 19:53:27 +01:00
Jan Varga
748d734cae
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
2014-11-28 09:44:12 +01:00
Dave Townsend
09c0165e82
Bug 1060138: Fix SDK context-menu API to work in e10s. r=zombie
2014-11-17 14:08:07 -08:00
Dave Townsend
a0577b5463
Bug 1083327: Uplift Add-on SDK.
...
57b8a4a...1aee56d
2014-11-05 16:52:46 -08:00
Jason Orendorff
bcc9db0b2c
Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
2014-07-01 21:01:21 -05:00
Alexandre Poirot
76152e0e0e
Bug 1083068 - Improve SDK logging when a promise is rejected during tests. r=gozala
2014-10-15 01:11:00 -04:00
Dave Townsend
9a9d494044
Bug 1083391: Only send panel show/hide events after the panel's document is ready. r=erikvold
2014-10-20 11:52:27 -07:00
Bobby Holley
c43bb0c690
Bug 1084385 - Clone chrome arrays before passing them to emitSync. r=gabor
2014-10-18 11:02:08 +02:00
Bobby Holley
11ba473c39
Bug 1084385 - Use exportFunction for emitToChrome. r=gabor
2014-10-18 11:02:08 +02:00
Bobby Holley
eb547de433
Bug 1083427 - Remove exposedProps from sandbox code. r=gabor
2014-10-16 15:28:30 +02:00
Dave Townsend
f11f84dc2d
Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument. r=zombie
2014-10-06 13:56:58 -07:00
ZER0
b05dc3d753
Bug 1078378 - Replace the array instance used by emitSync with one from the content's sandbox. r=Mossop
2014-10-06 13:56:18 -07:00
Erik Vold
744634eecb
Bug 1075429 - Uplift Add-on SDK to Firefox
...
cbf6cdd0d6...34141d4d4c
2014-10-02 19:41:36 +01:00
Dave Townsend
f1e5377077
Bug 1068440: Uplift Add-on SDK to Firefox.
...
cc3242d1ca...cbf6cdd0d6
2014-09-26 08:32:55 -07:00
Dave Townsend
9f3b41964b
Backing out bug 893276 for causing bug 1058840.
2014-09-19 11:28:55 -07:00
Wes Kocher
877afbd303
Merge m-c to inbound a=merge
2014-09-15 16:41:45 -07:00
Shu-yu Guo
6cfc2eb110
Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo)
2014-09-15 16:30:46 -07:00
Paul Rouget
7b3c0e4229
Backed out changeset a6d02cff43d3 (bug 1037235) for breaking WebIDE (bug 1067331)
2014-09-15 16:23:04 +02:00
Erik Vold
164a27af2b
Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop
2014-09-09 18:33:55 -07:00
Erik Vold
1aa57239f8
Bug 1063465 - Uplift Add-on SDK to Firefox r=me
2014-09-09 10:32:37 -07:00
Chris Peterson
def5e6780e
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
2014-07-21 21:43:21 -07:00
Erik Vold
879465baa8
Bug 1062132 - Uplift Add-on SDK to Firefox r=me
2014-09-03 01:08:20 -07:00