Commit Graph

207 Commits

Author SHA1 Message Date
Dave Townsend
f4cd50d453 Bug 652376: Migrate XPInstall dialog into the extensions directory. r=robstrong
--HG--
rename : toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd => toolkit/locales/en-US/chrome/mozapps/extensions/xpinstallConfirm.dtd
rename : toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties => toolkit/locales/en-US/chrome/mozapps/extensions/xpinstallConfirm.properties
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.css => toolkit/mozapps/extensions/content/xpinstallConfirm.css
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.js => toolkit/mozapps/extensions/content/xpinstallConfirm.js
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.xul => toolkit/mozapps/extensions/content/xpinstallConfirm.xul
rename : toolkit/mozapps/xpinstall/content/xpinstallItem.xml => toolkit/mozapps/extensions/content/xpinstallItem.xml
rename : toolkit/themes/pinstripe/mozapps/xpinstall/xpinstallConfirm.css => toolkit/themes/pinstripe/mozapps/extensions/xpinstallConfirm.css
rename : toolkit/themes/winstripe/mozapps/xpinstall/xpinstallConfirm.css => toolkit/themes/winstripe/mozapps/extensions/xpinstallConfirm.css
2011-11-23 15:04:56 -08:00
Felix Fung
5730c65256 Bug 397424 - Downloads cause high CPU usage. r=gavin
This addresses an issue with the download manager that can cause high CPU usage
when there is an active download.  The underlying issue is the frequency of
updates that the download progress listener receives.
Things changed:
- reduced the number of null checks in DownloadUtils.jsm's getDownloadStatus
  function by one (down to two from three).
- obtain and format strings from the nsIStringBundle.  This removes all the
  calls to String.replace in DownloadUtils.jsm.
- modifies the download manager back-end to update the percentComplete and size
  property on downloads before dispatching a state changed notification for
  downloads entering the DOWNLOAD_DOWNLOADING state.  This saves us two calls to
  setAttribute on downloads that we know how big they are, and saves us the same
  two calls to setAttribute for indeterminate downloads as well as not
  dispatching a ValueChange event on the progressmeter every time
  onProgressChange is called on the DownloadProgressListener.
- has nsDownload implement nsIClassInfo so we do not need to QueryInterface when
  going through the list of active downloads in both the download manager's UI
  and the browser's taskbar UI.
2011-11-03 15:25:55 -07:00
Felix Fung
5769dd7ef1 Bug 665196 - Change in-content plugin crash UI to submit a crash report and reload the page in one step. r=dolske 2011-09-23 22:28:56 -07:00
Brad Lassey
a519c9888a bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst 2011-10-07 13:46:02 -04:00
Jesper Kristensen
0c375c8e29 Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop 2011-10-06 12:06:18 -07:00
Margaret Leibovic
5b575af948 Bug 685302 - Use "website" instead of "web site" consistently across all strings in the UI. r=dao 2011-09-13 16:42:37 -07:00
Kailas
4eaefa188e Bug 680812 - Excessive space between "280" and "KB" in download dialog; r=dolske 2011-09-12 10:24:02 -04:00
Justin Wood
411db89672 reland Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Mossop ui-r=faaborg 2011-09-08 04:11:17 -04:00
Phil Ringnalda
4851b6a0f8 Back out 4f7f1840152b (bug 680113) for orange 2011-09-09 22:18:19 -07:00
Justin Wood
1c9e69c53b Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Mossop ui-r=faaborg 2011-09-08 04:11:17 -04:00
Kailas
f99ea6739e Bug 595888 - Show file size when attempting to download a file. r=sdwilsh, r=dolske, ui-r=faaborg 2011-08-15 12:53:03 -07:00
Dave Townsend
d9cbf2900c Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused 2011-08-12 16:55:34 -07:00
Dave Townsend
14105d23b0 Backed out changeset 6d6e8fecaf37 from bug 596343 due to build failures 2011-08-12 15:47:34 -07:00
Dave Townsend
026995192b Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused 2011-08-12 13:45:45 -07:00
Dave Townsend
ae1c38cd55 Bug 476430: Disable third-party add-ons by default and offer them to the user. r=Unfocused, r=robstrong 2011-08-12 13:50:47 -07:00
Geoff Lankow
e72b1230df Bug 662012 - Add more settings types to addon manager inline settings (file and directory types), r=Mossop 2011-06-15 12:15:55 +12:00
Justin Dolske
bd0c676d22 Bug 545070 - plugin-problem UI shouldn't say "click here". r=gavin 2011-05-22 18:46:33 -07:00
Dave Townsend
82669da0f1 Bug 595848: Dynamically generate the list of categories. r=Unfocused 2011-05-20 10:36:28 -07:00
Hernán Rodriguez Colmeiro
606f92fb24 Bug 656269: Add link to Mozilla plugin check from Add-ons Manager. r=dtownsend 2011-05-17 12:57:38 -07:00
Ed Morley
1408fdfa33 Bug 438284 - Remove incorrect translation note from profileSelection.properties 2011-04-12 16:12:02 -04:00
Mehdi Mulani
74449704b7 Bug 523784 - Soft blocked items are not disabled if user clicks "Cancel". r=Unfocused+Pike a=blocking+beltzner 2011-02-13 17:19:03 -08:00
Blair McBride
bef69aac9c Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download; frontend; f=dtownsend r=dtownsend,robert.bugzilla a=blocking2.0 2011-01-10 15:58:10 +13:00
Gavin Sharp
4ece6d1175 Bug 612715: add l10n note clarifying the use of update-related menu items in about:addons, f=Cedric, r=Unfocused, a=me
--HG--
extra : rebase_source : afaefebd010d464f38e2d221e59f1719b07c0ad9
2010-12-02 14:54:57 -05:00
Dave Townsend
e11a0c43ae Bug 617261: Replace 'donation' with 'contribution'. r=Unfocused, a=blocks-beta9 2010-12-08 14:41:50 -08:00
Dave Townsend
ae446713c2 Add a localization note for bug 605499, a=beltzner
--HG--
extra : transplant_source : %AB%D4mk54%7B%0BU%3AR%0ENp%E7%87%D7%A9/%F6
2010-10-20 09:54:07 -07:00
Dave Townsend
92c4da50f3 Bug 605499: Add-ons manager doesn't display EULA for available add-ons that have one. r=Unfocused, a=blocks-beta7
--HG--
extra : transplant_source : %22%A3%C0%FC%B8%F1z%21%81%B67%E2%7F%C9%D0%FAXD%11z
2010-10-19 14:12:29 -07:00
Dave Townsend
cb3f9f6e72 Backing out string removal from bug 597178 so localizers don't get confused. a=backout 2010-10-06 21:40:08 -07:00
Dave Townsend
cd60b15799 Bug 597178: Remove redundant back and forward buttons. r=Unfocused, a=blocks-final 2010-09-30 12:39:15 -07:00
Robert Strong
c0d500d755 strings needed for b7 for Bug 315278 - Update process produces a broken application when disk space is low. r=mossop, ui-r=beltzner, a=blocks a blocker 2010-10-06 13:22:20 -07:00
Dave Townsend
01ce1352ec Bug 601143: Remove brandname from new strings. 2010-10-04 11:01:10 -07:00
Dave Townsend
826fc49b7b Bug 601143: Add loading and error states to the get add-ons view (strings). r=Unfocused, a=strings 2010-10-01 14:23:50 -07:00
Blair McBride
dd8b4ea480 Bug 591876 - Change the tooltip of utilities button. r=dtownsend, a=dtownsend 2010-09-17 10:48:13 +12:00
Dave Townsend
b9c625a90f Follow-up strings fix for bug 562790. r=Unfocused, a=blocks-beta7 2010-09-15 21:58:11 -07:00
Blair McBride
96a147785f Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download (strings only); r=dtownsend, a=blocks-beta7 2010-09-15 19:45:28 -07:00
Kurt Schultz
523fd3dfb9 Bug 590756 - The 'Update Add-ons Now' entry in the add-ons manager sounds as if updates were found and ready to be installed; r=bmcbride ui-r=limi a=dtownsend 2010-09-15 19:44:16 -07:00
Dave Townsend
17a2868b4e Bug 562790: Support the add-ons marketplace in the add-ons manager (strings only). r=Unfocused, a=blocks-beta7 2010-09-15 19:42:01 -07:00
Kurt Schultz
93bc86aa53 Bug 590754: The 'Install from file' in the add-ons manager needs to be clearer. r=Unfocused, a=dtownsend 2010-09-14 20:10:46 -07:00
Patrick Walton
b65ca132c3 Bug 595744 - Remove the "Check for Updates Automatically" menu item from the Add-ons Manager; r=Mossop a=blocking-betaN+ 2010-09-15 11:23:02 -04:00
Robert Strong
b270b3d18b strings for Bug 595455 - After several background update check failures notify the user that they should check if there is a new version available. r=dtownsend, ui-r=beltzner, a=blocking2.0-beta6 2010-09-13 23:57:39 -07:00
Blair McBride
4c15e35540 Bug 586574 - Provide way to set a default for automatic updates. r=dtownsend, a=blocking-beta6 2010-09-13 23:56:54 -07:00
Jennifer Boriss
ee3b67cf7f Bug 594973: "Change this add-on's Options" tooltip should be "Change this add-on's options in the details pane r=bmcbride a-2.0=dtownsend 2010-09-10 09:37:17 -07:00
Wes (:KWierso)
b84b1d13f2 Bug 593152 - "Check for updates" needs to be "Check for Updates" for manual updates in the details pane; r=bmcbride ui-r=jboriss a=beltzner 2010-09-10 12:32:26 -04:00
Blair McBride
a90af12120 Bug 587970 - Provide ability "Update all now" within 'Available Updates' screen. r=dtownsend, a=blocking-beta6 2010-09-10 20:20:12 +12:00
Dave Townsend
15dff5ea31 Bug 594694 - Rating row in detail view has a colon postfix, all other rows do not. r=rstrong, a=blocks-b6 2010-09-09 12:21:49 -07:00
Dave Townsend
9771051556 Bug 583965: Update localisation notes to make it clearer how to localise the postfixes. r=pike, a=blocks-b6 2010-09-09 12:21:20 -07:00
Blair McBride
48eefa0284 Bug 591465 - Context menu of add-ons miss context related state change entries. r=dtownsend, a=blocking-beta6 2010-09-03 16:41:06 +12:00
Blair McBride
e9d9169a88 Bug 566194 - safe mode / security & compatibility check status are not exposed in new addon manager UI. r=dtownsend, a=blocking-beta6 2010-09-02 11:40:20 +12:00
Blair McBride
b6b7d4f7a9 Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta6 2010-08-28 14:45:11 +12:00
Vladimir Vukicevic
8cdfe3a4c9 b=562902; typo fix followup 2010-09-01 15:04:40 -04:00
Tyler Downer
6ffec1f34a Bug 592295: Remove question mark from Undo?. r=dtownsend, a=blocking-b6 2010-09-01 10:31:12 -07:00