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

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed)

Created:
7 years ago by jeanfrancois
Modified:
7 years ago
CC:
chromium-reviews, jam, benquan, tfarina, 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

Moved ipc-specific files from autofill/core to autofill/content. BUG=302468 TBR=jschuh@chromium.org, sky@chromium.org, aedla@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240382

Patch Set 1 #

Total comments: 25

Patch Set 2 : Review fixes. #

Total comments: 12

Patch Set 3 : Review fixes. #

Patch Set 4 : Added autofill_jni_headers. #

Patch Set 5 : public/web/WebFromElement.h => public/web #

Patch Set 6 : Fix for Android. #

Patch Set 7 : "Final" fix. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -405 lines) Patch
M chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/password_manager/password_form_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_generation_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_delegate_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/password_generation_bubble_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/DEPS View 1 chunk +1 line, -0 lines 2 comments Download
M chrome/common/importer/profile_import_process_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/autofill_renderer_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/form_autocomplete_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 6 7 chunks +25 lines, -9 lines 0 comments Download
M components/autofill/DEPS View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M components/autofill/content/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/autofill_driver_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/request_autocomplete_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/request_autocomplete_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/content/common/DEPS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/content/common/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/autofill/content/common/autofill_message_generator.h View 1 chunk +1 line, -1 line 0 comments Download
A components/autofill/content/common/autofill_message_generator.cc View 1 chunk +39 lines, -0 lines 0 comments Download
A + components/autofill/content/common/autofill_messages.h View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/content/common/autofill_param_traits_macros.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autocomplete_history_manager.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 3 chunks +1 line, -2 lines 0 comments Download
D components/autofill/core/common/OWNERS View 1 chunk +0 lines, -9 lines 0 comments Download
D components/autofill/core/common/autofill_message_generator.h View 1 chunk +0 lines, -7 lines 0 comments Download
D components/autofill/core/common/autofill_message_generator.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D components/autofill/core/common/autofill_messages.h View 1 chunk +0 lines, -262 lines 0 comments Download
D components/autofill/core/common/autofill_param_traits_macros.h View 1 chunk +0 lines, -45 lines 0 comments Download
M tools/ipc_fuzzer/message_lib/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M tools/ipc_fuzzer/message_lib/all_messages.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
jeanfrancois
https://codereview.chromium.org/108283005/diff/1/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/108283005/diff/1/components/autofill.gypi#newcode38 components/autofill.gypi:38: ], I haven't included dependencies to 'autofill_jni_headers', but I'm ...
7 years ago (2013-12-11 13:04:46 UTC) #1
jif-google
https://codereview.chromium.org/108283005/diff/1/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/108283005/diff/1/components/autofill.gypi#newcode60 components/autofill.gypi:60: '../url/url.gyp:url_lib', forgot to add the dependency to autofill_content_common https://codereview.chromium.org/108283005/diff/1/components/autofill/content/browser/autofill_driver_impl_unittest.cc ...
7 years ago (2013-12-11 13:23:55 UTC) #2
blundell
https://codereview.chromium.org/108283005/diff/1/chrome/common/importer/profile_import_process_messages.h File chrome/common/importer/profile_import_process_messages.h (right): https://codereview.chromium.org/108283005/diff/1/chrome/common/importer/profile_import_process_messages.h#newcode17 chrome/common/importer/profile_import_process_messages.h:17: #include "components/autofill/content/common/autofill_param_traits_macros.h" chrome_common.gypi needs a dependency on autofill_content_common in ...
7 years ago (2013-12-11 13:32:52 UTC) #3
jeanfrancois
https://codereview.chromium.org/108283005/diff/1/chrome/common/importer/profile_import_process_messages.h File chrome/common/importer/profile_import_process_messages.h (right): https://codereview.chromium.org/108283005/diff/1/chrome/common/importer/profile_import_process_messages.h#newcode17 chrome/common/importer/profile_import_process_messages.h:17: #include "components/autofill/content/common/autofill_param_traits_macros.h" On 2013/12/11 13:32:53, blundell wrote: > chrome_common.gypi ...
7 years ago (2013-12-11 15:01:18 UTC) #4
blundell
LGTM with fixes +isherman@ (You can TBR the other required OWNERs when the time comes ...
7 years ago (2013-12-11 15:42:05 UTC) #5
Ilya Sherman
RSLGTM
7 years ago (2013-12-11 22:32:56 UTC) #6
jif-google
https://codereview.chromium.org/108283005/diff/20001/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/108283005/diff/20001/components/autofill.gypi#newcode33 components/autofill.gypi:33: 'autofill_content_common', On 2013/12/11 15:42:06, blundell wrote: > The dependency ...
7 years ago (2013-12-12 09:53:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/108283005/40001
7 years ago (2013-12-12 09:56:42 UTC) #8
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=132083
7 years ago (2013-12-12 10:33:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/108283005/70001
7 years ago (2013-12-12 11:01:36 UTC) #10
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=100373
7 years ago (2013-12-12 11:45:12 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/108283005/110001
7 years ago (2013-12-12 13:33:59 UTC) #12
jeanfrancois
On 2013/12/12 13:33:59, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years ago (2013-12-12 14:39:29 UTC) #13
jeanfrancois
On 2013/12/12 14:39:29, jeanfrancois wrote: > On 2013/12/12 13:33:59, I haz the power (commit-bot) wrote: ...
7 years ago (2013-12-12 14:52:25 UTC) #14
aedla
LGTM for tools/ipc_fuzzer.
7 years ago (2013-12-12 15:20:40 UTC) #15
sky
https://codereview.chromium.org/108283005/diff/110001/chrome/common/DEPS File chrome/common/DEPS (right): https://codereview.chromium.org/108283005/diff/110001/chrome/common/DEPS#newcode6 chrome/common/DEPS:6: "+components/autofill/core/common", Can this DEP be removed now?
7 years ago (2013-12-12 17:17:29 UTC) #16
blundell
https://codereview.chromium.org/108283005/diff/110001/chrome/common/DEPS File chrome/common/DEPS (right): https://codereview.chromium.org/108283005/diff/110001/chrome/common/DEPS#newcode6 chrome/common/DEPS:6: "+components/autofill/core/common", No; there are usages of autofill_switches.h and autofill_pref_names.h. ...
7 years ago (2013-12-12 17:46:52 UTC) #17
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years ago (2013-12-12 18:22:07 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/108283005/110001
7 years ago (2013-12-12 19:24:34 UTC) #19
commit-bot: I haz the power
7 years ago (2013-12-12 19:28:11 UTC) #20
Message was sent while issue was closed.
Change committed as 240382

Powered by Google App Engine
This is Rietveld 408576698