RESOLVED FIXED 133408
Some more copy-editing of the Modern WebKit headerdoc
https://bugs.webkit.org/show_bug.cgi?id=133408
Summary Some more copy-editing of the Modern WebKit headerdoc
Geoffrey Garen
Reported 2014-05-30 10:46:11 PDT
Some more copy-editing of the Modern WebKit headerdoc
Attachments
Patch (46.59 KB, patch)
2014-05-30 10:48 PDT, Geoffrey Garen
no flags
Patch (46.57 KB, patch)
2014-05-30 11:05 PDT, Geoffrey Garen
bdakin: review+
Geoffrey Garen
Comment 1 2014-05-30 10:48:28 PDT
Geoffrey Garen
Comment 2 2014-05-30 11:05:40 PDT
Geoffrey Garen
Comment 3 2014-05-30 11:06:02 PDT
Removed non-ASCII characters.
Beth Dakin
Comment 4 2014-05-30 11:48:36 PDT
Comment on attachment 232297 [details] Patch Very nice!
Darin Adler
Comment 5 2014-05-30 11:54:49 PDT
Comment on attachment 232297 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232297&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardListItem.h:32 > -/*! A @link WKBackForwardListItem @/link represents a visited webpage in a WKWebView's back-forward list. > +/*! A WKBackForwardListItem object represents a previously visited webpage in the back-forward list of a web view. Not sure this is perfectly accurate. Is the page you are currently on a previously visited webpage? > Source/WebKit2/UIProcess/API/Cocoa/WKFrameInfo.h:41 > +/*! @abstract A Boolean value indicating whether the frame is the main frame > + or a subframe. Are we capitalizing the word “boolean” here because of its origin as a person’s name? I suggest “boolean” with a lowercase b. > Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegate.h:76 > + @discussion Clients should visually indicate that this panel comes from > + JavaScript initiated by the specified frame. I think this is confusing wording. The point here is that for good security it's important to indicate that the panel comes from JavaScript and which website controls the content of the panel. But “initiated by the specified frame” is an oblique way to say this.
Geoffrey Garen
Comment 6 2014-05-30 12:11:10 PDT
I'll address Darin's comments in a follow-up.
Geoffrey Garen
Comment 7 2014-05-30 12:12:12 PDT
Geoffrey Garen
Comment 8 2014-05-30 14:08:09 PDT
Reverted r169490 for reason: It broke the build with a mysterious warning about ASCII Committed r169493: <http://trac.webkit.org/changeset/169493>
Geoffrey Garen
Comment 9 2014-05-30 14:41:37 PDT
Note You need to log in before you can comment on or make changes to this bug.