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

Issue 296153008: Testing contextmenu attribute which enables webpage to add custom menu items to the platform contex… (Closed)

Created:
6 years, 7 months ago by pals
Modified:
6 years ago
Reviewers:
lazyboy
CC:
chromium-reviews, tkent
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Testing contextmenu attribute which enables webpage to add custom menu items to the platform context menu BUG=87553

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated test #

Total comments: 4

Patch Set 3 : Fixed comments #

Patch Set 4 : Fixed comments #

Total comments: 10

Patch Set 5 : Done #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -22 lines) Patch
M chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc View 1 2 3 4 5 chunks +67 lines, -22 lines 0 comments Download
A chrome/test/data/context_menu/custom_context_menu.html View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (15 generated)
pals
Browser tests for custom context menu CL https://codereview.chromium.org/243403006/. PTAL.
6 years, 7 months ago (2014-05-23 15:24:16 UTC) #1
lazyboy
https://chromiumcodereview.appspot.com/296153008/diff/1/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc File chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc (right): https://chromiumcodereview.appspot.com/296153008/diff/1/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc#newcode181 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc:181: menu_observer.setCommandId(47002); Probably use IDC_CONTENT_CONTEXT_CUSTOM_FIRST + 2? https://chromiumcodereview.appspot.com/296153008/diff/1/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h File chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h ...
6 years, 7 months ago (2014-05-24 15:26:31 UTC) #2
esprehn
I can't review things out in chrome/browser, you need to find someone in their OWNERS. ...
6 years, 6 months ago (2014-06-06 01:28:06 UTC) #3
pals
sanjoy.pal@samsung.com changed reviewers: + tkent@chromium.org
6 years, 3 months ago (2014-08-27 06:59:34 UTC) #4
pals
As blink side changes have been committed, reviving this CL. Please review.
6 years, 3 months ago (2014-08-27 07:01:02 UTC) #5
pals
Please review.
6 years, 3 months ago (2014-09-01 12:56:54 UTC) #7
brettw
https://codereview.chromium.org/296153008/diff/40001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc File chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc (right): https://codereview.chromium.org/296153008/diff/40001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc#newcode57 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc:57: void executeCustomMenuCommandAndVerifyTabTitle(unsigned command_id, The formatting of this is all ...
6 years, 3 months ago (2014-09-02 23:50:30 UTC) #8
pals
Updated the patch. Please take another look.
6 years, 3 months ago (2014-09-03 10:02:05 UTC) #9
pals
Done. PTAL. https://codereview.chromium.org/296153008/diff/40001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc File chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc (right): https://codereview.chromium.org/296153008/diff/40001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc#newcode57 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc:57: void executeCustomMenuCommandAndVerifyTabTitle(unsigned command_id, On 2014/09/02 23:50:29, brettw ...
6 years, 3 months ago (2014-09-03 17:10:57 UTC) #10
pals
brettw, I have made the changes as suggested. Please take another look.
6 years, 3 months ago (2014-09-09 18:18:22 UTC) #11
pals
On 2014/09/09 18:18:22, sanjoy_pal wrote: > brettw, I have made the changes as suggested. Please ...
6 years, 3 months ago (2014-09-16 13:09:39 UTC) #12
pals
Hi Istiaque, brettw, Could you please review the CL? Thank you.
6 years, 3 months ago (2014-09-19 05:34:57 UTC) #14
brettw
I'm not an owner of this dir any more, so I'm removing myself.
6 years, 3 months ago (2014-09-19 19:24:40 UTC) #15
lazyboy
https://codereview.chromium.org/296153008/diff/80001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc File chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc (right): https://codereview.chromium.org/296153008/diff/80001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc#newcode75 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc:75: void ExecuteCustomMenuCommandAndVerifyTabTitle(unsigned command_id, Fix indentation of params. https://codereview.chromium.org/296153008/diff/80001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc#newcode79 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc:79: ...
6 years, 3 months ago (2014-09-19 21:38:18 UTC) #16
pals
Fixed the comments. PTAL. https://codereview.chromium.org/296153008/diff/80001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc File chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc (right): https://codereview.chromium.org/296153008/diff/80001/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc#newcode75 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc:75: void ExecuteCustomMenuCommandAndVerifyTabTitle(unsigned command_id, On 2014/09/19 ...
6 years, 3 months ago (2014-09-22 05:05:26 UTC) #18
lazyboy
lgtm
6 years, 3 months ago (2014-09-22 15:30:28 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/296153008/100001
6 years, 3 months ago (2014-09-23 04:40:08 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/16868)
6 years, 3 months ago (2014-09-23 06:01:03 UTC) #23
pals
On 2014/09/23 06:01:03, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-23 14:06:54 UTC) #24
lazyboy
On 2014/09/23 14:06:54, sanjoy_pal wrote: > On 2014/09/23 06:01:03, I haz the power (commit-bot) wrote: ...
6 years, 3 months ago (2014-09-23 16:33:39 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/296153008/100001
6 years, 3 months ago (2014-09-25 08:06:12 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/19714)
6 years, 2 months ago (2014-09-25 09:50:51 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/296153008/100001
6 years, 2 months ago (2014-09-26 07:05:16 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/20113)
6 years, 2 months ago (2014-09-26 08:43:13 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/296153008/100001
6 years, 2 months ago (2014-09-29 05:13:51 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/18262)
6 years, 2 months ago (2014-09-29 06:16:52 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/296153008/100001
6 years, 2 months ago (2014-10-06 04:43:33 UTC) #41
commit-bot: I haz the power
6 years, 2 months ago (2014-10-06 05:51:36 UTC) #43
Try jobs failed on following builders:
  mac_chromium_rel_swarming on tryserver.chromium.mac
(http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)

Powered by Google App Engine
This is Rietveld 408576698