Ehsan Akhgari
4cf7dcbd5e
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
066029ac7f
Bug 757835 - Fall back to not use the maintenance service if there is an error when using the service to stage an update in the background; r=rstrong
...
This will cause us to fall back to a non-background update with a UAC prompt,
which sucks, but at least it lets the user to update.
--HG--
extra : transplant_source : z%00/Z%ED%E3gj%A2%E6%244%D0%B0%AE%A1zdPT
2012-05-23 12:31:37 -04:00
Ed Morley
cd9f362b03
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-24 15:48:20 +01:00
Olli Pettay
98b430ab64
Bug 756131 - API for creating default profiles for webapps, r=benjamin
2012-05-24 17:29:52 +03: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
Ehsan Akhgari
0ea3be6ccb
Bug 757981 - Make sure to use the correct installation directory for regular updates; r=bbondy
2012-05-23 16:50:10 -04:00
Brian R. Bondy
98e633230d
Bug 757711 - Service does not get replaced for newer builds since bug 748764; r=ehsan
2012-05-23 17:28:08 -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
Doug Turner
f4e1e809f4
Bug 717103 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Nicholas Cameron
255bec22e7
Bug 751431. Rip out Skia from libxul. r=khuey
2012-05-03 17:15:20 +12:00
Landry Breuil
64230ede81
Bug 755336 - Use PRInt64 replacedLockTime since XPIDL expects a PRInt64, fixes build on OpenBSD. r=bsmedberg
2012-05-22 20:21:45 -04:00
David Rajchenbach-Teller
5cd9da169f
Bug 732936 - ImplicitConvert can convert an ArrayBuffer to C array or pointer. r=jorendorff
2012-05-15 14:59:21 +02:00
Ryan VanderMeulen
01192035ee
Merge m-c to inbound.
2012-05-22 20:21:39 -04:00
Daniel Holbert
6648a51cf0
Bug 757644: Tweak constructor init-list order in mock_Link.h to fix build warning. r=ehsan
2012-05-22 16:25:23 -07:00
Ben Hearsum
b9fd76da85
bug 723176: support mac dmg signing in the build system. r=khuey/ted
2012-05-22 17:13:26 -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
Tim Taubert
abe97c25ea
merge m-c to fx-team
2012-05-22 15:20:39 +02:00
Mounir Lamouri
4ce1130ea7
Bug 376649 - In GTK, F10 key should show active menubar item and open submenu. r=bz
...
--HG--
rename : toolkit/content/tests/widgets/test_menubar.xul => toolkit/content/tests/widgets/test_menubar_gtk.xul
rename : toolkit/content/tests/widgets/window_menubar.xul => toolkit/content/tests/widgets/window_menubar_gtk.xul
2012-05-22 01:31:17 +02:00
Jim Mathies
98cf4f6389
Bug 740233 - fix for application id query bug in toolkit nsis scripts. r=rstrong
2012-05-21 17:51:34 -05:00
Wes Johnston
c9b909c273
Bug 756701 - Don't add items to the deleted tables when removeAll is called. r=dolske,mfinkle
2012-05-22 15:33:34 -07:00
Wes Johnston
bd17386f20
Bug 756701 - Backout original patch. r=mfinkle
2012-05-22 15:33:31 -07:00
Landry Breuil
12f3ec812b
Bug 757611 - pass a FILE* to ferror(), fixes build on OpenBSD - r=ehsan
2012-05-22 17:24:42 -04:00
Jim Mathies
6c426d9f44
Bug 751541 - Fix for VS11 C++/CX link issues: delay load vccorlib and the winrt standard libraries, and provide a dummy vccorlib on non-win8 platforms so xul lib can load. r=ehsan+khuey, sr=bsmedberg
2012-05-22 16:00:48 -05:00
Andres Hernandez [:andreshm]
b80dd37118
Bug 741255 - ASSERTION: Oops! You're asking for a weak reference to an object that doesn't support that. during shutdown, with telemetry on stack; r=froydnj
2012-05-07 14:02:02 -06:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ed Morley
cd947fcd6d
Merge fx-team and mozilla-central ready for MPL2 update
2012-05-21 07:49:47 +01:00
Blair McBride
953f2d212f
Bug 595656 - Add-ons view rounded border corners sometimes cut off by content. r=dtownsend
2012-05-19 17:19:00 +12:00
Blair McBride
512d774474
Bug 752868 - Outdated locales aren't being removed from extensions.sqlite, causing bad performance. r=dtownsend
2012-05-19 17:18:38 +12:00
Dustin J. Mitchell
dd8b3f97ce
Bug 534992 - improve error reporting when cleanroot is not set - r=ted
2012-05-16 14:51:45 -04:00
Dave Townsend
15b74dd4fc
Bug 733436: OSX resource forks on FAT disks cause problems installing and uninstalling add-ons. r=Unfocused
2012-05-16 11:35:53 -07:00
David Keeler
118d153216
Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws
2012-05-15 11:10:43 -07:00
Saurabh Anand
0246222c0f
Bug 732262 - Add toSource() and toString() methods to js-ctypes ABI objects. r=jorendorff.
2012-05-15 16:48:54 +05:30
Rafael Ávila de Espíndola
acab1a33ac
Bug 755338 - convert integer types in Telemetry.cpp. r=taras.
2012-05-16 07:39:21 -04:00
Nicolas Silva
3dbfab5718
Bug 722012 - Added a call to XInitThreads before the first call to XOpenDisplay to fix OMTC crashes. r=karlt
...
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul => toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0113_general.js => toolkit/mozapps/update/test/unit/test_0110_general.js
rename : toolkit/mozapps/update/test/unit/test_0114_general.js => toolkit/mozapps/update/test/unit/test_0111_general.js
rename : toolkit/mozapps/update/test/unit/test_0115_general.js => toolkit/mozapps/update/test/unit/test_0112_general.js
rename : toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js => toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js
extra : rebase_source : f527614c4a5f0b8979bd8bc39dcd3ca739ba9e08
2012-05-22 11:34:34 -04:00
Ehsan Akhgari
e49ce8531b
Merge from mozilla-central
2012-05-22 10:51:49 -04:00
Mike Hommey
add0086b65
Bug 658848 - Clean up XRE_WANT_DLL_BLOCKLIST. r=bsmedberg
2012-05-22 08:46:17 +02:00
Wes Johnston
59c8802a53
Bug 756701 - Clear private data should not move things to the deleted items table. r=mfinkle,dolske
2012-05-21 13:55:28 -07:00
Ed Morley
7bdae23f76
Backout 027ed1748c81 (bug 740485) for M3 orange
2012-05-21 19:36:43 +01:00
Doug Turner
23116ffc7c
Bug 740485 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Nathan Froyd
6a80fa6696
Bug 756152 - disable persistent telemetry sending; r=taras
2012-05-17 14:58:48 -04:00
Dão Gottwald
aa418160d2
Bug 756759 - Remove gnomestripe's non-native fallback styling for toolbarbuttons. r=neil
2012-05-21 15:43:19 +02:00
Ed Morley
f0346ff780
Merge mozilla-central to mozilla-inbound
2012-05-21 13:19:38 +01:00
Phil Ringnalda
abae04ab7b
Bug 756885 - Bail out of test_bug624329.xul early on 10.7, where win.maximize() gives us a resize without actually maximizing, r=karlt
2012-05-20 11:51:34 -07:00
aceman
153c4530c7
Bug 754573 - Remove Services.prefs.getBranch(null) occurrence in browser.xml. r=gavin
2012-05-15 18:30:15 -04:00
Kyle Huey
56b1fbd37b
Bug 748467: Fix some dependencies for android fast packaging. r=ted
2012-05-15 15:06:52 -07:00
Ryan VanderMeulen
a9f316abdc
Backout 3a9f8be665a4 (bug 757469) due to orange.
2012-05-23 22:42:53 -04:00
Ryan VanderMeulen
9cc3b4b17b
Merge m-c to inbound
2012-05-23 22:39:33 -04:00
Ehsan Akhgari
1ff26e1fb8
Bug 757437 - Remove the rest of the support code for xpcshell-specific Mac bundle hacks from bug 307181; r=rstrong
2012-05-22 11:32:01 -04:00
Paul ADENOT
b4d8782586
Bug 757625 - The controls should remain visible after seeking if the mouse is over the controls area. r=jaws
2012-05-23 20:56:40 -04:00
David Rajchenbach-Teller
482cd3a689
Bug 757469 - Implement ctypes.off_t. r=jorendorff
2012-05-23 20:56:40 -04:00