Bug 138340

Summary: Implement yellow highlight over data detected items
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, buildbot, commit-queue, conrad_shultz, mitz, rniwa, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
rebase
none
patch andersca: review+

Description Tim Horton 2014-11-03 17:35:16 PST
<rdar://problem/18840102>
Comment 1 Tim Horton 2014-11-03 17:36:16 PST
Created attachment 240887 [details]
patch
Comment 2 Tim Horton 2014-11-03 17:40:05 PST
Created attachment 240889 [details]
rebase
Comment 3 WebKit Commit Bot 2014-11-03 17:41:25 PST
Attachment 240889 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:357:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 26 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Tim Horton 2014-11-03 18:15:29 PST
Andersca sez "use unique_ptr for TextIndicator" and "make sure there's not a refcycle with the completion block".
Comment 5 Tim Horton 2014-11-03 20:10:01 PST
Created attachment 240903 [details]
patch

un-did the un-refcounting of TextIndicator; we can switch to unique_ptr later if we want.
Comment 6 WebKit Commit Bot 2014-11-03 20:13:02 PST
Attachment 240903 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:358:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 17 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Tim Horton 2014-11-04 11:43:09 PST
http://trac.webkit.org/changeset/175564
Comment 8 Tim Horton 2014-11-04 12:46:00 PST
And http://trac.webkit.org/changeset/175568