RESOLVED FIXED 85387
Move title and media queries from StyleSheetInternal to CSSStyleSheet
https://bugs.webkit.org/show_bug.cgi?id=85387
Summary Move title and media queries from StyleSheetInternal to CSSStyleSheet
Antti Koivisto
Reported 2012-05-02 10:45:10 PDT
Stylesheet title and media queries are determined by the owner, not by the stylesheet itself. The fields belong to CSSStyleSheet.
Attachments
patch (15.10 KB, patch)
2012-05-02 11:34 PDT, Antti Koivisto
andersca: review+
Antti Koivisto
Comment 1 2012-05-02 11:34:25 PDT
Antti Koivisto
Comment 2 2012-05-02 12:04:48 PDT
Darin Adler
Comment 3 2012-05-02 12:09:51 PDT
Comment on attachment 139846 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=139846&action=review > Source/WebCore/css/StyleResolver.cpp:-2483 > - // No media implies "all", but if a media list exists it must > - // contain our current medium Why did you remove this comment instead of moving it?
Antti Koivisto
Comment 4 2012-05-02 12:12:48 PDT
(In reply to comment #3) > Why did you remove this comment instead of moving it? It seemed obvious.
Note You need to log in before you can comment on or make changes to this bug.