Commit Graph

222 Commits

Author SHA1 Message Date
Erik Vold
9c833fc1df Bug 1131923 - Uplift Add-on SDK to Firefox a=me 2015-02-18 09:14:14 -08:00
Ryan VanderMeulen
91aa8783e3 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-12 18:02:35 -05:00
Florian Quèze
6c676d213b Bug 1123620 - remove the one-time intro popup for the new searchbox UI, r=Mossop. 2015-02-11 20:47:28 +01:00
Chris Pearce
8feccfb8e0 Bug 1131755 - Make media.eme.enabled pref enable/disable EME rather than hide/expose EME. r=bz 2015-02-12 11:27:25 +13:00
Dave Townsend
87780d2d9b 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
6eabe785a2 Bug 1114752 - Uplift Add-on SDK to Firefox a=me
--HG--
rename : addon-sdk/source/test/fixtures/test-page-worker.html => addon-sdk/source/test/addons/e10s-content/data/test-page-worker.html
rename : addon-sdk/source/test/fixtures/test-page-worker.js => addon-sdk/source/test/addons/e10s-content/data/test-page-worker.js
rename : addon-sdk/source/test/addons/places/favicon-helpers.js => addon-sdk/source/test/addons/places/lib/favicon-helpers.js
rename : addon-sdk/source/test/addons/places/httpd.js => addon-sdk/source/test/addons/places/lib/httpd.js
rename : addon-sdk/source/test/addons/places/places-helper.js => addon-sdk/source/test/addons/places/lib/places-helper.js
rename : addon-sdk/source/test/addons/places/tests/test-places-utils.js => addon-sdk/source/test/addons/places/lib/test-places-utils.js
rename : addon-sdk/source/test/fixtures/test-page-worker.html => addon-sdk/source/test/fixtures/addon-sdk/data/test-page-worker.html
rename : addon-sdk/source/test/fixtures/test-page-worker.js => addon-sdk/source/test/fixtures/addon-sdk/data/test-page-worker.js
2015-02-03 09:51:16 -08:00
Boris Zbarsky
ffc736c1a3 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
a3122c8ef6 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
2b08898cbb Bug 1087723: Make JS callers of ios.newChannel call ios.newChannel2 in addon-sdk/ (r=erikvold) 2015-01-22 19:56:49 -08:00
Nicholas Nethercote
8582ff9187 Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
--HG--
extra : rebase_source : 771710c5427141d738eef112fab00951eb8e20e3
2015-01-07 16:13:03 -08:00
Dão Gottwald
4ca84d76cc Bug 647540 - Get rid of the toolbar-primary class. r=enn
--HG--
extra : rebase_source : 3b1bf2598d73f7242945e4296df947f66dbeaf0a
2014-12-18 23:31:39 +01:00
Ryan VanderMeulen
0e5ac0e24e Backed out changeset 326f890f61a5 (bug 647540) for mass test bustage.
CLOSED TREE
2014-12-18 15:49:07 -05:00
Dão Gottwald
15ca6db58e Bug 647540 - Get rid of the toolbar-primary class. r=enn
--HG--
extra : rebase_source : a42a4c583376dfa153bd4e7bae514646b35a6e22
2014-12-18 19:53:27 +01:00
abdelrhman
605c00590b Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
J. Ryan Stinnett
9da1ab3c54 Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
Jan Varga
bcb1bd0f3c Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
--HG--
rename : dom/indexedDB/test/unit/bug1056939.zip => dom/indexedDB/test/unit/bug1056939_profile.zip
2014-11-28 09:44:12 +01:00
Gregory Szorc
4a36efc422 Bug 1103646 - Build addon-sdk XPIs in misc tier; r=mshal
libs is being phased out. Let's generate these XPIs during the misc tier.

--HG--
extra : rebase_source : 9ed4f0508dc57b55d7e6ee441ef575868d216ef7
2014-11-23 14:26:48 -08:00
Dave Townsend
41f03b8b69 Bug 1060138: Fix SDK context-menu API to work in e10s. r=zombie 2014-11-17 14:08:07 -08:00
Alexander J. Vincent
1255b6cbe8 Bug 1092477 - Let the subscript Loader report any URL it fails on, when it can. r=bholley 2014-11-08 17:08:09 -08:00
Nathan Froyd
b1bb9ff796 Bug 1095162 - fix sort order in |mach generate-addon-sdk-moz-build|; r=mshal 2014-11-07 06:26:07 -05:00
Dave Townsend
234d88566d Bug 1083327: Uplift Add-on SDK.
57b8a4a...1aee56d
2014-11-05 16:52:46 -08:00
Jason Orendorff
26dfad38c3 Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
--HG--
extra : rebase_source : 5780eed342b1780570650d140c7f14f966b7f1e1
2014-07-01 21:01:21 -05:00
Alexandre Poirot
7cb9870df6 Bug 1083068 - Improve SDK logging when a promise is rejected during tests. r=gozala 2014-10-15 01:11:00 -04:00
Dave Townsend
8102d17eec 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
2ffb10c766 Bug 1084385 - Clone chrome arrays before passing them to emitSync. r=gabor 2014-10-18 11:02:08 +02:00
Bobby Holley
6e028cdcea Bug 1084385 - Use exportFunction for emitToChrome. r=gabor 2014-10-18 11:02:08 +02:00
Bobby Holley
5312e35291 Bug 1083427 - Remove exposedProps from sandbox code. r=gabor 2014-10-16 15:28:30 +02:00
Dave Townsend
7e26fcd08b Bug 1079444: Correct a typo in the landing of this bug. 2014-10-13 13:51:25 -07:00
Dave Townsend
ac2e486a34 Bug 1079444: Include the httpd libs in the support files for mochitest-jetpack. r=zombie 2014-10-07 13:15:16 -07:00
Dave Townsend
f20c5f971f Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument. r=zombie 2014-10-06 13:56:58 -07:00
ZER0
a02e1fbcfd 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
94442589b3 Bug 1075429 - Uplift Add-on SDK to Firefox
cbf6cdd0d6...34141d4d4c
2014-10-02 19:41:36 +01:00
Dave Townsend
252035c9dd Bug 1068440: Uplift Add-on SDK to Firefox.
cc3242d1ca...cbf6cdd0d6
2014-09-26 08:32:55 -07:00
Nathan Froyd
9425745b22 Bug 1069682 - part 1 - ensure the addon-sdk's JS modules include .html files; r=erikvold 2014-09-19 09:34:15 -04:00
Nathan Froyd
ac0256e922 Bug 1069682 - part 0 - ensure changes to addon-sdk's moz.build are reflected in the mozbuild.template; r=erikvold 2014-09-19 09:33:50 -04:00
Dave Townsend
fa734afbbd Bug 1035512: Add a new common JS testing harness based on the mochitest test runner. r=gps, ted, erikvold, jmaher 2014-09-22 11:08:06 -07:00
Dave Townsend
7a33dc951e Backing out bug 893276 for causing bug 1058840. 2014-09-19 11:28:55 -07:00
Erik Vold
1e98fd7555 Bug 1050951 - Enable the page-mod-debugger-post test addon r=me 2014-09-16 11:00:56 -07:00
Erik Vold
ddc0326510 Bug 1039952 - Part 2: Move getInnerId to actors/webbrowser.js. r=me 2014-09-16 10:55:33 -07:00
Wes Kocher
332233753a Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo
285e8aa396 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
e3b0a150ca Backed out changeset a6d02cff43d3 (bug 1037235) for breaking WebIDE (bug 1067331)
--HG--
extra : amend_source : a7bfb1e931122663e7c14a7362a849520388e495
2014-09-15 16:23:04 +02:00
Erik Vold
6f40aa53bd Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Nathan Froyd
6d658e2858 Bug 1056324 - move addon-sdk/'s JS module installation to moz.build; r=gps; f=Mossop 2014-08-20 16:48:23 -04:00
Erik Vold
cfd354388f Bug 1063465 - Uplift Add-on SDK to Firefox r=me 2014-09-09 10:32:37 -07:00
Chris Peterson
b3b77faddd Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
Ryan VanderMeulen
d57ca8703d Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Bill McCloskey
42257acb97 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Erik Vold
16757ffd7f Bug 1053911 - Uplift Add-on SDK to Firefox r=me 2014-08-23 08:30:34 -07:00
Bill McCloskey
98bdfe240c Bug 1046964 - Fix some JS warnings (r=ttaubert) 2014-08-19 17:27:58 -07:00