| Summary: | Convert WKUserScript to be an API::Object bridged object | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
| Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | ||||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Sam Weinig
2015-01-14 15:22:13 PST
Created attachment 244652 [details]
Patch
Comment on attachment 244652 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244652&action=review > Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.h:69 > + void addUserScript(API::UserScript*); Can this take a reference? > Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.h:87 > + Whitespace. Committed r178464: <http://trac.webkit.org/changeset/178464> |