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

Issue 11048023: Browser Plugin: Implement terminate() (Closed)

Created:
8 years, 2 months ago by Fady Samuel
Modified:
8 years, 2 months ago
Reviewers:
Charlie Reis, sky
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Browser Plugin: Implement terminate() BUG=153532 Test=BrowserPluginHostTest.TerminateGuest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160057

Patch Set 1 #

Patch Set 2 : Fixed nits #

Total comments: 4

Patch Set 3 : Fixed nits #

Patch Set 4 : Added updated chromeactions.txt file #

Patch Set 5 : Merged with ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -14 lines) Patch
M chrome/tools/chromeactions.txt View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder_helper.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M content/common/browser_plugin_messages.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 4 chunks +26 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Fady Samuel
8 years, 2 months ago (2012-10-03 19:01:06 UTC) #1
Charlie Reis
https://codereview.chromium.org/11048023/diff/2001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/11048023/diff/2001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode92 content/browser/browser_plugin/browser_plugin_guest.cc:92: base::KillProcess(process_handle, RESULT_CODE_KILLED, false); This needs a UMA stat, like ...
8 years, 2 months ago (2012-10-03 19:10:16 UTC) #2
Fady Samuel
https://codereview.chromium.org/11048023/diff/2001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/11048023/diff/2001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode92 content/browser/browser_plugin/browser_plugin_guest.cc:92: base::KillProcess(process_handle, RESULT_CODE_KILLED, false); On 2012/10/03 19:10:16, creis wrote: > ...
8 years, 2 months ago (2012-10-03 19:26:05 UTC) #3
Charlie Reis
LGTM.
8 years, 2 months ago (2012-10-03 19:54:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/11048023/9001
8 years, 2 months ago (2012-10-03 21:01:17 UTC) #5
commit-bot: I haz the power
Presubmit check for 11048023-9001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-03 21:01:24 UTC) #6
Fady Samuel
+sky for chrome OWNER
8 years, 2 months ago (2012-10-03 21:02:49 UTC) #7
sky
LGTM
8 years, 2 months ago (2012-10-03 21:17:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/11048023/9001
8 years, 2 months ago (2012-10-03 23:33:28 UTC) #9
commit-bot: I haz the power
Failed to apply patch for chrome/tools/chromeactions.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 2 months ago (2012-10-03 23:33:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/11048023/13001
8 years, 2 months ago (2012-10-04 00:47:06 UTC) #11
commit-bot: I haz the power
8 years, 2 months ago (2012-10-04 02:43:23 UTC) #12
Change committed as 160057

Powered by Google App Engine
This is Rietveld 408576698