Jesse Ruderman
|
d7cb16f9a4
|
Add bug numbers for all remaining asserts() annotations in crashtests and reftests
|
2010-07-01 19:33:56 -07:00 |
Boris Zbarsky
|
513e98b4dd
|
Adding bug 573127 test
|
2010-06-23 01:43:17 -04:00 |
Jesse Ruderman
|
c7c5144bb6
|
Add some crashtests and reftests
--HG--
extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
|
2010-06-17 13:21:24 -07:00 |
Boris Zbarsky
|
b5a5a355a3
|
Bug 571105. Don't force creation of an if-visited style contest if we don't actually need one. r=dbaron
|
2010-06-14 16:06:48 -04:00 |
Boris Zbarsky
|
e10050060b
|
Bug 558943. Pass the right value for aIsLink from ReparentStyleContext. r=dbaron
|
2010-06-08 15:58:26 -04:00 |
Ehsan Akhgari
|
cd6846690f
|
Bug 336104 - "ASSERTION: no frame, see bug #188946"; r=roc,dbaron
|
2010-05-21 16:36:42 -04:00 |
L. David Baron
|
09eb0eb1dc
|
Avoid wrapping to negative font sizes. (Bug 565248) r=roc
|
2010-05-13 19:36:48 -07:00 |
L. David Baron
|
e00d9fd996
|
Annotate remainder of crashtest mainfests (all but one test) with the tests that are known to assert. (Bug 472557)
|
2010-05-06 09:28:01 -07:00 |
L. David Baron
|
ab592a4660
|
Set NS_STYLE_RELEVANT_LINK_IS_VISITED when appropriate. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
Boris Zbarsky
|
699c8d32a1
|
Bug 509569. Avoid assertion by not storing structs with unused inherit logical box props in them, even though it would be ok to do so. r=dbaron
|
2010-04-01 22:09:05 -04:00 |
Zack Weinberg
|
90bcaa48ee
|
Bug 498036: Report malformed URIs in @import rules to the error console, not by setting the parser's low-level error flag. r=bz
|
2010-02-17 13:02:56 -08:00 |
Boris Zbarsky
|
24c3d645d9
|
Bug 536789. Null-check the body, since we might not have one. r=dbaron
|
2009-12-27 08:48:10 -05:00 |
Daniel Holbert
|
e3aa75027b
|
Bug 522320: Mask out internally-used OVERRIDE_ALL bit before trying to convert "text-decoration" values to strings. r=dbaron
|
2009-10-24 20:51:45 -07:00 |
Jesse Ruderman
|
8a9fb4d41e
|
Add more crashtests
|
2009-08-27 21:11:40 -07:00 |
Jesse Ruderman
|
305909d6eb
|
Add crashtests
|
2009-08-27 19:48:20 -07:00 |
Zack Weinberg
|
0ef95b6853
|
Fix DEBUG-only crash parsing empty 'src' descriptor of @font-face rule. (Bug 511304) r=dbaron
|
2009-08-20 14:52:47 -07:00 |
Boris Zbarsky
|
ff669f2a49
|
Bug 509155. Don't store outline structs in the rule tree if outline-color:inherit is set on the root element. r=dbaron
|
2009-08-10 10:54:22 -04:00 |
Boris Zbarsky
|
c2d39b219a
|
Bug 509156. Don't assert on GetUniqueStyleData calls if we're using our parent's struct before the call. r=dbaron
|
2009-08-10 10:54:21 -04:00 |
L. David Baron
|
aa17a93482
|
Don't resolve a new context for the root when we're computing rem units for the root. (Bug 478321) r=bzbarsky
|
2009-08-01 08:53:40 -07:00 |
Shawn Wilsher
|
ceac025562
|
Backed out changeset 8506b25206cf (bug 504311) because the test added uses enablePrivilege which hangs tinderbox asking for privileges.
|
2009-07-30 13:16:15 -07:00 |
Robert O'Callahan
|
0eeaa34755
|
Bug 504311. Don't reframe text when white-space changes between preformatted values, or between non-preformatted values. r=bz
--HG--
extra : rebase_source : 7f545ad1d85bcda74d18d9308539b45149a4a194
|
2009-07-30 15:02:22 +12:00 |
Boris Zbarsky
|
05d3171c08
|
Bug 495269. Fix our detection of @import rules when cloning sheets. r+sr=dbaron
|
2009-05-28 18:16:31 -04:00 |
Daniel.S
|
3e50a5fca6
|
Add test for bug 317561.
|
2009-04-23 10:17:40 -04:00 |
Jesse Ruderman
|
e0ff240014
|
Add a bunch of crashtests
|
2009-02-10 22:18:05 -08:00 |
Jesse Ruderman
|
aab1c02b20
|
Add some crashtests
|
2009-02-10 16:36:04 -08:00 |
Jesse Ruderman
|
15035d1940
|
Skip long-url-list-stack-overflow.html because it keeps timing out. See bug 477490.
|
2009-02-08 09:15:15 -08:00 |
Jesse Ruderman
|
d9d331fea9
|
Add crashtests for the following bugs: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=328944+401042+413085+416461+431705+437142+449006+463741+465651+472782+474744
|
2009-02-07 21:33:31 -08:00 |
John Daggett
|
fb7d8ba643
|
Bug 474704 - drop channel on cross-site load failure to avoid leak. r=bz,jonas, sr=jonas
|
2009-01-31 17:58:42 +09:00 |
L. David Baron
|
f52024b5bb
|
Some additional tests for 'rem' unit from css3-values. (Bug 472195)
|
2009-01-20 13:58:48 -08:00 |
L. David Baron
|
3259b6ec8d
|
Avoid building user font set when handling units involving font metrics in media query expressions. (Bug 473892) r+sr=bzbarsky
|
2009-01-16 19:44:21 -08:00 |
L. David Baron
|
4687ab4bb6
|
Avoid recursion after parsing CSS comments. (Bug 473914) r+sr=bzbarsky
|
2009-01-16 19:44:21 -08:00 |
Zack Weinberg
|
53d11a70cc
|
Bug 473720: don't treat a parse error in a known CSS @-rule as an unknown @-rule r+sr=dbaron
|
2009-01-16 19:44:20 -08:00 |
Jeff Walden
|
9157a66992
|
Bug 473911 - Crash due to too much recursion in nsCSSDocumentRule::URL::~URL. r+sr=dbaron
|
2009-01-16 15:33:57 -08:00 |
John Daggett
|
79a2d5f06d
|
change crashtest for 472237 to use local font
|
2009-01-08 17:36:24 +09:00 |
John Daggett
|
6261fd4014
|
Bug 472237 - check for null user font set before using. r+sr=dbaron
|
2009-01-07 13:45:41 +09:00 |
Daniel.S
|
45b8c0ce7c
|
Adding crashtest
|
2008-12-28 12:14:28 -08:00 |
L. David Baron
|
88ed930e10
|
Disable -moz-transform and -moz-transform-origin for :first-line and :first-letter pseudo-elements. (Bug 466845) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-12 10:59:03 -08:00 |
L. David Baron
|
bc5e5bafd7
|
Use a local stack rather than the call stack in SkipUntil to avoid excessive recursion. (Bug 432561) r+sr=bzbarsky
|
2008-12-07 10:00:43 -08:00 |
Zack Weinberg
|
ee2a3f1810
|
Bug 460217 - handle @font-face block without family name correctly in nsCSSRuleProcessor - r+sr=dbaron
|
2008-12-04 21:01:37 -08:00 |
Mats Palmgren
|
6c00be346d
|
Crashtest for bug 456196, by Martijn Wargers <martijn.martijn@gmail.com>.
|
2008-10-17 10:13:34 +02:00 |
Boris Zbarsky
|
ecde0a5feb
|
Bug 448161. Don't crash when getting computed style for a link that's not in the document
|
2008-07-31 17:16:56 -07:00 |
Ian Neal
|
47abe9a7c0
|
Bug 447776 – Hang with word-wrap: break-word and width: 0px
with testcase and crashtests
p=smontagu r/sr=roc
|
2008-07-27 17:43:07 +01:00 |
L. David Baron
|
51419bdce4
|
Skip test for 439184 since it "times out".
|
2008-07-13 15:56:51 -07:00 |
L. David Baron
|
d74fc3cc67
|
Avoid stack overflow by not using recursion to add the important rules. (Bug 439184.) r+sr=bzbarsky
|
2008-07-13 13:57:38 -07:00 |
Michael Ventnor
|
3c9976e88a
|
Bug 444237 - "Crash with -moz-box-shadow: -moz-initial on input" [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=dbaron]
|
2008-07-12 03:52:32 -05:00 |
Boris Zbarsky
|
8114e324a8
|
Bug 444838. Correctly stringify all tokens instead of asserting on some. r+sr=dbaron
|
2008-07-11 18:49:46 -04:00 |
Jesse Ruderman
|
2c15c3cfd5
|
Don't call SelectorMatches on document fragments (test). (Bug 437170) r+sr=bzbarsky
|
2008-06-05 16:06:34 -07:00 |
jruderman@hmc.edu
|
b308ad5cac
|
Add crashtest
|
2008-04-22 21:54:40 -07:00 |
jruderman@hmc.edu
|
5e2233617b
|
Add crashtest!
|
2008-02-03 22:00:36 -08:00 |
jruderman@hmc.edu
|
47b40dba17
|
Add crashtest
|
2008-01-20 16:12:55 -08:00 |