Bug 127322

Summary: Move user style sheet handling to UserContentController
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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>