Mark Banner
5d0b50426b
Bug 723135 - Language packs should work for all releases of a branch, maxVersion should use * for compatibility ranges. r=ted
2012-04-23 14:09:41 +01:00
Myk Melez
4f307cae98
bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl
2012-04-19 00:39:52 -07:00
Jared Wein
58d288335f
Bug 711552 - Click to play plugins for desktop Firefox. r=felipe
2012-04-02 13:49:56 -07:00
Marco Bonardo
720c67a69d
Merge last green PGO from inbound to central
2012-03-13 11:17:21 +01:00
Felipe Gomes
29991e9161
Backout cset 11af9adc0e5d (bug 724080) to avoid unnecessary string changes. We'll fix this with a server-side redirect.
2012-03-12 21:04:22 -07:00
Kai Engert
690efe5d3a
Bug 673381, patch v4 to add NSPR/NSS library version numbers to about:support, r=dtownsend
2012-03-13 00:04:37 +01:00
Marco Bonardo
d9ff4d837f
Bug 717070 follow-up - remove wrongly hardcoded Firefox brand.
2012-03-09 22:50:53 +01:00
Matthew Noorenberghe
db73057009
Bug 717070 - Profile reset - Part 3 - about:support UI to reset profile. r=mak
2012-02-23 19:34:18 -08:00
Luis Arteaga
2105919c97
Bug 724080. Broken link to Mozilla Manifesto on about:mozilla page. r=felipe
2012-02-27 18:13:15 -08:00
Geoff Lankow
2abd364d27
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
2012-02-19 22:47:06 +13:00
Phil Ringnalda
06fa50e27e
Back out 3d8fc342348b (bug 469434) for browser_contextmenu.js timeouts
2012-02-22 22:11:48 -08:00
Geoff Lankow
c646f211b4
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
2012-02-19 22:47:06 +13:00
Bill McCloskey
d15702e36f
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
2012-02-17 14:35:20 -08:00
Gavin Sharp
ec26eb5fde
Back out parts of bug 698986 to resolve bug 716945
2012-01-30 15:37:59 -08:00
aceman
75d6a3cecc
Bug 559501 - On about:support, change "Profile Directory" to "Profile Folder" on Windows & Mac; r=gavin.sharp
2012-02-05 18:57:46 +00:00
aceman
c481c23046
Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin
2012-01-28 11:55:35 +00:00
Jared Wein
66c20edb37
Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao
2012-01-27 17:03:09 -08:00
Hubert Gajewski
6f4da7dd16
Bug 629893 - Remove unused props.policy.label. r=gavin
...
--HG--
extra : rebase_source : e65538722161b0c00d2e8461849af476f52aba83
2012-01-13 17:16:04 +01:00
aceman
403a55225a
Bug 631909 - make label 'Modified Preferences' in about:support more accurate. r=gavin
2012-01-11 10:45:05 +01:00
Ms2ger
d0bb7ac21e
Bug 623610 - Remove support for geostd8; r=smontagu
2012-01-02 19:05:20 +01:00
Quentin Headen
547b01566f
Bug 352037 - Add an "Undo add to dictionary" item to spell checker's context menu item; r=ehsan
2011-12-29 16:06:56 -05:00
aceman
64127191a0
Bug 122213 - Display time and date of messages in toolkit's Error Console. r=neil sr=bz
2011-12-17 05:22:26 +01:00
Jared Wein
f9e47c4043
Bug 708150 - Error text for media resource 404 is misleading when the requested media resource format or mime type is unsupported. r=dolske
2011-12-14 23:21:16 -08:00
Mark Banner
e4c5f77946
Bustage fix for comm-central apps after bug 481815 - use MOZILLA_DIR not topsrcdir. rs=kheuy
2011-12-08 18:06:44 +00:00
Chris AtLee
8d01aa9835
Bug 481815: makefile hooks required for signing executable files, installer packages, and mars. r=ted
...
--HG--
extra : rebase_source : 7b696910865fdbc9191cb7511f558879a9b9e05d
2011-12-07 17:06:52 -05:00
Jared Wein
4f49dc45fd
Bug 513405 - Add text to video controls to describe the cause of errors. r=dolske
2011-12-05 14:00:28 -08:00
James Hobin
bf6a34dbca
Bug 570760 - Make ctrl-f and / focus the search box in the add-ons manager. r=dtownsend,dao
2011-12-02 13:35:32 +01:00
Paul O’Shannessy
ae077178d1
Bug 615479 - Password manager prompts can now ask a more complete question [r=dolske]
2011-11-28 13:02:47 -08:00
aceman
7c6a6339fd
Bug 502492 - Change about:config text box label to Search:. r=dtownsend ui-r=limi
2011-11-26 14:07:52 +01:00
Ed Morley
6603663db5
Merge last green changeset of mozilla-inbound to mozilla-central
2011-11-24 15:50:30 +00:00
Jared Wein
54a28ac854
Bug 470628 - Part 1: CSS, JS, XBL, and locale changes (with fall-back support). r=dolske ui-r=shorlander f=fryn
2011-11-23 14:42:18 -05:00
Felix Fung
42b50d5d59
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
Joe Walker
6fc294c0de
Bug 687851 - Create a locales directory in the devtools module, move all devtools l10n strings to it; r=rcampbell,mfinkle,l10n
...
--HG--
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/scratchpad.dtd => browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/scratchpad.properties => browser/locales/en-US/chrome/browser/devtools/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.dtd => browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : toolkit/locales/en-US/chrome/global/webConsole.dtd => browser/locales/en-US/chrome/browser/devtools/webConsole.dtd
rename : toolkit/locales/en-US/chrome/global/headsUpDisplay.properties => browser/locales/en-US/chrome/browser/devtools/webconsole.properties
2011-10-27 12:35:13 -03:00
Felix Fung
c9753d7a14
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
2a0422ad2e
bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst
2011-10-07 13:46:02 -04:00
Dave Townsend
0eaaa1e2e0
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
Jesper Kristensen
335b156c9e
Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop
2011-10-06 12:06:18 -07:00
Jared Wein
2ffc877a0e
Bug 669260 - Add statistics overlay to video element. r=dolske
2011-10-03 20:47:41 -07:00
Ed Morley
f57624260e
Bug 660718 - Add a link from about:support to about:memory; r=ehsan
2011-09-23 00:24:49 +01:00
Margaret Leibovic
346534afd1
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
7bb753d8be
Bug 680812 - Excessive space between "280" and "KB" in download dialog; r=dolske
2011-09-12 10:24:02 -04:00
Justin Wood
89a393075a
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
b23f534c65
Back out 4f7f1840152b (bug 680113) for orange
2011-09-09 22:18:19 -07:00
Justin Wood
3e8f886c07
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
Mike Ratcliffe
f3b4cf2717
Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan
2011-08-30 09:12:02 -03:00
Rob Campbell
793eb5d860
merged m-c to fx-team, browser_595601-restore_hidden.js conflicted
2011-08-16 12:21:00 -03:00
Kailas
332ca401eb
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
8e0e038bd5
Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused
2011-08-12 16:55:34 -07:00
Dave Townsend
f3ee939112
Backed out changeset 6d6e8fecaf37 from bug 596343 due to build failures
2011-08-12 15:47:34 -07:00
Dave Townsend
062e9d4868
Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused
2011-08-12 13:45:45 -07:00