Bug 108968

Summary: WebKit clients should be able to override loading of blocked plug-ins
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2013-02-05 12:42:28 PST
WebKit clients should be able to override loading of blocked plug-ins
Comment 1 Anders Carlsson 2013-02-05 12:47:30 PST
Created attachment 186678 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-05 12:49:34 PST
Attachment 186678 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/UIProcess/API/C/WKPage.h', u'Source/WebKit2/UIProcess/WebPageProxy.cpp', u'Source/WebKit2/UIProcess/WebUIClient.cpp', u'Source/WebKit2/UIProcess/WebUIClient.h']" exit_code: 1
Source/WebKit2/UIProcess/API/C/WKPage.h:175:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Source/WebKit2/UIProcess/API/C/WKPage.h:176:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Source/WebKit2/UIProcess/API/C/WKPage.h:177:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Total errors found: 3 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-02-05 13:28:50 PST
Committed r141923: <http://trac.webkit.org/changeset/141923>