Commit Graph

75057 Commits

Author SHA1 Message Date
Jim Mathies
cae5da6e82 Bug 677711 - Kill plugin processes when the child detects the browser is hung. r=bsmedberg 2011-08-16 05:25:34 -05:00
Mike Hommey
06def372f6 Bug 672756 - Allow to populate startupcache on xulrunner applications built with the SDK. r=ted 2011-08-16 09:19:51 +02:00
Paul O’Shannessy
233cde3cd2 Bug 648683 - Expose tabs on-demand preference [r=dietrich, r=gavin, ui-r=boriss]
This removes the browser.sessionstore.max_concurrent_tabs integer preference in favor of a boolean preference. This disables the hidden way of disabling cascaded restore.
The new browser.sessionstore.restore_on_demand preference is exposed in the "General" pref pane.
2011-08-15 23:24:25 -07:00
Blair McBride
0020164d0a Bug 677646 - Install Add-on from file no longer works. r=dtownsend 2011-08-16 18:16:37 +12:00
Alon Zakai
0084a4d821 Bug 678623 - Increase script stack quota in web workers. r=bent 2011-08-15 22:53:33 -07:00
Brian Smith
60e886946e Bug 593077: Remove SSL 2.0 Support and Fortezza Cipher Suites, r=kaie 2011-08-15 22:38:56 -07:00
Trevor Saunders
eb087b3f28 bug 678799 - a11y telemetry for accessibility initialization r=surkov, tglek 2011-08-11 04:01:27 -07:00
Daniel Holbert
33639e1285 backout 7369baed29ef (Bug 674647) due to permaorange on OS X64 opt xpcshell tests 2011-08-15 21:37:47 -07:00
William Chen
c4f4423774 Bug 664783 - Implement FileReaderSync for Workers. r=bent+sicking. 2011-08-15 20:40:38 -07:00
Daniel Holbert
03ca49f291 merge m-c to m-i 2011-08-15 21:12:06 -07:00
Daniel Holbert
286d8b358e Backing out f085bbca2ee9 (bug 609043) since it triggered perma-orange in Android b-c tests 2011-08-15 20:59:13 -07:00
Daniel Holbert
f3f070d15a Back out c51c5db7903f (bug 679194) since I'm backing out the cset that it stacks on top of 2011-08-15 20:59:11 -07:00
Matt Woodrow
6ed2caca3d Bug 677878 - Round untransformed rects outwards. r=roc 2011-08-16 15:44:22 +12:00
Chris Pearce
4c092f1160 Bug 665344 - Ensure minWriteSamples samples written before sleeping in AudioLoop drain. r=kinetik 2011-08-16 15:32:10 +12:00
Bas Schouten
773198cdeb Bug 676753: Support subpixel-AA for the Azure D2D backend. r=jrmuizel 2011-08-16 04:37:00 +02:00
Ehsan Akhgari
b1153cbfc2 Backout changeset 83b6f03bb285 (bug 674770) because mochitest-3 orange on Windows 2011-08-15 22:30:23 -04:00
Paul O’Shannessy
1f41354148 Review comments for bug 645428 2011-08-15 18:20:15 -07:00
Tim Taubert
810a4fb257 Bug 645428 - "sessionstore-windows-restored" is not sent for empty sessions [r=zpao] 2011-08-15 18:20:14 -07:00
Paul O’Shannessy
e46c4778cf Bug 645608 - If FF Window is minimized and restarted, the window is minimized/maximized then restored [r=dietrich] 2011-08-15 18:20:14 -07:00
Daniel Holbert
56f8c6a91d Bug 678822: Skip call to nsSMILAnimationFunction::GetAccumulate() if we've had parse errors. r=birtles 2011-08-15 17:58:52 -07:00
Daniel Holbert
fac97ef7b6 Bug 473236, 2011 edition: remove executable bit from files that don't need it, in /layout. [test-only, file-permissions-only] DONTBUILD 2011-08-15 17:55:02 -07:00
Paolo Amadini
5bcf37a7bd Bug 591289 - Save chosen download file name and other metadata in Places history [r=sdwilsh, ui-r=limi] 2011-08-15 18:08:48 -07:00
Mats Palmgren
857fdf3c17 Bug 191864 - Range and Selection broken with splitText() and normalize(). 2011-08-16 02:55:22 +02:00
Mats Palmgren
95bdda5ee4 Bug 191864 - Range and Selection broken with splitText() and normalize(). r=sicking 2011-08-16 02:55:20 +02:00
Alex Pakhotin
86521171b2 Bug 673969 - System preference for "visible passwords" not followed. r=blassey 2011-07-26 18:14:52 -07:00
Steve Fink
93cd3119ac Bug 673631 - Clean up probes and register (almost) all profiler control entry points in JS_DefineProfilingFunctions (r=luke,waldo,jst)
Previously, JS_DefineProfilingFunctions only defined a very basic set of
functions (startProfiling and stopProfiling), and various scattered places
added more specific ones (start/stop vtune, dumpProfile, etc.) This patch makes
jsdbgapi do all of it, so that all users get the same set.

Also rename JS_DumpProfile -> JS_DumpBytecode to avoid name conflict. The
bytecode dumps are how the counters ("profiles") are displayed, so the
DumpProfile name was bogus anyway.

--HG--
extra : rebase_source : 2d3e626ef43ac41c6da401a779775a63fc96a427
2011-07-26 15:56:09 -07:00
Daniel Holbert
21539bdc2a Bug 679091: Remove unused variable |size| from gfxASurface::FastMovePixels(). r=cjones 2011-08-15 17:15:55 -07:00
Josh Matthews
e46409280a Backing out bug 675669, due to its controversial landing. 2011-08-15 20:15:17 -04:00
Dave Townsend
d61132faf7 Bug 679157: browser_select_confirm.js tests fail on aurora. r=Unfocused 2011-08-15 16:10:53 -07:00
Dave Townsend
c90781a0bb Bug 669541: Fix extensions.checkCompatibility.nightly to not disable compatibility in aurora builds. r=robstrong 2011-08-15 15:42:32 -07:00
Dave Townsend
686e72a752 Bug 476430: Backout redundant button styles. 2011-08-12 18:59:53 -07:00
Ehsan Akhgari
efe6cabb1e Bug 674770 - contenteditable breaks middle-click to open links when middlemouse.paste=true; r=roc
--HG--
extra : rebase_source : b55ad48345f29c9d449417432b6830e7eef14bd2
2011-07-28 17:42:38 -04:00
Matt Brubeck
1ed0feadaa Merge the latest green changeset on mozilla-central to mozilla-inbound 2011-08-15 15:43:35 -07:00
Ehsan Akhgari
144a1132df Bug 669116 followup - Remove the extra semicolon to make gcc happy 2011-08-15 18:30:49 -04:00
Matt Brubeck
1cd6a33a25 Bug 678108 - Fix bookmark star icon in Gingerbread theme [r=wesj] 2011-08-15 14:25:09 -07:00
Cameron McCormack
6aef2cd79d Bug 538189 - Tweak conditions for enabling Synaptics scrolling hack to help Thunderbird. r=jmathies 2011-08-16 09:19:34 +12:00
Fabrice Desré
a394d290d7 Bug 609043 - Add support for Open Web Apps [r=mfinkle] 2011-08-15 12:16:50 -07:00
arno renevier
b8d63b5677 Bug 338427 followup - fix Get/SetCurrentDictionary signature; r=ehsan 2011-08-15 13:55:02 -04:00
arno renevier
87ea419263 Bug 338427 followup - Do not override manually set dictionary; r=ehsan 2011-08-15 13:54:03 -04:00
Jonathan Kew
6ac2cac59a bug 678181 - backout changeset c433a1d53dd5 (bug 668813 pt 1) on suspicion of causing crashiness. r=backout 2011-08-15 18:32:19 +01:00
Matt Brubeck
2af6e662a5 Merge mozilla-inbound and mozilla-central 2011-08-15 07:33:25 -07:00
Kyle Huey
5c5b659cad Merge b-s to m-c. 2011-08-15 09:31:34 -04:00
Kyle Huey
3366000223 Bug 669031: Wallpaper over the error by disabling PGO for crashinject. r=ted 2011-08-15 09:27:35 -04:00
Mike Hommey
81319a847a Backed out changeset 884efa9dcbf9 due to OSX debug orange 2011-08-15 10:39:10 +02:00
Ms2ger
06fafb263c Merge last green changeset from m-i to m-c 2011-08-15 10:16:24 +02:00
Mike Hommey
c71d17420a Bug 672756 - Allow to populate startupcache on xulrunner applications built with the SDK. r=ted 2011-08-15 09:24:13 +02:00
Nicholas Nethercote
456abe9346 Bug 678126 - Add "tjit-data/trace-monitor" memory reporter. r=dmandelin. 2011-08-14 19:45:38 -07:00
Oleg Romashin
bc66c9bdd2 Bug 678431 - Compilation without MOZ_MEDIA defined is broken r=Olli.Pettay 2011-08-14 19:31:36 -07:00
Phil Ringnalda
34e9bd3e8e Bug 678781 - warnings-as-errors - format '%p' expects type 'void*', but argument 4 has type 'JSScript*' in InvokeHelpers.cpp:880:80, r=billm 2011-08-14 15:34:22 -07:00
Phil Ringnalda
fa03efb938 Bug 590415 - Mark 368020-1.html as random on WinXP, since we've clearly made it so 2011-08-14 14:47:36 -07:00