Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13213)

Issue 6001045: Web Inspector: extract network request (part 1)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by pfeldman
Modified:
8 years, 5 months ago
Reviewers:
Base URL:
http://svn.webkit.org/repository/webkit/trunk
Visibility:
Public.

Description

Web Inspector: extract network request (part 1) BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1249 lines, -1141 lines) Patch
M LayoutTests/http/tests/inspector/network-preflight-options.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/inspector/network-test.js View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type.html View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/download.html View 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-cachedresources-with-same-urls.html View 2 chunks +12 lines, -12 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-content-replacement-embed.html View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-content-replacement-xhr.html View 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html View 2 chunks +9 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-disable-cache-memory.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-disable-cache-xhrs.html View 2 chunks +16 lines, -16 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-embed.html View 1 chunk +17 lines, -17 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-empty-xhr.html View 2 chunks +9 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete.html View 1 chunk +14 lines, -14 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-initiator.html View 2 chunks +18 lines, -18 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-initiator-from-console.html View 2 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-request-revision-content.html View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-shared-worker.html View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-sidebar-width.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-size.html View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-size-chunked.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-size-sync.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-timing.html View 1 chunk +11 lines, -11 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-worker.html View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-xhr-async.html View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-xhr-same-url-as-main-resource.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-xhr-sync.html View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/ping.html View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/x-frame-options-deny.html View 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/inspector/resource-har-conversion.html View 1 chunk +11 lines, -11 lines 0 comments Download
M LayoutTests/http/tests/inspector/resource-har-headers.html View 1 chunk +25 lines, -25 lines 0 comments Download
M LayoutTests/http/tests/inspector/resource-har-pages.html View 2 chunks +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/inspector/resource-parameters.html View 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/inspector/debugger/source-frame.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/network-status-non-http.html View 3 chunks +9 lines, -9 lines 0 comments Download
M Source/WebCore/WebCore.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/WebCore.vcproj/WebCore.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/WebCore/inspector/compile-front-end.py View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/WebCore/inspector/front-end/AuditLauncherView.js View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/WebCore/inspector/front-end/AuditRules.js View 29 chunks +147 lines, -144 lines 0 comments Download
M Source/WebCore/inspector/front-end/AuditsPanel.js View 4 chunks +16 lines, -7 lines 0 comments Download
M Source/WebCore/inspector/front-end/ConsoleMessage.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/inspector/front-end/ConsoleModel.js View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/WebCore/inspector/front-end/DebuggerPresentationModel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/inspector/front-end/ExtensionServer.js View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/WebCore/inspector/front-end/HAREntry.js View 17 chunks +46 lines, -46 lines 0 comments Download
M Source/WebCore/inspector/front-end/NetworkItemView.js View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/WebCore/inspector/front-end/NetworkLog.js View 6 chunks +36 lines, -24 lines 0 comments Download
M Source/WebCore/inspector/front-end/NetworkManager.js View 17 chunks +143 lines, -142 lines 0 comments Download
M Source/WebCore/inspector/front-end/NetworkPanel.js View 58 chunks +322 lines, -325 lines 0 comments Download
A Source/WebCore/inspector/front-end/NetworkRequest.js View 1 chunk +55 lines, -0 lines 0 comments Download
M Source/WebCore/inspector/front-end/RawSourceCode.js View 4 chunks +12 lines, -9 lines 0 comments Download
M Source/WebCore/inspector/front-end/Resource.js View 11 chunks +24 lines, -14 lines 0 comments Download
M Source/WebCore/inspector/front-end/ResourceCookiesView.js View 3 chunks +9 lines, -8 lines 0 comments Download
M Source/WebCore/inspector/front-end/ResourceHeadersView.js View 8 chunks +31 lines, -30 lines 0 comments Download
M Source/WebCore/inspector/front-end/ResourceScriptMapping.js View 2 chunks +8 lines, -4 lines 0 comments Download
M Source/WebCore/inspector/front-end/ResourceTimingView.js View 3 chunks +28 lines, -27 lines 0 comments Download
M Source/WebCore/inspector/front-end/ResourceTreeModel.js View 6 chunks +32 lines, -15 lines 0 comments Download
M Source/WebCore/inspector/front-end/ResourceUtils.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/inspector/front-end/ResourcesPanel.js View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/WebCore/inspector/front-end/WebKit.qrc View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/inspector/front-end/externs.js View 2 chunks +1 line, -8 lines 0 comments Download
M Source/WebCore/inspector/front-end/inspector.html View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/inspector/front-end/inspector.js View 2 chunks +2 lines, -7 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b