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

Issue 1378523002: Use scoped_refptr and RefCountedThreadSafe for TargetPolicy.

Created:
5 years, 2 months ago by rickyz (no longer on Chrome)
Modified:
5 years, 1 month ago
Reviewers:
jschuh, Will Harris
CC:
chromium-reviews, darin-cc_chromium.org, jam, rickyz+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use scoped_refptr and RefCountedThreadSafe for TargetPolicy. BUG=549319

Patch Set 1 #

Patch Set 2 : Updated patchset dependency #

Patch Set 3 : Updated patchset dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -72 lines) Patch
M content/common/sandbox_init_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/sandbox_win.cc View 7 chunks +9 lines, -7 lines 0 comments Download
M sandbox/win/src/broker_services.h View 2 chunks +4 lines, -2 lines 0 comments Download
M sandbox/win/src/broker_services.cc View 7 chunks +11 lines, -15 lines 0 comments Download
M sandbox/win/src/policy_target_test.cc View 9 chunks +7 lines, -15 lines 0 comments Download
M sandbox/win/src/sandbox.h View 3 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/sandbox_policy.h View 4 chunks +2 lines, -13 lines 0 comments Download
M sandbox/win/src/sandbox_policy_base.cc View 1 2 2 chunks +1 line, -11 lines 0 comments Download
M sandbox/win/tests/common/controller.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/tests/common/controller.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (6 generated)
rickyz (no longer on Chrome)
5 years, 2 months ago (2015-09-29 06:52:41 UTC) #2
rickyz (no longer on Chrome)
5 years, 2 months ago (2015-10-05 19:42:16 UTC) #4
Will Harris
This CL confuses me a bit: TargetPolicy (base class of PolicyBase) already implements its own ...
5 years, 2 months ago (2015-10-05 23:30:59 UTC) #5
rickyz (no longer on Chrome)
On 2015/10/05 at 23:30:59, wfh wrote: > This CL confuses me a bit: TargetPolicy (base ...
5 years, 2 months ago (2015-10-08 21:36:51 UTC) #6
rickyz (no longer on Chrome)
On 2015/10/08 at 21:36:51, rickyz wrote: > On 2015/10/05 at 23:30:59, wfh wrote: > > ...
5 years, 1 month ago (2015-10-28 22:29:06 UTC) #7
rickyz (no longer on Chrome)
5 years, 1 month ago (2015-11-18 22:39:07 UTC) #12
Per discussion on chromium-dev and offline, I've changed TargetPolicy to use
RefCountedThreadSafe instead of implementing its own refcounting. This CL now
depends on https://codereview.chromium.org/1456663003 and
https://codereview.chromium.org/1460903002, which unify PolicyBase and
TargetPolicy.

Powered by Google App Engine
This is Rietveld 408576698