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

Issue 1609973002: DevTools: promisify ContentProvider.requestContent and all its clients. (Closed)

Created:
4 years, 11 months ago by lushnikov
Modified:
4 years, 11 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, extensions-reviews_chromium.org, caseq+blink_chromium.org, blink-reviews-style_chromium.org, tfarina, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: promisify ContentProvider.requestContent and all its clients. R=pfeldman, dgozman Committed: https://crrev.com/0dbfb9d1a274bcd95446e82e88820b831bee34f0 Cr-Commit-Position: refs/heads/master@{#370790}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : rebaseline #

Total comments: 13

Patch Set 4 : address comments #

Patch Set 5 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -256 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping.html View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js View 2 chunks +8 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cachedresources-with-same-urls.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-clear-cache.html-disabled View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-content-replacement-xhr.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-memory.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-xhrs.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-eventsource.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-fetch.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-image-404.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-imported-resource-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-request-revision-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-async.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-async-double.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-async-response-type-blob.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-binary-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-body.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-method.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-sync.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-response.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet.html View 1 chunk +9 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sass/test-mapping-good.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/debugger-reload-breakpoints-with-source-maps.html View 1 chunk +11 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html View 2 chunks +30 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code-display-name.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html View 1 2 3 7 chunks +47 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html View 5 chunks +35 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/ContentProviderBasedProject.js View 1 chunk +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js View 1 2 3 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/common/ContentProvider.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/common/StaticContentProvider.js View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/HandlerRegistry.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/HARWriter.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkItemView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js View 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/ResourceWebSocketFrameView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/FileContentView.js View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/CSSParser.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/NetworkRequest.js View 1 chunk +9 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/Resource.js View 3 chunks +9 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/Script.js View 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/source_frame/FontView.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/source_frame/ImageView.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/RevisionHistoryView.js View 1 2 3 2 chunks +6 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js View 1 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesSearchScope.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js View 9 chunks +38 lines, -32 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
lushnikov
ptal
4 years, 11 months ago (2016-01-20 01:50:52 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1609973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1609973002/40001
4 years, 11 months ago (2016-01-20 01:55:56 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/81576) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 11 months ago (2016-01-20 02:30:21 UTC) #5
pfeldman
(+389 lines, -305 lines) - seems like a negative net. why is it necessary?
4 years, 11 months ago (2016-01-20 04:03:57 UTC) #6
lushnikov
On 2016/01/20 04:03:57, pfeldman wrote: > (+389 lines, -305 lines) - seems like a negative ...
4 years, 11 months ago (2016-01-20 08:04:52 UTC) #7
pfeldman
https://codereview.chromium.org/1609973002/diff/40001/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html File third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html (right): https://codereview.chromium.org/1609973002/diff/40001/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html#newcode54 third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html:54: formatVisibleSourceFrame(uiSourceCodeScriptFormatted); InspectorTest.showScriptSource https://codereview.chromium.org/1609973002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html File third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html (right): https://codereview.chromium.org/1609973002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html#newcode173 third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html:173: resourceScriptMapping.scriptFile(uiSourceCode).checkMapping().then(onMappingChecked1); ...
4 years, 11 months ago (2016-01-20 19:23:51 UTC) #8
lushnikov
https://codereview.chromium.org/1609973002/diff/40001/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html File third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html (right): https://codereview.chromium.org/1609973002/diff/40001/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html#newcode54 third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html:54: formatVisibleSourceFrame(uiSourceCodeScriptFormatted); On 2016/01/20 19:23:51, pfeldman wrote: > InspectorTest.showScriptSource Done. ...
4 years, 11 months ago (2016-01-20 23:35:58 UTC) #9
pfeldman
lgtm
4 years, 11 months ago (2016-01-21 19:25:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1609973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1609973002/80001
4 years, 11 months ago (2016-01-21 19:27:37 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-21 21:28:07 UTC) #13
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 21:29:42 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0dbfb9d1a274bcd95446e82e88820b831bee34f0
Cr-Commit-Position: refs/heads/master@{#370790}

Powered by Google App Engine
This is Rietveld 408576698