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

Issue 1142923002: Add a "Save password" item to the context menu. (Closed)

Created:
5 years, 7 months ago by msramek
Modified:
5 years, 7 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a "Save password" item to the context menu. The item is only shown if - force-saving is enabled by flag - the context menu is invoked on a password field There is currently no functionality. BUG=484891 Committed: https://crrev.com/1cceccd889984e70980ccaddb7a40eb1e7e95b96 Cr-Commit-Position: refs/heads/master@{#331346}

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Moved the input field analysis to blink. #

Patch Set 3 : Fixed string, unindented. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -3 lines) Patch
M chrome/app/chrome_command_ids.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 6 chunks +24 lines, -1 line 0 comments Download
M components/renderer_context_menu/context_menu_content_type.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/renderer_context_menu/context_menu_content_type.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M content/public/common/context_menu_params.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/common/context_menu_params.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/context_menu_params_builder.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (7 generated)
msramek
Hi guys, I'm adding a new button to the context menu (currently hidden under a ...
5 years, 7 months ago (2015-05-19 09:42:08 UTC) #3
sdefresne
components/renderer_context_menu LGTM BTW, I think you should add OWNERS to components/renderer_context_menu and I would suggest ...
5 years, 7 months ago (2015-05-19 09:51:15 UTC) #4
vabr (Chromium)
LGTM with nits. Thanks! Vaclav https://codereview.chromium.org/1142923002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1142923002/diff/20001/chrome/app/generated_resources.grd#newcode1150 chrome/app/generated_resources.grd:1150: + <message name="IDS_CONTENT_CONTEXT_FORCESAVEPASSWORD" desc="In ...
5 years, 7 months ago (2015-05-19 09:58:13 UTC) #5
Mike West
https://codereview.chromium.org/1142923002/diff/20001/content/public/common/context_menu_params.h File content/public/common/context_menu_params.h (right): https://codereview.chromium.org/1142923002/diff/20001/content/public/common/context_menu_params.h#newcode170 content/public/common/context_menu_params.h:170: bool is_password_field; I would suggest turning this into an ...
5 years, 7 months ago (2015-05-19 10:11:22 UTC) #6
msramek
https://codereview.chromium.org/1142923002/diff/20001/content/public/common/context_menu_params.h File content/public/common/context_menu_params.h (right): https://codereview.chromium.org/1142923002/diff/20001/content/public/common/context_menu_params.h#newcode170 content/public/common/context_menu_params.h:170: bool is_password_field; On 2015/05/19 10:11:22, Mike West (holiday in ...
5 years, 7 months ago (2015-05-19 12:39:48 UTC) #7
msramek
Sylvain, I agree that it makes sense to copy that OWNERS file, but in a ...
5 years, 7 months ago (2015-05-19 12:53:11 UTC) #8
Avi (use Gerrit)
I'm confused. According to the bug, you haven't run this by UI. It seems like ...
5 years, 7 months ago (2015-05-19 14:48:39 UTC) #9
Avi (use Gerrit)
On 2015/05/19 14:48:39, Avi wrote: > I'm confused. > > According to the bug, you ...
5 years, 7 months ago (2015-05-19 14:49:20 UTC) #10
msramek
On 2015/05/19 14:49:20, Avi wrote: > On 2015/05/19 14:48:39, Avi wrote: > > I'm confused. ...
5 years, 7 months ago (2015-05-19 15:10:26 UTC) #11
Avi (use Gerrit)
On 2015/05/19 15:10:26, msramek wrote: > We did have a UI discussion about this, but ...
5 years, 7 months ago (2015-05-19 15:14:17 UTC) #12
grt (UTC plus 2)
chrome/app/ rubberstamp lgtm
5 years, 7 months ago (2015-05-19 17:30:00 UTC) #13
Ilya Sherman
histograms.xml lgtm
5 years, 7 months ago (2015-05-19 22:53:12 UTC) #14
msramek
Hi Mike, do you have any more comments on this?
5 years, 7 months ago (2015-05-21 13:59:37 UTC) #15
msramek
Mike, friendly ping.
5 years, 7 months ago (2015-05-26 08:41:23 UTC) #16
Mike West
LGTM, sorry for the delay!
5 years, 7 months ago (2015-05-26 09:07:11 UTC) #17
msramek
Thanks :)
5 years, 7 months ago (2015-05-26 09:13:13 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142923002/60001
5 years, 7 months ago (2015-05-26 09:13:41 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/56132) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 7 months ago (2015-05-26 09:18:01 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142923002/80001
5 years, 7 months ago (2015-05-26 09:34:06 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 7 months ago (2015-05-26 11:27:59 UTC) #27
commit-bot: I haz the power
5 years, 7 months ago (2015-05-26 11:28:52 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1cceccd889984e70980ccaddb7a40eb1e7e95b96
Cr-Commit-Position: refs/heads/master@{#331346}

Powered by Google App Engine
This is Rietveld 408576698