Commit Graph

168 Commits

Author SHA1 Message Date
Olli Pettay
99e8a32fe4 Bug 1024428 - don't crash when using input type='range' in shadow dom. r=wchen 2014-07-30 23:15:44 +03:00
Bill McCloskey
3b7ae1bb6c Bug 1041246 - Disable crashtests in e10s that use <keygen> (r=mrbkap) 2014-07-25 15:31:27 -07:00
Blake Kaplan
b0e55c813b Bug 1027461 - Handle an error condition in imports more gracefully in debug builds. 2014-07-01 10:50:47 -07:00
William Chen
9e3dccff15 Bug 1025638 - Traverse and unlink nsXBLPrototypeResources members. r=mccr8 2014-06-23 19:09:36 -07:00
William Chen
2c0f2038b4 Bug 930250 - Don't tear down XBL binding when element is in document. r=bz 2014-03-07 15:48:20 -08:00
Boris Zbarsky
895ef0d906 Bug 978646. Properly cycle-collect document.styleSheetSets. r=smaug 2014-03-05 08:32:27 -05:00
Michael Shuen
9238e28e53 Bug 942979 - Stop crashing in nsContentUtils::GetCommonAncestor. r=bzbarsky 2013-12-02 13:38:51 -05:00
Simon Montagu
2b591a0fe5 Test for bug 831287 2013-04-07 02:02:44 -07:00
Simon Montagu
d02dc4de94 test for bug 832644 2013-04-07 02:02:44 -07:00
Simon Montagu
e163a2bc4b Test for bug 830098 2013-04-07 02:02:43 -07:00
Simon Montagu
9f59596be6 Test for bug 819014 2013-04-07 02:02:43 -07:00
Simon Montagu
162861dfcc Test for bug 849732 2013-11-26 17:09:30 +02:00
Simon Montagu
60f1501790 Test for bug 849727 2013-11-26 17:09:30 +02:00
Simon Montagu
8752c13074 Second testcase from bug 845093 2013-11-26 17:09:30 +02:00
Simon Montagu
d4a829f36b First testcase from bug 845093 2013-11-26 17:09:30 +02:00
Simon Montagu
77636ab92b Second testcase from bug 838489 2013-11-26 17:09:29 +02:00
Simon Montagu
386ee1096a First testcase from bug 838489 2013-11-26 17:09:29 +02:00
Blake Kaplan
90997cbc90 Bug 851353 - Disable this test that only fails on android.
--HG--
extra : rebase_source : 496445edb117c9886623b5bf71f24a097ab7f746
2013-10-16 18:40:03 -07:00
Blake Kaplan
fa70b2e0a9 Bug 851353 - Add crashtest. r=bholley 2013-10-16 16:09:45 -07:00
Bobby Holley
99b9464952 Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-06 09:12:56 -07:00
Timothy Nikkel
12e9210d2a Bug 864448. Add crashtest. 2013-04-22 15:24:08 -05:00
Olli Pettay
b353dd5b3f Bug 863950 - Crash with outdated CaretPosition object, r=bz 2013-04-20 16:11:20 +03:00
Olli Pettay
09c85716f0 Bug 849601, no need to have explicit AutoMutationBatch when setting outerHTML, r=bz 2013-03-21 11:37:14 +01:00
Simon Montagu
46cd9600a9 Testcase from bug 847127, r=ehsan 2013-03-07 22:53:07 +02:00
Simon Montagu
311e1a3474 Test for bug 844404 2013-02-27 09:32:50 +02:00
Simon Montagu
19bb19d1fc Test for bug 841205 2013-02-27 09:32:48 +02:00
Boris Zbarsky
1ee4c73471 Bug 838518 part 1. Fix treewalker callers per the API change that was made. r=smaug 2013-02-06 14:22:33 +00:00
Simon Montagu
facfe0c622 Test for bug 836890 2013-02-06 00:13:18 -08:00
Martijn Wargers
5211f2ac42 Bug 377960 - crash tests 2013-01-26 21:28:56 +01:00
Bobby Holley
04da52d3d7 Bug 833412 - Fix tests that call addBinding. r=bz 2013-01-24 18:45:49 +01:00
Simon Montagu
a20f3fd801 Test for bug 829428, rs=ehsan 2013-01-15 00:20:06 -08:00
Simon Montagu
4edda70478 Test for bug 828054 2013-01-13 08:09:00 -08:00
Simon Montagu
5a761b4291 Test for bug 827190 2013-01-13 08:08:58 -08:00
Simon Montagu
2a3d22a743 Test for bug 824719 2013-01-08 07:57:15 -08:00
Simon Montagu
a64db64c46 Test for bug 815043 2013-01-06 01:45:28 -08:00
Simon Montagu
1216ccb9b0 Test for bug 815276 2013-01-06 01:45:27 -08:00
Boris Zbarsky
9f1ada58e3 Bug 822691. Need to enter the right compartment before working with objects from it. r=smaug 2012-12-29 22:13:27 -08:00
Simon Montagu
f16f8c300e Be consistent in what text nodes we look at in the #ifdef DEBUG pre-loop and the actual loop. Bug 822723 2012-12-23 00:13:29 -08:00
Simon Montagu
4f5549cf7a Test for bug 815477 2012-12-16 07:35:07 -08:00
Simon Montagu
bc7a96c92f Test for bug 815500 2012-12-16 07:35:07 -08:00
Simon Montagu
ec38219fdc Test for bug 816253 2012-12-09 23:10:54 -08:00
Ms2ger
77f04937ad Bug 709954 - Fix assertion failure "!cx->isExceptionPending()" with invalid regexp in <input pattern>; r=bz 2012-11-04 09:00:07 +01:00
Masatoshi Kimura
138ba09a8b Bug 791001 - Create an empty dummy builder in OnStopRequest if builder is null. r=smaug 2012-09-17 18:42:36 -04:00
Kyle Huey
f4bf803f58 Bug 786854: Don't parse background=''. r=bz 2012-09-04 08:53:11 -07:00
Kyle Huey
c9d55575d1 Bug 754759: Unannotate tests now that Bug 774770 is fixed. 2012-08-07 13:54:46 -07:00
Aryeh Gregor
f4113550e3 Bug 771639 - Handle null current node in nsRange.cpp's ValidateCurrentNode; r=smaug 2012-07-09 11:41:47 +03:00
Aryeh Gregor
86a21a1277 Bug 766426 - Avoid assertion with extractContents() and mutation events; r=smaug 2012-06-28 14:29:56 +03:00
Aryeh Gregor
449413cb94 Bug 543645 - Clean up nsContentSubtreeIterator (fixing a hang while we're at it); r=bz 2012-06-12 11:45:09 +03:00
Matt Brubeck
bda44f3eb6 Bug 754759 [leave open] - Mark 752226-1.html or 752226-2.html as asserting randomly [r=Ms2ger] 2012-05-14 08:30:20 -07:00
Ms2ger
4b86369c76 Bug 752226 - Tests. r=evilpie 2012-05-11 17:46:54 +02:00