Siddharth Agarwal
71bbf89bc9
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
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Margaret Leibovic
adfc19c5fc
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
cbd6ff9d26
Bug 725286 - Plugin placeholder text for the unsupported platforms is misleading. r=blassey,dolske
2012-07-25 21:44:11 -07:00
Masayuki Nakano
4c95259d7e
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
2c2a76e38e
Bug 774772 - Fix webapprt l10n after bug 762864. r=bsmedberg
2012-07-18 08:34:56 +02:00
David Keeler
6f37861531
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
2012-07-11 08:56:34 -07:00
Chris Lee
8fe8cb9560
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
f0772bb6c3
Bug 758952 - Add l10n notes to profileSelection.properties. a=comment-only
2012-07-08 15:45:16 -07:00
Sankha Narayan Guria
bd58047409
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
fc3dc31d73
Bug 723609: Improve localization notes in intl.properties. r=Pike
2012-06-20 14:57:16 -04:00
Hub Figuière
5b9b19a492
Bug 769304 - Add accessibility platform status to about:support. r=dbolter,gavin
2012-06-30 22:16:54 -07:00
David Bolter
664f618be3
Bug 759158 - Introduce accessibility status to about:support. r=gavin
2012-06-27 11:47:27 -04:00
Neil Rashbrook
eaedd546e8
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
f58ad725ea
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
aee62bb4bd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Ryan VanderMeulen
5f2a19ee6e
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
6d6c4efbab
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
aceman
bb1364bdea
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
518498d657
Bug 760951 - Add a filter box to the error console. r=jaws
2012-06-07 17:22:34 +02:00
Nick Thomas
ffe9c4c62e
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
513dd332d4
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
887be0b9db
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
31c947e922
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
cf7195099a
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
b4d6cf48c5
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
2362f4b5ee
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
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
David Keeler
1a6ab65dd8
Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws
2012-05-15 11:10:43 -07:00
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