Bug 90210 (BeverlyHills) - [Chromium] On Android, we should be able to ask the embedder what intents exist in a region of the page
Summary: [Chromium] On Android, we should be able to ask the embedder what intents exi...
Status: RESOLVED FIXED
Alias: BeverlyHills
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 66687
  Show dependency treegraph
 
Reported: 2012-06-28 14:34 PDT by Adam Barth
Modified: 2012-06-28 16:20 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.90 KB, patch)
2012-06-28 14:40 PDT, Adam Barth
no flags Details | Formatted Diff | Diff
Patch for landing (6.10 KB, patch)
2012-06-28 15:34 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-06-28 14:34:24 PDT
[Chromium] On Android, we should be able to ask the embedder what intents exist in a region of the page
Comment 1 Adam Barth 2012-06-28 14:40:33 PDT
Created attachment 150016 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-28 14:43:53 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 Leandro Graciá Gil 2012-06-28 14:53:35 PDT
lgtm.
Comment 4 Dimitri Glazkov (Google) 2012-06-28 15:25:15 PDT
Comment on attachment 150016 [details]
Patch

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

> Source/WebKit/chromium/public/WebViewClient.h:375
> +    virtual WebContentDetectionResult detechContentAround(const WebHitTestResult&) { return WebContentDetectionResult(); }

detech -> detect?
Comment 5 Adam Barth 2012-06-28 15:32:21 PDT
(In reply to comment #4)
> (From update of attachment 150016 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=150016&action=review
> 
> > Source/WebKit/chromium/public/WebViewClient.h:375
> > +    virtual WebContentDetectionResult detechContentAround(const WebHitTestResult&) { return WebContentDetectionResult(); }
> 
> detech -> detect?

Yep.  Thanks!
Comment 6 Adam Barth 2012-06-28 15:34:43 PDT
Created attachment 150028 [details]
Patch for landing
Comment 7 Adam Barth 2012-06-28 16:20:55 PDT
Comment on attachment 150028 [details]
Patch for landing

Clearing flags on attachment: 150028

Committed r121483: <http://trac.webkit.org/changeset/121483>
Comment 8 Adam Barth 2012-06-28 16:20:59 PDT
All reviewed patches have been landed.  Closing bug.