Henri Sivonen
|
4f4d4564b1
|
Bug 561874 - Make the HTML5 parser clip deep trees (similar to the old HTML parser) to avoid crashes in recursive code elsewhere. r=bzbarsky
|
2010-05-20 12:03:11 +03:00 |
|
Henri Sivonen
|
b2ef994efd
|
Bug 568611 - Remove an unused variable from nsHtml5TreeBuilder. r=dholbert.
|
2010-05-31 14:46:46 +03:00 |
|
Henri Sivonen
|
e99835531d
|
Bug 552908 - Implement spec changes to SVG </a> and </font> handling in text/html. rs=sicking.
--HG--
extra : rebase_source : fff4bffd4abb06c3ecd93c3bae126ac96aad71f2
|
2010-05-27 09:27:27 +03:00 |
|
Olli Pettay
|
4176cb686d
|
Bug 562013 - parse innerHTML directly to the destination node, p=smaug+hsivonen, r=sicking
|
2010-05-04 11:36:42 +03:00 |
|
Henri Sivonen
|
3f683051fc
|
Bug 551344 part 6 - Address more review comments from sicking in the Java parts of the HTML5 parser. r=jonas.
--HG--
extra : rebase_source : b89e63cce5869fc0518eacc1102f0d1b4b12d356
|
2010-04-19 16:25:13 +03:00 |
|
Henri Sivonen
|
5f8c48051f
|
Bug 551344 part 5 - Address more sicking's review comments in the Java parts of the HTML5 parser. r=jonas.
|
2010-04-16 13:52:06 +03:00 |
|
Henri Sivonen
|
b35a238d49
|
Bug 551344 part 3 supplement - Rename the getter for the length of list of active formatting elements in the HTML5 parser. r=jonas.
|
2010-04-16 13:52:06 +03:00 |
|
Henri Sivonen
|
c4e48768e8
|
Bug 558302 - Make <button> non-scoping in the HTML5 parser. r=bnewman.
|
2010-04-16 13:52:06 +03:00 |
|
Henri Sivonen
|
13abe101ac
|
Bug 555906 - </datalist> does not implicitly close an <option> in the HTML5 parser. r=bnewman.
|
2010-04-09 18:48:30 +03:00 |
|
Henri Sivonen
|
cee4fa1bec
|
Sync the Java sources of the HTML5 parser with the parser repo. rs=sicking. NPOTB.
|
2010-04-09 18:48:29 +03:00 |
|
Henri Sivonen
|
63a2095f47
|
Bug 555899 - Make the HTML5 parser have a limit of 200 on the stack depth like the old parser. rs=sicking.
|
2010-03-30 11:21:36 +03:00 |
|
Henri Sivonen
|
282e0eeb8c
|
Bug 555462 follow-up - Sync HTML5 parser Java sources with the backout. rs=sicking. NPOTB.
|
2010-03-30 11:21:36 +03:00 |
|
Henri Sivonen
|
d55831dadd
|
Bug 554513 - Remove buffer growth limits from the HTML5 parser where the old parser did not have the exact corresponding limits. rs=sicking.
--HG--
extra : rebase_source : d9de246b1e950dc314a9680a0043b29d576e291e
|
2010-03-26 09:50:21 +02:00 |
|
Henri Sivonen
|
f39ab57565
|
Bug 539434 follow-up - Sync the Java sources of the HTML5 parser with the htmlparser repository. rs=sicking. NPOTB.
--HG--
extra : rebase_source : 6ff1b377ab4663bc7a34c805da92a5d8e3adaed1
|
2010-03-26 09:50:20 +02:00 |
|
Peter Van der Beken
|
bf3da94043
|
Backing out 410eb23d33c7 to restore accidentaly deleted file (parser/html/javasrc/README.txt).
--HG--
extra : rebase_source : cd514c9544e20eacef1bbf40a0a369788801711a
|
2009-08-13 10:02:48 +02:00 |
|
Peter Van der Beken
|
f5f42d9fb3
|
Fix for bug 500349 (DOMParser no longer available in Greasemonkey scripts). r/sr=jst.
--HG--
extra : rebase_source : e42a5ad4bc82ef7b6933e9420840f83548ecde2c
|
2009-07-22 20:50:24 +02:00 |
|
Ben Newman
|
aec2dfcacd
|
Bug 504442 - Remove content/html/parser and land parser/html/javasrc/*.java.
--HG--
rename : content/html/parser/javasrc/AttributeName.java => parser/html/javasrc/AttributeName.java
rename : content/html/parser/javasrc/ElementName.java => parser/html/javasrc/ElementName.java
rename : content/html/parser/javasrc/HtmlAttributes.java => parser/html/javasrc/HtmlAttributes.java
rename : content/html/parser/javasrc/MetaScanner.java => parser/html/javasrc/MetaScanner.java
rename : content/html/parser/javasrc/Portability.java => parser/html/javasrc/Portability.java
rename : content/html/parser/javasrc/StackNode.java => parser/html/javasrc/StackNode.java
rename : content/html/parser/javasrc/StateSnapshot.java => parser/html/javasrc/StateSnapshot.java
rename : content/html/parser/javasrc/Tokenizer.java => parser/html/javasrc/Tokenizer.java
rename : content/html/parser/javasrc/TreeBuilder.java => parser/html/javasrc/TreeBuilder.java
rename : content/html/parser/javasrc/UTF16Buffer.java => parser/html/javasrc/UTF16Buffer.java
|
2009-07-17 13:50:20 -07:00 |
|
Ben Newman
|
e7540fc5b0
|
Bug 504646 - Get rid of the parser/html/javasrc symlink. r=hsivonen
|
2009-07-17 13:50:20 -07:00 |
|
Ben Newman
|
425a713997
|
Bug 499141 - [HTML5] Check in the Java to C++ translator. r+sr=jst
|
2009-07-14 17:39:30 -07:00 |
|