1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Parser
Andreas Kling 508edcd217 LibWeb: Add a "page showing" flag to documents
This will be used to determine whether "pageshow" and "pagehide" events
are appropriate. We won't actually make use of it until we implement
more of history traversal and document unloading.
2021-09-26 12:47:51 +02:00
..
Entities.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Entities.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLEncodingDetection.cpp LibWeb: Move Attribute into the DOM namespace 2021-09-16 01:39:47 +02:00
HTMLEncodingDetection.h LibWeb: Move Attribute into the DOM namespace 2021-09-16 01:39:47 +02:00
HTMLParser.cpp LibWeb: Add a "page showing" flag to documents 2021-09-26 12:47:51 +02:00
HTMLParser.h LibWeb: Split out "The end" from the HTML parsing spec to a function 2021-09-26 00:04:33 +02:00
HTMLToken.cpp LibWeb: Change HTMLToken storage architecture 2021-07-17 16:24:57 +04:30
HTMLToken.h Libraries: Use AK::Variant default initialization where appropriate 2021-09-21 04:22:52 +04:30
HTMLTokenizer.cpp LibWeb: Rename HTMLDocumentParser => HTMLParser 2021-09-25 23:36:43 +02:00
HTMLTokenizer.h LibWeb: Rename HTMLDocumentParser => HTMLParser 2021-09-25 23:36:43 +02:00
ListOfActiveFormattingElements.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ListOfActiveFormattingElements.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackOfOpenElements.cpp LibWeb: Rename HTMLDocumentParser => HTMLParser 2021-09-25 23:36:43 +02:00
StackOfOpenElements.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00