Lorenz Steinert
db789813c9
LibWeb: Add basic support for dynamic markup insertion
...
This implements basic support for dynamic markup insertion, adding
* Document::open()
* Document::write(Vector<String> const&)
* Document::writeln(Vector<String> const&)
* Document::close()
The HTMLParser is modified to make it possible to create a
script-created parser which initially only contains a HTMLTokenizer
without any data. Aditionally the HTMLParser::run method gains an
overload which does not modify the Document and does not run
HTMLParser::the_end() so that we can reenter the parser at a later time.
Furthermore all FIXMEs that consern the insertion point are implemented
wich is defined in the HTMLTokenizer. Additionally the following
member-variables of the HTMLParser are now exposed by getter funcions:
* m_tokenizer
* m_aborted
* m_script_nesting_level
The HTMLTokenizer is modified so that it contains an insertion
point which keeps track of where the next input from the Document::write
functions will be inserted. The insertion point is implemented as the
charakter offset into m_decoded_input and a boolean describing if the
insertion point is defined. Functions to update, check and {re}store the
insertion point are also added.
The function HTMLTokenizer::insert_eof is added to tell a script-created
parser that document::close was called and HTMLParser::the_end() should
be called.
Lastly an explicit default constructor is added to HTMLTokenizer to
create a empty HTMLTokenizer into which data can be inserted.
2022-02-21 18:26:43 +01:00
..
2022-02-08 17:47:44 +00:00
2022-02-21 18:26:43 +01:00
2022-02-17 22:45:21 +01:00
2022-02-17 16:33:54 +01:00
2022-02-15 13:41:19 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-05 22:50:39 +01:00
2022-02-05 22:50:39 +01:00
2022-02-03 22:35:13 +01:00
2022-02-03 22:35:13 +01:00
2022-02-03 22:35:13 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 21:27:08 +01:00
2022-02-19 21:27:08 +01:00
2022-02-19 21:27:08 +01:00
2022-02-07 14:58:18 +01:00
2022-02-07 14:58:18 +01:00
2022-02-16 22:21:45 +01:00
2022-02-08 17:47:44 +00:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:21:45 +01:00
2022-02-08 17:47:44 +00:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-20 10:57:30 +01:00
2022-02-19 14:45:59 +01:00
2022-02-17 16:33:55 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 15:34:08 -05:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-08 09:12:42 +00:00
2022-02-17 22:45:21 +01:00
2022-02-08 17:47:44 +00:00
2022-02-16 22:48:32 +03:30
2022-02-17 22:45:21 +01:00
2022-02-17 22:45:21 +01:00
2022-02-16 22:48:32 +03:30
2022-02-08 21:53:20 +01:00
2022-02-08 21:53:20 +01:00
2022-02-08 21:53:20 +01:00
2022-02-16 22:48:32 +03:30
2022-02-17 22:45:21 +01:00
2022-02-17 22:45:21 +01:00
2022-02-17 22:45:21 +01:00
2022-02-17 22:45:21 +01:00
2022-02-17 22:45:21 +01:00
2022-02-09 17:21:05 +01:00
2022-02-09 17:21:05 +01:00
2022-02-16 22:48:32 +03:30
2022-02-09 17:21:05 +01:00
2022-02-09 17:21:05 +01:00
2022-02-09 17:21:05 +01:00
2022-02-09 17:21:05 +01:00
2022-02-09 17:21:05 +01:00