Daniel Holbert
|
25ababd9b6
|
Bug 589558 followup: annotate that 3 known-reftest-failures from pixel-rounding issue actually pass on OS X. a=orange
|
2010-10-12 13:33:50 -07:00 |
Daniel Holbert
|
cc96b89e3a
|
Bug 589558, tests for SVG-as-image in canvas. a=tests-only
--HG--
rename : layout/reftests/svg/as-image/lime100x100.svg => layout/reftests/svg/as-image/lime50x50.svg
|
2010-10-12 12:00:31 -07:00 |
Daniel Holbert
|
68227d1330
|
Bug 589558, patch 2: Make html5 canvas write-only after an SVG image has been drawn to it. r=roc a=blocking-betaN+
|
2010-10-12 12:00:31 -07:00 |
Ms2ger
|
b0d3817013
|
Bug 599558 - Remove support for the :optional pseudo-class on button; f=volkmar r+a=sicking
|
2010-10-07 23:09:31 +02:00 |
Mats Palmgren
|
adab6b6107
|
Backout bug 571995. a=backout
|
2010-10-12 18:40:44 +02:00 |
Mounir Lamouri
|
927521e534
|
Bug 600151 - Remove -moz-submit-invalid default style. r+a=dbaron
|
2010-10-12 14:57:40 +02:00 |
L. David Baron
|
d965f1bc18
|
Add an additional value to nsOverflowType so that compilers (in particular, gcc 4.5.*) know that one past the end is a value they'll need to deal with. (Bug 602826) r=roc a2.0=blocking
|
2010-10-11 19:20:57 -07:00 |
Daniel Holbert
|
811a52b4ad
|
Bug 598798 patch 5: Make nsSVGImageFrame::PaintSVG use nsLayoutUtils::DrawSingleImage. r=roc r=jwatt a=blocking-betaN
|
2010-10-11 13:08:19 -07:00 |
Daniel Holbert
|
2d0ad8b52a
|
Bug 598798 patch 4: Remove hard-coded GraphicsFilter from nsLayoutUtils::DrawSingleUnscaledImage, and make its dirty-rect argument optional. r=roc a=blocking-betaN
|
2010-10-11 13:08:07 -07:00 |
Daniel Holbert
|
19f8831c1e
|
Bug 598798 patch 3: Add typedef for gfxPattern::GraphicsFilter to nsLayoutUtils. r=roc a=blocking-betaN
|
2010-10-11 13:07:59 -07:00 |
L. David Baron
|
746c8b7ebd
|
Make hit testing for border-radius follow the curvature of the border. (Bug 595652) r=roc a2.0=blocking2.0:betaN
|
2010-10-11 11:03:12 -07:00 |
Jesse Ruderman
|
690b2425d9
|
Bug 570289 - add crashtest
|
2010-10-11 09:55:23 -07:00 |
Jesse Ruderman
|
1e8c50ac65
|
Bug 589002 - add crashtest
|
2010-10-11 09:55:23 -07:00 |
Jesse Ruderman
|
009b1f8bdd
|
Bug 589723 - Remove framing in layout/base/crashtests/311661-* to ensure onload fires
--HG--
rename : layout/base/crashtests/311661-1-inner.xul => layout/base/crashtests/311661-1.xul
rename : layout/base/crashtests/311661-2-inner.xul => layout/base/crashtests/311661-2.xul
|
2010-10-11 09:55:22 -07:00 |
Jesse Ruderman
|
8990c57e14
|
Bug 590426 - fix timeout/onload race in a crashtest
|
2010-10-11 09:55:22 -07:00 |
Jesse Ruderman
|
ee0fd454f0
|
Remove extra dump statement from test
|
2010-10-11 09:55:22 -07:00 |
Robert O'Callahan
|
66801ffef8
|
Mark assertion. a=me
|
2010-10-11 16:31:30 +13:00 |
Robert O'Callahan
|
baf1bfffaf
|
Fixing test errors, a=me
|
2010-10-11 15:35:47 +13:00 |
Robert O'Callahan
|
2685d5d2be
|
Bug 596491. Part 4: Rename ForcePluginGeometryUpdate to SynchronousPluginGeometryUpdate, and make it do nothing if no plugin geometry update is required. r=mats,a=blocking
|
2010-10-11 13:58:21 +13:00 |
Robert Longson
|
45f5beac22
|
Bug 601406 - GetBBox crashes when called on an SVG a element r=jwatt a=blocking-final
|
2010-10-08 17:49:39 +01:00 |
Matt Woodrow
|
08f29337ec
|
Bug 594983. Look inside display sublists to determine whether there is text for the layer. r=roc,a=blocking
|
2010-10-11 13:58:20 +13:00 |
Robert O'Callahan
|
2dc9bb4494
|
Bug 582146. 8388608.0 is invalid in cairo, so clamp to 8388607.0 instead. r=jrmuizel
|
2010-10-11 13:58:19 +13:00 |
Mats Palmgren
|
b480682914
|
Just switch to the new textrun for empty text frames. b=571995 r=roc a=blocking2.0:final
|
2010-10-11 00:07:01 +02:00 |
Mats Palmgren
|
65467d03bb
|
Update the caret after creating a new frame, if the node has focus. b=536421 r=ehsan a=blocking2.0:final
|
2010-10-11 00:07:01 +02:00 |
Jesse Ruderman
|
3ea806aa47
|
Crash test for bug 601427. a=TEST
|
2010-10-11 00:07:00 +02:00 |
Phil Ringnalda
|
1d1e681e58
|
Bug 385845 followup, stop expecting an assertion in layout/xul/base/src/crashtests/321056-1.xhtml, a=bustage
|
2010-10-09 18:21:59 -07:00 |
Jim Mathies
|
dcda650004
|
Bug 543910 - tests. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
Jim Mathies
|
00767316f7
|
Bug 543910 - Layout support for -moz-windows-theme. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
Timothy Nikkel
|
569b06e54d
|
Bug 602794. nsPresContext::IsRootContentDocument is wrong for the embedding situation. r=bzbarsky a=dbaron
|
2010-10-09 14:09:22 -05:00 |
Timothy Nikkel
|
82a76b7c84
|
Bug 587960. Don't run tree view code when the document is a zombie. r=bzbarsky a=roc
|
2010-10-09 14:09:22 -05:00 |
Timothy Nikkel
|
6b5f72cd6c
|
Bug 592803. Remove nsPresContext::NotifyInvalidateForScrolling because it is not used. r=roc a=dbaron
|
2010-10-09 14:09:22 -05:00 |
Olli Pettay
|
be061d3a63
|
Bug 560235 - background image in print-specific style sheet not printed and not displayed in print preview, r=dbaron, a=blocking
|
2010-10-09 13:03:06 +03:00 |
Ehsan Akhgari
|
65c049e588
|
Bug 602141 - Right arrow navigation broken on later contenteditable content on single line; r=bzbarsky a=blocking-final+
|
2010-10-08 15:49:47 -04:00 |
Timothy Nikkel
|
04d7e8bcdd
|
Bug 564705. Add crashtest. a=tests-only
|
2010-10-08 13:58:45 -05:00 |
Jim Mathies
|
4fd21b9dc9
|
bustage fix for 128d7ea8ebfc. a=bustage
|
2010-10-08 11:43:55 -05:00 |
Bas Schouten
|
8d190b7d20
|
Bug 600045: Reftest for canvas transformed strokes using 'lighter'. r=jrmuizel a=blocking-betaN
|
2010-10-08 18:02:36 +02:00 |
Ehsan Akhgari
|
f6c942a75f
|
Bug 600803 - setting value with newline on textarea has excess newline (test case); r=bzbarsky a=NPOTB
|
2010-10-07 15:54:33 -04:00 |
Mounir Lamouri
|
9ce6c359f0
|
Bug 598238 - Don't call GetMultiple but use HasAttr. r=smaug a=sicking
|
2010-10-08 14:15:00 +02:00 |
Mounir Lamouri
|
2b70e0e6de
|
Bug 590386 - <input type='file'> should not use more than one filter. r=sicking a=blocking
|
2010-10-08 12:13:08 +02:00 |
Mounir Lamouri
|
3f99189d6b
|
Bug 598236 - nsHTMLInputElement should not ask nsFileControlFrame to know the filters for the file picker. r=smaug a=sicking
|
2010-10-08 12:07:20 +02:00 |
Neil Rashbrook
|
fb3fda2bab
|
Bug 595570 Fix mouse coordinates for tooltip popupshowing events r=Enn a=roc
|
2010-10-07 21:38:13 +01:00 |
Robert Longson
|
3dd32466a5
|
Bug 571863: Make sure to update graphic and/or invalidate transform on an inner <svg> element when its various attributes are modified. r=dholbert a=blocking-betaN+
|
2010-10-07 12:19:32 -07:00 |
Robert Longson
|
ccf3d43b2f
|
Bug 589436 patch 3: Tests. r=dholbert a=blocking-b8+
|
2010-10-07 12:19:32 -07:00 |
Ehsan Akhgari
|
bd4ff23bd0
|
Bug 601833 - layout/base/tests/bug240933-1.html and bug240933-2.html triggers uncaught exception: Unknown key: DOM_VK_VK_ENTER; r=bzbarsky a=NPOTB
|
2010-10-05 19:17:21 -04:00 |
Ehsan Akhgari
|
3c12dc8e49
|
Bug 597519 - Attempting to add characters to a textarea filled to its maxlength with a trailing newline results in the caret to jump to the previous line; r=roc a=blocking-final+
|
2010-09-24 15:10:53 -04:00 |
Ehsan Akhgari
|
09a71f3255
|
Bug 586662 - Part 3: Don't attempt to compare unrelated points when manipulating selections; r=roc a=blocking-betaN+
|
2010-09-23 14:44:01 -04:00 |
Jonathan Kew
|
87077801c5
|
mark failing test as random on OS X, see bug 602469. a=orange
|
2010-10-07 12:37:26 +01:00 |
Jonathan Kew
|
175f88829c
|
bug 601099 - add proper padding to the VeraBd-validchecksum.ttf font file. r=jdaggett a=test-only
|
2010-10-07 08:59:17 +01:00 |
Jonathan Kew
|
deacc89dc4
|
bug 600821 - add proper padding to the gw432047.ttf font. r=jdaggett a=test-only
|
2010-10-07 08:59:17 +01:00 |
Jonathan Kew
|
fdf29c1aed
|
bug 601110 - fix OS/2 table in markA.otf and markB.otf fonts. r=jdaggett a=test-only
|
2010-10-07 08:59:17 +01:00 |