Bug 131138 - Document WKNavigationAction and WKNavigationResponse
Summary: Document WKNavigationAction and WKNavigationResponse
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 16:18 PDT by Anders Carlsson
Modified: 2014-04-03 11:07 PDT (History)
0 users

See Also:


Attachments
Patch (4.56 KB, patch)
2014-04-02 16:18 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>