Boris Zbarsky
|
835c17ffde
|
Bug 472501. Add XUL namespace checks in some more places where they're needed, and make the XBL suppression of child frame processing work for all frames, not just XUL. r=enndeakin, sr=roc
|
2009-01-07 18:22:05 -05:00 |
|
L. David Baron
|
ae1b0746fd
|
Split insert-rule-1 into two tests, each of which inserts only one rule, so that we can remove reftest-wait at the right time and make the test reliable. (Bug 472267)
--HG--
rename : layout/reftests/font-face/insert-rule-1.html => layout/reftests/font-face/insert-rule-1a.html
rename : layout/reftests/font-face/insert-rule-1.html => layout/reftests/font-face/insert-rule-1b.html
|
2009-01-07 14:37:01 -08:00 |
|
Robert O'Callahan
|
4659c94f44
|
Bug 472244. Flush out MozAfterPaint for previously painted areas before we go ahead and fire MozReftestInvalidate to test invalidation. Also make canvas.drawWindow take float parameters so we can more precisely specify the area to render when 'device pixels' don't match CSS pixel boundaries. r=dbaron,vlad
|
2009-01-07 21:31:36 +13:00 |
|
John Daggett
|
6e4652a0a0
|
Bug 472237 - check for null user font set before using. r+sr=dbaron
|
2009-01-07 13:45:41 +09:00 |
|
Jesse Ruderman
|
22cd32241d
|
Add five crashtests
|
2009-01-06 16:47:56 -08:00 |
|
Boris Zbarsky
|
709cd54c51
|
Bug 284320. Remove the contentParentFrame hack in subdocument frames, along with the no-longer-used arg it used to be used for. r+sr=roc
|
2009-01-06 17:29:50 -05:00 |
|
L. David Baron
|
ae71ba3f9c
|
Change code for handling out-of-nscoord-range values from NS_NOTREACHED to NS_WARNING. (Bug 472218) r+sr=roc
|
2009-01-06 15:21:00 -08:00 |
|
L. David Baron
|
56e0a57776
|
Fix tests to match what they should have been testing, and fix nsFloatManager behavior to match what the old code actually did as far as considering floats at the side that did not protrude into the containing block. (Bug 472252) r+sr=roc
|
2009-01-06 15:21:00 -08:00 |
|
L. David Baron
|
add2ce5a81
|
Add nsTArray<E>::TruncateLength, which is like SetLength, except only allows shortening of the array. (Bug 191448) r=bsmedberg
|
2009-01-06 15:21:00 -08:00 |
|
Neil Rashbrook
|
5c47786c30
|
Bug 249141 Incorrect ellipsis width calculation when all text cropped from right r=Enn sr=roc
|
2009-01-06 21:35:18 +00:00 |
|
Benjamin Smedberg
|
720c4f5577
|
Bug 472348 - Some unused variables found by combing the warning database, rs=bz
|
2009-01-06 14:25:58 -05:00 |
|
Neil Deakin
|
7dd8ac103b
|
Bug 342619, don't resize context menus when they would fit on the screen, r+sr=roc
|
2009-01-06 14:21:23 -05:00 |
|
Boris Zbarsky
|
6925343822
|
Bug 472322. Don't treat non-XUL listboxbody/listitem specially in XUL frame construction. r=enndeakin, sr=roc
|
2009-01-06 14:18:04 -05:00 |
|
Boris Zbarsky
|
1ce2a69367
|
Bug 437366. Make sure to not paint black-on-black in dark high-contrast themes when 'Allow pages to use their own colors' is unchecked and the page tries styling a form control. r+sr=dbaron
|
2009-01-06 14:17:05 -05:00 |
|
Markus Stange
|
f58c5b74f4
|
Fix failing reftest for bug 470711
|
2009-01-06 18:21:17 +01:00 |
|
Henrik Skupin
|
3082428fd8
|
Reftest for bug 462233, r=bzbarsky
|
2009-01-06 16:46:40 +01:00 |
|
Markus Stange
|
edf46137eb
|
Reftest for bug 470711, r=roc
|
2009-01-06 16:46:19 +01:00 |
|
Robert O'Callahan
|
fc6a9b80a5
|
Disable reftests with random failures (probably) exposed by invalidation-reftest system
|
2009-01-06 21:54:02 +13:00 |
|
Robert O'Callahan
|
ab2262d328
|
Disable failing invalidation+zooming test
--HG--
extra : rebase_source : 3876a220b4fc20e8d88622a895193edf6a7069ef
|
2009-01-06 15:32:55 +13:00 |
|
Boris Zbarsky
|
7663cfbf76
|
Bug 291854. Push float containing blocks inside ProcessChildren. r+sr=roc
|
2009-01-05 20:54:32 -05:00 |
|
Robert O'Callahan
|
b4af72fc54
|
Bug 471365. Make reftest-wait tests track invalidation via MozAfterPaint and repaint the invalid areas like normal window repaining would. This makes invalidation-related bugs testable. r=dbaron
|
2009-01-06 14:15:13 +13:00 |
|
Boris Zbarsky
|
60aefffa14
|
Bug 472138. Push CreateAnonymousFrames into ProcessChildren. r+sr=roc
|
2009-01-05 17:25:33 -05:00 |
|
Boris Zbarsky
|
e240a880db
|
Bug 472138. Eliminate unused or unnecessary CreateAnonymousFrames args. r+sr=roc
|
2009-01-05 17:25:31 -05:00 |
|
Boris Zbarsky
|
0e1f66b41d
|
merge backout of bug 437366.
|
2009-01-05 17:05:03 -05:00 |
|
Boris Zbarsky
|
a9607d9d3b
|
Backed out changeset f87b46d44d22 (bug 437366)
|
2009-01-05 17:04:28 -05:00 |
|
Boris Zbarsky
|
5f9f12e3db
|
Adding a test
|
2009-01-05 14:08:16 -05:00 |
|
Boris Zbarsky
|
9fcdc6e542
|
Adding test
|
2009-01-05 13:32:00 -05:00 |
|
Olli Pettay
|
d30fae3581
|
Bug 457862 - onresize events should fire at every resize while resizing the window, r+sr=dbaron
|
2009-01-05 18:26:59 +02:00 |
|
Dave Camp
|
d4f7aed7eb
|
Backed out changeset e31d0d3c28fd (bug 441359)
|
2009-01-05 01:27:51 -08:00 |
|
Dave Camp
|
c3150e042c
|
Bug 441359: Run scripts/css through the classifier. r+sr=sicking
|
2009-01-04 23:40:29 -08:00 |
|
Robert O'Callahan
|
f5ac70880b
|
Bug 470911. Make the preserveAspectRatio attribute storage much simpler and make the DOM accessors use tear-offs. With help from Craig Topper. r+sr=roc
--HG--
extra : rebase_source : 1a073c76d07c0a4532b2caf9978ef5847b36dec8
|
2009-01-05 14:19:38 +13:00 |
|
Michael Ventnor
|
2d49b62ed7
|
Bug 445741. Round rects consistently to avoid a gap between an element and its shadow. r+sr=roc
--HG--
extra : rebase_source : dbb4ae33812db8167650dcc218f0bd4a3e0f3dc2
|
2009-01-05 13:41:01 +13:00 |
|
Robert O'Callahan
|
7b82035873
|
Bug 465448. Perform sanity check to avoid resizing a window smaller than the content area we're trying to achieve. r+sr=bzbarsky
--HG--
extra : rebase_source : 57e7e4e95ec2c100b8ceaa66864f6dfb5ba1cc86
|
2009-01-05 13:39:40 +13:00 |
|
Robert O'Callahan
|
0e5439fe27
|
Bug 429968. Handle situations where first-letter text detects first-letter style should not be applied, by creating a zero-length 'first letter'. r+sr=dbaron
--HG--
extra : rebase_source : 650611aec3adb1498dc5d8d6d38212ddf09e32fc
|
2009-01-05 13:36:56 +13:00 |
|
L. David Baron
|
8f4b3155dc
|
Give nsFloatManager::FloatInfo a copy constructor to avoid confusing refcount logging. (Bug 191448)
|
2009-01-04 20:25:58 -05:00 |
|
L. David Baron
|
eee42cfdd7
|
Replace space manager with a more limited float manager. (Bug 191448) r+sr=roc
--HG--
rename : layout/generic/nsSpaceManager.cpp => layout/generic/nsFloatManager.cpp
rename : layout/generic/nsSpaceManager.h => layout/generic/nsFloatManager.h
|
2009-01-04 19:39:54 -05:00 |
|
L. David Baron
|
57a8e776d8
|
Rename flags and methods from space manager to float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
|
L. David Baron
|
87389f6007
|
Remove TestSpaceManager. (Bug 191448) r+sr=roc
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
82d6666100
|
Remove the VerifyReflow code that checked the space manager state. (Bug 191448) r+sr=roc
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
3b375b5c0b
|
Fix assertion in bug 468645, per bzbarsky's followup review comment. r+sr=bzbarsky
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
9b5ab1b7c2
|
Forgot to rev IID in bug 468645 (changeset efbec418c3a1).
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
a5260aee02
|
Add some reftests for float behavior.
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
b3d748ba11
|
Fix some missed renames from bug 471356. r+sr=bzbarsky
|
2009-01-04 14:52:38 -05:00 |
|
Dão Gottwald
|
98ef582b97
|
Bug 471923 - kill tab-left-edge and tab-right-edge -moz-appearance values. r+sr=roc
|
2009-01-04 15:01:48 +01:00 |
|
Olli Pettay
|
4055e86a98
|
Bug 471883 - Gesture events should be dispatched to the element under mouse, not to document. r+sr=roc
|
2009-01-03 14:40:26 +02:00 |
|
Arpad Borsos
|
318ec6121d
|
Bug 471877 - Cleanup GTK includes; r+sr=roc
|
2009-01-03 08:37:52 +01:00 |
|
Serge Gautherie
|
3345c79902
|
Bug 469331 - [SeaMonkey] test_bug458898.html fails; (Cv1) Report the (failing) values; r=dbaron
|
2009-01-03 08:27:27 +01:00 |
|
Karl Tomlinson
|
4ae5e2778b
|
@font-face { src:local() } reftest
|
2009-01-03 16:25:51 +13:00 |
|
Mats Palmgren
|
cd1c6303ff
|
Setting selectedIndex to an out-of-bounds value should have the same effect as setting it to -1. b=471741 r+sr=roc
|
2009-01-02 16:54:48 +01:00 |
|
Olli Pettay
|
28e3d7cf73
|
Bug 436965, r+sr=sicking
|
2009-01-02 17:41:43 +02:00 |
|