Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5bdfbfc1c90bdfb897d9d1d03827854ec3128bf
https://github.com/WebKit/WebKit/commit/f5bdfbfc1c90bdfb897d9d1d03827854ec3128bf
Author: Anne van Kesteren <[email protected]>
Date: 2024-06-07 (Fri, 07 Jun 2024)
Changed paths:
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/Document.h
M Source/WebCore/html/HTMLAttributeNames.in
M Source/WebCore/html/HTMLHtmlElement.cpp
M Source/WebCore/html/HTMLHtmlElement.h
M Source/WebCore/html/ImageDocument.cpp
M Source/WebCore/html/MediaDocument.cpp
M Source/WebCore/html/ModelDocument.cpp
M Source/WebCore/html/PDFDocument.cpp
M Source/WebCore/html/PluginDocument.cpp
M Source/WebCore/html/parser/HTMLConstructionSite.cpp
M Source/WebCore/loader/DocumentLoader.cpp
M Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp
M Source/WebKitLegacy/mac/DOM/DOMHTMLHtmlElement.mm
Log Message:
-----------
AppCache removal: remove manifest attribute
https://bugs.webkit.org/show_bug.cgi?id=275251
Reviewed by Youenn Fablet.
As AppCache has been fully disabled it's time to remove the code.
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::hasManifest const): Deleted.
* Source/WebCore/dom/Document.h:
* Source/WebCore/html/HTMLAttributeNames.in:
* Source/WebCore/html/HTMLHtmlElement.cpp:
(WebCore::HTMLHtmlElement::isURLAttribute const): Deleted.
(WebCore::HTMLHtmlElement::insertedByParser): Deleted.
* Source/WebCore/html/HTMLHtmlElement.h:
* Source/WebCore/html/ImageDocument.cpp:
(WebCore::ImageDocument::createDocumentStructure):
* Source/WebCore/html/MediaDocument.cpp:
(WebCore::MediaDocumentParser::createDocumentStructure):
* Source/WebCore/html/ModelDocument.cpp:
(WebCore::ModelDocumentParser::createDocumentStructure):
* Source/WebCore/html/PDFDocument.cpp:
(WebCore::PDFDocument::createDocumentStructure):
* Source/WebCore/html/PluginDocument.cpp:
(WebCore::PluginDocumentParser::createDocumentStructure):
* Source/WebCore/html/parser/HTMLConstructionSite.cpp:
(WebCore::HTMLConstructionSite::insertHTMLHtmlStartTagBeforeHTML):
* Source/WebCore/loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::finishedLoading):
* Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:
(WebCore::XMLDocumentParser::startElementNs):
* Source/WebKitLegacy/mac/DOM/DOMHTMLHtmlElement.mm:
(-[DOMHTMLHtmlElement manifest]):
(-[DOMHTMLHtmlElement setManifest:]):
Canonical link: https://commits.webkit.org/279811@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes