Commit Graph

202871 Commits

Author SHA1 Message Date
L. David Baron
253355ccbb Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky 2009-02-19 07:29:27 -08:00
L. David Baron
9daf2d89d4 Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad 2009-02-19 07:29:27 -08:00
L. David Baron
bed2d3a53c Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 07:29:27 -08:00
Boris Zbarsky
4fd12ef2e8 Merging backout 2009-02-19 09:19:42 -05:00
Boris Zbarsky
89b78d73e5 Merging backout 2009-02-19 09:18:51 -05:00
Boris Zbarsky
52bf92b3b5 Merging backout 2009-02-19 09:16:51 -05:00
Boris Zbarsky
a79385332a Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage 2009-02-19 09:14:36 -05:00
Boris Zbarsky
6fbd73ca25 Backed out changeset 9059416d26cf to see whether that fixes Linux unit tests 2009-02-19 09:13:23 -05:00
Boris Zbarsky
15f092404a Backed out changeset 59e2945cce3c to see whether that fixes Linux unit tests. 2009-02-19 09:12:45 -05:00
Craig Topper
f054d43eb2 Bug 435525 - Setting viewBox to empty string on a referenced SVG document from script does not cause an update. r+sr=roc 2009-02-19 13:53:46 +00:00
Dão Gottwald
c64cbf24d4 merge 2009-02-19 14:19:20 +01:00
Gervase Markham
47de646acf Bug 473794 - Include Little cms and SunSoft licences in about:licence 2009-02-19 14:14:10 +01:00
Simon Bünzli
87b9fb5cdb Bug 447951 - Gmail displays wrong/previous URL on session restore after heavy usage (50 hash changes). r=dietrich 2009-02-19 14:09:54 +01:00
Ginn Chen
22b269f2d5 Bug 479022 fast path of nsCanvasRenderingContext2D::PutImage() is wrong on BIG ENDIAN machine r=vladmir 2009-02-19 21:00:41 +08:00
Asaf Romano
b6c2a8283b Bug 475066 - dragging a tab out of the browser window doesn't detach. r=mconnor 2009-02-19 14:00:05 +02:00
Robert O'Callahan
7db9dc2cea Back out bug 477732 due to Mac test failure. 2009-02-19 23:45:54 +13:00
Robert O'Callahan
b912480372 Backed out changeset a2f0465c9dc3 2009-02-19 23:45:27 +13:00
Igor Bukanov
4da3dc6c21 bug 478543 - fixing warnings about casts between function and data pointers. r=brendan 2009-02-19 09:33:37 +01:00
Zack Weinberg
61f2b623d1 Bug 478784. Don't use the view manager's default background color for transparent widgets. r+sr=roc
--HG--
extra : rebase_source : 5dbaf9f2ecd8cff7213acec2e14d0a3b040c7c4b
2009-02-19 21:10:04 +13:00
Zack Weinberg
93abe72a63 Bug 477732. Fix scaling of side border-images. r+sr=roc
--HG--
extra : rebase_source : ae8cdefe2e8f10d59c1d6a81a125240b6d6c629c
2009-02-19 21:01:01 +13:00
Jim Blandy
e7ae601acc Bug 478075: Remove parent argument to js_GetCallObject. r=brendan 2009-02-18 23:57:24 -08:00
Ehsan Akhgari
94b0f6f3ea Bug 464736 - Cannot import History and Cookies from Safari while in Private Browsing mode; r=gavin 2009-02-19 09:34:12 +03:30
Ehsan Akhgari
d25d7b370c Bug 463000 - Handle DOM Storage in Private Browsing Mode; r=campd sr=jst 2009-02-19 09:31:00 +03:30
Ehsan Akhgari
b73a635113 Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor 2009-02-19 09:22:08 +03:30
Ben Turner
10a314b286 Bug 479143 - Fix crash from bug 340345. r+sr=jst, a=blocking1.9.1+ 2009-02-18 19:02:50 -08:00
L. David Baron
3d090560b0 Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic. 2009-02-18 18:59:47 -08:00
L. David Baron
f2a2b26e4e Remove MOZ_COUNT_CTOR/MOZ_COUNT_DTOR from nsStyleBackground::Layer because the copy constructor is now used. (Bug 322475) 2009-02-18 18:04:03 -08:00
L. David Baron
4c11532d4e Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky 2009-02-18 17:13:26 -08:00
L. David Baron
62f38efea1 Stop using potentially-deep recursion to serialize selectors. (Bug 475215) r+sr=bzbarsky 2009-02-18 17:13:26 -08:00
L. David Baron
b02ed9db5c Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky 2009-02-18 17:13:25 -08:00
L. David Baron
d071d4e2af Remove PerFrameData::mFrameType, since it's write-only. (Bug 478899) r+sr=bzbarsky 2009-02-18 17:13:25 -08:00
L. David Baron
7ee7fbc33f Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky 2009-02-18 17:13:25 -08:00
L. David Baron
ce51a87ca9 Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky 2009-02-18 17:13:24 -08:00
L. David Baron
1bb5fd6dd8 Fix warning with -Wshadow in nsMathMLTokenFrame (about childFrame). (Bug 477962) r=karlt 2009-02-18 17:13:24 -08:00
L. David Baron
d4769188fe Fix nsBlockFrame warning about child being used uninitialized in FindLineContaining by switching while to do-while. (Bug 477963) r+sr=roc 2009-02-18 17:13:24 -08:00
L. David Baron
ca9bd74b6f Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad 2009-02-18 17:13:24 -08:00
L. David Baron
2c3ec0196b Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-18 17:13:23 -08:00
Zack Weinberg
ebc6ed6573 Fixing bug 473580. Disable drawWindow for sun java to avoid pegging the CPU. r=vladimir@pobox.com, sr=jst@mozilla.org 2009-02-18 17:03:54 -08:00
Jason Orendorff
d7b3542b7c Bug 432361 - "Assertion failure: script->code[offset] == JSOP_NOP" with trap, dis. r=crowder. 2009-02-18 18:33:09 -06:00
Jason Orendorff
8dd527f50f Bug 463239 - JS_SetTrap alters code execution. r=brendan. 2009-02-18 18:31:09 -06:00
Jim Mathies
49855603aa Windows mobile bustage fix for Bug 478147. 2009-02-18 18:17:15 -06:00
Jeremy D. Lea
55c57c0ab2 Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
--HG--
extra : rebase_source : 4a35ccdcafbe8a0a9dded9f292a139b4679709e3
2009-02-18 16:11:49 -08:00
Jim Mathies
420a773ff6 Bug 478147 - Focus rect missing from checkboxes on Vista. r=vlad 2009-02-18 17:56:51 -06:00
Dave Townsend
156dcb76c0 Disable tests from bug 435743 due to test failures 2009-02-18 14:19:38 -08:00
Dave Townsend
bbe5a2ca50 Disable tests from bug 435743 due to test failures 2009-02-18 14:19:27 -08:00
Robert Strong
e8cf1d75bc Followup to Bug 468197 - also add the version and not just the Alpha / Beta string. r=mconnor 2009-02-18 14:04:33 -08:00
Dave Townsend
6f101ca880 Re-enable tests from bug 435743 2009-02-18 11:18:06 -08:00
Dave Townsend
0aa2ec254c Add logging to browser_alltabslistener.js to try to track down bug 478241 2009-02-18 11:18:53 -08:00
Daniel Holbert
a0c33510e5 whitespace-only: align 'aPresContext' with other parameters in methods within nsTableFrame.cpp 2009-02-18 11:47:22 -08:00
Michael Ventnor
b8d1714e92 Bug 473882 - Fix pane selectors and page info to look good on dark themes. r=rflint 2009-02-18 20:05:02 +01:00