Mike Hommey
67404442a6
Bug 1256004 - Create the addon-sdk test addons directly under addon-sdk. r=gps
...
Instead of creating them in a subdirectory, possibly racing over the
creation of said subdirectory, just create them in the existing current
directory. They're being copied over to some other place anyways, they
just have to be picked from the right location when doing so.
2016-08-16 08:32:54 +09:00
Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Ben Kelly
6a233c23f5
Bug 1267693 P3 Add a test to detect window leaks when using sdk/window/events. r=gabor a=kwierso
2016-07-15 14:30:08 -07:00
Luca Greco
3d4736119e
Bug 1222690 - Test SDK Content Scripts are not frozen before document.readyState complete. r=gabor
...
MozReview-Commit-ID: DZSFb7tS2YQ
--HG--
extra : transplant_source : Un%D5%88%B0%7D%A2V%167c%F0%DC%8C%CD%3Dw%C3L%ED
2016-06-20 16:12:33 +02:00
Mike Shal
f9107c3ce4
Bug 1261473 - Remove INSTALL_TARGETS from addon-sdk/Makefile.in; r=chmanchester
...
MozReview-Commit-ID: CWsimFT6MFv
2016-03-31 16:07:13 -04:00
Mike Hommey
10546de21b
No bug - Add missing information that addon-sdk/Makefile.in uses a misc target. r=me
2015-12-01 16:46:59 +09:00
Gabor Krizsanits
b9ce1d2178
Bug 1196975 - part2: shimwaiver applications. r=mossop
2015-10-09 06:00:00 +02:00
Dave Townsend
610674c3bb
Bug 1129662: sdk/page-worker should use a remote page. r=krizsa
...
This makes page-worker load its pages in the remote process. It does so by
creating a single frame in the hidden window used to ensure we have a remote
process when necessary and then a module in the remote process is used to
create windowless browsers to load the pages.
This does break one API, getActiveView, but I don't think we should be
maintaining that and it has been unstable since its inception anyway.
Once downside, the l10n module now has to use the observer service to detect
documents rather than the DOM event, this might be causing more CPOW traffic
since that observer notification is shimmed so we may need to use the shim
waiver there.
--HG--
extra : commitid : FDiGeJzOj6Y
extra : rebase_source : 4a237ee4e75a5b00e8bc17df67dfc9a6db99156e
2015-10-16 13:22:28 -07:00
Dave Townsend
a184de4560
Bug 1179013: Uplift Add-on SDK. a=me
...
d8ba32821e...96ae8d914f
--HG--
extra : commitid : a69qoBWTUP
extra : rebase_source : 7d0464d7fa1af660b5971bda97786112b0c76053
2015-06-30 15:10:35 -07:00
Ryan VanderMeulen
6ae5247c92
Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail.
2015-06-05 11:49:54 -04:00
Erik Vold
cebc85a2b0
Bug 1171638 - Uplift Add-on SDK to Firefox a=me
...
d8ba32821e...931569a0dc
2015-06-04 16:38:33 -07:00
Dave Townsend
c87f83831d
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
...
af7133332a...d8ba32821e
--HG--
extra : rebase_source : 79cbc82f8c7159ed4fe109c83e72b18d7c61165a
2015-04-24 12:36:06 -07:00
Dave Townsend
2752de9a55
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
cac13216a3
Bug 1139189: Uplift the Add-on SDK to Firefox a=me
...
3fbf5a6bdd..3394ad5d1d
--HG--
rename : addon-sdk/source/test/addons/l10n/locale/en-GB.properties => addon-sdk/source/test/addons/e10s-l10n/locale/en.properties
rename : addon-sdk/source/test/addons/l10n/locale/en-GB.properties => addon-sdk/source/test/addons/l10n/locale/en.properties
extra : rebase_source : f29b067cf47279b79946d01c510e52780798a64f
2015-03-11 22:19:48 -07: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
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
Dave Townsend
c936429261
Bug 1083327: Uplift Add-on SDK.
...
57b8a4a...1aee56d
2014-11-05 16:52:46 -08: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
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
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
Nathan Froyd
542214c4df
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Erik Vold
389c59b569
Bug 1040432 - Move sdk/system/xul-app to a jsm so that cuddlefish/toolkit loaders can access it easily. r=Mossop
2014-07-21 19:25:18 -07:00
Erik Vold
9bae2c0b02
Bug 1009334 - Ship the Add-on SDK bootstrap.js file with Firefox r=Mossop
2014-05-20 13:22:41 -07:00
Jordan Santell
9dcb2bb2d3
Bug 858278 - Add addon-sdk tests outside of the SDK environment to ensure loader works anywhere. r=mossop, r=gps
2014-01-17 11:15:59 -08:00
Paolo Amadini
d5594dfe54
Bug 810490 - Constant stack space promise. r=mossop
...
--HG--
rename : addon-sdk/test/unit/test_promise.js => toolkit/modules/tests/xpcshell/test_Promise.js
2013-05-30 14:23:42 +02:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Gregory Szorc
5d74e09655
Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted
2013-02-25 12:47:23 -08:00