Bug 139619

Summary: Implement Data Detectors immediate actions for Legacy WebKit
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, commit-queue, conrad_shultz, eric.carlson, glenn, jer.noble, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Tim Horton
Reported 2014-12-13 01:17:46 PST
Implement Data Detectors immediate actions for Legacy WebKit
Attachments
Patch (14.89 KB, patch)
2014-12-13 01:18 PST, Tim Horton
eric.carlson: review+
Tim Horton
Comment 1 2014-12-13 01:18:50 PST
WebKit Commit Bot
Comment 2 2014-12-13 01:20:58 PST
Attachment 243253 [details] did not pass style-queue: ERROR: Source/WebKit/mac/WebView/WebImmediateActionController.mm:259: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit/mac/WebView/WebImmediateActionController.mm:260: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit/mac/WebView/WebImmediateActionController.mm:262: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 3 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Eric Carlson
Comment 3 2014-12-13 07:47:32 PST
Comment on attachment 243253 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243253&action=review > Source/WebKit/mac/WebView/WebImmediateActionController.h:52 > + BOOL _isShowingTextIndicator; > + RefPtr<WebCore::TextIndicator> _currentDetectedDataTextIndicator; > + BOOL _hasActivatedActionContext; Minor nit: putting both BOOLs at the end of the interface will make this object slightly smaller. > Source/WebKit/mac/WebView/WebImmediateActionController.mm:86 > + _immediateActionRecognizer.enabled = NO; > + _immediateActionRecognizer.enabled = YES; Assuming you do mean to disable and then reenable the recognizer here, it might be worth adding a comment because it looks like it is a copy/paste error.
Tim Horton
Comment 4 2014-12-15 11:50:08 PST
Tim Horton
Comment 5 2014-12-15 12:27:25 PST
Note You need to log in before you can comment on or make changes to this bug.