Bug 131138

Summary: Document WKNavigationAction and WKNavigationResponse
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2014-04-02 16:18:36 PDT
Document WKNavigationAction and WKNavigationResponse
Comment 1 Anders Carlsson 2014-04-02 16:18:46 PDT
Created attachment 228441 [details]
Patch
Comment 2 Sam Weinig 2014-04-03 10:58:43 PDT
Comment on attachment 228441 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=228441&action=review

> Source/WebKit2/UIProcess/API/Cocoa/WKFrameInfo.h:38
> +/*! @abstract Whether the frame is the main frame or a subframe

Needs a period.

> Source/WebKit2/UIProcess/API/Cocoa/WKNavigationAction.h:40
> + @constant WebNavigationTypeOther           Navigation is taking place for some other reason.

WebNavigationTypeOther -> WKNavigationTypeOther
Comment 3 Anders Carlsson 2014-04-03 11:07:17 PDT
Committed r166731: <http://trac.webkit.org/changeset/166731>