Dave Townsend
|
acbf6c0648
|
Bug 557269: Port old xpcshell tests to the new API. r=robstrong
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
|
2010-04-28 11:49:56 -07:00 |
|
Dave Townsend
|
dd14cba960
|
Bug 553022: Remove cancelled and failed installs from the active installs list. r=robstrong
|
2010-04-07 11:16:10 -07:00 |
|
Dave Townsend
|
9bce08e51c
|
Bug 552732: Update the app update service to work with the new API. r=robstrong
|
2010-04-14 09:54:52 -07:00 |
|
Dave Townsend
|
d75ab5e396
|
Bug 552732: Add isCompatibleWith and rename the UpdateListener methods. r=robstrong
|
2010-04-26 10:43:09 -07:00 |
|
Dave Townsend
|
e25c9920c1
|
Bug 555486: Add a scope property to add-ons and allow disabling loading add-ons from certain scopes. r=robstrong
|
2010-04-07 11:08:32 -07:00 |
|
Dave Townsend
|
36b29afadd
|
Bug 555083: Add support for registry install locations. r=robstrong
|
2010-04-08 12:28:10 -07:00 |
|
Dave Townsend
|
e444ba5de0
|
Bug 553094: Support localised metadata in the preferences. r=robstrong
|
2010-04-07 11:05:28 -07:00 |
|
Dave Townsend
|
e772197e8a
|
Bug 552761: Switch PFS over to the new API. r=robstrong
|
2010-05-06 13:16:14 -07:00 |
|
Dave Townsend
|
94b9ec725c
|
Bug 553114: Add a list of enabled add-ons to crash reports. r=robstrong
|
2010-04-07 11:05:03 -07:00 |
|
Dave Townsend
|
06cc40d128
|
Bug 552758: Detect when the network goes offline and cancel downloads. r=robstrong
|
2010-04-08 14:04:03 -07:00 |
|
Dave Townsend
|
f25d880bc4
|
Bug 552759: Allow treating untrusted signers as unsigned. r=robstrong
|
2010-04-08 14:06:59 -07:00 |
|
Dave Townsend
|
844e6d390f
|
Bug 554246: Add tests for updateURL escaping and fix the UPDATE_TYPE values. r=robstrong
|
2010-04-06 10:26:33 -07:00 |
|
Dave Townsend
|
43cfabf5a8
|
Bug 553113: Perform automatic updates for the default lightweight theme. r=robstrong
|
2010-04-28 11:47:22 -07:00 |
|
Dave Townsend
|
72a7f85077
|
Bug 555247: Detect when all events have been seen and continue the test. r=robstrong
|
2010-04-05 10:25:23 -07:00 |
|
Dave Townsend
|
d43ec78fb3
|
Bug 552756: Use consistent naming of loadGroup to fix auth and cookie issues. r=robstrong
|
2010-04-28 09:33:43 -07:00 |
|
Dave Townsend
|
b916ab6614
|
Bug 553868: Add an onNoUpdateAvailable event. r=robstrong
|
2010-04-07 11:14:51 -07:00 |
|
Dave Townsend
|
1673f06eb3
|
Bug 553791: Add an onExternalInstall event to signal the start of installs with no associated AddonInstall. r=robstrong
|
2010-04-28 11:46:00 -07:00 |
|
Dave Townsend
|
18562465f2
|
Bug 553967: Add an install property to Addons pending install to get the AddonInstall. r=robstrong
|
2010-04-07 11:16:41 -07:00 |
|
Dave Townsend
|
e4a54bb1ae
|
Bug 553872: Add a PENDING_UPGRADE bit and provide access to the Addon instance that is pending. r=robstrong
|
2010-04-07 10:54:23 -07:00 |
|
Dave Townsend
|
fa941bdce9
|
Bug 553790: Make getInstalls filter on type. r=robstrong
|
2010-04-05 13:40:08 -07:00 |
|
Dave Townsend
|
b8f7220cce
|
Bug 553777: Make lightweight themes appear to be compatible. r=robstrong
|
2010-04-06 14:39:30 -07:00 |
|
Dave Townsend
|
02d14d7ba7
|
Bug 552835: Use the system principal to construct bootstrap sandboxes. r=robstrong
|
2010-04-05 10:31:00 -07:00 |
|
Dave Townsend
|
7a182ad4ba
|
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
|
2010-04-20 15:14:15 -07:00 |
|
Dave Townsend
|
994e5161a8
|
Bug 553385: Bypass cache for update checks. r=robstrong
|
2010-04-05 10:19:52 -07:00 |
|
Dave Townsend
|
ca167a04ce
|
Bug 553090: Check for updated compatibility for local file installs. r=robstrong
|
2010-04-06 09:57:53 -07:00 |
|
Dave Townsend
|
e9dbdb947c
|
Bug 552736: Initial support for plugins in the API. r=robstrong
|
2010-04-05 11:09:52 -07:00 |
|
Dave Townsend
|
3a9b45decd
|
Bug 553956: AddonProviders that contain syntax errors can break everything. r=robstrong
|
2010-05-06 10:22:44 -07:00 |
|
Dave Townsend
|
323f5e8b90
|
Bug 553169: Remove the old extension manager code
|
2010-03-21 15:36:39 -07:00 |
|
Dave Townsend
|
7cb61c81ed
|
Bug 553169: Port xpinstall browser chrome tests to the new extension manager API. r=robstrong
--HG--
rename : xpinstall/tests/authRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/authRedirect.sjs
rename : xpinstall/tests/browser_auth.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth.js
rename : xpinstall/tests/browser_auth2.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth2.js
rename : xpinstall/tests/browser_auth3.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth3.js
rename : xpinstall/tests/browser_badhash.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhash.js
rename : xpinstall/tests/browser_badhashtype.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhashtype.js
rename : xpinstall/tests/browser_bug540558.js => toolkit/mozapps/extensions/test/xpinstall/browser_bug540558.js
rename : xpinstall/tests/browser_cookies.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies.js
rename : xpinstall/tests/browser_cookies2.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies2.js
rename : xpinstall/tests/browser_cookies3.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies3.js
rename : xpinstall/tests/browser_cookies4.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies4.js
rename : xpinstall/tests/browser_corrupt.js => toolkit/mozapps/extensions/test/xpinstall/browser_corrupt.js
rename : xpinstall/tests/browser_empty.js => toolkit/mozapps/extensions/test/xpinstall/browser_empty.js
rename : xpinstall/tests/browser_enabled2.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled2.js
rename : xpinstall/tests/browser_enabled3.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled3.js
rename : xpinstall/tests/browser_hash.js => toolkit/mozapps/extensions/test/xpinstall/browser_hash.js
rename : xpinstall/tests/browser_installchrome.js => toolkit/mozapps/extensions/test/xpinstall/browser_installchrome.js
rename : xpinstall/tests/browser_navigateaway.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway.js
rename : xpinstall/tests/browser_navigateaway2.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway2.js
rename : xpinstall/tests/browser_offline.js => toolkit/mozapps/extensions/test/xpinstall/browser_offline.js
rename : xpinstall/tests/browser_signed_multiple.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js
rename : xpinstall/tests/browser_signed_naming.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_naming.js
rename : xpinstall/tests/browser_signed_tampered.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_tampered.js
rename : xpinstall/tests/browser_signed_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_trigger.js
rename : xpinstall/tests/browser_signed_untrusted.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_untrusted.js
rename : xpinstall/tests/browser_softwareupdate.js => toolkit/mozapps/extensions/test/xpinstall/browser_softwareupdate.js
rename : xpinstall/tests/browser_unsigned_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_unsigned_trigger.js
rename : xpinstall/tests/browser_whitelist.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist.js
rename : xpinstall/tests/browser_whitelist2.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist2.js
rename : xpinstall/tests/browser_whitelist3.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist3.js
rename : xpinstall/tests/browser_whitelist4.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist4.js
rename : xpinstall/tests/bug540558.html => toolkit/mozapps/extensions/test/xpinstall/bug540558.html
rename : xpinstall/tests/cookieRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/cookieRedirect.sjs
rename : xpinstall/tests/corrupt.xpi => toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi
rename : xpinstall/tests/empty.xpi => toolkit/mozapps/extensions/test/xpinstall/empty.xpi
rename : xpinstall/tests/enabled.html => toolkit/mozapps/extensions/test/xpinstall/enabled.html
rename : xpinstall/tests/installchrome.html => toolkit/mozapps/extensions/test/xpinstall/installchrome.html
rename : xpinstall/tests/installtrigger.html => toolkit/mozapps/extensions/test/xpinstall/installtrigger.html
rename : xpinstall/tests/signed-no-cn.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-cn.xpi
rename : xpinstall/tests/signed-no-o.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-o.xpi
rename : xpinstall/tests/signed-tampered.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-tampered.xpi
rename : xpinstall/tests/signed-untrusted.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-untrusted.xpi
rename : xpinstall/tests/signed.xpi => toolkit/mozapps/extensions/test/xpinstall/signed.xpi
rename : xpinstall/tests/signed2.xpi => toolkit/mozapps/extensions/test/xpinstall/signed2.xpi
rename : xpinstall/tests/startsoftwareupdate.html => toolkit/mozapps/extensions/test/xpinstall/startsoftwareupdate.html
rename : xpinstall/tests/unsigned.xpi => toolkit/mozapps/extensions/test/xpinstall/unsigned.xpi
|
2010-04-29 13:11:24 -07:00 |
|
Dave Townsend
|
0b5669c8d4
|
Bug 553169: XPCShell tests for the new extension manager API. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
f2db58e155
|
Bug 553169: Port tests for bug 435743 to the new extension manager API. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
e225f4a276
|
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
646512a96d
|
Bug 553169: Implement an AddonProvider for lightweight themes. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
d4c80bc30e
|
Bug 553169: Implement XPI extensions in the new extension manager API. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
7e38027b87
|
Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
b454969d34
|
Bug 553169: Make the platform talk to the extension manager without using a custom interface. r=bsmedberg
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
a1ec79c19b
|
Bug 553169: Implement a JS module for performing add-on update checks. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Benjamin Smedberg
|
86a58b9f68
|
Bug 563936 - Make google_breakpad::ClientInfo::UnregisterWaits handle pseudo-errors from UnregisterWait correctly if there is I/O pending at the time, r=doshimun a=mossop
|
2010-05-10 17:11:57 -04:00 |
|
Felipe Gomes
|
b188d1212c
|
Bug 562554 - "Toolbar buttons with drop-down menus are still busted in SeaMonkey Modern Theme" [r=roc] [a=Mossop]
|
2010-05-01 12:39:00 -04:00 |
|
Dave Townsend
|
fe87832908
|
Restoring the tests accidentally backed out by changeset a8ba788cac18 from bug 563662
|
2010-05-06 15:34:44 -07:00 |
|
Daniel Holbert
|
942fda5f5c
|
Bug 560393, part 1: (places directory) Fix warning: "format '%d' expects type 'int', but argument [N] has type 'size_t'". r=sdwilsh
|
2010-05-06 11:52:15 -07:00 |
|
Robert Sayre
|
0ebb9c1370
|
Merge tracemonkey to mozilla-central.
|
2010-05-06 08:50:41 -04:00 |
|
Matthew N.
|
658d0543b9
|
Bug 525394 - Fix race condition in test_autocomplete.js (old but not senior == senior citizen) [r=dolske]
|
2010-05-06 09:20:33 +02:00 |
|
Justin Dolske
|
0a5357c389
|
Whitespace change in CLOSED TREE to kick builds.
|
2010-05-05 17:02:44 -07:00 |
|
Chris Jones
|
def07f1688
|
Bug 563747: Allow building ipc/chromium on PPC, enable MOZ_IPC for mac/ppc. r=bsmedberg
|
2010-05-05 16:35:09 -05:00 |
|
Ted Mielczarek
|
e941d691f4
|
bug 563662 bustage fix - skip the new test on OS X
|
2010-05-05 12:16:44 -04:00 |
|
Dave Townsend
|
55e14992d6
|
Bug 487717: browser_bug435788.js times out. Add lots more logging. r=robstrong
|
2010-05-05 09:00:59 -07:00 |
|
Jeff Walden
|
575c66738f
|
Bug 552560 - Reenable the ctypes test in chrome workers, and make all parent-checks only happen if we're running in xpcshell and have access to the parent(o) function. r=dwitte
|
2010-05-05 14:35:12 -07:00 |
|
Jeff Walden
|
c4d962809b
|
Fix orange by temporarily disabling js-ctypes chrome worker test that uses parent(), to buy more time to figure out a fix at leisure. r=orange
|
2010-05-04 18:28:27 -07:00 |
|
Ted Mielczarek
|
59b56c5131
|
bug 563662 - FPU Exception filter crashes when we hit a pure virtual function call. r=bsmedberg
--HG--
extra : rebase_source : 34016adebf806015162553df71ad28879105e978
|
2010-05-04 15:34:55 -04:00 |
|