Commit Graph

6939 Commits

Author SHA1 Message Date
Ehsan Akhgari
d4e65606e5 Merge mozilla-central into mozilla-inbound 2012-06-01 17:22:53 -04:00
Ehsan Akhgari
4a9a91aba5 Bug 760290 - The update UI needs to be aware of the possibility that the update cannot be staged in the background; r=rstrong 2012-05-31 20:28:32 -04:00
Ed Morley
21cb707d88 Merge mozilla-central to mozilla-inbound 2012-06-01 16:58:27 +01:00
Joe Walker
5f8b942fa4 Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão 2012-06-01 08:24:19 +01:00
Ehsan Akhgari
b860e0877e Bug 759065 - Fall back to downloading the full update if staging the update in the background fails; r=rstrong 2012-05-29 16:20:12 -04:00
Olli Pettay
46da43c007 Bug 760424, browser_tab_dragdrop.js tries to remove wrong eventlistener, r=mats
--HG--
extra : rebase_source : 2bed8e2633d8a9e87db40a7096310dbe1c98c47c
2012-06-01 18:14:10 +03:00
Justin Dolske
45ed5414b5 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (FullScreen). r=gavin 2012-05-31 23:26:00 -07:00
Justin Dolske
f0d088b971 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Addons). r=gavin 2012-05-31 23:26:00 -07:00
Justin Dolske
5c1a39d776 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Feeds). r=gavin 2012-05-31 23:26:00 -07:00
Justin Dolske
d9e14521d3 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Plugins). r=gavin 2012-05-31 23:26:00 -07:00
Raymond Lee
58983e2e74 Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77 2012-05-31 14:45:28 +02:00
Ed Morley
ccc05b5328 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-31 13:15:09 +01:00
L. David Baron
4c91539c7a Unprefix the border-image-* properties and add a temporary alias for -moz-border-image (but not for its subproperties, which we haven't shipped prefixed). (Bug 713643, patch 5) r=bzbarsky 2012-05-30 22:19:49 -07:00
Dave Camp
6ebed5316f Merge fx-team to m-c 2012-05-30 19:21:18 -07:00
Gervase Markham
68d38d677f Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Andres Hernandez [:andreshm]
f61281cfb9 Bug 588593 - Can't right-click-move tab to un-named tab group; r=ttaubert 2012-05-30 11:17:20 +08:00
Paul Rouget
d626e2f80e Bug 747220 - [layout view] update the UI. r=dcamp 2012-05-28 13:20:44 +02:00
Jared Wein
4e918cf174 Bug 742441 - Cannot drag URL from location bar to desktop. r=ttaubert 2012-05-29 12:27:06 -07:00
Jared Wein
4c402e696a Bug 667586 - Clear identity block when typing a different URL into location bar. r=dao,fryn 2012-05-27 15:29:07 -07:00
Dan Wendorf
a376240d50 Bug 702159 - Add context menu to exit DOM full screen mode and tests. r=jaws 2012-05-24 23:57:59 -05: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
Ehsan Akhgari
d81f2aa046 Bug 757885 - Handle falling back to non-staged updates correctly when an update fails to be staged in the background; r=rstrong 2012-05-23 17:51:50 -04:00
Ehsan Akhgari
95d7f91ca4 Bug 757439 - Use the updateButton string for the Update & Restart button in the About dialog; r=rstrong 2012-05-22 11:35:59 -04:00
Chris Pearce
1290f3e090 Bug 756993 - Reset fullscreen approval UI each time fullscren is entered. r=dao 2012-05-24 13:58:59 +12:00
Dão Gottwald
29d446ea56 Bug 755646 - Hide UI for toggling tabs on top unless the user disabled tabs on top. r=dolske 2012-05-24 02:03:56 +02:00
Raymond Lee
c0cb58bdc8 Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert 2012-05-22 09:25:49 +08: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
Raymond Lee
95568a9cec Bug 733297 - When saving a video from Page Info, the file picker title is 'Save Image'. r=jaws 2012-05-21 14:26:18 +08:00
Chris Pearce
dbc3e1ed74 Bug 753546 Part 2 - Don't allow fullscreen approval decision to be remembered for document's whose URI doesn't have a host. r=dao 2012-05-22 08:43:36 +12:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Raymond Lee
1d50496f1a Bug 748802 - browser-thumbnails.js uses global private browsing state instead of per-window state. r=ehsan 2012-05-02 09:35:12 +08:00
Ryan VanderMeulen
7826026663 Merge m-c to inbound. 2012-05-16 20:45:57 -04:00
Rob Campbell
781fd2f3b9 merge fx-team to m-c 2012-05-16 12:03:18 -07:00
Thaddee Tyl
6b32b1bae0 Bug 749278 - Rename Script Debugger to Debugger; r=rcampbell 2012-05-15 12:21:13 -07:00
Girish Sharma
f8eb97e8d0 Bug 755289 - Developer toolbar missing the cross in close button. r=paul 2012-05-15 07:28:00 +02:00
Dão Gottwald
3abd68f5a0 merge backout 2012-05-15 18:06:30 +02:00
Dão Gottwald
6e21fa232a Backed out changeset a39b32ce55d1 2012-05-15 18:06:14 +02:00
Jared Wein
01b9f87d4d Bug 751444 - The About dialog should have visual indications of keyboard navigation. r=felipe 2012-05-12 15:50:06 -07:00
Paul Rouget
f7c438f993 Bug 747228 - [layout view] We should not use the animation when the layout view is opened on a non-user action. r=dcamp 2012-05-09 18:19:48 +02:00
Tim Taubert
7d863c4407 Bug 754608 - Part 1 - don't capture thumbnails for privacy-sensitive pages; r=dao 2012-05-15 08:10:55 +02:00
Tim Taubert
293158a1a7 Backed out changeset 7a5807d68ddc (bug 682944) 2012-05-15 08:17:05 +02:00
Raymond Lee
fb8f2d2331 Bug 753308 - Call openUILink with named parameters. r=dao 2012-05-12 17:00:48 +02:00
Frank Yan
e4f485a6a8 Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-04-24 13:43:38 -04:00
Frank Yan
7d28f861a1 Bug 738077 - Close tab when clicking tab close button in inactive window on OS X. r=gavin ui-r=boriss 2012-05-14 18:11:22 -07:00
Jet Villegas
ebb501820b Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao 2012-05-14 10:22:14 +02:00
Oonishi Atsushi
a7ca8e641f Bug 623155 - Use LOCATION_CHANGE_ERROR_PAGE to identify error page loads. r=dao 2012-05-14 10:17:21 +02:00
Matt Brubeck
790701eabc Merge mozilla-central and mozilla-inbound 2012-05-13 08:27:03 -07:00
Jared Wein
b523d533e2 Bug 752228 - Add null check for overlay in case the element is display:none when the PluginClickToPlay event is handled. r=felipe 2012-05-12 15:52:14 -07:00
Paul Rouget
0acea15220 Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp 2012-05-11 16:54:47 +02:00
Ehsan Akhgari
3b3d834fe2 Bug 749187 - Ensure new tabs and windows opened in private browsing mode have docshells set accordingly; r=gavin 2012-04-26 14:35:19 -04:00