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

Issue 475723002: Remove blank items from ExternalPopupMenu (Closed)

Created:
6 years, 4 months ago by spartha
Modified:
6 years, 4 months ago
Reviewers:
keishi, tkent
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@validityCheck
Project:
blink
Visibility:
Public.

Description

Remove blank items from ExternalPopupMenu This is a regression caused by https://codereview.chromium.org/415343003/ The list with "display: none" items should be trimmed, before being given to the platform for display. Modified test - https://codereview.chromium.org/475733002/ BUG=398051, 403299 R=keishi@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180861

Patch Set 1 #

Patch Set 2 : Add unit tests #

Total comments: 20

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -32 lines) Patch
M Source/web/ExternalPopupMenu.h View 1 2 3 4 5 2 chunks +9 lines, -5 lines 0 comments Download
M Source/web/ExternalPopupMenu.cpp View 1 2 3 4 5 6 chunks +28 lines, -27 lines 0 comments Download
A Source/web/ExternalPopupMenuTest.cpp View 1 2 3 1 chunk +96 lines, -0 lines 0 comments Download
M Source/web/web.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 37 (0 generated)
spartha
Sorry, this check got missed in the final patch. The regression has been addressed. PTAL!! ...
6 years, 4 months ago (2014-08-14 09:39:18 UTC) #1
tkent
Please add C++ unit test.
6 years, 4 months ago (2014-08-14 09:41:24 UTC) #2
spartha
On 2014/08/14 09:41:24, tkent wrote: > Please add C++ unit test. Done.
6 years, 4 months ago (2014-08-14 11:10:26 UTC) #3
tkent
On 2014/08/14 11:10:26, spartha wrote: > On 2014/08/14 09:41:24, tkent wrote: > > Please add ...
6 years, 4 months ago (2014-08-14 13:40:14 UTC) #4
spartha
On 2014/08/14 13:40:14, tkent wrote: > On 2014/08/14 11:10:26, spartha wrote: > > On 2014/08/14 ...
6 years, 4 months ago (2014-08-15 10:28:15 UTC) #5
tkent
On 2014/08/15 10:28:15, spartha wrote: > > Please add Source/web/ExternalPopupMenuTest.cpp in Blink repo. Adding > ...
6 years, 4 months ago (2014-08-15 10:43:28 UTC) #6
spartha
I have added unit tests as per the earlier review comments. Please take a look, ...
6 years, 4 months ago (2014-08-20 14:57:35 UTC) #7
tkent
Yeah, Patch Set 2 matches to my intention. https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include ...
6 years, 4 months ago (2014-08-21 00:53:34 UTC) #8
spartha
https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include "base/gtest_prod_util.h" On 2014/08/21 00:53:33, tkent wrote: > Remove ...
6 years, 4 months ago (2014-08-21 06:33:23 UTC) #9
tkent
https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include "base/gtest_prod_util.h" On 2014/08/21 06:33:23, spartha wrote: > On ...
6 years, 4 months ago (2014-08-21 06:40:05 UTC) #10
spartha
https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include "base/gtest_prod_util.h" On 2014/08/21 06:40:05, tkent wrote: > On ...
6 years, 4 months ago (2014-08-21 07:07:26 UTC) #11
tkent
https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include "base/gtest_prod_util.h" On 2014/08/21 07:07:26, spartha wrote: > On ...
6 years, 4 months ago (2014-08-21 07:09:31 UTC) #12
spartha
https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include "base/gtest_prod_util.h" On 2014/08/21 07:09:31, tkent wrote: > On ...
6 years, 4 months ago (2014-08-21 07:18:57 UTC) #13
tkent
https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode34 Source/web/ExternalPopupMenu.h:34: #include "base/gtest_prod_util.h" On 2014/08/21 07:18:57, spartha wrote: > Done. ...
6 years, 4 months ago (2014-08-21 07:49:01 UTC) #14
spartha
PTAL! Thanks https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h File Source/web/ExternalPopupMenu.h (right): https://codereview.chromium.org/475723002/diff/60001/Source/web/ExternalPopupMenu.h#newcode77 Source/web/ExternalPopupMenu.h:77: static void getPopupMenuInfo(WebPopupMenuInfo*, PopupMenuClient*); On 2014/08/21 00:53:33, ...
6 years, 4 months ago (2014-08-21 10:05:44 UTC) #15
tkent
https://codereview.chromium.org/475723002/diff/160001/Source/web/web.gypi File Source/web/web.gypi (right): https://codereview.chromium.org/475723002/diff/160001/Source/web/web.gypi#newcode265 Source/web/web.gypi:265: # FIXME: Move the tests from web/tests/ to appropriate ...
6 years, 4 months ago (2014-08-25 00:15:23 UTC) #16
spartha
On 2014/08/25 00:15:23, tkent wrote: > https://codereview.chromium.org/475723002/diff/160001/Source/web/web.gypi > File Source/web/web.gypi (right): > > https://codereview.chromium.org/475723002/diff/160001/Source/web/web.gypi#newcode265 > ...
6 years, 4 months ago (2014-08-25 05:32:14 UTC) #17
tkent
https://codereview.chromium.org/475723002/diff/180001/Source/web/web.gypi File Source/web/web.gypi (right): https://codereview.chromium.org/475723002/diff/180001/Source/web/web.gypi#newcode264 Source/web/web.gypi:264: 'WebNodeTest.cpp', ExternalPopupMenuTest.cpp should be inserted before this line.
6 years, 4 months ago (2014-08-25 05:33:59 UTC) #18
spartha
https://codereview.chromium.org/475723002/diff/180001/Source/web/web.gypi File Source/web/web.gypi (right): https://codereview.chromium.org/475723002/diff/180001/Source/web/web.gypi#newcode264 Source/web/web.gypi:264: 'WebNodeTest.cpp', On 2014/08/25 05:33:59, tkent wrote: > ExternalPopupMenuTest.cpp should ...
6 years, 4 months ago (2014-08-25 05:41:04 UTC) #19
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 4 months ago (2014-08-25 06:03:56 UTC) #20
tkent
lgtm
6 years, 4 months ago (2014-08-25 06:03:57 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sudarshan.p@samsung.com/475723002/200001
6 years, 4 months ago (2014-08-25 06:04:54 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-25 06:05:03 UTC) #23
commit-bot: I haz the power
Failed to apply patch for Source/web/ExternalPopupMenu.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-25 06:05:04 UTC) #24
spartha
The CQ bit was checked by sudarshan.p@samsung.com
6 years, 4 months ago (2014-08-25 11:23:34 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sudarshan.p@samsung.com/475723002/220001
6 years, 4 months ago (2014-08-25 11:24:30 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-25 12:27:47 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-25 13:31:43 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/24206)
6 years, 4 months ago (2014-08-25 13:31:44 UTC) #29
spartha
The CQ bit was checked by sudarshan.p@samsung.com
6 years, 4 months ago (2014-08-25 14:28:39 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sudarshan.p@samsung.com/475723002/220001
6 years, 4 months ago (2014-08-25 14:28:42 UTC) #31
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-25 15:39:15 UTC) #32
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-25 16:44:32 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/24230)
6 years, 4 months ago (2014-08-25 16:44:33 UTC) #34
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 4 months ago (2014-08-25 17:47:40 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sudarshan.p@samsung.com/475723002/220001
6 years, 4 months ago (2014-08-25 17:48:38 UTC) #36
commit-bot: I haz the power
6 years, 4 months ago (2014-08-25 18:35:50 UTC) #37
Message was sent while issue was closed.
Committed patchset #6 (220001) as 180861

Powered by Google App Engine
This is Rietveld 408576698