RESOLVED FIXED 219276
[WebIDL] Remove [CustomToStringName] and Location-specific extended attributes
https://bugs.webkit.org/show_bug.cgi?id=219276
Summary [WebIDL] Remove [CustomToStringName] and Location-specific extended attributes
Alexey Shvayka
Reported 2020-11-24 09:26:12 PST
[WebIDL] Remove [CustomToStringName] and Location-specific extended attributes
Attachments
Patch (20.45 KB, patch)
2020-11-24 09:33 PST, Alexey Shvayka
no flags
Patch (24.79 KB, patch)
2020-12-04 15:29 PST, Alexey Shvayka
sam: review+
ashvayka: commit-queue-
Alexey Shvayka
Comment 1 2020-11-24 09:33:10 PST
EWS Watchlist
Comment 3 2020-11-25 19:28:37 PST
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Sam Weinig
Comment 4 2020-11-28 11:32:31 PST
Comment on attachment 414843 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414843&action=review Really excited to see more of these old custom extended attributes going away. Great work! > LayoutTests/imported/w3c/ChangeLog:11 > + * web-platform-tests/html/browsers/history/the-location-interface/location-define-own-property-expected.txt: Added. > + * web-platform-tests/html/browsers/history/the-location-interface/location-define-own-property.html: Added. > + * web-platform-tests/html/browsers/history/the-location-interface/location-prototype-define-own-property-expected.txt: Added. > + * web-platform-tests/html/browsers/history/the-location-interface/location-prototype-define-own-property.html: Added. Did you import these using the import-w3c-tests script?
Alexey Shvayka
Comment 5 2020-11-28 12:04:26 PST
(In reply to Sam Weinig from comment #4) > Did you import these using the import-w3c-tests script? No, those tests are authored against the patch; I was hoping to export them. Do you consider the tests too specific for WPT and would rather prefer them in fast/dom?
Yusuke Suzuki
Comment 6 2020-11-28 22:46:08 PST
(In reply to Alexey Shvayka from comment #5) > (In reply to Sam Weinig from comment #4) > > Did you import these using the import-w3c-tests script? > > No, those tests are authored against the patch; I was hoping to export them. > Do you consider the tests too specific for WPT and would rather prefer them > in fast/dom? imported directory is specifically for imported tests. So, only -expect.txt files and auto-imported files exist under this directory. Let's add them to http/wpt/ instead :)
Radar WebKit Bug Importer
Comment 7 2020-12-01 09:27:15 PST
Alexey Shvayka
Comment 8 2020-12-04 15:29:11 PST
Created attachment 415465 [details] Patch Adjust __defineGetter__ tests.
Alexey Shvayka
Comment 9 2020-12-04 15:31:39 PST
(In reply to Yusuke Suzuki from comment #6) > imported directory is specifically for imported tests. So, only -expect.txt > files and auto-imported files exist under this directory. > Let's add them to http/wpt/ instead :) I am putting them to LayoutTests/imported to leverage the WPT export process (https://trac.webkit.org/wiki/WPTExportProcess): once the patch is reviewed, I can land a WPT PR (https://github.com/web-platform-tests/wpt/pull/26765) with those tests w/o additional review on GitHub (which saves a lot of time), and only then I would land the patch itself.
Alexey Shvayka
Comment 10 2020-12-26 12:40:54 PST
Note You need to log in before you can comment on or make changes to this bug.