Siddharth Agarwal
d8837b8677
Bug 741014 - Pymake is busted with make l10n-check. Hack around the spaces issue by using a wildcard, and fix an underspecified dependency. r=ted
...
--HG--
extra : rebase_source : bbf2d6963f9eb2f2f3a3656fdd9833b719039717
2012-08-08 00:38:48 +05:30
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Margaret Leibovic
c0e5e2a32a
Bug 777805 - Update error message for unsupported plugins to include "Learn More..." link. r=mbrubeck
2012-07-26 14:57:34 -07:00
Margaret Leibovic
e4c915c4d5
Bug 725286 - Plugin placeholder text for the unsupported platforms is misleading. r=blassey,dolske
2012-07-25 21:44:11 -07:00
Masayuki Nakano
588dd9f9f3
Bug 751749 part.2 Support Win key for a modifier of shortcut key and access key r=smaug, enn
2012-07-19 10:28:16 +09:00
Mike Hommey
c7b8baf87a
Bug 774772 - Fix webapprt l10n after bug 762864. r=bsmedberg
2012-07-18 08:34:56 +02:00
David Keeler
679f55960f
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
2012-07-11 08:56:34 -07:00
Chris Lee
d7b340df71
Bug 680897 - There should be a colon after "You have chosen to open" in download window. r=MattN
...
--HG--
extra : rebase_source : bf548819f24f58600f75c2ae09626a8ff6ea1f42
2012-06-04 18:26:02 -07:00
Matthew Noorenberghe
0860368cfc
Bug 758952 - Add l10n notes to profileSelection.properties. a=comment-only
2012-07-08 15:45:16 -07:00
Sankha Narayan Guria
b671fc8086
Bug 656011 - Password Manager now allows to copy username; r=MattN
...
--HG--
extra : rebase_source : 570214fbb1e966d73bd715988dafee9b7cf628a1
2012-07-04 13:14:00 -07:00
Gordon P. Hemsley
df91bfda6b
Bug 723609: Improve localization notes in intl.properties. r=Pike
2012-06-20 14:57:16 -04:00
Hub Figuière
5e86cef07d
Bug 769304 - Add accessibility platform status to about:support. r=dbolter,gavin
2012-06-30 22:16:54 -07:00
David Bolter
41fde0e18a
Bug 759158 - Introduce accessibility status to about:support. r=gavin
2012-06-27 11:47:27 -04:00
Neil Rashbrook
7b61c655b7
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
38b8947933
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
a95ac4a2a9
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Ryan VanderMeulen
b74e4a29db
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
061d4c2616
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
aceman
007a29aa3c
Bug 759053 - Change accesskey of "Don't Save" button from "d" to "n". r=gavin
2012-06-09 14:22:41 -04:00
Tom Schuster
a504f4429c
Bug 760951 - Add a filter box to the error console. r=jaws
2012-06-07 17:22:34 +02:00
Nick Thomas
67a9fe279f
Bug 745553, always bypass cache on ftp.m.o when pulling en-US build for l10n repacks, r=l10n,khuey DONTBUILD
2012-05-31 20:50:01 +12:00
Matthew Noorenberghe
aac556568f
Bug 731047 - Clean up old profile after Firefox profile reset. r=bsmedberg, ui-r=limi
...
--HG--
extra : rebase_source : 28d16189069f2a05cbe5e16d271561ab53aa9b1e
2012-03-19 17:01:49 -07:00
Matthew Noorenberghe
574960425a
Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi
...
--HG--
extra : rebase_source : de3907b72625eee1ae897b8991aaeebf38f97480
2012-03-09 15:21:03 -08:00
Ben Hearsum
777922671d
bug 723176: support mac dmg signing in the build system - turn on signing of mac builds again. r=ted
...
--HG--
extra : rebase_source : 7aa71b8b31f975411b491966e859df15b8d9071f
2012-05-25 09:25:07 -04:00
Ben Hearsum
bebaefa5bc
Backout all patches from bug 723176, because we still have problems with our CodeResources file.
2012-05-23 22:30:25 -04:00
Ben Hearsum
aba5d78b8a
bug 723176: support mac dmg signing in the build system - add PACKAGE_BASE_DIR to packager.mk, override in l10n.mk, to fix mac repacks. r=ted
2012-05-23 13:53:43 -04:00
Ehsan Akhgari
904efc4f7a
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
David Keeler
118d153216
Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws
2012-05-15 11:10:43 -07:00
Mark Banner
061dbcd557
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
3298891e22
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
ddc8fcdaf7
Bug 711552 - Click to play plugins for desktop Firefox. r=felipe
2012-04-02 13:49:56 -07:00
Marco Bonardo
80af6e193a
Merge last green PGO from inbound to central
2012-03-13 11:17:21 +01:00
Felipe Gomes
9d83cd0662
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
44e951049a
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
24fbbe6b42
Bug 717070 follow-up - remove wrongly hardcoded Firefox brand.
2012-03-09 22:50:53 +01:00
Matthew Noorenberghe
e12c5953cc
Bug 717070 - Profile reset - Part 3 - about:support UI to reset profile. r=mak
2012-02-23 19:34:18 -08:00
Luis Arteaga
f9ba3e6552
Bug 724080. Broken link to Mozilla Manifesto on about:mozilla page. r=felipe
2012-02-27 18:13:15 -08:00
Geoff Lankow
4e626df95d
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
d901cb04df
Back out 3d8fc342348b (bug 469434) for browser_contextmenu.js timeouts
2012-02-22 22:11:48 -08:00
Geoff Lankow
02e45d2afa
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
6b3aa0565d
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
2012-02-17 14:35:20 -08:00
Gavin Sharp
90d12803ae
Back out parts of bug 698986 to resolve bug 716945
2012-01-30 15:37:59 -08:00
aceman
342548bbbd
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
cd5b3ac2ed
Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin
2012-01-28 11:55:35 +00:00
Jared Wein
f80c28e0bb
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
ac59fbbe7c
Bug 629893 - Remove unused props.policy.label. r=gavin
...
--HG--
extra : rebase_source : e65538722161b0c00d2e8461849af476f52aba83
2012-01-13 17:16:04 +01:00
aceman
8f886e3e67
Bug 631909 - make label 'Modified Preferences' in about:support more accurate. r=gavin
2012-01-11 10:45:05 +01:00
Ms2ger
281c274704
Bug 623610 - Remove support for geostd8; r=smontagu
2012-01-02 19:05:20 +01:00
Quentin Headen
6236efde57
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