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

Issue 557893003: Stop using an atom to store plugin name/version on Windows. (Closed)

Created:
6 years, 3 months ago by jam
Modified:
6 years, 3 months ago
Reviewers:
brettw
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Stop using an atom to store plugin name/version on Windows. On the swarming bots we are seeing flakes in the plugin tests. Setting the atom fails because the atom table fills up. I tracked this down to the fact that sometimes the atom destruction path doesn't get hit depending on how the plugin shuts down. Rather than fix it, I removed this code and used a simpler mechanism to get the title & version in the browser process. BUG=412042 Committed: https://crrev.com/3458fc0095102a5734c0e223f0a15b5a43644021 Cr-Commit-Position: refs/heads/master@{#294088}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -78 lines) Patch
M chrome/browser/hang_monitor/hung_plugin_action.cc View 2 chunks +3 lines, -28 lines 0 comments Download
M content/browser/plugin_browsertest.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M content/browser/plugin_process_host.h View 1 3 chunks +10 lines, -0 lines 0 comments Download
M content/browser/plugin_process_host.cc View 1 5 chunks +33 lines, -1 line 0 comments Download
M content/browser/plugin_service_impl.cc View 1 chunk +9 lines, -4 lines 0 comments Download
M content/child/npapi/webplugin_delegate_impl_win.cc View 2 chunks +0 lines, -37 lines 0 comments Download
M content/common/plugin_constants_win.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/plugin_constants_win.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
jam
6 years, 3 months ago (2014-09-10 00:13:58 UTC) #2
brettw
LGTM with types changed. (definitions of those are in base/process/process_handle.h) https://codereview.chromium.org/557893003/diff/1/content/browser/plugin_service_impl.cc File content/browser/plugin_service_impl.cc (right): https://codereview.chromium.org/557893003/diff/1/content/browser/plugin_service_impl.cc#newcode848 ...
6 years, 3 months ago (2014-09-10 00:17:27 UTC) #3
jam
https://codereview.chromium.org/557893003/diff/1/content/browser/plugin_service_impl.cc File content/browser/plugin_service_impl.cc (right): https://codereview.chromium.org/557893003/diff/1/content/browser/plugin_service_impl.cc#newcode848 content/browser/plugin_service_impl.cc:848: if (!PluginProcessHost::GetWebPluginInfoFromPluginPid(process_id, &info)) On 2014/09/10 00:17:27, brettw wrote: > ...
6 years, 3 months ago (2014-09-10 01:15:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jam@chromium.org/557893003/20001
6 years, 3 months ago (2014-09-10 01:27:21 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 139e6e31b0a1b0785773b548e4b11ff2b2142897
6 years, 3 months ago (2014-09-10 03:24:25 UTC) #8
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:58:40 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3458fc0095102a5734c0e223f0a15b5a43644021
Cr-Commit-Position: refs/heads/master@{#294088}

Powered by Google App Engine
This is Rietveld 408576698