Граф коммитов

149 Коммитов

Автор SHA1 Сообщение Дата
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
Ed Morley 94067f98cb Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange 2012-05-11 18:25:52 +01:00
Ms2ger 384051ecef Bug 752226 - Tests. r=evilpie
--HG--
extra : rebase_source : 7a0d155ab7d7898ca4c96b86ae6f706172c7c71f
2012-05-11 17:46:54 +02:00
Masatoshi Kimura 799eae8b67 Bug 750023 - Add a null check in nsXMLHttpRequest::CreatePartialBlob. r=smaug 2012-04-30 15:49:15 -07:00
Kyle Huey 932deadfc1 Bug 741163: Add a rather important null check. r=me 2012-04-01 04:02:58 -07:00
Masatoshi Kimura d5f85c93cb Bug 736687 - Warn on use of MozBlobBuilder. r=sicking
--HG--
rename : layout/reftests/svg/as-image/img-blobBuilder-1.html => layout/reftests/svg/as-image/img-blobURI-1.html
rename : layout/reftests/svg/as-image/img-blobBuilder-2.html => layout/reftests/svg/as-image/img-blobURI-2.html
2012-03-19 12:00:43 +01:00
Matthew Schranz 5e505cd07f Bug 725289 - Removed moz prefix in Blob.mozSlice. r=sicking
--HG--
rename : dom/workers/test/fileReadMozSlice_worker.js => dom/workers/test/fileReadSlice_worker.js
rename : dom/workers/test/fileMozSlice_worker.js => dom/workers/test/fileSlice_worker.js
rename : dom/workers/test/test_fileReadMozSlice.xul => dom/workers/test/test_fileReadSlice.xul
rename : dom/workers/test/test_fileMozSlice.xul => dom/workers/test/test_fileSlice.xul
2012-02-16 11:22:25 +01:00
Jesse Ruderman 56b76d1c87 Bug 715056 - Crash test. 2012-01-04 12:10:49 +01:00
Mats Palmgren 4d7a3d617b Bug 713417 - Another crash test. 2011-12-26 14:29:25 +01:00
Jesse Ruderman abbe509d74 Bug 713417 - Crash test. 2011-12-26 14:29:25 +01:00
Boris Zbarsky d7c7b61b9f Bug 709384. Manage our scheduled state better when animation frame requests are canceled. r=roc 2011-12-15 08:53:06 -05:00
Blake Kaplan ba994a2911 Bug 698621 - Part 1: Implement cross-thread dispatching for web workers. r=bent 2011-12-05 15:58:27 +08:00
Masatoshi Kimura 47b6cb7d79 Bug 704284 - Crashtest, r=hsivonen 2011-11-23 10:22:41 +02:00
Mats Palmgren 6e16a69f49 Bug 700090 - Range offsets are allowed to be at node length + 1. r=smaug 2011-11-09 12:52:52 +01:00
Mats Palmgren 6bd2aae9fe Bug 693212 - crash test. r=test-only 2011-11-04 19:05:35 +01:00
Boris Zbarsky c6f873a332 Bug 698974. Fix assertion to not assert things that are just false. r=sicking 2011-11-04 01:32:09 -04:00
Jesse Ruderman e5ee3c8933 Test for bug 682463. 2011-09-24 02:56:38 +02:00
Jesse Ruderman ab3a8c4bf0 Test for bug 679459. 2011-09-08 23:32:07 +02:00
Boris Zbarsky f2fdc3b216 Bug 679689. Allow empty string values to be associtated to enumerated attributes. r=sicking 2011-08-31 18:09:58 -04:00
Ed Morley b1fc1f7d2a Backout 89b87e96dc17 (bug 639720), b449db7a038b (bug 679689) & ef216b965a04 (bug 679671) for Mochitest oranges, on a CLOSED TREE; a=philor 2011-09-01 00:58:00 +01:00