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

Issue 2697403003: DevTools: "Delete File" in navigator should actually delete a file (Closed)

Created:
3 years, 10 months ago by lushnikov
Modified:
3 years, 10 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: "Delete File" in navigator should actually delete a file The IsolatedFileSystem failed to delete a file since it expects a relative URL to be passed in. BUG=693258 R=dgozman, pfeldman Review-Url: https://codereview.chromium.org/2697403003 Cr-Commit-Position: refs/heads/master@{#451243} Committed: https://chromium.googlesource.com/chromium/src/+/3bdfccc8b18cf18642fc48056a7a58d07f01265a

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -21 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file.html View 1 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/ContentProviderBasedProject.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js View 1 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js View 1 2 chunks +5 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/Workspace.js View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
lushnikov
please, tkae a look
3 years, 10 months ago (2017-02-16 23:48:43 UTC) #1
dgozman
Let's add a test with mock file system - should be pretty straightforward. https://codereview.chromium.org/2697403003/diff/1/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js File ...
3 years, 10 months ago (2017-02-17 01:13:12 UTC) #4
lushnikov
all done, please tkae another look https://codereview.chromium.org/2697403003/diff/1/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js File third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js (right): https://codereview.chromium.org/2697403003/diff/1/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js#newcode547 third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js:547: deleteFile(path) { On ...
3 years, 10 months ago (2017-02-17 01:57:47 UTC) #5
dgozman
lgtm
3 years, 10 months ago (2017-02-17 02:42:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697403003/20001
3 years, 10 months ago (2017-02-17 04:06:22 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-17 06:20:57 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/3bdfccc8b18cf18642fc48056a7a...

Powered by Google App Engine
This is Rietveld 408576698