Bug 90210 (BeverlyHills)

Summary: [Chromium] On Android, we should be able to ask the embedder what intents exist in a region of the page
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, fishd, jamesr, japhet, leandrogracia, tkent+wkapi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66687    
Attachments:
Description Flags
Patch
none
Patch for landing none

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.