Commit Graph

464 Commits

Author SHA1 Message Date
Blake Kaplan
89177ea95a Bug 888787 - Restore old XBL behavior when a child of the bound element didn't match any of the <children/> in the binding. r=sicking 2013-07-11 17:05:54 -04:00
Ryan VanderMeulen
42dc56caf5 Bug 891347 - Skip 385526.html on B2G due to frequent timeouts. 2013-07-09 16:02:04 -04:00
Blake Kaplan
9a0d5df639 Bug 653881 - Bump the assertion count for 382745-1.xhtml. r=bz
--HG--
extra : rebase_source : e645bf99e368d97aca200c0db4c302a87abf3b1f
2013-06-28 18:48:12 -07:00
Karl Tomlinson
4ff9f7630b b=810274 ensure scrolled range is non-negative even in the presence of nscoord overflow r=roc
Instead of trying to detect all integer overflow at the source, this merely
keeps the sizes non-negative.  That may not mean they are less than
nscoord_MAX.

If we give in and accept that integer arithmetic may result in the scrolled
rect being smaller than the scroll port, then we shouldn't assert.

--HG--
extra : transplant_source : RP%15%84zx%B9%E8%2C%1E%0A%AB%82%F4%9C%A2y%AD5%27
2013-06-06 15:47:39 +12:00
Ehsan Akhgari
1fbfccb49f Bug 876194 - Remove 660451-1.html because we have another copy of it in the tree (656130-2.html) 2013-06-03 21:42:23 -04:00
Scott Johnson
fe9e70e605 Bug 730559: Limit the number of columns during layout of column sets to prevent hang. [r=mats]
In nsRuleNode, when we parse a number of columns from a CSS style sheet, we enforce
a rule that the number of columns cannot exceed 1000. This patch simply enforces
the same rule when we decide that the column count will be generated based on
the available width (e.g. the column-count property has a value of 'auto').
2013-05-31 10:51:43 -05:00
Daniel Holbert
31fd633e58 Bug 876074: Soften flexbox assertion about out-of-order children, since it's not dangerous and it can be triggered by unrelated-to-flexbox tree mutations. r=bz 2013-05-28 09:39:02 -07:00
Phil Ringnalda
6c5865d6a9 Back out 6115fce2399d (bug 756241 crash test) for making Linux debug crashtest logs exceed the maximum size
CLOSED TREE
2013-05-25 18:13:40 -07:00
Daniel Holbert
35aa3d8c53 Bug 825810 part 2: When digging for a flex item's first non-anonymous descendant, check table caption list & column-group list. r=bz 2013-05-22 11:59:36 +08:00
Martijn Wargers
5603b609fd Bug 367360 - crash test 2013-05-19 18:20:21 +00:00
Martijn Wargers
2db7ef0d44 Bug 368752 - crash test 2013-05-19 18:20:21 +00:00
Jesse Ruderman
60627a970e Bug 493649 - crash test 2013-05-19 18:20:20 +00:00
Aki Helin
24e331e5c1 Bug 619021 - crash test 2013-05-18 18:38:34 +00:00
Jesse Ruderman
612057776b Bug 571995 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
25554b4b15 Bug 526217 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
4999e3d00a Bug 499138 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
edc98dfa53 Bug 496742 - crash test 2013-05-18 18:38:32 +00:00
Mats Palmgren
36dc286e5d Bug 756241 - crash test. 2013-05-14 10:36:51 +02:00
Jesse Ruderman
a12c94a99d Bug 691210 - crash test 2013-05-14 10:36:51 +02:00
Martijn Wargers
54cecb77c0 Bug 723108 - crash test 2013-05-14 10:36:51 +02:00
Abhishek Arya
1727ce11f7 Bug 747688 - crash test. 2013-05-14 10:36:51 +02:00
Mats Palmgren
81e6ae37f1 Bug 750066 crashtest. 2013-05-14 10:36:51 +02:00
Jesse Ruderman
44e78e1c94 Bug 765409 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
52e77f2186 Bug 765621 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
4c5bf1f4fd Bug 767765 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
c1d30df210 Bug 769120 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
39d006f5a4 Bug 769303 - crash tests 2013-05-14 10:36:50 +02:00
Jesse Ruderman
ba645b6dea Bug 791601 - crash test 2013-05-13 16:28:29 +02:00
Abhishek Arya
5f63f738e5 Bug 827076 - crash test 2013-05-13 16:28:28 +02:00
Jesse Ruderman
99cee7a269 Bug 840787 - crash test 2013-05-13 16:28:28 +02:00
Jesse Ruderman
6b4b180e17 Bug 494283 - crash test 2013-05-12 23:09:31 +02:00
Martijn Wargers
baa948a934 Bug 455407 - crash test 2013-05-12 23:09:30 +02:00
Jesse Ruderman
dd766be282 Bug 423098 - crash test 2013-05-12 23:09:30 +02:00
Martijn Wargers
2b6c9ee4d4 Bug 420718 - crash tests 2013-05-12 23:09:30 +02:00
Martijn Wargers
0e5ded4687 Bug 416165 - crash tests 2013-05-12 23:09:30 +02:00
Martijn Wargers
b9fb9fa9c7 Bug 402872 - crash tests 2013-05-12 23:09:30 +02:00
Mats Palmgren
4721db3cda Bug 377522 - crash test 2013-05-12 23:09:29 +02:00
Martijn Wargers
a205a1403b Bug 375831 - crash test 2013-05-12 23:09:29 +02:00
L. David Baron
e1c209333c Bug 828312 patch 3: Wait to mark lines dirty until we're in reflow, to avoid O(N^2) behavior as a result of looking for lines. r=bzbarsky
The assertion count reduction from 12 to 8 in
layout/generic/crashtests/798020-1.html is the removal of the 4
###!!! ASSERTION: math on NS_UNCONSTRAINEDSIZE: 'NS_UNCONSTRAINEDSIZE != aState.mReflowState.mComputedBorderPadding.left && NS_UNCONSTRAINEDSIZE != aState.mReflowState.ComputedWidth()'
in nsBlockFrame::PrepareResizeReflow by avoiding calling
nsBlockFrame::PrepareResizeReflow.
2013-05-10 17:35:08 -07:00
Mats Palmgren
ca5677b644 Bug 868906 - Make GetChildFrameContainingOffset() stable. r=roc 2013-05-07 20:48:59 +02:00
Daniel Holbert
42771dcfef Bug 867454: Treat a flex container's ::before and ::after generated content nodes as flex items. r=bz 2013-05-02 14:04:47 -07:00
Daniel Holbert
526f7df6e4 Bug 862947: Use cb height instead of width for vertical margins & padding on flex items, even when they're a reflow root (e.g. for measuring reflow states). r=mats 2013-04-23 09:01:34 -07:00
Mats Palmgren
fb33a3d3b3 Bug 762332 - Make the "EnsureTextRun should have set font size inflation" assertion non-fatal for now so it doesn't block fuzzing. r=sjohnson 2013-04-17 22:16:15 +02:00
Daniel Holbert
62f493f674 Bug 847211: When reparenting style contexts, skip flex-item style fixup if our element is the root of an anonymous subtree. r=bz 2013-04-16 08:33:41 -07:00
Daniel Holbert
c7a74a6a7b Bug 801268: Add crashtest for this bug. (test only, no review) 2013-03-28 01:50:22 -07:00
Daniel Holbert
f3e65a52dd Bug 854263: Add special-case for flex items that are instances of nsFrame, whose trivial reflow impl doesn't request enough space for its border/padding. r=dbaron 2013-03-28 01:50:21 -07:00
Daniel Holbert
69a1c9d235 Bug 848539 part 4: Back out 82f73bdb2237, bug 763689 part 3 (style-system handling for min-height:auto). r=dbaron 2013-03-27 23:33:19 -07:00
Daniel Holbert
cdb46fbf89 Bug 473236, 2013 edition: Remove executable bit from files that clearly don't need it (html, xhtml, xul, svg, png, jpg, ttf files in test dirs within /layout). DONTBUILD 2013-03-25 17:01:35 -07:00
Daniel Holbert
8313ee19fd Bug 851396: Keep skipping flex-item style fixup for anonymous content through the call to AddFrameConstructionItemsInternal, to handle style re-resolution after XBL bindings load. r=bz 2013-03-21 18:50:54 -07:00
Scott Johnson
ff3ba1992e Bug 600100, Part 1: Return a status of NS_FRAME_NOT_COMPLETE during reflow of nsBlockFrame if we have a next continuation with pushed floats to prevent crashing in columns. [r=dbaron] 2013-03-19 09:05:05 -05:00