Bug 88827 - [Chromium] Browser Plugin: Expose advanceFocus to WebKit API so that guests can advance focus of theirs embedders
Summary: [Chromium] Browser Plugin: Expose advanceFocus to WebKit API so that guests c...
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: Fady Samuel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 18:04 PDT by Fady Samuel
Modified: 2012-06-22 14:29 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.04 KB, patch)
2012-06-11 18:04 PDT, Fady Samuel
no flags Details | Formatted Diff | Diff
Patch (3.08 KB, patch)
2012-06-13 14:12 PDT, Fady Samuel
no flags Details | Formatted Diff | Diff
Patch (3.08 KB, patch)
2012-06-22 12:47 PDT, Fady Samuel
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fady Samuel 2012-06-11 18:04:14 PDT
[Chromium] Browser Plugin: Expose advanceFocus to WebKit API so that guests can advance focus of theirs embedders
Comment 1 Fady Samuel 2012-06-11 18:04:59 PDT
Created attachment 146983 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-11 18:08:19 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 Adam Barth 2012-06-11 18:30:19 PDT
Comment on attachment 146983 [details]
Patch

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

> Source/WebKit/chromium/public/WebView.h:196
> +    // The browser plugin needs to be able to tell its embedder when the guest
> +    // is done tabbing through controls and wants its embedder to advance its
> +    // tab position.

This information belongs in the ChangeLog.  We use comments in these header to describe what the functions do, not why we added them originally.
Comment 4 Fady Samuel 2012-06-13 14:12:48 PDT
Created attachment 147409 [details]
Patch
Comment 5 Fady Samuel 2012-06-13 14:13:21 PDT
Comment on attachment 146983 [details]
Patch

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

Hi Adam, Could you please take another look? Thanks.

>> Source/WebKit/chromium/public/WebView.h:196
>> +    // tab position.
> 
> This information belongs in the ChangeLog.  We use comments in these header to describe what the functions do, not why we added them originally.

Done.
Comment 6 Darin Fisher (:fishd, Google) 2012-06-22 12:30:24 PDT
Comment on attachment 147409 [details]
Patch

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

> Source/WebKit/chromium/public/WebView.h:197
>  

nit: preserve two lines of whitespace before section comment
Comment 7 Fady Samuel 2012-06-22 12:47:09 PDT
Created attachment 149087 [details]
Patch
Comment 8 WebKit Review Bot 2012-06-22 14:28:54 PDT
Comment on attachment 149087 [details]
Patch

Clearing flags on attachment: 149087

Committed r121057: <http://trac.webkit.org/changeset/121057>
Comment 9 WebKit Review Bot 2012-06-22 14:29:14 PDT
All reviewed patches have been landed.  Closing bug.