RESOLVED FIXED 189819
Implement initialValue support for CSS Custom Properties and Values API
https://bugs.webkit.org/show_bug.cgi?id=189819
Summary Implement initialValue support for CSS Custom Properties and Values API
Justin Michaud
Reported 2018-09-20 22:44:17 PDT
Support setting initialValue for custom properties
Attachments
Patch (36.36 KB, patch)
2018-09-20 22:51 PDT, Justin Michaud
no flags
Archive of layout-test-results from ews200 for win-future (13.05 MB, application/zip)
2018-09-21 02:57 PDT, EWS Watchlist
no flags
Patch (37.00 KB, patch)
2018-09-21 16:58 PDT, Justin Michaud
no flags
Patch (37.12 KB, patch)
2018-09-21 17:21 PDT, Justin Michaud
no flags
Justin Michaud
Comment 1 2018-09-20 22:51:41 PDT
EWS Watchlist
Comment 2 2018-09-21 02:57:01 PDT
Comment on attachment 350331 [details] Patch Attachment 350331 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/9293702 New failing tests: css-custom-properties-api/initialValue.html css-custom-properties-api/initialValueJS.html
EWS Watchlist
Comment 3 2018-09-21 02:57:13 PDT
Created attachment 350344 [details] Archive of layout-test-results from ews200 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews200 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Justin Michaud
Comment 4 2018-09-21 16:58:45 PDT
Justin Michaud
Comment 5 2018-09-21 17:21:40 PDT
WebKit Commit Bot
Comment 6 2018-09-21 18:03:57 PDT
Comment on attachment 350461 [details] Patch Clearing flags on attachment: 350461 Committed r236379: <https://trac.webkit.org/changeset/236379>
WebKit Commit Bot
Comment 7 2018-09-21 18:04:00 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2018-09-21 18:05:07 PDT
Ryosuke Niwa
Comment 9 2018-09-21 19:53:13 PDT
Comment on attachment 350461 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=350461&action=review > Source/WebCore/css/CSSRegisteredCustomProperty.h:40 > +using CSSRegisteredCustomPropertySet = HashMap<String, std::unique_ptr<CSSRegisteredCustomProperty>>; It's weird to call HashMap a set. We should probably rename this to CSSRegisteredCustomPropertyMap.
Note You need to log in before you can comment on or make changes to this bug.