Bug 127945

Summary: Implement policy response delegate handling
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-01-30 13:39:03 PST
Implement policy response delegate handling
Comment 1 Anders Carlsson 2014-01-30 13:39:56 PST
Created attachment 222727 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-30 13:41:10 PST
Attachment 222727 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Cocoa/NavigationState.h:65:  The parameter type should use PassRefPtr instead of RefPtr.  [readability/pass_ptr] [5]
ERROR: Source/WebKit2/UIProcess/API/APIPolicyClient.h:56:  The parameter type should use PassRefPtr instead of RefPtr.  [readability/pass_ptr] [5]
Total errors found: 2 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-01-30 14:02:00 PST
Committed r163112: <http://trac.webkit.org/changeset/163112>