[Webkit-unassigned] [Bug 21408] Need a way to have platform-specific user-agent stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 6 13:24:17 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21408





------- Comment #1 from ojan at chromium.org  2008-10-06 13:24 PDT -------
As a reference here's our current somewhat nasty hack to make it work:

USER_AGENT_STYLE_SHEETS = $(WebCore)/css/view-source.css $(WebCore)/css/svg.css 
UserAgentStyleSheets.h : css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
$(WebCore)/css/html4.css $(WebCore)/css/quirks.css
$(PORTROOT)/css/html4-overrides.css $(PORTROOT)/css/quirks-overrides.css
        cat $(WebCore)/css/html4.css $(PORTROOT)/css/html4-overrides.css >
$(DerivedSourcesDir)/html4.css
        cat $(WebCore)/css/quirks.css $(PORTROOT)/css/quirks-overrides.css >
$(DerivedSourcesDir)/quirks.css
        perl $< $@ UserAgentStyleSheetsData.cpp $(DerivedSourcesDir)/html4.css
$(DerivedSourcesDir)/quirks.css $(USER_AGENT_STYLE_SHEETS)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list