Bug 217625
| Summary: | Remove CSSStyleDeclaration#isPropertyImplicit from the web exposed API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | DOM | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ahmad.saleem792, ap, bburg, bfulgham, darin, koivisto, mcatanzaro, rniwa, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=87129 https://bugs.webkit.org/show_bug.cgi?id=247498 |
||
Sam Sneddon [:gsnedders]
Much like bug 87129, this is something that exists for the Web Inspector.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70447880>
Ahmad Saleem
I can only find these references:
https://github.com/WebKit/WebKit/blob/8afe31a018b11741abdf9b4d5bb973d7c1d9ff05/Source/WebCore/css/CSSStyleDeclaration.h#L57
https://github.com/WebKit/WebKit/blob/8afe31a018b11741abdf9b4d5bb973d7c1d9ff05/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleDeclaration.cpp#L262
There are two more references in Webkit Legacy but just wanted to post above above two. Thanks!
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/6454
EWS
Committed 256633@main (d20f6c029526): <https://commits.webkit.org/256633@main>
Reviewed commits have been landed. Closing PR #6454 and removing active labels.
Michael Catanzaro
There was a regression here: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1917
But I don't think the call was actually necessary, so I'll just remove it.