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

Issue 8311002: Revert 105669 - Additional infrastructure code supporting the report fraudulent certificate chain... (Closed)

Created:
9 years, 2 months ago by lipalani1
Modified:
9 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Revert 105669 - Additional infrastructure code supporting the report fraudulent certificate chains feature. BUG=99185 Review URL: http://codereview.chromium.org/8055027 TBR=palmer@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105675

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -41 lines) Patch
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 3 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M net/url_request/url_request_context.h View 3 chunks +0 lines, -10 lines 0 comments Download
M net/url_request/url_request_context.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M net/url_request/url_request_context_storage.h View 3 chunks +0 lines, -4 lines 0 comments Download
M net/url_request/url_request_context_storage.cc View 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
lipalani1
9 years, 2 months ago (2011-10-15 17:50:07 UTC) #1
Ryan Sleevi
Investigating on IRC, it seemed that this CL caused chrome-si to jump from 291 to ...
9 years, 2 months ago (2011-10-15 18:10:06 UTC) #2
Chris Palmer
On 2011/10/15 18:10:06, Ryan Sleevi wrote: > Investigating on IRC, it seemed that this CL ...
9 years, 2 months ago (2011-10-15 18:20:12 UTC) #3
Ryan Sleevi
9 years, 2 months ago (2011-10-15 18:26:34 UTC) #4
On 2011/10/15 18:20:12, Chris Palmer wrote:
> Those links are 404 for me. I don't see any static initializers in the code at
> all. How could I possibly fix this? This code is necessary for this feature to
> work.

Click the links in the e-mail. Alternatively, codereview seems to be
double-escaping the percent-2-0 as percent-2-5-2-0, so you should just be able
to delete the 2-5 from the URL. Hopefully that makes sense.

It's not clear to me at all why chrome-si was triggered on this. I've looked
over this CL several times, and the other CL that was in the window when this
triggered (http://crrev.com/105668), and neither triggered.

The sizes script is located in tools/build/scripts/slave/chromium/sizes (note:
this is not under src/, you'll need to explicitly check out it from
http://src.chromium.org/svn/trunk/tools/.../ ). You can run it under Linux and
see.

TBH, this is probably the oddest bloat I've seen - but the sizes step failed
consistently, so I don't believe it's flaky

Note, originally you were reverted because of http://crbug.com/88844, which IS
transient flake, but it just happened that 88844 triggered the same time and for
the same CLs as sizes, and when they were both reverted for 88844, sizes went
green.

Powered by Google App Engine
This is Rietveld 408576698