Simon Sapin
7af5a7fd54
Untry script
2017-06-18 13:21:49 +02:00
Simon Sapin
4e4b5ab5c8
Decode UTF-8 code points across network packets
2017-05-27 09:01:45 +02:00
Simon Sapin
6c518c89b9
Upgrade to html5ever 0.16
2017-05-02 19:24:28 +02:00
Anthony Ramine
6b43624a71
Properly handle annotation-xml integration points ( fixes #15980 )
2017-03-16 16:35:38 +01:00
Mukilan Thiyagarajan
38a61712e4
Implement the form owner concept
2017-03-15 16:39:55 +01:00
Anthony Ramine
0f244d6948
Mark the page source as loaded only after parsing is done
2017-01-19 16:17:14 +01:00
karenher
db2082bc6e
Store parser's current line when script elements are created.
...
Use the newly stored line as the starting line number when
evaluating JS. This ensures that inline scripts will report
errors with meaningful line numbers.
2017-01-11 21:11:00 -05:00
Anthony Ramine
d853e7fee9
Unify text insertion when parsing HTML and XML
2017-01-10 11:16:42 +01:00
Anthony Ramine
0cb09468a0
Properly insert text in document when parsing
...
If the last child of a node is a Text child and we are inserting text in that node,
we need to append it to that Text child. Doing that means that
HTMLStyleElement::children_changed gets called less frequently, but that's not a
problem during parsing thanks to the pop hook.
2017-01-07 19:21:02 +01:00
Julien Wajsberg
d024787188
Expose Quirks Mode information in the style shared context r=emilio
2016-12-17 11:15:32 -08:00
Anthony Ramine
620a67ff14
Mark JSTraceable and its method as unsafe
2016-12-06 13:15:06 -10:00
Anthony Ramine
a3da819d10
Make ServoParser::pending_input hold onto a BufferQueue
2016-11-18 10:12:06 +01:00
Emilio Cobos Álvarez
913c874cb5
Urlmageddon: Use refcounted urls more often.
2016-11-17 18:34:23 +01:00
Anthony Ramine
15e8e92540
Reorganise ServoParser
...
Free-standing fonctions parse_html and friends are now static methods
on ServoParser, and the HTML and XML tokenizers have been moved to private
submodules.
2016-11-14 10:21:07 +01:00
Anthony Ramine
330263bf2c
Update html5ever to 0.10.1
2016-11-10 14:58:10 +01:00
Simon Sapin
53b638c0e2
Update to string-cache 0.3
2016-11-03 16:23:05 +01:00
Anthony Ramine
7cb0955706
Update html5ever to 0.8
2016-11-03 10:58:34 +01:00
Anthony Ramine
b6d6b3b7f3
Bump html5ever to 0.5.5
2016-10-17 17:22:07 +02:00
Anthony Ramine
0b3ab875f4
Remove intrinsic Root::r()
2016-10-11 19:44:32 +02:00
Anthony Ramine
4b813e0bdc
Merge script::parse and script::dom::servoparser
2016-10-11 16:42:01 +02:00