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

Issue 338253007: Revert "DevTools: Load document (html) content from disk cache in page agent enabling." (Closed)

Created:
6 years, 6 months ago by vsevik
Modified:
6 years, 6 months ago
Reviewers:
CC:
blink-reviews, fs, eric.carlson_apple.com, apavlov+blink_chromium.org, aandrey+blink_chromium.org, caseq+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, gavinp+loader_chromium.org, devtools-reviews_chromium.org, nessy, loislo+blink_chromium.org, philipj_slow, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, Nate Chapin, vcarbune.chromium, gavinp+prerender_chromium.org, gasubic, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, sergeyv+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

Revert "DevTools: Load document (html) content from disk cache in page agent enabling." BUG=385549 TBR=pfeldman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176333

Patch Set 1 #

Patch Set 2 : Correct revert #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -1113 lines) Patch
M LayoutTests/FlakyTests View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/SlowTests View 1 chunk +2 lines, -2 lines 0 comments Download
D LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content.html View 1 chunk +0 lines, -56 lines 0 comments Download
D LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/http/tests/inspector-enabled/resource-tree/resources/main-resource-content-frame.html View 1 chunk +0 lines, -5 lines 0 comments Download
D LayoutTests/http/tests/inspector-enabled/resource-tree/resources/main-resource-content-frame-utf8.php View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/http/tests/inspector-enabled/search/sources-search-scope.html View 1 chunk +0 lines, -143 lines 0 comments Download
D LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt View 1 chunk +0 lines, -85 lines 0 comments Download
A + LayoutTests/http/tests/inspector/resource-tree/resources/main-resource-content-frame.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/http/tests/inspector/resource-tree/resources/main-resource-content-frame-utf8.php View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/http/tests/inspector/search/sources-search-scope.html View 2 chunks +12 lines, -16 lines 0 comments Download
A + LayoutTests/http/tests/inspector/search/sources-search-scope-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/linkifier.html View 1 chunk +0 lines, -98 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/linkifier-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html View 1 chunk +0 lines, -82 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html View 1 chunk +0 lines, -71 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html View 1 chunk +0 lines, -84 lines 0 comments Download
D LayoutTests/inspector-enabled/sources/debugger/script-formatter-console-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/linkifier.html View 2 chunks +1 line, -10 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/linkifier-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/sources/debugger/open-close-open-expected.txt View 2 chunks +4 lines, -15 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-1.html View 3 chunks +2 lines, -11 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-1-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4.html View 4 chunks +3 lines, -12 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/script-formatter-console.html View 2 chunks +1 line, -10 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/script-formatter-console-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/core.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 9 chunks +78 lines, -25 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.h View 1 7 chunks +2 lines, -11 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 16 chunks +15 lines, -84 lines 0 comments Download
D Source/core/inspector/InspectorResourceContentLoader.h View 1 chunk +0 lines, -47 lines 0 comments Download
D Source/core/inspector/InspectorResourceContentLoader.cpp View 1 chunk +0 lines, -143 lines 0 comments Download
M Source/core/loader/FrameLoader.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 1 chunk +0 lines, -8 lines 0 comments Download
M Source/devtools/protocol.json View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
vsevik
The CQ bit was checked by vsevik@chromium.org
6 years, 6 months ago (2014-06-17 16:24:43 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vsevik@chromium.org/338253007/20001
6 years, 6 months ago (2014-06-17 16:25:35 UTC) #2
vsevik
6 years, 6 months ago (2014-06-17 16:37:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r176333 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698