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

Issue 69293007: Abstracted AutofillMsg_SetNodeText IPC out of core autofill code. (Closed)

Created:
7 years, 1 month ago by jeanfrancois
Modified:
7 years, 1 month ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Abstracted AutofillMsg_SetNodeText IPC out of core autofill code. BUG=302476 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235656

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Unittest. #

Total comments: 16

Patch Set 5 : Review fixes. #

Total comments: 8

Patch Set 6 : Review fixes. #

Patch Set 7 : Comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -45 lines) Patch
M components/autofill/content/browser/autofill_driver_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl_unittest.cc View 1 2 3 4 5 6 4 chunks +42 lines, -25 lines 0 comments Download
M components/autofill/core/browser/autofill_driver.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.h View 1 2 5 3 chunks +0 lines, -8 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.cc View 1 2 3 4 4 chunks +2 lines, -8 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate_unittest.cc View 1 2 3 4 5 3 chunks +14 lines, -3 lines 0 comments Download
M components/autofill/core/browser/test_autofill_driver.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_driver.cc View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
jif-google
ptal https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc File components/autofill/content/browser/autofill_driver_impl_unittest.cc (right): https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc#newcode151 components/autofill/content/browser/autofill_driver_impl_unittest.cc:151: bool GetSetNodeText(base::string16* value) { GetSetNodeText could be factored ...
7 years, 1 month ago (2013-11-13 08:24:45 UTC) #1
blundell
https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc File components/autofill/content/browser/autofill_driver_impl_unittest.cc (right): https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc#newcode151 components/autofill/content/browser/autofill_driver_impl_unittest.cc:151: bool GetSetNodeText(base::string16* value) { I think it would be ...
7 years, 1 month ago (2013-11-13 11:55:45 UTC) #2
jif-google
https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc File components/autofill/content/browser/autofill_driver_impl_unittest.cc (right): https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc#newcode151 components/autofill/content/browser/autofill_driver_impl_unittest.cc:151: bool GetSetNodeText(base::string16* value) { On 2013/11/13 11:55:45, blundell wrote: ...
7 years, 1 month ago (2013-11-13 14:20:25 UTC) #3
jif-google
On 2013/11/13 14:20:25, jif wrote: > https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc > File components/autofill/content/browser/autofill_driver_impl_unittest.cc > (right): > > https://codereview.chromium.org/69293007/diff/10008/components/autofill/content/browser/autofill_driver_impl_unittest.cc#newcode151 ...
7 years, 1 month ago (2013-11-13 15:01:54 UTC) #4
blundell
LGTM with nits. https://codereview.chromium.org/69293007/diff/10008/components/autofill/core/browser/autofill_external_delegate.h File components/autofill/core/browser/autofill_external_delegate.h (right): https://codereview.chromium.org/69293007/diff/10008/components/autofill/core/browser/autofill_external_delegate.h#newcode134 components/autofill/core/browser/autofill_external_delegate.h:134: // Provides driver-level context to the ...
7 years, 1 month ago (2013-11-13 15:26:48 UTC) #5
jif-google
https://codereview.chromium.org/69293007/diff/10008/components/autofill/core/browser/autofill_external_delegate.h File components/autofill/core/browser/autofill_external_delegate.h (right): https://codereview.chromium.org/69293007/diff/10008/components/autofill/core/browser/autofill_external_delegate.h#newcode134 components/autofill/core/browser/autofill_external_delegate.h:134: // Provides driver-level context to the shared code of ...
7 years, 1 month ago (2013-11-13 16:43:02 UTC) #6
Ilya Sherman
Please address Colin's nits, as well as a couple more from me. Then LG. Thanks! ...
7 years, 1 month ago (2013-11-14 01:26:14 UTC) #7
jif-google
Thanks. ptal. https://codereview.chromium.org/69293007/diff/250001/components/autofill/content/browser/autofill_driver_impl_unittest.cc File components/autofill/content/browser/autofill_driver_impl_unittest.cc (right): https://codereview.chromium.org/69293007/diff/250001/components/autofill/content/browser/autofill_driver_impl_unittest.cc#newcode130 components/autofill/content/browser/autofill_driver_impl_unittest.cc:130: // message's parameter, and clears the queue ...
7 years, 1 month ago (2013-11-14 13:52:03 UTC) #8
blundell
SLGTM
7 years, 1 month ago (2013-11-14 14:22:04 UTC) #9
Ilya Sherman
LGTM, thanks.
7 years, 1 month ago (2013-11-14 22:44:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-14 23:48:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 02:08:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 04:11:10 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=190581
7 years, 1 month ago (2013-11-15 07:50:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 07:57:57 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=224991
7 years, 1 month ago (2013-11-15 09:58:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 10:07:44 UTC) #17
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=225045
7 years, 1 month ago (2013-11-15 12:19:17 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 12:22:25 UTC) #19
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=225078
7 years, 1 month ago (2013-11-15 14:32:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 15:46:52 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-15 22:13:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/69293007/420001
7 years, 1 month ago (2013-11-16 00:46:20 UTC) #23
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 08:09:31 UTC) #24
Message was sent while issue was closed.
Change committed as 235656

Powered by Google App Engine
This is Rietveld 408576698