Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Remove HTMLHeadElement.profile
Remove HTMLHeadElement.profile https://bugs.webkit.org/show_bug.cgi?id=249896 Reviewed by Ryosuke Niwa. This patch is to align with Web-Specifications and other browser engines by removing 'profile' attribute support. The patch removes "profile" attribute from 'head' element, which was removed from HTML Specifications in 2010 and later dropped by browsers as far back as 2014. Currently, only Safari / WebKit support this. * Source/WebCore/html/HTMLHeadElement.idl: Remove 'profile' * Source/WebCore/html/HTMLAttributeNames.in: Remove 'profile' * Source/WebKitLegacy/mac/DOM/DOMHTMLHeadElement.mm: Return null for 'profileAttr' & early return for setProfile function * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadElement.cpp: (webkit_dom_html_head_element_get_profile): Return 'nullptr' (webkit_dom_html_head_element_set_profile): Early return * LayoutTests/fast/dom/element-attribute-js-null.html: Rebaselined * LayoutTests/fast/dom/element-attribute-js-null-expected.txt: Rebaselined * LayoutTests/dom/xhtml/level2/html/HTMLHeadElement01.xhtml: Removed * LayoutTests/dom/xhtml/level2/html/HTMLHeadElement01.js: Ditto * LayoutTests/dom/xhtml/level2/html/HTMLHeadElement01-expected.txt: Ditto * LayoutTests/dom/html/level2/html/HTMLHeadElement01.html: Removed * LayoutTests/dom/html/level2/html/HTMLHeadElement01.js: Ditto * LayoutTests/dom/html/level2/html/HTMLHeadElement01-expected.txt: Ditto Canonical link: https://commits.webkit.org/258397@main
- Loading branch information
1 parent
64ad5fc
commit 4558ead
Showing
12 changed files
with
6 additions
and
274 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
LayoutTests/dom/html/level2/html/HTMLHeadElement01-expected.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
LayoutTests/dom/xhtml/level2/html/HTMLHeadElement01-expected.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -367,7 +367,6 @@ poster | |
precision | ||
preload | ||
primary | ||
profile | ||
progress | ||
prompt | ||
pseudo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters