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

Issue 1497423002: Revert of Downgrade lock icon for broken-HTTPS subresources (Closed)

Created:
5 years ago by estark
Modified:
5 years ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, jam, Nate Chapin, loading-reviews_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, tyoshino+watch_chromium.org, Yoav Weiss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Downgrade lock icon for broken-HTTPS subresources (patchset #11 id:200001 of https://codereview.chromium.org/1415923015/ ) Reason for revert: Speculatively reverting to see if it makes https://code.google.com/p/chromium/issues/detail?id=565540 go away Note that this revert preserves the histogrammed bad_message.h value that was added in CL 1415923015 Original issue's description: > Downgrade lock icon for broken-HTTPS subresources > > This CL attaches a boolean to resource responses to indicate if they > have certificate errors. If Blink sees a resource with a cert error, it > notifies the renderer via FrameLoaderClient, who then notifies the > browser, who treats the situation like mixed content. > > The browser (//content) ignores subresources with cert errors on HTTP > pages, and subresources with the same cert errors as the main > resource. This allows embedders to distinguish broken-HTTPS foo.com with > a subresource from broken-HTTPS bar.com and broken-HTTPS foo.com with a > subresource from broken-HTTPS foo.com. > > BUG=477868 > > Committed: https://crrev.com/8bfb78c859ab5993eada6db30e4de50aa7403f1c > Cr-Commit-Position: refs/heads/master@{#362246} TBR=jochen@chromium.org,jww@chromium.org,mkwst@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=477868 Committed: https://crrev.com/51ea371ad45bb5887dacf7fca6fe0feef8941262 Cr-Commit-Position: refs/heads/master@{#363388}

Patch Set 1 #

Patch Set 2 : fix conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -378 lines) Patch
M chrome/browser/ssl/ssl_browser_tests.cc View 1 4 chunks +36 lines, -69 lines 0 comments Download
D chrome/test/data/ssl/page_with_dynamic_unsafe_image.html View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/data/ssl/page_with_unsafe_image.html View 1 chunk +0 lines, -14 lines 0 comments Download
M content/browser/loader/resource_loader.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/ssl/ssl_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/ssl/ssl_manager.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M content/browser/ssl/ssl_policy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_policy.cc View 1 2 chunks +11 lines, -7 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 1 chunk +1 line, -7 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 3 chunks +3 lines, -40 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/common/frame_messages.h View 1 1 chunk +1 line, -14 lines 0 comments Download
M content/common/resource_messages.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/resource_response.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/common/resource_response_info.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/common/resource_response_info.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 1 chunk +0 lines, -10 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 3 chunks +1 line, -60 lines 0 comments Download
M third_party/WebKit/Source/core/loader/EmptyClients.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoaderClient.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/loader/MixedContentChecker.h View 1 3 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/MixedContentChecker.cpp View 1 1 chunk +0 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp View 1 2 chunks +0 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLResponse.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.h View 1 3 chunks +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.cpp View 1 4 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/public/platform/WebURLResponse.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 1 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
estark
Created Revert of Downgrade lock icon for broken-HTTPS subresources
5 years ago (2015-12-05 00:21:33 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497423002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497423002/1
5 years ago (2015-12-05 00:25:00 UTC) #2
commit-bot: I haz the power
Failed to apply patch for content/browser/bad_message.h: While running git apply --index -3 -p1; error: patch ...
5 years ago (2015-12-05 00:29:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497423002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497423002/300001
5 years ago (2015-12-07 00:26:09 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:300001)
5 years ago (2015-12-07 00:27:41 UTC) #9
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/51ea371ad45bb5887dacf7fca6fe0feef8941262 Cr-Commit-Position: refs/heads/master@{#363388}
5 years ago (2015-12-07 00:28:25 UTC) #11
estark
5 years ago (2015-12-09 18:42:57 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:300001) has been created in
https://codereview.chromium.org/1506203004/ by estark@chromium.org.

The reason for reverting is: Relanding since the speculative revert didn't seem
to help with crbug.com/565540.

Powered by Google App Engine
This is Rietveld 408576698