William Chen
|
7c1cdb0c26
|
Bug 937003 - Use correct adjusted insertion location for foster parenting in template element. r=hsivonen
|
2013-11-10 22:45:43 -08:00 |
|
William Chen
|
a590bca00b
|
Bug 797009 - Remove bad assertion in HTML parser. r=hsivonen
|
2013-11-13 15:53:12 -08:00 |
|
William Chen
|
5abb61b7bb
|
Bug 937259 - Remove <command> element from the parser. r=hsivonen
|
2013-11-13 15:17:13 -08:00 |
|
William Chen
|
c549147842
|
Bug 822776 - Update "after after frameset" insertion mode. r=hsivonen
|
2013-11-13 14:57:07 -08:00 |
|
William Chen
|
b5a15360d3
|
Bug 932086 - Hoist <template> to head when found between </head> and <body>. r=hsivonen
|
2013-11-04 17:19:22 -08:00 |
|
William Chen
|
17b4a008b9
|
Bug 925907 - Check for IN_SELECT_IN_TABLE in "reset the insertion mode" in HTML5 parser. r=hsivonen
|
2013-10-17 13:26:49 -07:00 |
|
Michael[tm] Smith
|
e6408b7ba8
|
Bug 910588 - log a parse error for <table><input></table>. r=hsivonen.
|
2013-09-17 15:47:32 +03:00 |
|
William Chen
|
ad31fbf603
|
Bug 900724 - Prevent form association when creating elements in template contents. r=hsivonen
|
2013-08-13 14:31:18 -07:00 |
|
William Chen
|
5dfa68445b
|
Bug 897153 - Update parsing of template element to spec as of July 15, 2013. r=hsivonen
|
2013-08-12 14:46:12 -07:00 |
|
William Chen
|
33d6dd2ae8
|
Bug 897143 - Update parser algorithms to be namespace aware. r=hsivonen
|
2013-08-12 14:46:12 -07:00 |
|
William Chen
|
34eac866c6
|
Bug 888820 - Save template insertion mode stack information in TreeBuilderState. r=hsivonen
|
2013-08-12 14:46:12 -07:00 |
|
James Kitchener
|
9c1963ee9c
|
Bug 802895 - Parser changes to support srcdoc attributes for iframes, r=hsivonen
|
2013-06-28 23:13:23 -04:00 |
|
Henri Sivonen
|
78657cb89a
|
Bug 870787 HTML parser part - Make <img> a form-associated element in the HTML parser. r=smaug
|
2013-06-06 11:02:30 +03:00 |
|
William Chen
|
4f45d297fa
|
Bug 818976 - Part 3: Generated code for HTML5 parser. r=hsivonen
|
2013-03-26 00:15:23 -07:00 |
|
Henri Sivonen
|
7fea99d50e
|
Bug 820508 part 1 - Parser support for <main>. r=smaug.
|
2013-01-29 14:31:45 +02:00 |
|
Henri Sivonen
|
950206f832
|
Bug 808464 - Refresh the "special" list in the HTML parser and the check for that list in the <dd> case. r=smaug.
|
2012-11-12 16:41:17 +02:00 |
|
Henri Sivonen
|
04836db952
|
Bug 809956 - Deal with an odd number of ] characters before ]]> in a CDATA section in the HTML parser. r=smaug.
|
2012-11-12 15:42:23 +02:00 |
|
Henri Sivonen
|
7c9bc21c2f
|
Bug 809403 - Sync Gecko C++ version of the HTML parser with changes made for Rust. rs=smaug.
|
2012-11-09 11:04:28 +02:00 |
|
Henri Sivonen
|
bc2e1a688e
|
Bug 503190 - Include assertions in the C++ translator output. r=smaug.
|
2012-10-01 11:52:32 +03:00 |
|
Henri Sivonen
|
789c579697
|
Bug 792790 - Introduce NoBoundsCheck variants of accessors on nsHtml5HtmlAttributes; Make operator= in jArray nullptr-aware. r=smaug.
|
2012-10-01 11:49:01 +03:00 |
|
Henri Sivonen
|
0e36e7ec71
|
Bug 765381 - Make the destructors on nsHtml5ElementName and nsHtml5AttributeName virtual to avoid warnings in clang. r=ehsan
--HG--
extra : rebase_source : 3c2558dfa8ef5389b2acd97f419d2276d4269a8d
|
2012-07-13 15:04:11 +03:00 |
|
David Zbarsky
|
e0be1d2175
|
Bug 772758 - Clean up some build warnings in html5 parser r=hsivonen
|
2012-07-13 11:55:21 -07:00 |
|
Henri Sivonen
|
cf55919ff8
|
Bug 711049 - Adjust MathML text integration point treatment to comply with spec changes. rs=smaug.
|
2012-01-02 16:18:29 +02:00 |
|
Henri Sivonen
|
9f90e9e4dc
|
Bug 711052 - Make <rp> and <rt> handling match spec edits. r=smaug.
|
2012-01-02 16:18:29 +02:00 |
|
Henri Sivonen
|
a507160a58
|
Bug 535530 - Transition to the return state eagerly when a semicolon has matched when tokenizing a named character reference in HTML. r=smaug.
|
2011-11-30 15:11:37 +02:00 |
|
Henri Sivonen
|
4892f3cfc2
|
Bug 704034 - Replace old pre-interned looping attributes with a single loop attribute in the HTML parser. rs=smaug.
|
2011-11-22 10:29:14 +02:00 |
|
Henri Sivonen
|
05dc1ccf55
|
Bug 704058 - Sync HTML parser .java sources in m-c with the htmlparser repo. rs=smaug. DONTBUILD
|
2011-11-21 16:12:15 +02:00 |
|
Henri Sivonen
|
331ff582eb
|
Bug 482921 part 14 - Address review comments. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
8719028cf4
|
Bug 482921 part 11 - Deduplicate the tokenizer loop in .cpp. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
216045a5cb
|
Bug 482921 part 4 - Support XML syntax highlighting in the parser core. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
0429f9c117
|
Bug 482921 part 3 - Highlight tree builder-level errors in View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
3b72f9a1ea
|
Bug 482921 part 1 - Implement HTML syntax highlighting using the new parser. r=Olli.Pettay.
|
2010-07-30 13:15:38 +03:00 |
|
Henri Sivonen
|
8084ad5102
|
Bug 657389 - nsHtml5MetaScanner should use PR_INT32_MAX instead of -1 as a special marker value for indeces. r=jonas.
|
2011-09-07 12:50:15 +03:00 |
|
Boris Zbarsky
|
8876cdd39c
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Boris Zbarsky
|
df03cbc9fa
|
Back out changeset f5aecf9010ef (bug 672014) due to build bustage.
|
2011-07-29 15:29:01 -04:00 |
|
Boris Zbarsky
|
42b3776aac
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Henri Sivonen
|
2e75146b33
|
Bug 643410 - Reconstruct active formatting elements on text in an HTML integration point; handle U+0000 per spec in a MathML text integration point. r=jonas.
|
2011-04-08 09:07:28 +03:00 |
|
Henri Sivonen
|
e887966c40
|
Bug 643395 - Update the HTML parser Java code to the state in the htmlparser repo (NPOTB). rs=jonas.
|
2011-04-08 09:07:27 +03:00 |
|
Mats Palmgren
|
76ed992dba
|
Bug 635085 - Reconstruct any active formatting elements after auto closing a <nobr> in a nested <nobr> situation, per HTML spec. r=hsivonen approval2.0=shaver
|
2011-02-22 00:06:27 +01:00 |
|
Michael(tm) Smith
|
35eaa66b2e
|
Bug 620664 - Add support for the track element to the HTML5 parser. r=hsivonen, a=jst.
|
2011-01-12 10:05:09 +02:00 |
|
Neil Rashbrook
|
76524634bb
|
Bug 620267 Certain LFs following a <pre> or <textarea> get erroneously stripped r=hsivonen a=bz
|
2011-01-05 23:49:55 +00:00 |
|
Henri Sivonen
|
0df9c7d005
|
Bug 614241 - Make a late <body> start tag set frameset-ok to "not ok". rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
143c3bdadc
|
Bug 612528 - Make <option> and <optgroup> imply </option> in the "in body" insertion mode only if the current node is "option". rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
60b0cda8cc
|
Bug 612527 - Implement spec tweaks to U+0000 handling in the HTML5 parser. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
b91c3491b4
|
Bug 606925 - Get rid of the "in foreign content" insertion mode. Check the namespace of the current node instead. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
6402200a37
|
Bug 612529 part 3 - Make <annotation-xml> an HTML integration point depending on the encoding attribute. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
7cc7276fad
|
Bug 612529 part 2 - Rework how scopingness and specialness is handled in stack nodes; refresh the set of scoping elements to spec. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
9c3299bd5c
|
Bug 612529 part 1 - Pack the dispatch group and the flags of an element into one 32-bit bitfield. r=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:57 +02:00 |
|
Henri Sivonen
|
c7f50eb9e3
|
Bug 594730 - Make the content attribute in <meta> act as an encoding declaration only if http-equiv="Content-Type" is present. rs=jonas, a=blocking2.0-betaN.
|
2010-12-08 14:37:19 +02:00 |
|
Henri Sivonen
|
f2e3279690
|
Bug 610345 - Add MathML named characters that expand to two code points to the HTML5 parser. rs=jonas, a=blocking2.0-betaN.
|
2010-11-23 13:49:27 +02:00 |
|