Граф коммитов

223 Коммитов

Автор SHA1 Сообщение Дата
Erik Vold 8e54462bcd Bug 1134759 - Uplift the Add-on SDK to Firefox a=me 2015-02-25 18:53:25 -08:00
Erik Vold 20d887e8dd Bug 1131923 - Uplift Add-on SDK to Firefox a=me 2015-02-18 09:14:14 -08:00
Ryan VanderMeulen a801fa4088 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-12 18:02:35 -05:00
Florian Quèze 130ed4d90f 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 3c63ccea40 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 ada58bf4b0 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 eba25816af 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 57de0e8c3f 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 e8da9e9104 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 a4cc7b2651 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 97b5d348cc 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 6a3af64ec2 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 914582b88e Backed out changeset 326f890f61a5 (bug 647540) for mass test bustage.
CLOSED TREE
2014-12-18 15:49:07 -05:00
Dão Gottwald a734ce9a37 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 3990efb3f1 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 fe3b52b03e Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
Jan Varga 3528192339 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 452a379c97 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 b18e7ef8e1 Bug 1060138: Fix SDK context-menu API to work in e10s. r=zombie 2014-11-17 14:08:07 -08:00
Alexander J. Vincent 179821a35d 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 ae978e0f1c Bug 1095162 - fix sort order in |mach generate-addon-sdk-moz-build|; r=mshal 2014-11-07 06:26:07 -05:00
Dave Townsend c936429261 Bug 1083327: Uplift Add-on SDK.
57b8a4a...1aee56d
2014-11-05 16:52:46 -08:00
Jason Orendorff 2cacf236ed 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 958475419a Bug 1083068 - Improve SDK logging when a promise is rejected during tests. r=gozala 2014-10-15 01:11:00 -04:00
Dave Townsend 9245e53a8b 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 32b97d422e Bug 1084385 - Clone chrome arrays before passing them to emitSync. r=gabor 2014-10-18 11:02:08 +02:00
Bobby Holley 990b14ab4f Bug 1084385 - Use exportFunction for emitToChrome. r=gabor 2014-10-18 11:02:08 +02:00
Bobby Holley 531fb8a604 Bug 1083427 - Remove exposedProps from sandbox code. r=gabor 2014-10-16 15:28:30 +02:00
Dave Townsend d31d952d4e Bug 1079444: Correct a typo in the landing of this bug. 2014-10-13 13:51:25 -07:00
Dave Townsend b152cccad4 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 dc512d32ce Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument. r=zombie 2014-10-06 13:56:58 -07:00
ZER0 015b238d7a 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 e1d24f07cb Bug 1075429 - Uplift Add-on SDK to Firefox
cbf6cdd0d6...34141d4d4c
2014-10-02 19:41:36 +01:00
Dave Townsend c8227e3f8b Bug 1068440: Uplift Add-on SDK to Firefox.
cc3242d1ca...cbf6cdd0d6
2014-09-26 08:32:55 -07:00
Nathan Froyd 15b4a517ea 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 ad1da648b6 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 f485086973 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 d8f0e845e0 Backing out bug 893276 for causing bug 1058840. 2014-09-19 11:28:55 -07:00
Erik Vold 8ec5a56dab Bug 1050951 - Enable the page-mod-debugger-post test addon r=me 2014-09-16 11:00:56 -07:00
Erik Vold 15b6a6755f Bug 1039952 - Part 2: Move getInnerId to actors/webbrowser.js. r=me 2014-09-16 10:55:33 -07:00
Wes Kocher 6e187f49f8 Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo 15262d36a9 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 bfba482515 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 d3d9b5a320 Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Nathan Froyd 0d574b3aed 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 1a7a29d7b9 Bug 1063465 - Uplift Add-on SDK to Firefox r=me 2014-09-09 10:32:37 -07:00
Chris Peterson d126c3c24f Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
Ryan VanderMeulen f5859a2048 Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Bill McCloskey 757ebcfbe3 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Erik Vold 26c5a58e14 Bug 1053911 - Uplift Add-on SDK to Firefox r=me 2014-08-23 08:30:34 -07:00