Commit Graph

5131 Commits

Author SHA1 Message Date
Ehsan Akhgari
ab9253304f 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
a333ee6c73 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
0360502a18 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
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Raymond Lee
f29e9518d6 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
fae59802b9 Merge m-c to inbound. 2012-05-16 20:45:57 -04:00
Rob Campbell
cad13b654f merge fx-team to m-c 2012-05-16 12:03:18 -07:00
Thaddee Tyl
9bb5570bf4 Bug 749278 - Rename Script Debugger to Debugger; r=rcampbell 2012-05-15 12:21:13 -07:00
Girish Sharma
793a5bc7b0 Bug 755289 - Developer toolbar missing the cross in close button. r=paul 2012-05-15 07:28:00 +02:00
Dão Gottwald
20c23120d0 merge backout 2012-05-15 18:06:30 +02:00
Dão Gottwald
4386727d47 Backed out changeset a39b32ce55d1 2012-05-15 18:06:14 +02:00
Jared Wein
386164b6bd Bug 751444 - The About dialog should have visual indications of keyboard navigation. r=felipe 2012-05-12 15:50:06 -07:00
Paul Rouget
c6b3c08068 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
cff01ad493 Bug 754608 - Part 1 - don't capture thumbnails for privacy-sensitive pages; r=dao 2012-05-15 08:10:55 +02:00
Tim Taubert
267ea32188 Backed out changeset 7a5807d68ddc (bug 682944) 2012-05-15 08:17:05 +02:00
Raymond Lee
9c16d67ddf Bug 753308 - Call openUILink with named parameters. r=dao 2012-05-12 17:00:48 +02:00
Frank Yan
d841ed715a Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-04-24 13:43:38 -04:00
Frank Yan
b0de9999fc 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
e0a2d5a6ca Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao 2012-05-14 10:22:14 +02:00
Oonishi Atsushi
5acf024e20 Bug 623155 - Use LOCATION_CHANGE_ERROR_PAGE to identify error page loads. r=dao 2012-05-14 10:17:21 +02:00
Matt Brubeck
dd5bcc7cc4 Merge mozilla-central and mozilla-inbound 2012-05-13 08:27:03 -07:00
Jared Wein
f662beb1da 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
1b00fd4a67 Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp 2012-05-11 16:54:47 +02:00
Ehsan Akhgari
38021da8db 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
Paul Rouget
4e58dba18e Bug 749626 - Theme update: make the close button code generic and implement the dark theme for menulists. r=dao 2012-05-07 15:29:45 +02:00
Joe Walker
c906bf31b8 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
Ed Morley
1cb05a71f6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-10 13:04:35 +01:00
Serge Gautherie
78fcfbfbdd Bug 752216. (Gv1-FF) browser_popupNotification.js: Use locationbar to simplify test 19. r=gavin. 2012-05-10 01:58:26 +02:00
Devan Sayles
560e09e2d8 Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride 2012-05-08 19:31:51 -07:00
Jon Rietveld
711f241e56 Bug 735557 - Add about:preferences to the inContentWhitelist. r=bmcbride 2012-05-08 19:11:43 -07:00
Chris Pearce
7272df11b1 Bug 746885 part 2 - Grant temporary fullscreen permisssions when fullscreen approved without 'remember decision' checked. r=dao 2012-05-09 09:47:19 +12:00
Chris Pearce
959f2a3aa4 Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao 2012-05-09 09:47:19 +12:00
Chris Pearce
e26613a42e Bug 716107 part 1 - Add 'fullscreen' permissions to Page Info. r=dao 2012-05-09 09:47:18 +12:00
Gavin Sharp
a4a4d8383b Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao
--HG--
extra : transplant_source : %D6%90%13%91%EA%3D3%CB%93B1%CD%7F%0Cf%D1%08%00%A4%E6
2012-04-18 15:44:02 -07:00
Jared Wein
fa53f225a4 Bug 743421 - Add a comment describing why aRequest is being null-checked. r=me DONTBUILD 2012-05-07 14:40:34 -07:00
Serge Gautherie
9772b64c52 Bug 752216. (Bv1-FF) browser_popupNotification.js: Fix nits. r=gavin.
DONTBUILD (test-only, trivial).
2012-05-06 21:44:03 +02:00
Matt Brubeck
0d05a87aaa Bug 749738 - Use weak references to avoid accessing dead objects in findbar [r=mak] 2012-05-05 08:09:50 -07:00
Phil Ringnalda
7f9cae1506 Merge m-c to m-i 2012-05-04 19:49:34 -07:00
Paul O’Shannessy
95399f670e Bug 751955 - Lion fullscreen check should be more versatile [r=gavin] 2012-05-04 11:24:04 -07:00
Tim Taubert
510abf5b6c merge m-c to fx-team 2012-05-04 16:20:36 +02:00
Frank Yan
8cd2b9826b Bug 738642 - Finalized marketplace icon for about:home. r=mak 2012-05-03 13:20:01 -07:00
Victor Porof
9ca3e3ed5a Bug 749222 - Create a separate way to start a chrome debugger; r=past 2012-04-26 14:28:11 -04:00
Victor Porof
8d4fdcc0b5 Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,paul,rcampbell 2012-04-12 18:47:56 +03:00
David Keeler
bd784acf77 Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws 2012-05-15 11:10:43 -07:00
Ed Morley
794ec49e06 Merge mozilla-central to fx-team to pick up PGO fixes 2012-05-03 11:24:50 +01:00
Matt Brubeck
e3b7b8e191 Merge mozilla-central and mozilla-inbound 2012-05-02 15:58:11 -07:00
Ehsan Akhgari
83c608b002 Merge backout; a=me 2012-05-02 16:22:51 -04:00
Ehsan Akhgari
27f6798b66 Backout the merge from fx-team because of Ts regressions (no bug)
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Dão Gottwald
3550d84cd7 Bug 750980 - Implement visibleTabs cache. r=ttaubert a=non-libxul 2012-05-02 20:39:06 +02:00
Tim Taubert
5fba5f993b merge m-c to fx-team 2012-04-27 08:39:28 -04:00