Commit Graph

50651 Commits

Author SHA1 Message Date
Benjamin Smedberg
937dfa414c Linux followup to bug 583053 - fix the include ordering so that KeyPress is defined at the time we need it. 2010-08-16 11:41:46 -04:00
Benjamin Smedberg
c179a09b28 Bug 583053 - Corruption issues when running rdio because windows double-pass rendering events don't win the RPC race, r=bent 2010-08-16 10:10:25 -04:00
Kyle Huey
fd1c3954a7 Make --disable-libxul imply --enable-shared-js. (Bug 587375) r=ted a2.0=dbaron 2010-08-16 10:04:10 -04:00
Jeff Muizelaar
e7ecb4fea4 Disable more intermittent reftests on D2D 2010-08-16 09:36:02 -04:00
Jeff Muizelaar
0ae39c92cf Disable D2D to fix browser_bug577990.js timeout 2010-08-16 09:35:40 -04:00
Masayuki Nakano
9733d31a58 Bug 582893 temprary disables the new tests against a orange 2010-08-16 18:01:01 +09:00
Masayuki Nakano
765c3db877 Bug 582893 IME isn't disabled when password fields on sheet dialog get focus r=smichaud, b2.0=final+ 2010-08-16 17:20:27 +09:00
Bas Schouten
40822a9053 Bug 587342: Use the correct content type for fallback surfaces. r=jrmuizel 2010-08-16 09:15:03 +02:00
Bas Schouten
9b084a338f Re-enable Direct2D by default. a=joedrew 2010-08-16 09:15:03 +02:00
Bas Schouten
13d541c6b4 Fix line-endings in gfxWindowsPlatform. 2010-08-16 09:15:03 +02:00
Robert O'Callahan
6ac4925a07 Bug 587317: Fix test_offsets to succeed on all platforms including D2D. r=dbaron 2010-08-16 09:15:03 +02:00
Bas Schouten
23600d1535 Bug 587293: When D2D is preffed off, disable DWrite if it wasn't explicitly preffed on. r=joedrew 2010-08-16 09:15:03 +02:00
Bas Schouten
3cbce0cdb6 Bug 587320: Use proper paint counts on D2D due to dual pass rendering. r=joedrew 2010-08-16 09:15:03 +02:00
Bas Schouten
b4cb1a06e5 Bug 587319: We do not know the metrics yet for DWrite fonts. Disable when using DWrite. r=joedrew 2010-08-16 09:15:03 +02:00
Jeff Muizelaar
024d8acf0d Bug 587395: Expose whether DWrite is enabled through nsIGfxInfo. r=joedrew 2010-08-16 09:15:03 +02:00
Bas Schouten
8e08f7907f Bug 587318: Only pad horizontal glyph metrics. r=jdaggett 2010-08-16 09:15:03 +02:00
Bas Schouten
1f97f2daae Bug 587316 - Part 6: Disable failing gradient test on D2D. r=jrmuizel 2010-08-16 09:15:03 +02:00
Bas Schouten
aecaf6e775 Bug 587316 - Part 5: Disable failing rectangle drawing test failing due to D2D inaccuracy. r=jrmuizel 2010-08-16 09:15:02 +02:00
Bas Schouten
45503c0935 Bug 587316 - Part 4: Support CAIRO_EXTEND_NONE for D2D source surfaces. r=jrmuizel 2010-08-16 09:15:02 +02:00
Bas Schouten
048318af5c Bug 587316 - Part 3: Allow custom operators when doing masking. r=jrmuizel 2010-08-16 09:15:02 +02:00
Bas Schouten
7d3515f1b6 Bug 587316 - Part 2: Disable degenerate rect stroking test. r=jrmuizel 2010-08-16 09:15:02 +02:00
Bas Schouten
d84bbb3709 Bug 586316 - Part 1: Use MITER_OR_BEVEL to adhere to cairo expected behavior. r=jrmuizel 2010-08-16 09:15:01 +02:00
Kyle Huey
eaa35ac6e3 Bug 587363: Don't error when YASM is missing in a --disable-compile-environment build. r=Callek a=Mossop 2010-08-15 23:32:10 -07:00
Chris Leary
eb1ad26dd0 Try to fix intermittent refcount assertions in the presence of more than one thread. Bug 587277 - TM: ExecutablePool release race. r=sayrer 2010-08-14 00:34:14 -07:00
Benoit Girard
d68b0225ed Bug 583296 - Release timer resources after context menu. r=josh a=josh
--HG--
extra : rebase_source : 70de646d179dbfcd939e3558a15e6e23dacfcc30
2010-08-15 23:48:51 -04:00
Phil Ringnalda
547f4dfeaa Bug 587530 - Put nsICapturePicker in the properly named xpt, and package it for Firefox, r=roc, a=gavin 2010-08-15 18:37:53 -07:00
Edmund Wong
7ef58c704b Bug 585336: Fix "a the" in comments (for General core code). r=timeless a=NPOTB (comment-only) 2010-08-15 15:50:02 -07:00
Daniel Holbert
00fea2a641 Bug 587494: Check whether our ExternalResource has a viewer before calling Hide() on it, to fix null-crash. r=roc a=blocking 2010-08-15 15:49:21 -07:00
Benoit Girard
bc1645aa2b Bug 583296 - Fix StartDrawingPlugin to correctly detect nested OS X OOPP paint events. r=josh 2010-08-15 13:42:09 -04:00
Dave Townsend
6b4bdba8e0 Bug 579779: Installing a new theme should mark it to be enabled. r=robstrong 2010-08-13 10:47:17 -07:00
Jono S Xia
443698d755 Bug 567308: Test Pilot needs to clean up after itself; delete old prefs and data. r+a=dtownsend 2010-08-15 09:13:43 -07:00
Ms2ger
120c26ed9f Make nsICSSRule::Clone return the cloned value directly. (Bug 585137) r=bzbarsky a2.0=dbaron 2010-08-15 11:19:34 -04:00
Simon Montagu
9cbf659f68 Remove test for bug 558403. (Bug 581734) r=sayrer a2.0=tests 2010-08-15 11:19:34 -04:00
Mounir Lamouri
1860675a01 Bug 585507 - Fix compilation issue when SMIL is disabled. r=dholbert a2.0=dbaron 2010-08-15 11:19:34 -04:00
Mounir Lamouri
034db79f04 Bug 568441 - Explicitely show the caret in nsTextControlFrame when the content is no longer disabled and focused. r=roc a2.0=blocking+ 2010-08-15 11:19:34 -04:00
Mats Palmgren
520a653dae Get the parent pres shell from the docshell instead of the document. b=587064 r=roc a=blocking2.0 2010-08-15 15:54:02 +02:00
Robert Longson
79c3db79d2 Bug 584322: Fix confusion between premultiplied and non-premultiplied colors that was causing feDisplacementMap to offset the result incorrectly. r=roc a2.0=dbaron 2010-08-15 08:42:29 -04:00
L. David Baron
810d004cf3 Correct parenthesis-matching inside of :not(). (Bug 586070) r=bzbarsky a2.0=bsmedberg 2010-08-15 08:42:29 -04:00
Ginn Chen
fbe18c5eaa Bug 586225 Make test_htmleditor_keyevent_handling.html recognize Solaris r=masayuki a=testing files only 2010-08-15 20:33:58 +08:00
Ginn Chen
9d960e756e Bug 586229 Update sydney_audio_sunaudio.c to fix a/v choppy issue r=kinetik a=NPOTB 2010-08-15 20:33:39 +08:00
Ginn Chen
9cf4d9a752 Bug 586186 Implement RealBreak for Solaris r=doug.turner a=bsmedberg 2010-08-15 20:33:18 +08:00
Dão Gottwald
ce34be6861 Bug 587299 - Tighten scope when collecting data for pinned tabs only. r=dietrich 2010-08-15 14:31:14 +02:00
Dão Gottwald
b44f6680b8 Backed out changeset 05dde680ade2 as per bug 575870 comment 71 (merge) 2010-08-15 14:30:16 +02:00
Dão Gottwald
57d5f8c4e9 Backed out changeset 05dde680ade2 as per bug 575870 comment 71 2010-08-15 14:29:11 +02:00
Alexander Surkov
bafbc4272a Bug 420993 - dead accessible objects should not be present in the hierarchy, r=davidb 2010-08-15 20:29:02 +09:00
Alexander Surkov
8d575c4458 Bug 576777 - provide quick access to link index, r=marcoz, davidb, sr=neil 2010-08-15 20:28:49 +09:00
Martin Stránský
47126da4d8 Bug 574354 - Disable OOP for plugins wrapped by nspluginwrapper. r=josh 2010-08-15 11:10:15 +02:00
Ms2ger
eabbd18c18 Bug 585877 - remove document.height / document.width. r=sicking, sr=jst 2010-08-15 11:02:20 +02:00
Julian Seward
7a97356e18 Bug 582668 - gfxAlphaBoxBlur::Paint appears to pass garbage down through Cairo. r=roc 2010-08-15 11:01:49 +02:00
Jim Mathies
528199d2c7 Bug 574454 - Remove widget level disabling code for chrome margins on non-aero dekstops. r=robaronold. 2010-08-09 20:49:35 -05:00