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

Issue 402403003: Added code to fix visibility of select all option in context menu. (Closed)

Created:
6 years, 5 months ago by ankit
Modified:
6 years, 4 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Added code to fix visibility of select all option in context menu. If context menu is appearing on some input field. Select all option should appear only if some text is present inside input field. BUG=395994 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179636

Patch Set 1 #

Total comments: 2

Patch Set 2 : Modified based on review comments #

Total comments: 2

Patch Set 3 : Modified code as suggested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M Source/web/ContextMenuClientImpl.cpp View 1 2 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
ankit
PTAL
6 years, 5 months ago (2014-07-22 10:09:37 UTC) #1
ankit
@darin PTAL
6 years, 5 months ago (2014-07-23 12:39:55 UTC) #2
ankit
PTAL
6 years, 5 months ago (2014-07-24 15:09:45 UTC) #3
darin (slow to review)
https://codereview.chromium.org/402403003/diff/1/Source/web/ContextMenuClientImpl.cpp File Source/web/ContextMenuClientImpl.cpp (right): https://codereview.chromium.org/402403003/diff/1/Source/web/ContextMenuClientImpl.cpp#newcode225 Source/web/ContextMenuClientImpl.cpp:225: if (node->isElementNode() && (static_cast<Element *>(node))->isFormControlElement()) { nit: no " ...
6 years, 5 months ago (2014-07-25 05:11:57 UTC) #4
ankit
@darin PTAL new patch set
6 years, 5 months ago (2014-07-25 08:34:41 UTC) #5
darin (slow to review)
https://codereview.chromium.org/402403003/diff/20001/Source/web/ContextMenuClientImpl.cpp File Source/web/ContextMenuClientImpl.cpp (right): https://codereview.chromium.org/402403003/diff/20001/Source/web/ContextMenuClientImpl.cpp#newcode223 Source/web/ContextMenuClientImpl.cpp:223: if (node->isElementNode() && (static_cast<Element*>(node))->isFormControlElement()) { why do you bother ...
6 years, 5 months ago (2014-07-25 16:43:36 UTC) #6
ankit
https://codereview.chromium.org/402403003/diff/20001/Source/web/ContextMenuClientImpl.cpp File Source/web/ContextMenuClientImpl.cpp (right): https://codereview.chromium.org/402403003/diff/20001/Source/web/ContextMenuClientImpl.cpp#newcode223 Source/web/ContextMenuClientImpl.cpp:223: if (node->isElementNode() && (static_cast<Element*>(node))->isFormControlElement()) { On 2014/07/25 16:43:36, darin ...
6 years, 4 months ago (2014-07-28 04:08:06 UTC) #7
ankit
On 2014/07/28 04:08:06, ankit wrote: > https://codereview.chromium.org/402403003/diff/20001/Source/web/ContextMenuClientImpl.cpp > File Source/web/ContextMenuClientImpl.cpp (right): > > https://codereview.chromium.org/402403003/diff/20001/Source/web/ContextMenuClientImpl.cpp#newcode223 > ...
6 years, 4 months ago (2014-07-30 05:58:34 UTC) #8
ankit
@darin PTAL
6 years, 4 months ago (2014-08-01 12:20:46 UTC) #9
ankit
On 2014/08/01 12:20:46, ankit wrote: > @darin > PTAL PTAL
6 years, 4 months ago (2014-08-04 07:29:02 UTC) #10
ankit
On 2014/08/04 07:29:02, ankit wrote: > On 2014/08/01 12:20:46, ankit wrote: > > @darin > ...
6 years, 4 months ago (2014-08-06 05:09:24 UTC) #11
darin (slow to review)
lgtm
6 years, 4 months ago (2014-08-06 14:57:06 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ankit2.kumar@samsung.com/402403003/40001
6 years, 4 months ago (2014-08-06 14:58:01 UTC) #13
commit-bot: I haz the power
Change committed as 179636
6 years, 4 months ago (2014-08-06 17:29:03 UTC) #14
ankitkumar
5 years, 10 months ago (2015-02-24 03:59:01 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/942183005/ by ankitkumar@chromium.org.

The reason for reverting is: This CL is causing Issue 438135 and Issue 450540.
So reverting this..

Powered by Google App Engine
This is Rietveld 408576698