Commit Graph

781 Commits

Author SHA1 Message Date
Ryan VanderMeulen
1ce4fb8a84 Backed out changeset f856bcb5097f (bug 689256) for xpcshell orange on a CLOSED TREE. 2013-03-06 14:37:34 -05:00
Gabriele Svelto
994415fc7b Bug 689256 - Record invalid PROCESS_CREATION timestamps and adjust tests to cope with them. r=glandium 2013-03-05 18:24:21 +01:00
Gregory Szorc
cc8470b5e8 Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
Dave Townsend
f3bad0d1f9 Bug 824022: Forcibly timeout xpcshell tests that run too long. r=Unfocused 2013-02-23 21:55:23 -08:00
Dave Townsend
77c3430a18 Bug 554780: Make plugins provider correctly handle plugins being added and removed through detection at runtime. r=Unfocused 2013-02-15 10:12:44 -06:00
Mike Hommey
94d34b6513 Bug 755724 - Move browser application in a subdirectory. r=jimm 2013-02-11 14:10:16 +01:00
Irving Reid
c6afe4138b Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup r=Mossop
--HG--
rename : browser/modules/TelemetryTimestamps.jsm => toolkit/modules/TelemetryTimestamps.jsm
rename : browser/modules/test/browser_TelemetryTimestamps.js => toolkit/modules/tests/browser_TelemetryTimestamps.js
2013-02-07 16:47:33 -05:00
Nathan Froyd
152e9edc71 Bug 715376 - update MockFilePicker.init() to take a window for event dispatching purposes; r=jmaher 2012-10-16 17:39:32 -04:00
Dave Townsend
13948d8c34 Bug 818468: Langpacks aren't being properly registered in bootstrappedAddons. r=Unfocused 2013-01-13 16:29:25 -08:00
Jim Mathies
f5523fcce2 Bug 817881 - Move test plugin to dist/plugins, and touch up tests and test logic to support the change. r=glandium, dtownsend 2012-12-17 12:08:00 -06:00
Blair McBride
56de5038cc Bug 806534 - Support regular expressions in extension id for blocklist entries. r=Mossop 2012-11-27 16:40:00 +13:00
David Keeler
c2fa73a4b7 bug 811375 - decouple nsIPluginTag::clicktoplay from click-to-play blocklisting r=joshmoz 2012-11-19 14:03:24 -08:00
Jim Mathies
219d437ae4 Bug 810810 - Fixup misc. directory issues with plugin tests. r=bsmedberg, glandium 2012-11-17 14:35:24 -06:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Eduard Neculaesi
2be618d30e Bug 802945 - Remove aType parameter from AddonUpdateChecker.checkForUpdates and UpdateParser. r=Unfocused 2012-10-24 08:20:00 +13:00
Frank Yan
b03dbb29d7 Bug 619652 - Display plugin file and mime types in Add-ons Manager. Part 2: Test. r=Unfocused 2012-10-19 04:15:25 -07:00
Ed Morley
bd0d1f6c0a Bug 795393 - Remove instances of "ifneq (mobile,$(MOZ_BUILD_APP))" since they're now always true; r=ted 2012-10-06 16:46:09 +01:00
Jesper Kristensen
f8f34f3fa3 Bug 782118 - Dictionary add-ons cannot be updated from addons.mozilla.org. r=Unfocused 2012-10-04 17:54:40 -04:00
Tim Taubert
f824f55136 merge m-c to fx-team 2012-10-02 09:59:18 +02:00
Julian Muenster
1d6de614d7 Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused 2012-09-27 07:42:00 +12:00
David Keeler
75a180d8e8 bug 772897 - implement addon manager ui for click-to-play plugins r=unfocused 2012-09-25 11:49:18 -07:00
Axel Hecht
dca386cd9d bug 677092, make language packs restartless, r=Unfocused
Make language packs just trigger the chrome registration hooks, and
disable picking up bootstrap.js, and declare them restartless.

--HG--
rename : build/valgrind/cross-architecture.sup => build/valgrind/x86_64-redhat-linux-gnu.sup
rename : toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest => toolkit/mozapps/extensions/test/addons/test_langpack/chrome.manifest
rename : toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_langpack/install.rdf
rename : toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js => toolkit/mozapps/extensions/test/xpcshell/test_langpack.js
extra : rebase_source : 73562f71a9ba983be8e84fb891c8b0d8246cdaf6
2012-09-20 10:01:39 +02:00
Brad Lassey
67790e4274 bug 792825 - Crash in js::gc::MarkObjectRange on CyanogenMod 10, back out changeset 9a02263d7206 r=mossop 2012-09-29 08:03:54 -04:00
Dave Townsend
f74fa6736b Bug 671894 - Part 1: Add-ons Manager doesn't recover correctly in some cases when the database is locked. r=Unfocused 2012-05-10 12:49:36 -07:00
Marcos S.
3665bcb073 Bug 758950 - Part 2b: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-09-17 15:14:00 +12:00
Graeme McCutcheon
13c767cf84 Merge last PGO green changeset from mozilla-inbound to mozilla-central 2012-09-19 15:15:34 +01:00
Blair McBride
908bb68c06 Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop 2012-09-18 16:49:42 +12:00
Blair McBride
ab73d21425 Backout 7209f50695da (bug 788378) due to debug xpcshell orange 2012-09-18 19:27:55 +12:00
Blair McBride
308f9d21d5 Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop 2012-09-18 16:49:42 +12:00
Blair McBride
6e897d31ae Bug 788416 - Remove ancient and unused tests in toolkit\mozapps\extensions\test\unit. r=Mossop 2012-09-18 16:48:01 +12:00
Adam Dane [:hobophobe]
fe6d81410d Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger 2012-09-17 18:45:10 -05:00
David Keeler
cbc3fb0b92 Bug 789620 - a plugin that gets unblocklisted should go back to normal. r=bmcbride 2012-09-10 14:24:28 -07:00
Blair McBride
b03213d7dc Bug 787253 - Addons Manager XPCShell tests that set AddonManager.checkCompatibility too early are failing on Aurora 17 nightly builds. r=Mossop 2012-09-05 14:46:37 +12:00
Victor Porof
02fccc4072 Merge m-c to fx-team 2012-09-03 13:24:52 +03:00
Fraser Gutteridge
41b8bbd4c6 Bug 759642 - Part 2: Add-ons Manager should use Components.Exception consistently when throwing exceptions. r=Unfocused 2012-09-03 19:13:04 +12:00
Geoff Lankow
91d6a852b1 Bug 773214 - Make AddonInstall/AddonInstallWrapper aware of different icon sizes; r=Unfocused 2012-08-23 18:49:29 +12:00
Joe Drew
25db76739c Bug 706908 - Tests for Windows 8 version, and some other OS version tests. r=bjacob 2012-08-31 12:42:07 -04:00
Tim Taubert
690de38a33 merge m-c to fx-team 2012-08-19 21:07:15 -07:00
Geoff Lankow
50dfa01788 Bug 740289 - Check install.rdf has a valid combination of optionsType, optionsURL and/or options.xul in the add-on. r=Unfocused 2012-08-18 19:48:53 +12:00
Geoff Lankow
5b78ea6b33 Bug 704751 - toolkit/mozapps/extensions/content/extensions.js should not use sync XHR; r=Unfocused 2012-08-18 19:48:53 +12:00
Jesper Kristensen
e9cc4618f2 Bug 782115 - Dictionary add-ons should be compatible by default. r=Mossop 2012-08-16 22:05:30 -04:00
Marcos S.
afd75d4fa4 Bug 758950 - Part 1: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-08-06 01:03:00 +12:00
Ryan VanderMeulen
2dc86e8608 Merge m-c to inbound. 2012-08-16 17:35:14 -04:00
Tim Taubert
4f66306ec3 merge m-c to fx-team 2012-08-16 11:10:41 -07:00
Mark Banner
e62e39c6a1 Bug 741972 - Test failures on ESR when channel is set to ESR, TEST-UNEXPECTED-FAIL | test_AddonRepository_compatmode.js | compatmode-strict@tests.mozilla.org == compatmode-ignore@tests.mozilla.org and more. Change tests to re-use the new AddonManager.checkCompatibility attribute for future-proofing channel additions/changes. r=bmcbride 2012-08-16 08:49:46 +01:00
Mark Capella
d35354cd9e Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Toolkits, r=ted, f=gps 2012-08-14 10:06:12 -04:00