Bug 42995

Summary: Add ability for WK2 to register a scheme to always be displayed as an empty document
Product: WebKit Reporter: Brady Eidson <beidson>
Component: New BugsAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch sam: review+

Description Brady Eidson 2010-07-26 13:25:10 PDT
Add ability for WK2 to register a scheme to always be displayed as an empty document
Comment 1 Brady Eidson 2010-07-26 13:26:49 PDT
Created attachment 62597 [details]
Patch
Comment 2 Brady Eidson 2010-07-26 13:28:02 PDT
Created attachment 62598 [details]
Patch
Comment 3 WebKit Review Bot 2010-07-26 13:28:25 PDT
Attachment 62597 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/UIProcess/API/C/WKContext.cpp:102:  _WKContextRegisterURLSchemeAsEmptyDocument is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
Total errors found: 1 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 WebKit Review Bot 2010-07-26 13:28:53 PDT
Attachment 62598 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/UIProcess/API/C/WKContext.cpp:102:  _WKContextRegisterURLSchemeAsEmptyDocument is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
Total errors found: 1 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Brady Eidson 2010-07-26 13:38:11 PDT
Committed r64070: <http://trac.webkit.org/changeset/64070>