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

Issue 3539002: Add UI test for click-to-play. (Closed)

Created:
10 years, 2 months ago by Bernhard Bauer
Modified:
9 years, 7 months ago
CC:
chromium-reviews, dpranke+watch_chromium.org, ben+cc_chromium.org, jam, pam+watch_chromium.org, darin (slow to review), brettw-cc_chromium.org, Alexander Potapenko, Paweł Hajdan Jr., Timur Iskhodzhanov, darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Base URL:
git://codf21.jail/chromium.git
Visibility:
Public.

Description

Add UI test for click-to-play. BUG=57277 TEST=NPAPIVisiblePluginTester.ClickToPlay:ClickToPlayPluginTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63722

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : synbc #

Patch Set 4 : more tests #

Patch Set 5 : cleanup #

Patch Set 6 : actually build click-to-play tests #

Patch Set 7 : fix #

Patch Set 8 : sync #

Patch Set 9 : foo #

Total comments: 2

Patch Set 10 : move loadblockedplugins to testingautomationprovider #

Patch Set 11 : Disable NPAPIVisiblePluginTester.ClickToPlay on Mac valgrind #

Patch Set 12 : move message declaration to bottom of file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -16 lines) Patch
M chrome/browser/automation/testing_automation_provider.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/renderer/blocked_plugin.cc View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/automation_messages_internal.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/automation/tab_proxy.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/automation/tab_proxy.cc View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/npapi/click_to_play.html View 4 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/test/data/valgrind/ui_tests.gtest_mac.txt View 1 chunk +16 lines, -15 lines 0 comments Download
M chrome/test/plugin/plugin_test.cpp View 4 5 6 7 8 9 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/test/ui/npapi_uitest.cc View 1 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A webkit/glue/plugins/test/plugin_setup_test.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A webkit/glue/plugins/test/plugin_setup_test.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M webkit/glue/plugins/test/plugin_test_factory.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Bernhard Bauer
please review.
10 years, 2 months ago (2010-10-20 16:03:47 UTC) #1
stuartmorgan
Please add the new plugin tests to the Mac valgrind suppression list (NPAPI tests don't ...
10 years, 2 months ago (2010-10-20 17:15:29 UTC) #2
Paweł Hajdan Jr.
Drive-by with an automation comment. http://codereview.chromium.org/3539002/diff/19001/20001 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/3539002/diff/19001/20001#newcode632 chrome/browser/automation/automation_provider.cc:632: void AutomationProvider::LoadBlockedPlugins(int tab_handle, bool* ...
10 years, 2 months ago (2010-10-20 17:20:22 UTC) #3
Bernhard Bauer
On Wed, Oct 20, 2010 at 19:15, <stuartmorgan@chromium.org> wrote: > Please add the new plugin ...
10 years, 2 months ago (2010-10-20 17:39:30 UTC) #4
Bernhard Bauer
On Wed, Oct 20, 2010 at 19:20, <phajdan.jr@chromium.org> wrote: > Drive-by with an automation comment. ...
10 years, 2 months ago (2010-10-20 17:42:18 UTC) #5
Paweł Hajdan Jr.
On Wed, Oct 20, 2010 at 19:41, Bernhard Bauer <bauerb@chromium.org> wrote: > Pardon the question, ...
10 years, 2 months ago (2010-10-20 19:00:57 UTC) #6
Bernhard Bauer
On 2010/10/20 19:00:57, Paweł Hajdan Jr. wrote: > On Wed, Oct 20, 2010 at 19:41, ...
10 years, 2 months ago (2010-10-22 08:35:05 UTC) #7
Paweł Hajdan Jr.
Could you upload an updated patchset then? http://codereview.chromium.org/3539002/diff/19001/20004 File chrome/test/automation/automation_messages_internal.h (right): http://codereview.chromium.org/3539002/diff/19001/20004#newcode866 chrome/test/automation/automation_messages_internal.h:866: IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_LoadBlockedPlugins, This ...
10 years, 2 months ago (2010-10-22 08:58:25 UTC) #8
Bernhard Bauer
On 2010/10/22 08:58:25, Paweł Hajdan Jr. wrote: > Could you upload an updated patchset then? ...
10 years, 2 months ago (2010-10-22 09:29:18 UTC) #9
Bernhard Bauer
On 2010/10/22 08:58:25, Paweł Hajdan Jr. wrote: > Could you upload an updated patchset then? ...
10 years, 2 months ago (2010-10-22 13:21:08 UTC) #10
Paweł Hajdan Jr.
10 years, 2 months ago (2010-10-25 12:11:11 UTC) #11
Code I commented in the drive-by LGTM. Thanks!

Powered by Google App Engine
This is Rietveld 408576698