Commit Graph

2328 Commits

Author SHA1 Message Date
Dave Townsend
8bc3aacf67 Bug 553494: Support undo uninstall for restartless and already disabled add-ons. r=Unfocused 2010-07-26 12:42:06 -07:00
Dave Townsend
d7ca97d5cf Backed out changeset 58175e77c460 from bug 553494 due to test failures 2010-07-26 11:40:46 -07:00
Dave Townsend
0bf91feb8b Bug 553494: Support undo uninstall for restartless and already disabled add-ons. r=Unfocused 2010-07-26 10:41:13 -07:00
Dave Townsend
7e840febdf Bug 553494: Remove the restriction on disabling the active theme. r=robstrong 2010-07-26 10:20:35 -07:00
Asaf Romano
397ea71813 Bug 573149: Expose whether an addon requires a restart to enable/disable/uninstall/install. r=dtownsend 2010-07-26 10:34:06 -07:00
Gavin Sharp
566a63f83d Bug 581176: Allow disabling BadCertListener's "built-in cert" checking for redirects, r=rstrong, a=johnath 2010-07-22 17:34:19 -04:00
Robert Strong
961883b858 Bug 580579 - While creating services from category 'profile-after-change', service for entry 'nsUpdateServiceStub', contract ID '@mozilla.org/updates/update-service-stub;1' does not implement nsIObserver. r=dtownsend, approval2.0=dtownsend 2010-07-23 18:02:56 -07:00
Robert Strong
8d99e1408e Bug 540537 - In China, set default browser does not work. r=jmathies, a=blocking2.0 2010-07-23 18:02:46 -07:00
Dave Townsend
c101160c3f Debugging code to try to figure out the reason behind the orange bug 573259; r=ehsan 2010-07-21 22:23:45 -04:00
Ben Parr
78d32151bc Bug 578467: xpinstall.whitelist.add prefs are not emptied when converted into permissions on startup with new profile. r=dtownsend 2010-07-21 11:35:50 -07:00
Ben Parr
e0d171f7d9 Bug 558287: Move behavioural CSS into content. r+a=dtownsend 2010-07-21 11:34:45 -07:00
Ben Parr
48b38e2c5e Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend 2010-07-19 16:01:23 -07:00
Dave Townsend
0b374032b3 Bug 579513: Force updating metadata for add-ons in the application directory when the app upgrades. r=robstrong 2010-07-19 16:05:04 -07:00
Dave Townsend
6b3dabd7b5 Bug 579170: DB migration can apply compatibility information to the wrong version of an add-on. r=robstrong 2010-07-16 14:33:00 -07:00
Ben Parr
eab5f300ef Bug 578580: Add category utilities for add-ons manager browser tests. r=dtownsend 2010-07-16 11:17:35 -07:00
Drew Willcoxon
af3d825eb7 Bug 562992 - The names of restartless extensions installed from the web while about:addons is open should appear after they're installed. r=bmcbride 2010-07-15 22:05:52 -07:00
Dave Townsend
0295fe77d3 Bug 376553: Don't restart during startup affor extension and app changes. r=robstring, r=bsmedberg 2010-07-14 10:13:26 -07:00
Dave Townsend
9332f28adc Bug 562599: Add an event to signal when changable properties on Addon objects are changed. r=robstrong 2010-07-13 09:55:08 -07:00
Dave Townsend
093feb20dd Bug 573101: Should not build PluginProvider.jsm when plugins are disabled. r=robstrong 2010-07-12 14:20:49 -07:00
Rich Walsh
4cad68f232 Bug 576792 - [OS/2 build break] extensions.dll needs a SHORT_LIBNAME r=wuno 2010-07-12 12:05:21 +02:00
timeless@mozdev.org
20ca058eab Bug 577213 firefox 4 beta 1 gives bad error message when run on Mac OS X 10.4
r=josh r=bsmedberg
2010-07-07 11:55:03 +03:00
Dave Townsend
7b057c9995 Bug 575987: Pointer files containing an invalid path throw an error during startup. r=robstrong 2010-07-03 16:21:23 -07:00
Dave Townsend
3103207465 Bug 565064: Update theme disabled states when changing builds. r=robstrong 2010-07-02 16:03:34 -07:00
Benjamin Smedberg
88776b063a Bug 568691 followup: fix interfaces.manifest correctly in builds that package without a manifest, r=mfinkle
--HG--
extra : rebase_source : 0c78222a98be39228825cb953e9e63c86c8d9caf
2010-07-02 16:02:56 -04:00
Dave Townsend
b9b4dc6532 Bug 565291: Last update date for Personas always shows 'Unknown'. r=robstrong 2010-07-01 21:33:34 -07:00
Dave Townsend
ea7bb6d5f2 Bug 562239: Last update date for plugins always shows 'Unknown'. r=robstrong 2010-06-29 11:08:44 -07:00
Dave Townsend
42a0e93379 Bug 574970: Import the skinnable property from install.rdf to the database and expose it through the API. r=robstrong 2010-07-02 07:48:26 -07:00
Dave Townsend
48472adcf7 Bug 553492 Add Addon.size to expose the addon's size on disk. r=robstrong 2010-07-02 07:48:41 -07:00
Dave Townsend
7a7598e3b8 Bug 558834: Use targetPlatform when making compatibility judgements. r=robstrong 2010-07-01 11:37:32 -07:00
Dave Townsend
04448d9481 Bug 576089: updateInfoURI is not exposed and needs to be passed through to the resulting Addon. r=robstrong 2010-07-01 11:42:19 -07:00
Dave Townsend
862af5a28f Bug 575463: Rename AddonInstall.sourceURL to sourceURI and make it return an nsIURI rather than a string. r=robstrong 2010-07-01 20:36:50 -07:00
Dave Townsend
33fdcc33d0 Bug 558834: Add support for targetPlatform, size and skinnable properties to the database. r=robstrong 2010-07-01 11:35:48 -07:00
Dave Townsend
6029bde287 Bug 552965 and bug 553455: Notify the application when add-on installs triggered by webpages fail or complete. r=robstrong 2010-07-01 10:56:48 -07:00
Benjamin Smedberg
a677e5bf91 Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a31e2da306 Package the installer browser.manifest the same way as the archive. 2010-06-30 18:44:01 -04:00
Benjamin Smedberg
e17740e1ab Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
e474c09ee8 Fix packaging of test-only XPT files for crashreporter and httpserver.
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Benjamin Smedberg
226738bf5e Link all the component manifests together at package time. 2010-06-29 18:19:09 -04:00
Robert Strong
dc40e49597 Bug 575524: browser_bug562890.js fails with other application extensions installed. r=dtownsend
--HG--
extra : transplant_source : .%F0%A5%AC%12%3B%FD%A5C%3D%DF3%05%B6%0B%DDj%06i%27
2010-06-29 12:19:23 -07:00
Benjamin Smedberg
e7cb2db7f5 Don't register appinfo twice in test_bug497578, required by XPCOM registration changes in bug 568691. 2010-06-28 14:47:39 -04:00
Benjamin Smedberg
e15eaaca54 Fix a bunch of test failures caused by typos or other issues from bug 568691. 2010-06-27 14:03:05 -04:00
Benjamin Smedberg
29e089defb Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg
822ccb0789 Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg
a73308ef4b Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly. 2010-06-22 12:59:57 -04:00
Benjamin Smedberg
31432df1fb Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
9e6e83197a Merge bug 573557 into static-xpcom-registration branch. 2010-06-21 16:58:53 -04:00
Benjamin Smedberg
09db74cdec Bug 573557 - Rename the category names for script globals to avoid spaces, r=jst 2010-06-21 16:57:44 -04:00
Benjamin Smedberg
0df0345c66 Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Robert Strong
22683bd184 Bug 570689 - Convert perl scripts to python. Patch 1 - remove unused perl scripts. r=ted.mielczarek 2010-06-22 19:10:30 -07:00
Robert Strong
4e5e5e9639 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies 2010-06-22 19:10:13 -07:00