Jonas Sicking
|
572a8d4beb
|
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
|
2011-06-14 00:56:49 -07:00 |
|
Ed Morley
|
6e443492c7
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Jonas Sicking
|
b3f3996b2d
|
Bug 659530: Clean up and remove unused code that we no longer need with the safer mutation events implementation. r=smaug
|
2011-05-25 10:58:23 -07:00 |
|
Ms2ger
|
61cb1bf906
|
Bug 604595, part b - Remove the nsIDOMNamedNodeMap* arguments to NS_NewDOMDocumentType; r=sicking
|
2011-04-14 14:04:21 +02:00 |
|
Henri Sivonen
|
cfd0030c38
|
Bug 642145 - Avoid firing document-element-inserted for non-element insertions to the document node. r=jonas.
|
2011-04-08 09:07:28 +03:00 |
|
Boris Zbarsky
|
ba87ca5c66
|
Bug 313351. ContentStatesChanged should take only one argument. r=dbaron
|
2011-03-28 23:32:11 -04:00 |
|
Henri Sivonen
|
200d06cfa8
|
Bug 620106 - Allow chardet (if enabled) reload the page during load. r=sicking, a=blocking2.0-final.
|
2011-02-11 12:33:32 +02:00 |
|
Ms2ger
|
997891ab60
|
Bug 594339 - Create a FromParser enum. r=hsivonen, sr=bzbarsky, a=jonas.
|
2010-10-25 15:17:38 +03:00 |
|
Mounir Lamouri
|
ac3ffbbd48
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Jonas Sicking
|
c7cb0db3eb
|
Bug 579764: Send out notification when the document-element for a document has been created and inserted into the DOM. r=jst a=blocker
|
2010-08-27 22:54:57 -07:00 |
|
Ms2ger
|
96d1354051
|
Bug 562698 - Part b: Pass Elements to nsNodeUtils::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:07 +02:00 |
|
Mounir Lamouri
|
8f4863a5a0
|
Bug 588683 - Implement the form attribute. r=sicking sr=jst a2.0=blocking
|
2010-08-24 03:11:04 +02:00 |
|
Henri Sivonen
|
65f2ada335
|
Bug 582940 - Make the HTML5 parser URL unescape <a name> until HTML5-compliant fragment navigation is supported. r=bzbarsky, a=blocking2.0-betaN.
|
2010-07-30 13:08:36 +03:00 |
|
Olli Pettay
|
8a001762d4
|
Bug 566466 - speed up createElement(), r=jst, peterv
|
2010-07-23 12:49:57 +03:00 |
|
Henri Sivonen
|
6c34f708a5
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. (Also disable/tweak 2 broken tests) r=dholbert, sr=roc
|
2010-07-18 15:07:54 -07:00 |
|
Henri Sivonen
|
ba3526f337
|
Bug 570898 - Defer isindex prompt reading until after startup. r=jonas.
|
2010-06-11 18:08:13 +03:00 |
|
Daniel Holbert
|
5b78c1fcbe
|
Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange.
|
2010-06-09 17:16:25 -07:00 |
|
Henri Sivonen
|
7b5cf1ffc4
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. r=dholbert, sr=roc.
|
2010-05-25 14:57:58 +03:00 |
|
Henri Sivonen
|
0dd4c83505
|
Bug 569538 - Make aFromParser distinguish network, document.write and fragments in the HTML case. r=Olli.Pettay.
|
2010-06-09 09:44:25 +03:00 |
|
Boris Zbarsky
|
ed0977bfc5
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
|
Boris Zbarsky
|
862f1facc0
|
Bug 562688 part 14. Eliminate all remaining eELEMENT consumers. r=jst
|
2010-04-30 09:12:06 -04:00 |
|
Jonas Sicking
|
896b731723
|
Bug 515401: Make implementation of <base> HTML5 compliant, and clean it up. r=benjamn a=dholbert
|
2010-04-23 09:10:07 -07:00 |
|
Henri Sivonen
|
7fde18d571
|
Bug 551344 part 2 - Address sicking's review comments in nsHtml5TreeOpExecutor.cpp. r=jonas.
|
2010-03-15 14:04:42 +02:00 |
|
Henri Sivonen
|
898d60c4ea
|
Bug 540574 - Make the HTML5 parser break out of doc update on <body> and remove trailing white space from test_bug386782.html. r=bnewman.
|
2010-02-22 14:17:33 +02:00 |
|
Henri Sivonen
|
b70fd25289
|
Bug 539887 - Make document.written meta charset affect the charset of document.opened documents in the HTML5 parser. r=bnewman.
|
2010-03-09 14:39:32 +02:00 |
|
Henri Sivonen
|
b5da7d1ed9
|
Bug 545854 - Add the <keygen> macro to the HTML5 parser. r=bnewman.
|
2010-02-22 14:17:30 +02:00 |
|
Henri Sivonen
|
c31d88132a
|
Bug 541079 - Make app cache selection happen before speculative loads in the HTML5 parser. r=bnewman.
|
2010-02-02 09:43:18 +02:00 |
|
Henri Sivonen
|
e808207344
|
Bug 520581 - HTML5 parser reverses attributes on some elements. r=bzbarsky.
|
2009-12-23 10:32:39 +02:00 |
|
Robert Longson
|
c045babc54
|
Bug 531259 - The SVG script element should respect the aFromParser flag on NS_NewElement. r=hsivonen, r+sr=jst
|
2010-01-15 11:44:12 +00:00 |
|
Henri Sivonen
|
5ecf7856cf
|
Bug 534546 - Script with defer attribute never runs in the HTML5 parser. Part of the patch for bug 515610 (r=bnewman) but not landed due to a bad merge.
|
2009-12-14 15:51:15 +02:00 |
|
Henri Sivonen
|
2d5d1ffdda
|
Bug 527896 - Freeze script deferredness and asyncness upon insertion to tree by HTML5 parser. r&sr=sicking.
|
2009-11-17 10:52:30 +02:00 |
|
Henri Sivonen
|
b90f753473
|
Bug 502568 - HTML5 parser should flush occasionally when loading pure text. r=bnewman.
|
2009-11-17 10:52:30 +02:00 |
|
Henri Sivonen
|
a2ed7d7951
|
Bug 528442 - Call WillCallDoneAddingChildren for SVG scripts in the HTML5 parser. r=bnewman.
|
2009-11-17 10:52:30 +02:00 |
|
Henri Sivonen
|
a29fc0bdde
|
Bug 509666 - Notify the right document in the HTML5 parser when nodes have been moved between documents during the parse. r=bnewman.
|
2009-11-11 10:37:35 +02:00 |
|
Henri Sivonen
|
8017ba2092
|
Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman.
|
2009-11-06 15:06:48 +02:00 |
|
Boris Zbarsky
|
37b18a8aa8
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Henri Sivonen
|
6d5095eb25
|
Bug 483015 - Expose HTML line number to JS and CSS parsers in the HTML5 parser. r=bnewman, a=beltzner.
|
2009-10-28 15:48:37 +02:00 |
|
Henri Sivonen
|
42c2ae50fe
|
Bug 513194 - HTML5 parser ends up parsing inline stylesheets twice. r=bzbarsky.
|
2009-10-30 10:31:57 +02:00 |
|
Henri Sivonen
|
e2fe9959fb
|
Bug 515255 - Comment out assertion until <keygen> and <output> are supported as form-associated elements. r=bnewman.
|
2009-10-21 15:28:18 +03:00 |
|
Henri Sivonen
|
e5e8f90558
|
Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman.
|
2009-10-12 16:08:04 +03:00 |
|
Henri Sivonen
|
2cf48a3ad5
|
Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman.
|
2009-09-21 16:18:20 +03:00 |
|
Henri Sivonen
|
4384f2fdf0
|
Bug 515338 - Make HTML5 parser internals not hold nsIContent or regular dynamic atoms. r=bnewman.
|
2009-09-21 14:43:43 +03:00 |
|
Henri Sivonen
|
4326b417ac
|
Bug 509851 - Flash object does not appear with HTML5 parser enabled. r=bzbarsky.
|
2009-10-12 16:08:04 +03:00 |
|
Henri Sivonen
|
2b8f6a2e36
|
Bug 499642 - Split the HTML5 parser into stream parser, doc.write parser and tree op executor. r=bnewman, sr=mrbkap.
|
2009-09-18 12:21:47 +03:00 |
|
Henri Sivonen
|
bdda763dff
|
Bug 509672 - Make HTML5 parser not fire mutation events when adding attributes to root or body elements. r=jonas
|
2009-08-13 10:51:06 +03:00 |
|
Henri Sivonen
|
2e546e9f6f
|
Backout rev 58f91861b1f1. Accidental changes included.
|
2009-08-13 10:48:13 +03:00 |
|
Henri Sivonen
|
533e0248aa
|
Bug 509672 - Make HTML5 parser not fire mutation events when adding attributes to root or body elements. r=jonas
|
2009-08-13 10:45:24 +03:00 |
|
Henri Sivonen
|
2f19c38b3b
|
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
|
2009-06-29 00:44:22 +02:00 |
|
Johnny Stenback
|
64cf7ea628
|
Backed out changeset 168dd0eb7283
|
2009-06-28 11:47:11 -07:00 |
|
Jonas Sicking
|
6a0cbe0e68
|
Move files to better location
|
2009-06-26 17:12:29 -07:00 |
|