Bug 127322 - Move user style sheet handling to UserContentController
Summary: Move user style sheet handling to UserContentController
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 16:55 PST by Anders Carlsson
Modified: 2014-01-20 17:46 PST (History)
3 users (show)

See Also:


Attachments
Patch (12.73 KB, patch)
2014-01-20 16:56 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-01-20 16:55:42 PST
Move user style sheet handling to UserContentController
Comment 1 Anders Carlsson 2014-01-20 16:56:25 PST
Created attachment 221705 [details]
Patch
Comment 2 Andreas Kling 2014-01-20 17:00:39 PST
Comment on attachment 221705 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=221705&action=review

r=me

> Source/WebCore/dom/DocumentStyleSheetCollection.cpp:145
> +    const UserContentController* userContentController = owningPage->userContentController();

auto?

> Source/WebCore/dom/DocumentStyleSheetCollection.cpp:149
> +    const UserStyleSheetMap* userStyleSheets = userContentController->userStyleSheets();

auto?
Comment 3 Anders Carlsson 2014-01-20 17:46:42 PST
Committed r162395: <http://trac.webkit.org/changeset/162395>