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

Issue 447503002: Add content browser test for <optgroup> with 'display: none' (Closed)

Created:
6 years, 4 months ago by spartha
Modified:
6 years, 4 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, nasko+codewatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add content browser test for <optgroup> with 'display: none' This patch adds the ExternalPopupMenu content browser tests for the changes in https://codereview.chromium.org/415343003/. This will be applicable on Mac port, as it uses ExternalPopupMenu to show dropdown menu. BUG=398051 R=keishi@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289045

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Review Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
M content/renderer/external_popup_menu_browsertest.cc View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
spartha
PTAL!
6 years, 4 months ago (2014-08-05 16:46:17 UTC) #1
keishi
Thanks for adding a test! LGTM https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc File content/renderer/external_popup_menu_browsertest.cc (right): https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc#newcode181 content/renderer/external_popup_menu_browsertest.cc:181: script.append(base::ASCIIToUTF16(".value")); Maybe if ...
6 years, 4 months ago (2014-08-06 03:10:56 UTC) #2
spartha
https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc File content/renderer/external_popup_menu_browsertest.cc (right): https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc#newcode181 content/renderer/external_popup_menu_browsertest.cc:181: script.append(base::ASCIIToUTF16(".value")); Since we are skipping an item because of ...
6 years, 4 months ago (2014-08-06 05:29:32 UTC) #3
keishi
https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc File content/renderer/external_popup_menu_browsertest.cc (right): https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc#newcode181 content/renderer/external_popup_menu_browsertest.cc:181: script.append(base::ASCIIToUTF16(".value")); On 2014/08/06 05:29:32, spartha wrote: > Since we ...
6 years, 4 months ago (2014-08-06 06:43:27 UTC) #4
spartha
On 2014/08/06 06:43:27, keishi wrote: > https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc > File content/renderer/external_popup_menu_browsertest.cc (right): > > https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc#newcode181 > ...
6 years, 4 months ago (2014-08-06 06:54:46 UTC) #5
spartha
https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc File content/renderer/external_popup_menu_browsertest.cc (right): https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc#newcode181 content/renderer/external_popup_menu_browsertest.cc:181: script.append(base::ASCIIToUTF16(".value")); On 2014/08/06 06:43:27, keishi wrote: > On 2014/08/06 ...
6 years, 4 months ago (2014-08-06 11:09:40 UTC) #6
spartha
On 2014/08/06 11:09:40, spartha wrote: > https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc > File content/renderer/external_popup_menu_browsertest.cc (right): > > https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc#newcode181 > ...
6 years, 4 months ago (2014-08-08 05:34:32 UTC) #7
spartha
On 2014/08/08 05:34:32, spartha wrote: > On 2014/08/06 11:09:40, spartha wrote: > > > https://codereview.chromium.org/447503002/diff/1/content/renderer/external_popup_menu_browsertest.cc ...
6 years, 4 months ago (2014-08-08 20:00:59 UTC) #8
spartha
The CQ bit was checked by sudarshan.p@samsung.com
6 years, 4 months ago (2014-08-09 19:24:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sudarshan.p@samsung.com/447503002/20001
6 years, 4 months ago (2014-08-09 19:25:04 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-09 21:16:49 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-09 21:19:36 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/3195)
6 years, 4 months ago (2014-08-09 21:19:37 UTC) #13
spartha
On 2014/08/09 21:19:37, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 4 months ago (2014-08-11 17:05:40 UTC) #14
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/447503002/diff/20001/content/renderer/external_popup_menu_browsertest.cc File content/renderer/external_popup_menu_browsertest.cc (right): https://codereview.chromium.org/447503002/diff/20001/content/renderer/external_popup_menu_browsertest.cc#newcode182 content/renderer/external_popup_menu_browsertest.cc:182: // ,skipping the item with 'display: none' nit. ...
6 years, 4 months ago (2014-08-12 14:37:55 UTC) #15
spartha
The CQ bit was checked by sudarshan.p@samsung.com
6 years, 4 months ago (2014-08-12 14:45:35 UTC) #16
spartha
Thanks!! https://codereview.chromium.org/447503002/diff/20001/content/renderer/external_popup_menu_browsertest.cc File content/renderer/external_popup_menu_browsertest.cc (right): https://codereview.chromium.org/447503002/diff/20001/content/renderer/external_popup_menu_browsertest.cc#newcode182 content/renderer/external_popup_menu_browsertest.cc:182: // ,skipping the item with 'display: none' On ...
6 years, 4 months ago (2014-08-12 14:46:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sudarshan.p@samsung.com/447503002/40001
6 years, 4 months ago (2014-08-12 14:46:48 UTC) #18
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 19:17:19 UTC) #19
Message was sent while issue was closed.
Change committed as 289045

Powered by Google App Engine
This is Rietveld 408576698