Bug 135267

Summary: WKNavigation's properties are either always nil or don't behave as documented
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
none
Patch kling: review+

Description Anders Carlsson 2014-07-24 16:41:47 PDT
WKNavigation's properties are either always nil or don't behave as documented
Comment 1 Anders Carlsson 2014-07-24 16:42:33 PDT
Created attachment 235472 [details]
Patch
Comment 2 WebKit Commit Bot 2014-07-24 16:44:42 PDT
Attachment 235472 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKNavigationInternal.h:32:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2014-07-25 10:05:44 PDT
Comment on attachment 235472 [details]
Patch

API tests don't even build :|
Comment 4 Anders Carlsson 2014-07-25 11:42:26 PDT
Created attachment 235532 [details]
Patch
Comment 5 WebKit Commit Bot 2014-07-25 11:44:16 PDT
Attachment 235532 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKNavigationInternal.h:32:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Anders Carlsson 2014-07-25 15:52:28 PDT
Committed r171626: <http://trac.webkit.org/changeset/171626>