Boris Zbarsky
|
244e009096
|
Bug 597345. Discard script preloads if the charset doesn't match. r=sicking, a=blocker
|
2010-12-07 08:54:50 -05:00 |
|
Ms2ger
|
7f800d51a7
|
Bug 613793 - Raise an exception when trying to append a child to a DocumentType; r=bzbarsky a=jst
|
2010-12-04 09:00:19 +01:00 |
|
Boris Zbarsky
|
23c2b599dc
|
Bug 614058. Fix regression in IsEqualNode. r=jst, a=blocker
|
2010-11-30 13:19:59 -05:00 |
|
Dave Townsend
|
7a0e0a5cd9
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Boris Zbarsky
|
729bd9d4ac
|
Bug 614058. Fix regression in IsEqualNode. r=jst, a=blocker
|
2010-11-30 13:19:59 -05: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 |
|
Kyle Huey
|
9dd62aa901
|
Bug 602482: Update XHR forbidden headers to latest spec. r=sicking a=b:betaN
--HG--
rename : content/base/test/test_bug308484.html => content/base/test/test_xhr_forbidden_headers.html
|
2010-11-15 06:55:30 -05:00 |
|
Alex Vincent
|
17fbdcd463
|
b=601756 Tests for TreeWalker.nextSibling, previousSibling, as suggested by Traversal spec r=smaug a=test
--HG--
extra : rebase_source : c0119c7cd025ad199f2a1623843836eace58ea1c
|
2010-11-15 12:08:49 +13:00 |
|
Henri Sivonen
|
0e5c39fc7b
|
Bug 599588 - Make scripts created by createContextualFragment() executable. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : cfe476ed6ac2b1ee4cc243034659290d1226bd42
|
2010-11-01 11:50:01 +01:00 |
|
Henri Sivonen
|
0f8fe9dae5
|
Bug 602838 part 1 - Execute in insertion order script-inserted external scripts that have the async DOM attribute reporting false. r=jonas, a=blocking2.0-beta8.
--HG--
extra : rebase_source : bfbbf7cf783a1d50a52896e5fe540aa7e84b2e0c
|
2010-10-13 10:12:55 +03:00 |
|
Michael Wu
|
30098037eb
|
Backed out changeset 090046fc6891 bug 482935 due to a=orange
|
2010-11-10 19:29:51 -08:00 |
|
bjarne@runitsoft.com
|
b9e7d659bd
|
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
(Av1f) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
|
2010-11-11 01:02:15 +01:00 |
|
Ehsan Akhgari
|
056fc8aba7
|
Backed out changeset c85c2f1b0566 because of oranges on mochitest-1
|
2010-11-10 17:46:32 -05:00 |
|
bjarne@runitsoft.com
|
c6a0351901
|
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
(Av1e) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
|
2010-11-10 22:28:54 +01:00 |
|
Henri Sivonen
|
6b5b74d541
|
Bug 604660 - Make XSLT-inserted script execute in the insertion order. r=jonas, a=blocking2.0-beta7.
--HG--
extra : rebase_source : fde633f62de8b4ec5af5c85f21c01ed4781e06e3
|
2010-10-27 10:18:24 +03:00 |
|
Mounir Lamouri
|
08ab79dbaa
|
Bug 605982 - mozMatchesSelector should raise a SYNTAX_ERR exception on invalid selectors. r+a=bz
|
2010-10-21 16:09:00 +02:00 |
|
Ms2ger
|
b1bed27299
|
Bug 567350 - Make getComputedStyle's second argument optional; r=bzbarsky a=jst
|
2010-10-16 13:54:47 +02:00 |
|
Blake Kaplan
|
29e85b9844
|
Merge mozilla-central into tracemonkey
|
2010-10-13 17:54:54 -07:00 |
|
Jonas Sicking
|
e7e13b2084
|
Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner
|
2010-10-13 16:25:33 -07:00 |
|
Peter Van der Beken
|
63f5a338e8
|
bug 580128 - Disallow cross-compartment adoptNode. r=jst
|
2010-10-10 15:42:09 -07:00 |
|
Mounir Lamouri
|
689e2af38f
|
Bug 600471 - Listen to the new content when an attribute is attached to it. r=bz a=blocking-2.0
|
2010-10-07 12:05:33 +02:00 |
|
Mounir Lamouri
|
d996cdbbd1
|
Bug 600468 - Remove attribute's first child when the value is set to the empty string. r=bz a=blocking-2.0
|
2010-10-07 12:05:04 +02:00 |
|
Mounir Lamouri
|
b162eb42cb
|
Bug 600466 - Actually remove child when .removeChild() is called on attributes. r=bz a=blocking-2.0
|
2010-10-07 12:04:25 +02:00 |
|
Mounir Lamouri
|
bf1b804104
|
Bug 598877 - nsDOMAttributes should update mChild when value is set. r=bz a=blocking-2.0
|
2010-10-07 12:04:07 +02:00 |
|
Kyle Huey
|
9e6bf3758e
|
Bug 599367: Set content type on moz-filedata channels. r=sicking a=blocking-beta-8
--HG--
rename : content/base/test/file_bug543870_doc.html => content/base/test/file_mozfiledataurl_doc.html
rename : content/base/test/file_bug543870_img.jpg => content/base/test/file_mozfiledataurl_img.jpg
rename : content/base/test/file_bug543870_inner.html => content/base/test/file_mozfiledataurl_inner.html
rename : content/base/test/file_bug543870_text.txt => content/base/test/file_mozfiledataurl_text.txt
rename : content/base/test/test_bug543870.html => content/base/test/test_mozfiledataurl.html
extra : rebase_source : f297d67ba4c75ce711b643577c69386c93c03bf8
|
2010-10-02 03:32:49 -04:00 |
|
Jonas Sicking
|
dcce0d0b40
|
Bug 592829: Make parsing code able to deal with element creation failing. r=jst/peterv a=blocker
|
2010-10-04 18:25:44 -07:00 |
|
Jonas Sicking
|
5bb7c320a3
|
Back out bug 592829 due to crash. a=backout
|
2010-09-22 16:38:39 -07:00 |
|
Jonas Sicking
|
446e859c8d
|
Bug 592829: Don't crash if we fail to create an element during XML parsing. r=jst a=beta7blocker
|
2010-09-22 14:51:46 -07:00 |
|
Brandon Sterne
|
0b89e8b60a
|
Bug 593387 - "Get Add-ons" pane is being restricted by X-FRAME-OPTIONS. r=bz a=b
|
2010-09-19 17:59:59 +02:00 |
|
Olli Pettay
|
8bf6fff13a
|
Bug 313646 - synchronous XMLHttpRequest does not fire readystatechange event, r=sicking, a=sicking
|
2010-09-17 12:30:35 +03:00 |
|
Jonas Sicking
|
fd2c9c0694
|
Bug 587931: Implement document.currentScript and beforescriptexecute/afterscriptexecute events. r=mrbkap a=sicking
|
2010-09-16 01:48:47 -07:00 |
|
David Zbarsky
|
e5944a3eba
|
Bug 499656. Make nsContentList have dual atoms (original case and lowercase) so that we can match non-HTML elements in HTML documents correctly. r=sicking
|
2010-08-31 19:47:00 -07:00 |
|
Kyle Huey
|
3b982c261f
|
Test for Bug 578096. a=test-only
|
2010-09-09 22:43:22 -04:00 |
|
Ms2ger
|
f57e7fa2e6
|
Bug 592827 - Implement DOMImplementation.createHTMLDocument; r=jonas approval2.0=jonas
|
2010-09-04 13:38:07 +02:00 |
|
Jonas Sicking
|
6bae28a4f7
|
Test for bug 590812. r=jst a=test-only
|
2010-09-03 15:53:28 -07:00 |
|
Jonas Sicking
|
c813c38eaf
|
Test for bug 590870. r=jst a=test-only
|
2010-09-03 15:53:28 -07:00 |
|
Vladimir Vukicevic
|
c820f5632e
|
b=572522; add experimental mozArrayBuffer to XHR; r=jst, a=bsmedberg
|
2010-08-14 10:52:19 -07:00 |
|
Brandon Sterne
|
d6c74984ec
|
Bug 475530 - X-Frame-Options w/ redirect to about:blank, r=jst
|
2010-07-21 08:51:09 -07:00 |
|
Mats Palmgren
|
2cc4e040ea
|
Make it possible to drag a non-selectable node again. b=574596 r=dbaron
|
2010-07-12 22:24:25 +02:00 |
|
L. David Baron
|
f2a1d900ab
|
Backed out changeset f0d3b958d38d (bug 552523) for causing 137-140 mochitest failures on the two mochitest runs (both Windows) that have completed so far.
|
2010-07-02 18:15:13 -07:00 |
|
Sid Stamm
|
15ea2fb656
|
Bug 552523 - enable CSP active and report-only modes simultaneously, r=dveditz
|
2010-07-02 15:26:35 -07:00 |
|
Geoff Lankow
|
cc4019ac75
|
Bug 300992 - implement readystatechange event. r=smaug, sr=jst
|
2010-06-24 13:12:07 +12:00 |
|
wfernandom2004@gmail.com
|
f8e8fddd2c
|
Bug 562681, tests and small fixes, r=smaug
--HG--
extra : rebase_source : 0b4bb2f3c4b11101a0d97b546549c605297639c4
|
2010-06-18 23:48:42 +03:00 |
|
Olli Pettay
|
98068a032f
|
Some basic WS tests
--HG--
extra : rebase_source : 8d700930e3856b464e138782c501d3c4d617be2a
|
2010-06-18 00:30:13 +03:00 |
|
jgriffin@mozilla.com
|
0ae022ac6b
|
bug 570789, simple mochitest for websockets
--HG--
extra : rebase_source : e7523ef6e268b92d0e10ce7c530067fb69d97c0f
|
2010-06-17 21:38:29 +03:00 |
|
Jonathan Griffin
|
c9007c876b
|
Bug 570789. Remove some test files from the Makefile that were added mistakenly in previous patch.
|
2010-06-16 22:42:00 -07:00 |
|
Jonathan Griffin
|
ff0b54f0da
|
Bug 570789. Add WebSocket support to mochitest. r=ted
--HG--
extra : rebase_source : 2e33d054a13824d1a7e527777383820946684c3f
|
2010-06-16 22:38:55 -07:00 |
|
Olli Pettay
|
77e8c01739
|
Bug 571390 - classList is always empty on xul elements, r=bz
--HG--
extra : rebase_source : 00d58d4fa7e0bffe2bf6b60b4d8a74fd0e27eebe
|
2010-06-14 10:29:54 +03:00 |
|
Jonas Sicking
|
0a93bbb190
|
Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug
|
2010-06-03 18:09:20 -07:00 |
|
L. David Baron
|
9922b33bed
|
Add tests for HTML colors based mostly on tests by Simon <zcorpan@gmail.com> with a few additional tests and integration into mochitests by me. (Bug 121738
|
2010-06-03 13:11:35 -07:00 |
|