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

Issue 4832002: Add PluginDataRemover. (Closed)

Created:
10 years, 1 month ago by Bernhard Bauer
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org, ben+cc_chromium.org, danno
Visibility:
Public.

Description

Add PluginDataRemover. BUG=58235 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66615

Patch Set 1 #

Total comments: 6

Patch Set 2 : review #

Patch Set 3 : fix race condition #

Patch Set 4 : foo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -13 lines) Patch
A chrome/browser/plugin_data_remover.h View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/plugin_data_remover.cc View 1 2 3 1 chunk +119 lines, -0 lines 0 comments Download
M chrome/browser/plugin_service.cc View 1 2 chunks +7 lines, -13 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/plugin_messages_internal.h View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/plugin/plugin_channel.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/plugin/plugin_channel.cc View 1 3 chunks +31 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_instance.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_instance.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Bernhard Bauer
Please review. http://codereview.chromium.org/4832002/diff/1/third_party/npapi/bindings/npapi.h File third_party/npapi/bindings/npapi.h (right): http://codereview.chromium.org/4832002/diff/1/third_party/npapi/bindings/npapi.h#newcode829 third_party/npapi/bindings/npapi.h:829: void NP_LOADDS NPP_LostFocus(NPP instance); I added these ...
10 years, 1 month ago (2010-11-12 18:30:09 UTC) #1
stuartmorgan
http://codereview.chromium.org/4832002/diff/1/third_party/npapi/bindings/npapi.h File third_party/npapi/bindings/npapi.h (right): http://codereview.chromium.org/4832002/diff/1/third_party/npapi/bindings/npapi.h#newcode133 third_party/npapi/bindings/npapi.h:133: #define NP_VERSION_MINOR 25 Please don't make direct changes to ...
10 years, 1 month ago (2010-11-12 18:43:56 UTC) #2
jam
http://codereview.chromium.org/4832002/diff/1/chrome/browser/plugin_data_remover.cc File chrome/browser/plugin_data_remover.cc (right): http://codereview.chromium.org/4832002/diff/1/chrome/browser/plugin_data_remover.cc#newcode51 chrome/browser/plugin_data_remover.cc:51: static int id = ChildProcessInfo::GenerateChildProcessUniqueId(); i think there could ...
10 years, 1 month ago (2010-11-12 20:44:58 UTC) #3
jam
oh, i also defer to stuartmorgan for the npapi header stuff
10 years, 1 month ago (2010-11-12 20:55:17 UTC) #4
Bernhard Bauer
On Fri, Nov 12, 2010 at 21:44, <jam@chromium.org> wrote: > > http://codereview.chromium.org/4832002/diff/1/chrome/browser/plugin_data_remover.cc > File chrome/browser/plugin_data_remover.cc ...
10 years, 1 month ago (2010-11-13 01:24:27 UTC) #5
jam
On Fri, Nov 12, 2010 at 5:23 PM, Bernhard Bauer <bauerb@chromium.org> wrote: > On Fri, ...
10 years, 1 month ago (2010-11-13 01:55:08 UTC) #6
jam
On Fri, Nov 12, 2010 at 5:54 PM, John Abd-El-Malek <jam@chromium.org> wrote: > > > ...
10 years, 1 month ago (2010-11-13 01:55:49 UTC) #7
Bernhard Bauer
On Sat, Nov 13, 2010 at 02:54, John Abd-El-Malek <jam@chromium.org> wrote: > > > On ...
10 years, 1 month ago (2010-11-13 02:19:07 UTC) #8
jam
On Fri, Nov 12, 2010 at 6:18 PM, Bernhard Bauer <bauerb@chromium.org> wrote: > On Sat, ...
10 years, 1 month ago (2010-11-15 17:47:33 UTC) #9
jam
On Mon, Nov 15, 2010 at 9:47 AM, John Abd-El-Malek <jam@chromium.org> wrote: > > > ...
10 years, 1 month ago (2010-11-15 17:47:52 UTC) #10
Bernhard Bauer
On 2010/11/15 17:47:52, John Abd-El-Malek wrote: > On Mon, Nov 15, 2010 at 9:47 AM, ...
10 years, 1 month ago (2010-11-15 18:23:41 UTC) #11
jam
On Mon, Nov 15, 2010 at 10:23 AM, <bauerb@chromium.org> wrote: > On 2010/11/15 17:47:52, John ...
10 years, 1 month ago (2010-11-15 18:31:16 UTC) #12
Bernhard Bauer
On Mon, Nov 15, 2010 at 19:31, John Abd-El-Malek <jam@chromium.org> wrote: > it's mitigated by ...
10 years, 1 month ago (2010-11-15 18:43:05 UTC) #13
jam
On Mon, Nov 15, 2010 at 10:42 AM, Bernhard Bauer <bauerb@chromium.org>wrote: > On Mon, Nov ...
10 years, 1 month ago (2010-11-15 19:41:36 UTC) #14
Bernhard Bauer
On Mon, Nov 15, 2010 at 20:41, John Abd-El-Malek <jam@chromium.org> wrote: > > On Mon, ...
10 years, 1 month ago (2010-11-15 20:55:36 UTC) #15
jam
On Mon, Nov 15, 2010 at 12:53 PM, Bernhard Bauer <bauerb@chromium.org>wrote: > On Mon, Nov ...
10 years, 1 month ago (2010-11-15 21:32:44 UTC) #16
jam
On Mon, Nov 15, 2010 at 1:32 PM, John Abd-El-Malek <jam@chromium.org> wrote: > > > ...
10 years, 1 month ago (2010-11-15 21:33:21 UTC) #17
bauerb at google
On 2010/11/15 21:33:21, John Abd-El-Malek wrote: > On Mon, Nov 15, 2010 at 1:32 PM, ...
10 years, 1 month ago (2010-11-17 20:39:14 UTC) #18
jam
10 years, 1 month ago (2010-11-17 23:41:52 UTC) #19
lgtm

Powered by Google App Engine
This is Rietveld 408576698