Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Issue 2247973002: [ios] Use new JS execution API for Autofill. (Closed)

Created:
4 years, 4 months ago by Eugene But (OOO till 7-30)
Modified:
4 years, 4 months ago
Reviewers:
Justin Donnelly
CC:
chromium-reviews, rouslan+autofill_chromium.org, estade+watch_chromium.org, vabr+watchlistautofill_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Use new JS execution API for Autofill. Use methods which returns id instead of deprecated methods which return NSString. JS execution API returned NSString because that was the only supported option from UIWebView. Now WKWebView returns id which should be used everywhere. BUG=595761 Committed: https://crrev.com/4f14e1745e8329b84197654fe6c47d92165a9ee8 Cr-Commit-Position: refs/heads/master@{#412548}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -32 lines) Patch
M components/autofill/ios/browser/js_autofill_manager.mm View 4 chunks +15 lines, -19 lines 0 comments Download
M components/autofill/ios/browser/js_suggestion_manager.mm View 4 chunks +12 lines, -13 lines 2 comments Download

Messages

Total messages: 13 (7 generated)
Eugene But (OOO till 7-30)
4 years, 4 months ago (2016-08-16 01:41:12 UTC) #6
Justin Donnelly
lgtm with question https://codereview.chromium.org/2247973002/diff/1/components/autofill/ios/browser/js_suggestion_manager.mm File components/autofill/ios/browser/js_suggestion_manager.mm (right): https://codereview.chromium.org/2247973002/diff/1/components/autofill/ios/browser/js_suggestion_manager.mm#newcode83 components/autofill/ios/browser/js_suggestion_manager.mm:83: NSArray* components = [result componentsSeparatedByString:@","]; Dumb ...
4 years, 4 months ago (2016-08-17 14:29:18 UTC) #7
Eugene But (OOO till 7-30)
Thanks! https://codereview.chromium.org/2247973002/diff/1/components/autofill/ios/browser/js_suggestion_manager.mm File components/autofill/ios/browser/js_suggestion_manager.mm (right): https://codereview.chromium.org/2247973002/diff/1/components/autofill/ios/browser/js_suggestion_manager.mm#newcode83 components/autofill/ios/browser/js_suggestion_manager.mm:83: NSArray* components = [result componentsSeparatedByString:@","]; On 2016/08/17 14:29:18, ...
4 years, 4 months ago (2016-08-17 15:33:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2247973002/1
4 years, 4 months ago (2016-08-17 15:33:58 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-17 16:14:30 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 16:16:40 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/4f14e1745e8329b84197654fe6c47d92165a9ee8
Cr-Commit-Position: refs/heads/master@{#412548}

Powered by Google App Engine
This is Rietveld 408576698