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

Issue 2740823003: [PasswordGeneration] Makes generated passwords copyable (Closed)

Created:
3 years, 9 months ago by kolos1
Modified:
3 years, 9 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[PasswordGeneration] Makes password fields with revealed password copyable If there is the confirmation field, but we filled the wrong field or hidden field, the user should be able to copy the generated password. * Dragging passwords are not allowed at this point. PasswordGenerationAgent should listen for dragging events. Now it listens only for text changes. Let's see if dragging password is needed. * Copying DHTML are not allowed. Passwords is just text. BUG=632617 Review-Url: https://codereview.chromium.org/2740823003 Cr-Commit-Position: refs/heads/master@{#456719} Committed: https://chromium.googlesource.com/chromium/src/+/2f5e4fd1fa6edfe86f3b01da639255a937c5cd20

Patch Set 1 #

Total comments: 4

Patch Set 2 : Moved IsInPasswordField to Editor.cpp #

Patch Set 3 : Added a test #

Total comments: 4

Patch Set 4 : Changes in the test addressed to reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -1 line) Patch
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/EditorTest.cpp View 1 2 3 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (19 generated)
kolos1
3 years, 9 months ago (2017-03-09 11:39:17 UTC) #3
kolos1
Hi Dominic and Yoshifumi! Please review this CL. We decided to support only regular copying, ...
3 years, 9 months ago (2017-03-09 15:22:29 UTC) #6
yosin_UTC9
- Please add a test for Editor::canCopy() to avoid regression in future. - Could you ...
3 years, 9 months ago (2017-03-10 03:48:52 UTC) #9
kolos1
Thanks for comments Yoshifumi. Please review changes. Regards, Maxim https://codereview.chromium.org/2740823003/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp File third_party/WebKit/Source/core/editing/EditingUtilities.cpp (right): https://codereview.chromium.org/2740823003/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp#newcode2084 third_party/WebKit/Source/core/editing/EditingUtilities.cpp:2084: ...
3 years, 9 months ago (2017-03-10 12:50:55 UTC) #12
yosin_UTC9
https://codereview.chromium.org/2740823003/diff/40001/third_party/WebKit/Source/core/editing/EditorTest.cpp File third_party/WebKit/Source/core/editing/EditorTest.cpp (right): https://codereview.chromium.org/2740823003/diff/40001/third_party/WebKit/Source/core/editing/EditorTest.cpp#newcode70 third_party/WebKit/Source/core/editing/EditorTest.cpp:70: Node* node = document().body()->firstChild(); L70 to L71 should be ...
3 years, 9 months ago (2017-03-13 07:35:41 UTC) #17
kolos1
https://codereview.chromium.org/2740823003/diff/40001/third_party/WebKit/Source/core/editing/EditorTest.cpp File third_party/WebKit/Source/core/editing/EditorTest.cpp (right): https://codereview.chromium.org/2740823003/diff/40001/third_party/WebKit/Source/core/editing/EditorTest.cpp#newcode70 third_party/WebKit/Source/core/editing/EditorTest.cpp:70: Node* node = document().body()->firstChild(); On 2017/03/13 07:35:41, yosin_UTC9 wrote: ...
3 years, 9 months ago (2017-03-13 08:15:55 UTC) #18
dominicc (has gone to gerrit)
lgtm
3 years, 9 months ago (2017-03-13 22:20:23 UTC) #19
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/2740823003/60001
3 years, 9 months ago (2017-03-14 16:03:04 UTC) #25
commit-bot: I haz the power
3 years, 9 months ago (2017-03-14 16:11:03 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/2f5e4fd1fa6edfe86f3b01da6392...

Powered by Google App Engine
This is Rietveld 408576698