Bug 179702

Summary: Add WebKitAdditions extension point to add user-agent stylesheet
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=179785
Attachments:
Description Flags
Patch aestes: review+

Daniel Bates
Reported 2017-11-14 16:04:06 PST
Add WebKitAdditions extension point to add user-agent stylesheet. This is will be used towards <rdar://problem/34917108>.
Attachments
Patch (4.03 KB, patch)
2017-11-14 16:17 PST, Daniel Bates
aestes: review+
Daniel Bates
Comment 1 2017-11-14 16:17:00 PST
Andy Estes
Comment 2 2017-11-16 10:33:41 PST
Comment on attachment 326937 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=326937&action=review > Source/WebCore/DerivedSources.make:1218 > +USER_AGENT_STYLE_SHEETS = css/html.css css/quirks.css css/plugIns.css > +USER_AGENT_STYLE_SHEETS += css/svg.css Why does svg.css have to be appended separately?
Daniel Bates
Comment 3 2017-11-16 12:13:32 PST
Comment on attachment 326937 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=326937&action=review >> Source/WebCore/DerivedSources.make:1218 >> +USER_AGENT_STYLE_SHEETS += css/svg.css > > Why does svg.css have to be appended separately? It does not need to be. Will fix before landing.
Daniel Bates
Comment 4 2017-11-16 14:23:42 PST Comment hidden (obsolete)
Radar WebKit Bug Importer
Comment 5 2017-11-27 16:23:34 PST
Daniel Bates
Comment 6 2017-11-28 10:34:05 PST
Note You need to log in before you can comment on or make changes to this bug.