Bill McCloskey
0f6b688b48
Bug 1046964 - Fix some JS warnings (r=ttaubert)
2014-08-19 17:27:58 -07:00
Ryan VanderMeulen
0e89667592
Merge inbound to m-c. a=merge
2014-08-09 11:19:46 -04:00
Sylvestre Ledru
2e0c1ce1ec
Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
...
--HG--
extra : rebase_source : 29019a02711ffce5c148787517051855259b6446
2014-08-09 15:37:29 +02:00
Erik Vold
5affd7440f
Bug 1042239 creating a promise which resolves when the system has started r=Mossop
2014-08-09 00:01:23 -07:00
Carsten "Tomcat" Book
93574c6c52
Merge mozilla-central to mozilla-inbound
2014-07-30 14:10:53 +02: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
15ea581c66
Bug 1045115 - Uplift Add-on SDK to Firefox r=me
2014-07-29 17:14:18 -07:00
Wes Kocher
ea4d84b377
Backed out changeset 74f015f58be9 (bug 1037235) under suspicion of causing various failures on a CLOSED TREE
2014-07-24 13:37:05 -07:00
Erik Vold
d8916bf7e5
Bug 1037235 - toolkit/loader doesn't check module compatibility
2014-07-24 11:43:48 -07:00
Bobby Holley
54b6ef3afc
Bug 742444 - Rejigger unsafeWindow definition to not rely on passing waivers across origins. r=gabor
2014-07-22 16:14:26 -07: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
4aaca6c799
Bug 1040336 - Uplift Add-on SDK to Firefox r=me
...
--HG--
rename : addon-sdk/source/test/fixtures/css-include-file.css => addon-sdk/source/test/fixtures/include-file.css
2014-07-17 13:54:21 -07:00
Erik Vold
0f7bcfe67c
Bug 1037374 - Uplift Add-on SDK to Firefox r=me
2014-07-15 06:19:40 -07:00
Bobby Holley
b27f48db5b
Bug 1034262 - Don't use wantXrays for requiresAddonGlobal sandboxes. r=gabor
2014-07-10 10:04:30 -07:00
Alexandre Poirot
f2b703b3b6
Bug 1013997 - Use only one compartment for all devtools modules. r=mossop, r=past
2014-07-07 06:07:00 -04:00
Erik Vold
a2a70e3ca7
Bug 1035329 - Uplift Add-on SDK to Firefox r=me
2014-07-07 19:37:56 -07:00
Anup Kumar
2673e84d0c
Bug 451578 - Replace |.getService() .QueryInterface(iid)| by |.getService(iid)| in mozilla-central. r=Yoric
2014-07-03 10:31:00 +02:00
Erik Vold
737a51a228
Bug 1032969 - Uplift Add-on SDK to Firefox r=me
2014-07-02 14:37:05 -07:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Erik Vold
c4b97191fc
Bug 1029207 - Uplift Add-on SDK to Firefox r=me
2014-06-24 10:36:52 -07:00
Nicholas Nethercote
aaf6fb2124
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
...
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Boris Zbarsky
3a5702d71d
Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop
2014-06-17 15:01:47 -04:00
Erik Vold
d534c4eba5
Bug 1024837 - Uplift Add-on SDK to Firefox r=me
2014-06-16 14:42:23 -07:00
Cameron McCormack
f8e8ccc5d0
Bug 1023655 - Remove DOCTYPEs from SVG documents to avoid failed DTD loads. r=Unfocused
2014-06-11 12:08:23 +10:00
Erik Vold
0497c225dc
Bug 1021280
- Uplift Add-on SDK to Firefox r=me
2014-06-05 16:22:03 -07:00
Bobby Holley
8b61dab657
Bug 1015396 - Get rid of apiSandbox. r=irakli
...
Currently, Jetpack uses two sandboxes for each content script - one for the
content script itself, and another for SDK machinery. And we end up getting Xrays
between the sandboxes, even though they're same-origin (generally with an nsEP)
because Jetpack sandboxes use |wantXrays: true| to get same-origin Xrays.
Object Xrays cause all sorts of communication problems between the sandboxes.
Irakli says we don't actually need the separate sandbox anymore since we've
removed the proxy layer, so let's just get rid of it.
2014-05-30 15:11:06 -07:00
Eddy Bruel
f8fd30abd5
Bug 1003095 - Convert DevToolsExtensions.jsm into an SDK module;r=past;r=ZER0
2014-05-22 16:20:41 +02:00
Erik Vold
9a73288e1c
Bug 1013510 - Uplift Add-on SDK to Firefox r=me
...
--HG--
rename : addon-sdk/source/python-lib/cuddlefish/tests/preferences-files/packages/curly-id/package.json => addon-sdk/source/test/fixtures/preferences/curly-id/package.json
rename : addon-sdk/source/python-lib/cuddlefish/tests/preferences-files/packages/no-prefs/package.json => addon-sdk/source/test/fixtures/preferences/no-prefs/package.json
rename : addon-sdk/source/python-lib/cuddlefish/tests/preferences-files/packages/preferences-branch/package.json => addon-sdk/source/test/fixtures/preferences/preferences-branch/package.json
2014-05-20 21:46:38 -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
James Graham
54a81fe8c7
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
2014-05-16 04:55:00 +02:00
Erik Vold
8c29ce9d0b
Bug 1011107 - Uplift Add-on SDK to Firefox
2014-05-15 12:39:59 -07:00
Erik Vold
59f30ad9f1
Bug 1004395 - Uplift Add-on SDK to Firefox r=me
2014-05-09 10:10:05 -07:00
Gabor Krizsanits
2e43b0c9d2
Bug 999585 - wantExportHelpers for all content-script. r=Mossop
2014-04-28 11:53:50 +02:00
Erik Vold
67504f51e1
Bug 1001074 - Uplift Add-on SDK to Firefox r=me
2014-04-24 12:32:56 -07:00
Dão Gottwald
51fdc20682
Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws
2014-04-25 14:30:18 +02:00
Erik Vold
51c83448d0
Bug 997561 - Uplift Add-on SDK to Firefox (CLOSED TREE) r=me
2014-04-17 02:07:49 -07:00
Erik Vold
7b8ad73f76
Bug 993272 - Uplift Add-on SDK to Firefox
2014-04-14 22:56:11 -07:00
Gabor Krizsanits
82441b935c
Bug 821809 - Part3: nsEp for content-script. r=rFobic
2014-04-10 19:52:54 +02:00
Carsten "Tomcat" Book
f05a02bdf6
Backed out changeset 22feaebc0b2c (bug 821809) win8 debug jetpack-sdk test failures
2014-04-09 15:12:01 +02:00
Gabor Krizsanits
74b2d314db
Bug 821809 - Using nsExpandedPrincipal for jetpack content-scripts. r=rFobic
2014-04-09 11:52:24 +02:00
Mark Hammond
cae334e085
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Ed Lee
325b30f3df
Bug 990284 - Only allow data:text/html, events in test-content-events tests [r=jsantell]
...
Switch from url blacklist to url whitelist.
2014-03-31 16:00:56 -07:00
Phil Ringnalda
25ffcd7643
Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined
2014-03-30 23:18:57 -07:00
Mark Hammond
cde2db8ab1
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-03-31 14:11:49 +11:00
Erik Vold
ad6eb6e06b
Bug 988743 - Uplift Add-on SDK to Firefox
2014-03-27 03:23:12 -07:00
Kan-Ru Chen (陳侃如)
2406bcb027
Bug 957241 - Don't package the full sdk when we don't need it. r=gps
2014-03-24 17:09:45 +08:00
Boris Zbarsky
009cf4dd56
Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff
2014-03-20 23:19:42 -04:00
Erik Vold
6effd4ef72
Bug 985956 - Uplift Add-on SDK to Firefox
2014-03-20 08:07:16 -07:00
Erik Vold
34c7599e4e
Bug 964545 Add-on SDK page-mods are now debuggable r=dcamp
2014-01-27 23:21:31 -08:00
Erik Vold
79663ddcc2
Bug 982379 - Uplift Add-on SDK to Firefox
2014-03-12 17:20:56 -07:00