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

Issue 935073003: Instrument SdchOwner for clock nullification. (Closed)

Created:
5 years, 10 months ago by Randy Smith (Not in Mondays)
Modified:
5 years, 7 months ago
Reviewers:
Elly Fong-Jones, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Instrument SdchOwner for clock nullification. BUG=454198 R=ellyjones@chromium.org Committed: https://crrev.com/f5047a459f754c9b64004b00fe00adfdd8d0b37a Cr-Commit-Position: refs/heads/master@{#317364}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Incorporated Matt's comments. #

Patch Set 3 : Fixed type mismatch. #

Patch Set 4 : Included url in minidump. #

Patch Set 5 : Fixed try job errors. #

Total comments: 1

Patch Set 6 : Reset back to before URL inclusion. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -0 lines) Patch
M net/base/sdch_manager.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/sdch/sdch_owner.h View 5 1 chunk +5 lines, -0 lines 0 comments Download
M net/sdch/sdch_owner.cc View 1 2 4 5 6 chunks +48 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (6 generated)
Randy Smith (Not in Mondays)
Elly: PTAL? I'd specifically like you to check my use of might_have_observers()--I believe the only ...
5 years, 10 months ago (2015-02-18 21:18:53 UTC) #1
Randy Smith (Not in Mondays)
Matt: Do you have time for a quick review? I think Elly's busy, and this ...
5 years, 10 months ago (2015-02-19 19:19:33 UTC) #3
mmenke
I had an interview today and a number of other reviews...Still trying to get to ...
5 years, 10 months ago (2015-02-19 19:20:19 UTC) #4
Randy Smith (Not in Mondays)
On 2015/02/19 19:20:19, mmenke wrote: > I had an interview today and a number of ...
5 years, 10 months ago (2015-02-19 19:23:30 UTC) #5
mmenke
No problem! Hrm...1,200 lines of code is small? :) On Thu, Feb 19, 2015 at ...
5 years, 10 months ago (2015-02-19 19:59:12 UTC) #6
Randy Smith (Not in Mondays)
On 2015/02/19 19:59:12, mmenke wrote: > No problem! Hrm...1,200 lines of code is small? :) ...
5 years, 10 months ago (2015-02-19 20:23:01 UTC) #7
mmenke
On 2015/02/19 20:23:01, rdsmith wrote: > On 2015/02/19 19:59:12, mmenke wrote: > > No problem! ...
5 years, 10 months ago (2015-02-19 20:26:26 UTC) #8
mmenke
If this isn't too illuminating, could also try pushing the URL onto the stack. https://codereview.chromium.org/935073003/diff/1/net/sdch/sdch_owner.cc ...
5 years, 10 months ago (2015-02-19 20:42:57 UTC) #9
mmenke
https://codereview.chromium.org/935073003/diff/1/net/sdch/sdch_owner.cc File net/sdch/sdch_owner.cc (right): https://codereview.chromium.org/935073003/diff/1/net/sdch/sdch_owner.cc#newcode159 net/sdch/sdch_owner.cc:159: CHECK(clock_.get()); On 2015/02/19 20:42:57, mmenke wrote: > Should you ...
5 years, 10 months ago (2015-02-19 20:48:42 UTC) #10
Randy Smith (Not in Mondays)
I don't at the moment see what I'd get from looking at the URL; I ...
5 years, 10 months ago (2015-02-19 20:55:32 UTC) #11
mmenke
On 2015/02/19 20:55:32, rdsmith wrote: > I don't at the moment see what I'd get ...
5 years, 10 months ago (2015-02-19 20:59:27 UTC) #12
mmenke
LGTM
5 years, 10 months ago (2015-02-19 21:00:38 UTC) #13
Randy Smith (Not in Mondays)
On 2015/02/19 20:59:27, mmenke wrote: > On 2015/02/19 20:55:32, rdsmith wrote: > > I don't ...
5 years, 10 months ago (2015-02-20 00:46:54 UTC) #15
mmenke
LGTM
5 years, 10 months ago (2015-02-20 15:46:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/935073003/60001
5 years, 10 months ago (2015-02-20 15:55:34 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/60926)
5 years, 10 months ago (2015-02-20 16:05:35 UTC) #20
mmenke
On 2015/02/20 16:05:35, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 10 months ago (2015-02-20 16:31:32 UTC) #21
Randy Smith (Not in Mondays)
On 2015/02/20 16:31:32, mmenke wrote: > On 2015/02/20 16:05:35, I haz the power (commit-bot) wrote: ...
5 years, 10 months ago (2015-02-20 17:26:07 UTC) #23
mmenke
https://codereview.chromium.org/935073003/diff/80001/net/sdch/sdch_owner.cc File net/sdch/sdch_owner.cc (right): https://codereview.chromium.org/935073003/diff/80001/net/sdch/sdch_owner.cc#newcode155 net/sdch/sdch_owner.cc:155: AssertNotDestroyedAndClockNotNull(__LINE__, dictionary_url); Sorry, I really wasn't thinking when I ...
5 years, 10 months ago (2015-02-20 17:30:09 UTC) #24
Randy Smith (Not in Mondays)
On 2015/02/20 17:30:09, mmenke wrote: > https://codereview.chromium.org/935073003/diff/80001/net/sdch/sdch_owner.cc > File net/sdch/sdch_owner.cc (right): > > https://codereview.chromium.org/935073003/diff/80001/net/sdch/sdch_owner.cc#newcode155 > ...
5 years, 10 months ago (2015-02-20 17:34:45 UTC) #25
mmenke
On 2015/02/20 17:34:45, rdsmith wrote: > On 2015/02/20 17:30:09, mmenke wrote: > > https://codereview.chromium.org/935073003/diff/80001/net/sdch/sdch_owner.cc > ...
5 years, 10 months ago (2015-02-20 17:37:43 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/935073003/100001
5 years, 10 months ago (2015-02-20 17:38:35 UTC) #28
Randy Smith (Not in Mondays)
On 2015/02/20 17:37:43, mmenke wrote: > On 2015/02/20 17:34:45, rdsmith wrote: > > On 2015/02/20 ...
5 years, 10 months ago (2015-02-20 17:40:19 UTC) #29
mmenke
On 2015/02/20 17:40:19, rdsmith wrote: > On 2015/02/20 17:37:43, mmenke wrote: > > On 2015/02/20 ...
5 years, 10 months ago (2015-02-20 17:43:11 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-02-20 19:20:55 UTC) #31
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/f5047a459f754c9b64004b00fe00adfdd8d0b37a Cr-Commit-Position: refs/heads/master@{#317364}
5 years, 10 months ago (2015-02-20 19:21:26 UTC) #32
mmenke
On 2015/02/20 19:21:26, I haz the power (commit-bot) wrote: > Patchset 6 (id:??) landed as ...
5 years, 7 months ago (2015-05-22 14:49:26 UTC) #33
Randy Smith (Not in Mondays)
5 years, 7 months ago (2015-05-23 00:03:19 UTC) #34
Message was sent while issue was closed.
On 2015/05/22 14:49:26, mmenke wrote:
> On 2015/02/20 19:21:26, I haz the power (commit-bot) wrote:
> > Patchset 6 (id:??) landed as
> > https://crrev.com/f5047a459f754c9b64004b00fe00adfdd8d0b37a
> > Cr-Commit-Position: refs/heads/master@{#317364}
> 
> Hey randy, elly:  This can be reverted now, as can
> https://codereview.chromium.org/998803003, right?

Arggh, yes, I was going to do that when http://crbug.com/447208 was retired, but
that took a long time and It slipped my mind.  I'll take care of it.

Powered by Google App Engine
This is Rietveld 408576698