Ehsan Akhgari
25952ff6ed
Bug 757632 followup - Remove the test name from the manifest file; r=me
2012-05-29 17:03:36 -04:00
Ehsan Akhgari
49199db8cd
Bug 757632 - Disable test_0202_app_launch_apply_update_dirlocked.js for now; r=me
2012-05-29 16:39:39 -04:00
Panos Astithas
b1ff343559
Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell
2012-05-24 14:23:53 +03:00
Nicholas Cameron
8c2e332b2d
Bug 751431. Rip out Skia from libxul. r=khuey
2012-05-03 17:15:20 +12: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
Ryan VanderMeulen
33a87b9b95
Merge m-c to inbound.
2012-05-22 20:21:39 -04: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
Ben Hearsum
d78c3f7ce0
bug 723176: support mac dmg signing in the build system. r=khuey/ted
2012-05-22 17:13:26 -04: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
Mounir Lamouri
b941f914a4
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
dfb579e75b
Bug 740233 - fix for application id query bug in toolkit nsis scripts. r=rstrong
2012-05-21 17:51:34 -05: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
Landry Breuil
2f811f1b3b
Bug 757611 - pass a FILE* to ferror(), fixes build on OpenBSD - r=ehsan
2012-05-22 17:24:42 -04:00
Jim Mathies
535421dfcb
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]
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
Ed Morley
5907af5d60
Merge fx-team and mozilla-central ready for MPL2 update
2012-05-21 07:49:47 +01:00
Blair McBride
5efb36bf36
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
f95ae5d4b8
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
07c97c7b59
Bug 534992 - improve error reporting when cleanroot is not set - r=ted
2012-05-16 14:51:45 -04:00
Dave Townsend
f17a7d6f7e
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
bd784acf77
Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws
2012-05-15 11:10:43 -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
Nicolas Silva
2337ceaadf
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
c3c06d86cd
Merge from mozilla-central
2012-05-22 10:51:49 -04:00
Mike Hommey
55512a4c8a
Bug 658848 - Clean up XRE_WANT_DLL_BLOCKLIST. r=bsmedberg
2012-05-22 08:46:17 +02: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
Ed Morley
9f64d2c1c7
Backout 027ed1748c81 (bug 740485) for M3 orange
2012-05-21 19:36:43 +01:00
Doug Turner
a1636519c8
Bug 740485 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Nathan Froyd
0e014efba9
Bug 756152 - disable persistent telemetry sending; r=taras
2012-05-17 14:58:48 -04:00
Dão Gottwald
7e71d8bc37
Bug 756759 - Remove gnomestripe's non-native fallback styling for toolbarbuttons. r=neil
2012-05-21 15:43:19 +02:00
Ed Morley
c5acb642c1
Merge mozilla-central to mozilla-inbound
2012-05-21 13:19:38 +01:00
Phil Ringnalda
df87bab10f
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
7d366238f9
Bug 754573 - Remove Services.prefs.getBranch(null) occurrence in browser.xml. r=gavin
2012-05-15 18:30:15 -04:00
Kyle Huey
f23e7ad0ac
Bug 748467: Fix some dependencies for android fast packaging. r=ted
2012-05-15 15:06:52 -07:00
Ryan VanderMeulen
58fee453b0
Merge m-c to inbound
2012-05-27 23:32:46 -04:00
Brian R. Bondy
367ee44491
Bug 758206 - Better detection for preload/prefetch telemetry. r=taras
2012-05-27 22:40:49 -04:00
Brian R. Bondy
93d2c3c6bc
Bug 758206 - Telemetry for preload/prefetch. r=taras
2012-05-27 22:40:49 -04:00
Brian R. Bondy
bd7b8ba206
Bug 758410 - Installs of service should not attempt to clear prefetch. r=rstrong
2012-05-27 22:40:48 -04:00
Brian R. Bondy
ac2e626c02
Bug 727864 - Enable DLL preloading when MozillaMaintenance service disabled prefetch. r=jimm
2012-05-27 22:40:48 -04:00
Brian R. Bondy
4671436044
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
2012-05-27 22:40:48 -04:00
Nicholas Nethercote
7c297579fb
Bug 757299 (part 10) - Remove the kind description prefix in about:memory, it's not much use. r=jlebar.
...
--HG--
extra : rebase_source : 7261fa45dee6ac83c32e83e897506bfc6f0302b4
2012-05-27 18:24:34 -07:00
Nicholas Nethercote
41700425aa
Bug 757299 (part 9) - Build tree lines in a better way in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : 0a0a45eff18ecc2370386684fd5a3034ebd5a847
2012-05-27 18:22:25 -07:00
Nicholas Nethercote
ba140286ce
Bug 757299 (part 8) - Build percentage text in a better way in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : eaf570a9cf3470bdf125f4e62cc06eeff5a263b4
2012-05-27 18:17:05 -07:00
Nicholas Nethercote
d0c8c128ce
Bug 757299 (part 7) - Remove TreeNode._kind in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : fc6bcb81d9e14a6e311ef3dedff738b69d5d9d11
2012-05-27 18:15:00 -07:00
Nicholas Nethercote
78b39c9a83
Bug 757299 (part 6) - Compute paths in a better way in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : 847cd70a2a027abf4976f9f1655707e9f8ceb035
2012-05-27 18:09:37 -07:00
Nicholas Nethercote
1f4bec6787
Bug 757299 (part 5) - Don't create Report objects in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : d4817f35c70e8a5ecd52698e66279d07ef963199
2012-05-27 16:13:50 -07:00
Nicholas Nethercote
ab6a37bd3d
Bug 757299 (part 4) - Don't put each newline in a separate text node in about:memory. r=jlebar.
...
--HG--
extra : rebase_source : eea2b7a8076d4a334ee394709db48bbe9e089829
2012-05-23 17:06:35 -07:00
Nicholas Nethercote
f11c083b5a
Bug 757299 (part 3) - Simplify non-leaf node descriptions in about:memory. r=jlebar.
...
--HG--
extra : rebase_source : be71806d90cc166912a664cfc2c5aefda57f5cc8
2012-05-23 17:04:52 -07:00
Nicholas Nethercote
6b23dfc485
Bug 757299 (part 2) - Don't replace backslashes unless necessary in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : 08551a5131bd1a7f9b5cd5310aee1a10867c742f
2012-05-23 16:57:18 -07:00
Nicholas Nethercote
ce7d636ebd
Bug 757299 (part 1) - Don't set TreeNode.kids for leaf nodes in aboutMemory.js. r=jlebar.
...
--HG--
extra : rebase_source : 3cd45b14d332ac30063a9a19573f58d294b838b7
2012-05-23 16:56:11 -07:00
Ryan VanderMeulen
a988aa6623
Backout 3a9f8be665a4 (bug 757469) due to orange.
2012-05-23 22:42:53 -04:00
Ryan VanderMeulen
2e63a9af97
Merge m-c to inbound
2012-05-23 22:39:33 -04:00
Ehsan Akhgari
8737791b22
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
a465815cff
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
9b5237d71c
Bug 757469 - Implement ctypes.off_t. r=jorendorff
2012-05-23 20:56:40 -04:00
Ehsan Akhgari
020ab912a8
Merge mozilla-central into mozilla-inbound on a CLOSED TREE
2012-05-23 17:31:12 -04:00
Tim Abraldes
6a9acb3da8
bug 752756. Read UTF-16le and UTF-8 BOMs in nsINIParser on Windows. Add parameter to nsIINIParserWriter::writeFile() specifying the charset of the file (BOM will be written). r=bsmedberg
2012-05-23 10:09:10 -07:00
Marco Castelluccio
ced2b3f44a
Bug 754329 - Crash with cairo mutexes enabled. r=joe
...
--HG--
extra : rebase_source : d2ae2005ebe4b525f44bdf9951f4279af7b34f5e
2012-05-11 23:21:41 +02:00
Ryan VanderMeulen
f77cc327e6
Backout 4eaf67a7f50f since it shouldn't have been checked in.
2012-05-24 19:25:45 -04:00
Szabolcs Hubai
43aecde60c
Bug 756960 - Iterate on a shallow copy while notifying downloadListeners. r=Mossop
2012-05-21 21:20:54 +02:00
Andrew Hurle
c213af2b11
Bug 566444 - Simple test for the proxy settings dialog under preferences. r=jaws
2012-05-24 18:45:10 -04:00
Irving Reid
8639895b3a
Bug 742662 - Better handling for OpenSearch specs with unsupported Image tags. Also improve some log messages, clean up some run time warnings. r=gavin
2012-05-24 18:45:09 -04:00
Matthew Noorenberghe
5840f74316
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
73df0390fc
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
Ryan VanderMeulen
7baae5eafb
Merge m-c to inbound
2012-05-26 18:20:43 -04:00
David Rajchenbach-Teller
e20fa1d8da
Bug 757469 - Implement ctypes.off_t. r=jorendorff
2012-05-26 09:33:52 -04:00
Andrew Hurle
88f9d706a6
Bug 754912 - Remove typo from license.html. r=MattN
2012-05-15 12:04:00 -07:00
Jared Wein
f9d2879f69
Bug 754133 - Set the background of standalone images to white. r=bz
2012-05-15 10:52:12 -07:00
Mike Hommey
39e1457473
Bug 741348 - Work around crashreporter client build failure with gcc 4.7. r=ted
2012-05-15 19:01:01 +02: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
Marco Castelluccio
de4bc058e0
Bug 728749 - Faster plugins check tab. r=gavin
2012-05-17 17:53:05 -04: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
Gervase Markham
f058813cdf
Bug 750294 - back out due to preprocessor not doing what was expected.
2012-05-17 17:14:54 +01: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
Neil Deakin
c162a8a429
Bug 750808, move children element in label control binding, so that it doesn't get deleted when setting accesskey, r=neil
2012-05-16 19:55:09 -04:00
Matthew Noorenberghe
6d793e0718
Bug 706292 - Hide the automatic update settings from the add-on details for the hotfix extension. r=Unfocused
...
--HG--
extra : rebase_source : 8a46b13436f7447f59d08a5e23f927a682090471
2012-04-18 14:39:29 -04:00
Ehsan Akhgari
a3acad4ec8
Merge mozilla-central into mozilla-inbound
2012-05-24 14:52:27 -04:00
Ted Mielczarek
07414e5f89
bug 661908 - create a virtualenv as part of configure. r=khuey
...
--HG--
extra : rebase_source : c0d8d3a37a03425cdb3c0713ceda3007bddb1496
2012-04-25 13:37:16 -04:00
Marco Bonardo
bef0f6ea46
Bug 753205 - Add back separators support to bookmarks HTML import.
...
r=dietrich
--HG--
rename : browser/components/places/tests/unit/bookmarks.corrupt.html => toolkit/components/places/tests/unit/bookmarks.corrupt.html
rename : browser/components/places/tests/unit/bookmarks.preplaces.html => toolkit/components/places/tests/unit/bookmarks.preplaces.html
rename : browser/components/places/tests/unit/test_384370.js => toolkit/components/places/tests/unit/test_384370.js
rename : browser/components/places/tests/unit/test_398914.js => toolkit/components/places/tests/unit/test_398914.js
rename : browser/components/places/tests/unit/test_bookmarks_html.js => toolkit/components/places/tests/unit/test_bookmarks_html.js
rename : browser/components/places/tests/unit/test_457441-import-export-corrupt-bookmarks-html.js => toolkit/components/places/tests/unit/test_bookmarks_html_corrupt.js
rename : browser/components/places/tests/unit/test_bookmarksRestoreNotification.js => toolkit/components/places/tests/unit/test_bookmarks_restore_notification.js
2012-05-24 17:33:54 +02:00
Alexandre Poirot
95752b9fb6
Bug 753856 - Use CONOUT$ for stderr on Windows. r=ted
2012-05-24 16:11:34 +02:00
Matt Brubeck
4b70cc9606
Merge mozilla-central and mozilla-inbound
2012-05-14 21:41:08 -07:00
Matt Brubeck
84daf0496c
Merge last green changeset from inbound to mozilla-central
2012-05-14 14:00:57 -07:00
Mike Hommey
1f46768cf3
Bug 754625 - Use idl-parser from $(LIBXUL_DIST)/sdk/bin and only remove lex and yacc files in header.py --regen. r=khuey
2012-05-14 17:19:39 +02:00
Oleg Romashin
510c4c6f27
Bug 754489 - Qt port does not need linking with glib. r=glandium
2012-05-14 10:15:26 +02:00
Matt Brubeck
9ce45c88eb
Merge last green changeset from inbound to mozilla-central
2012-05-12 08:44:31 -07:00
Matt Brubeck
eebd9c8f2a
Back out 6a7bfd84596e (bug 736501) because it broke the build on some versions of GCC (bug 754198)
2012-05-11 20:15:47 -07:00