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

11 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley dc3dbfe100 Bug 826146 - Add a pref-controlled install confirmation override for automation. r=sicking, a=sicking 2013-01-04 10:21:31 -08:00
David Chan b34aac7003 Bug 816847 - Use AppService instead of Webapps.jsm for manifest lookup. r=jgriffin, a=NPOTB 2012-11-30 10:52:40 -08:00
Philipp von Weitershausen 7a8b576d9a Bug 807478 - Fix DebuggerProtocol and SpecialPowers imports for jsloader.reuseGlobal = true. r=past a=blocking-basecamp 2012-11-02 18:03:13 -07:00
Kyle Huey d5ba4574f0 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon a=bajaj 2012-11-11 10:28:38 -08:00
Doug Turner 7261575f6d Bug 805322 - Device Storage - Add tests to ensure Application Permissions match that of the Permission Matrix. r=jmaher, a=blocking-basecamp 2012-10-31 10:06:51 -07:00
Joel Maher 9421c04642 Bug 773891 - Fix pushprefenv to support char/string types. r=jdm, a=blocking-basecamp 2012-10-18 08:03:31 -04:00
Ben Turner 92c6ce46ca Bug 786295 - 'Delete IndexedDB related to an app when uninstalled' r=bz+khuey+sicking, a=blocking-basecamp+. 2012-10-23 09:31:19 -07:00
Bobby Holley eab6657fa0 Bug 794420 - Remove hard edge from SpecialPowers to window.Components. r=khuey a=bajaj
This causes us to leak every window ever, a la bug 722428.

--HG--
extra : transplant_source : %3C%B1%F7%AEw%7E%08%F5%FE%E3%C2%03%E0%5B%91%98v%C1%1B%D6
2012-10-10 10:57:38 +02:00
Justin Lebar 82e6843b16 Bug 794280 - Improve comment for SpecialPowers.pushPrefEnv(). r=ted DONTBUILD 2012-10-02 12:04:24 -04:00
Bobby Holley 373e284d28 Bug 792036 - Add a SpecialPowers API to provide access to the Components object in various forms. r=mrbkap,ted
Now that window.Components is no longer acccessible to page JS, we need a way
to access it in mochitests. So this patch provides SpecialPowers.Components,
which is the bonafide Components object for the window upon which SpecialPowers
is defined. It also provides SpecialPowers.{Cc,Ci,Cr,Cu}, which are SpecialPowers-wrapped
versions of their respective sub-objects (with the exception of Ci, which is unwrapped).
2012-09-24 14:46:27 +02:00
Joel Maher 3c0592ca47 Bug 762908 - Rip enablePrivilege out of spidermonkey tests. r=ted
--HG--
rename : testing/mochitest/specialpowers/Makefile.in => testing/specialpowers/Makefile.in
rename : testing/mochitest/specialpowers/chrome.manifest => testing/specialpowers/chrome.manifest
rename : testing/mochitest/specialpowers/components/SpecialPowersObserver.js => testing/specialpowers/components/SpecialPowersObserver.js
rename : testing/mochitest/MockFilePicker.jsm => testing/specialpowers/content/MockFilePicker.jsm
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/mochitest/tests/SimpleTest/SpecialPowersObserverAPI.js => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/mochitest/specialpowers/content/specialpowers.js => testing/specialpowers/content/specialpowers.js
rename : testing/mochitest/tests/SimpleTest/specialpowersAPI.js => testing/specialpowers/content/specialpowersAPI.js
rename : testing/mochitest/specialpowers/install.rdf => testing/specialpowers/install.rdf
rename : testing/mochitest/specialpowers/jar.mn => testing/specialpowers/jar.mn
2012-09-20 09:06:50 -04:00