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

Issue 2877423004: without the plumbing!

Created:
3 years, 7 months ago by alex clarke (OOO till 29th)
Modified:
3 years, 7 months ago
Reviewers:
CC:
chromium-reviews, wjmaclean, jam, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, blink-reviews, apavlov+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

without the plumbing! test BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2277 lines, -7 lines) Patch
M content/browser/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
A content/browser/devtools/devtools_url_interceptor_request_job.h View 1 chunk +179 lines, -0 lines 0 comments Download
A content/browser/devtools/devtools_url_interceptor_request_job.cc View 1 chunk +542 lines, -0 lines 0 comments Download
A content/browser/devtools/devtools_url_request_interceptor.h View 1 chunk +174 lines, -0 lines 0 comments Download
A content/browser/devtools/devtools_url_request_interceptor.cc View 1 chunk +269 lines, -0 lines 0 comments Download
M content/browser/devtools/protocol/network_handler.h View 3 chunks +29 lines, -0 lines 0 comments Download
M content/browser/devtools/protocol/network_handler.cc View 5 chunks +232 lines, -2 lines 0 comments Download
M content/browser/devtools/protocol_config.json View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/storage_partition_impl_map.cc View 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/interception-test.js View 1 chunk +248 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked-expected.txt View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-expected.txt View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-mocked.html View 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-mocked-expected.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-modified.html View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-modified-expected.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception.html View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-expected.txt View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock302.html View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock302-expected.txt View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock404.html View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock404-expected.txt View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-modify-get-to-post.html View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-modify-get-to-post-expected.txt View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/alternative.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/final.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/post-echo.pl View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect-iframe.html View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect1.pl View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect2.pl View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect3.pl View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/resource-iframe.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/test.css View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 3 chunks +76 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/inspector_protocol_config.json View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/NetworkManager.js View 1 chunk +20 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698