Commit Graph

122 Commits

Author SHA1 Message Date
Aryeh Gregor
72f76af3e3 Bug 766426 - Avoid assertion with extractContents() and mutation events; r=smaug 2012-06-28 14:29:56 +03:00
Aryeh Gregor
5bcb04ae9f 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
9c83ca9279 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
c03caf74d6 Bug 752226 - Tests. r=evilpie 2012-05-11 17:46:54 +02:00
Ed Morley
79899a6f75 Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange 2012-05-11 18:25:52 +01:00
Ms2ger
6ac8484e0e Bug 752226 - Tests. r=evilpie
--HG--
extra : rebase_source : 7a0d155ab7d7898ca4c96b86ae6f706172c7c71f
2012-05-11 17:46:54 +02:00
Masatoshi Kimura
e1b9e1184d Bug 750023 - Add a null check in nsXMLHttpRequest::CreatePartialBlob. r=smaug 2012-04-30 15:49:15 -07:00
Kyle Huey
7f972f45f6 Bug 741163: Add a rather important null check. r=me 2012-04-01 04:02:58 -07:00
Masatoshi Kimura
add7512617 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
87bb64c61e 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
ab6a921c63 Bug 715056 - Crash test. 2012-01-04 12:10:49 +01:00
Mats Palmgren
cecb7c8f6b Bug 713417 - Another crash test. 2011-12-26 14:29:25 +01:00
Jesse Ruderman
6f67d162a9 Bug 713417 - Crash test. 2011-12-26 14:29:25 +01:00
Boris Zbarsky
18de0ae69d 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
2e55f1785d Bug 698621 - Part 1: Implement cross-thread dispatching for web workers. r=bent 2011-12-05 15:58:27 +08:00
Masatoshi Kimura
7ad0f2815b Bug 704284 - Crashtest, r=hsivonen 2011-11-23 10:22:41 +02:00
Mats Palmgren
1c7c705abd Bug 700090 - Range offsets are allowed to be at node length + 1. r=smaug 2011-11-09 12:52:52 +01:00
Mats Palmgren
81dfd021a4 Bug 693212 - crash test. r=test-only 2011-11-04 19:05:35 +01:00
Boris Zbarsky
64c507736c Bug 698974. Fix assertion to not assert things that are just false. r=sicking 2011-11-04 01:32:09 -04:00
Jesse Ruderman
63a423e86d Test for bug 682463. 2011-09-24 02:56:38 +02:00
Jesse Ruderman
b4b375bdbc Test for bug 679459. 2011-09-08 23:32:07 +02:00
Boris Zbarsky
185007f906 Bug 679689. Allow empty string values to be associtated to enumerated attributes. r=sicking 2011-08-31 18:09:58 -04:00
Ed Morley
243415d54c 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
Boris Zbarsky
5df1c9dfe4 Bug 679689. Allow empty string values to be associtated to enumerated attributes. r=sicking 2011-08-31 18:09:58 -04:00
Boris Zbarsky
7df8bf6eb3 Bug 667336. Make sure we don't overflow unsigned int on item(). r=peterv 2011-07-26 10:01:31 -04:00
Jesse Ruderman
16693ed945 Add crashtest from bug 605672 2011-06-20 11:42:05 -07:00
bjarne@runitsoft.com
2ef35506a3 Bug 658441 - intermittent crashtests/552651.html | load failed: timed out waiting for reftest-wait to be removed r=bz 2011-05-25 10:17:30 +02:00
Daniel Holbert
e9400f029c Bug 658845: Null-check URI passed to nsReferencedElement::Reset. r=roc 2011-05-22 16:13:57 -07:00
Chris Leary
8b43adc14d Passing bug 646184 crashtest assertion. (r=dbaron) 2011-04-26 12:11:11 -07:00
Ms2ger
bb77c2f7cd Bug 646184 - Crash [@ nsGlobalWindow::GetLocalStorage] getting localStorage from removed frame; r=bz 2011-04-22 10:38:33 +02:00
Blake Kaplan
697524ea29 Bug 642022 - Deal with the return value being in a different compartment. r=gal
--HG--
extra : rebase_source : b924c99e830cdafd7e1471cf087e69cfc7e33e23
2011-04-08 14:28:24 -07:00
Ehsan Akhgari
bc84b1a1ca Backout changeset 649f50ed53ca (bug 646184) because of debug crashtest failures 2011-04-01 18:22:22 -04:00
Ms2ger
6ba85475ea Bug 646184 - Crash [@ nsGlobalWindow::GetLocalStorage] getting localStorage from removed frame; r=bz 2011-03-30 08:58:21 +02:00
Ehsan Akhgari
2b50c6c559 Bug 637214 - Test case; r=bzbarsky a=test-only 2011-03-01 21:35:41 -08:00
Luke Wagner
89d7214860 Bug 627954, part 2: ensure nsXPCConvert::VariantData2JS et al are in the correct compartment (r=mrbkap)
--HG--
extra : rebase_source : c924f5e87e2f5a6339f4c83c78db1c7f05b600f7
2011-02-05 04:56:05 -08:00
Kyle Huey
1fab3fc406 Bug 628599: Test. a=test 2011-02-04 10:30:48 -05:00
Kyle Huey
f7d3a84ab8 Bug 604262: Test. a=test 2011-02-04 10:29:33 -05:00
Kyle Huey
f784845dc3 Bug 467392: Tests. a=tests 2011-01-21 17:50:44 -05:00
Olli Pettay
954b652556 Bug 610571 - Leak with crazy iframe testcase, r=bz, a=blocking 2011-01-15 16:41:06 +02:00
Mounir Lamouri
3f4ba531d6 Bug 593302 - "ASSERTION: Removing id entry that doesn't exist" after moving nodes between documents. r=peterv a=blocking-final 2010-12-22 19:42:49 -05:00
Jesse Ruderman
a5d8091505 Bug 590395 - add crashtest (a=NPOTB) 2010-12-12 12:56:03 -08:00
Jesse Ruderman
19acabb138 Bug 509536 - add crashtest 2010-12-12 12:54:26 -08:00
Jesse Ruderman
8a80d8a669 Bug 411882 - add crashtest 2010-12-12 12:54:25 -08:00
Timothy Nikkel
e3ad901ff2 Bug 561981. Add crashtest. a=test 2010-12-09 22:33:33 -06:00
Henri Sivonen
be74c70467 Bug 606729 - Make sure a script with the src attribute is treated as an external script even if the value of the attribute is not a valid URL. r=jonas, a=blocking2.0-final. 2010-10-27 10:03:10 +03:00
Jesse Ruderman
ac1ac89d0c Bug 551631 - add crashtest (a=NPOTB) 2010-10-18 14:06:32 -07:00
Mounir Lamouri
7873baa96e Bug 595606 - "ASSERTION: no common ancestor at all" when removing a subtree with more than one id pointed by @form. r=jst a=blocking
--HG--
rename : content/base/crashtests/595606.html => content/base/crashtests/595606-1.html
2010-10-13 12:52:45 +02:00
Jesse Ruderman
661fbb1657 Bug 535926 - add crashtest 2010-10-11 09:55:23 -07:00
Ehsan Akhgari
ecfaa4d477 Bug 586662 - Part 3: Don't attempt to compare unrelated points when manipulating selections; r=roc a=blocking-betaN+ 2010-09-23 14:44:01 -04:00
Mounir Lamouri
92061d2b2a Bug 595606 - Inform the document that the element's id has to be removed from the tables _after_ UnbindToTree. r=jst a=blocking 2010-09-21 02:52:54 +02:00