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

Issue 7120005: Simplify Autofill Scanner semantics (Closed)

Created:
9 years, 6 months ago by Ilya Sherman
Modified:
9 years, 6 months ago
Reviewers:
dhollowa
CC:
chromium-reviews, GeorgeY, Ilya Sherman, dhollowa
Visibility:
Public.

Description

Simplify Autofill Scanner semantics SaveCursor() no longer provides stack semantics. Instead, it only saves the most recent cursor position. Clients who want to save multiple cursors can now capture the result of SaveCursor() and later explicitly RewindTo() saved positions. BUG=85142 TEST=unit_tests --gtest_filter=Autofill*:CreditCard*:FormField* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88243

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -15 lines) Patch
M chrome/browser/autofill/autofill_scanner.h View 1 chunk +12 lines, -6 lines 0 comments Download
M chrome/browser/autofill/autofill_scanner.cc View 2 chunks +14 lines, -5 lines 0 comments Download
M chrome/browser/autofill/credit_card_field.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autofill/phone_field.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Ilya Sherman
9 years, 6 months ago (2011-06-07 05:53:51 UTC) #1
dhollowa
9 years, 6 months ago (2011-06-07 16:25:48 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698