David Rajchenbach-Teller
9b5237d71c
Bug 757469 - Implement ctypes.off_t. r=jorendorff
2012-05-23 20:56:40 -04:00
Brian R. Bondy
6898aebb48
Bug 757711 - Service does not get replaced for newer builds since bug 748764; r=ehsan
2012-05-23 17:28:08 -04:00
Landry Breuil
d4be5d850a
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
6851acb366
Bug 732936 - ImplicitConvert can convert an ArrayBuffer to C array or pointer. r=jorendorff
2012-05-15 14:59:21 +02:00
Daniel Holbert
e3318202f7
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
Wes Johnston
36e0453355
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
f70251fbce
Bug 756701 - Backout original patch. r=mfinkle
2012-05-22 15:33:31 -07:00
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
Tim Taubert
dd5956e89d
merge m-c to fx-team
2012-05-22 15:20:39 +02:00
Andres Hernandez [:andreshm]
6db961c5f1
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
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Wes Johnston
cf81a5fd89
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
Nathan Froyd
0e014efba9
Bug 756152 - disable persistent telemetry sending; r=taras
2012-05-17 14:58:48 -04:00
Benjamin Smedberg
4f91700da9
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
...
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
2012-05-18 13:30:49 -04:00
Rafael Ávila de Espíndola
84d65c377a
Bug 753461 - Write shutdown time to disk. r=taras.
2012-05-18 08:13:30 -04:00
Nils Maier
7e7271851f
Bug 755992 (part 2) - Optimize creation of tree lines in about:memory. r=nnethercote.
2012-05-16 23:43:34 -07:00
Nils Maier
98a68ac943
Bug 755992 (part 1) - Avoid creating some text nodes in about:memory. r=nnethercote.
2012-05-16 23:43:34 -07:00
Nicholas Nethercote
1344c00212
Bug 755583 (part 6) - Combine the '++'/'--' spans in about:memory. r=jlebar.
2012-05-16 23:43:34 -07:00
Nicholas Nethercote
57d8473ad5
Bug 755583 (part 5) - Merge each single child node into its parent in about:memory. r=jlebar.
2012-05-16 20:43:36 -07:00
Nicholas Nethercote
8e8ae026d3
Bug 755583 (part 4) - Split up the smaps/ memory reporter tree. r=jlebar.
2012-05-16 20:43:36 -07:00
Nils Maier
2017075e17
Bug 755583 (part 3) - Set .textNode directly when creating text nodes in aboutMemory.js. r=nnethercote.
2012-05-16 20:43:36 -07:00
Nils Maier
7c41cdba29
Bug 755583 (part 2) - Use RegExp.test instead of String.match in aboutMemory.js. r=nnethercote.
2012-05-16 20:43:36 -07:00
Rafael Ávila de Espíndola
5a0c537b1d
Bug 755336 - convert integer types in nsAppStartup.cpp. r=benjamin.
2012-05-17 13:22:28 -04:00
David Rajchenbach-Teller
c8e286f0be
Bug 748745 - Supporting readString in a CDataFinalizer. r=jorendorff
2012-05-07 08:59:28 +02:00
Hubert Figuiere
f4ad6bf131
Bug 670275 - Downloading a file should put it in the system's recently-used list. r=karlt
2011-07-08 17:29:00 -07:00
Saurabh Anand
5d60d3107e
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
0e95e17de3
Bug 755338 - convert integer types in Telemetry.cpp. r=taras.
2012-05-16 07:39:21 -04:00
Paolo Amadini
6061ed836c
Bug 739213 - Kill AddPageWithDetails. r=mak
2012-05-14 20:42:29 +02:00
Benjamin Smedberg
6a69ee691d
Bug 737164 part C - switch various in-tree callers which are using fallible strings to keep using them
...
--HG--
extra : rebase_source : f5b42ba1f5745b256ba4e4ca67c883696904f9c1
2012-05-08 13:55:24 -04:00
David Rajchenbach-Teller
813502fd15
Bug 748776 - Record a more precise type in CDataFinalizer::Construct. r=jorendorff
2012-05-09 10:33:30 +02:00
Ryan VanderMeulen
127daf870d
Merge m-c to inbound.
2012-05-09 18:42:00 -04:00
Brian R. Bondy
eef25984c9
Bug 749956 - Start tracking this releng only talos installer file in the tree. r=ehsan. DONTBUILD
2012-05-09 13:37:11 -04:00
David Rajchenbach-Teller
4486af56f3
Bug 744698 - Close the stream once commit is complete. r=gavin
2012-04-27 09:15:37 +02:00
Marco Castelluccio
ba6e05d3c1
Bug 615213 - Remove nsIGlobalHistory.
...
r=bsmedberg
2012-05-09 21:30:41 +02:00
Nathan Froyd
1f7a89a589
Bug 748907 - don't reflect no-data histograms; r=taras
2012-05-08 10:58:20 -04:00
John Ford
ba2a46cee5
bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey
2012-05-07 15:21:11 -07:00
Marco Bonardo
2ef506ac72
Bug 740076 - Disable autoFill when autocomplete is disabled.
...
r=dietrich
2012-05-05 14:26:42 +02:00
Marco Castelluccio
6e367ec40e
Bug 739221 - Remove nsIBrowserHistory::count.
...
r=mak sr=gavin
2012-05-05 14:26:25 +02:00
Marco Castelluccio
4e28783b31
Bug 751608 - Remove the never implemented nsIBrowserHistory::hidePage method.
...
r=mak sr=gavin
2012-05-05 14:25:31 +02:00
Ed Morley
ea1cca8a21
Merge mozilla-central to mozilla-inbound
2012-05-05 12:57:25 +01:00
Ms2ger
3b04c7d79e
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
2012-05-05 11:00:05 +02:00
Johan Charlez
8e8dfc12df
Bug 562640 - Error: view.selection is null when undo close tab of about:config. r=mossop
2012-05-04 22:46:35 -04:00
Patrick Walton
e644e63613
Bug 750583 - Empty out FUEL's gShutdown array in a less clownshoes manner. r=jlebar
2012-05-04 12:11:13 -07:00
Justin Lebar
990e2401e1
Bug 751509 - Don't assert that about:memory percentages are less than 100%. r=njn
...
--HG--
extra : rebase_source : f678b42ecc2cd4c61c975e2cd29914708568b5f9
2012-05-04 14:38:06 -04:00
Ed Morley
62058070ea
Backout c1243d1fb401 (bug 751509) for turning test_aboutmemory.xul permaorange
2012-05-04 19:14:15 +01:00
Vivien Nicolas
17ba9e143b
Bug 748895 - Error message if an error message arrived after the destruction of the console binding. r=enndeakin
2012-05-04 20:05:40 +02:00
Justin Lebar
4f04009225
Bug 751509 - Don't assert that about:memory percentages are less than 100%. r=njn
2012-05-04 12:50:12 -04:00
Nathan Froyd
1cbb01255e
Bug 751316 - fix sending addon histograms in telemetry pings; r=taras
2012-05-02 22:23:23 -04:00
David Rajchenbach-Teller
cdaca26fef
Bug 751505 - Better memory cleanup during the test. r=jorendorff,yoric
2012-05-03 17:14:33 +02:00
Ed Morley
7597cd3e36
Bug 751505 - Temporarily disable test_finalizer_shouldaccept.js for permaorange after CPG landed; rs=yoric
2012-05-03 14:34:10 +01:00