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

Issue 2182213006: [Devtools] Fix multi-line curl copy response when multi-part-form (Closed)

Created:
4 years, 4 months ago by allada
Modified:
4 years, 1 month ago
Reviewers:
lushnikov
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, sergeyv+blink_chromium.org, pfeldman, 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] Fix multi-line curl copy response when multi-part-form This patch fixes a bug with windows where when a user would copy command as curl from devtools network panel it would not copy properly if data in the request had multiple lines. BUG=505391 Committed: https://crrev.com/5a7bfc91402498a035371bbaa99765444732e75a Cr-Commit-Position: refs/heads/master@{#409073}

Patch Set 1 : Fixed windows curl with multi-line #

Total comments: 4

Patch Set 2 : Fixed windows curl with multi-line #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -55 lines) Patch
M third_party/WebKit/LayoutTests/inspector/curl-command.html View 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/curl-command-expected.txt View 1 chunk +42 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt View 1 chunk +0 lines, -13 lines 2 comments Download
D third_party/WebKit/LayoutTests/platform/win/inspector/curl-command-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 1 chunk +29 lines, -14 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
allada
PTL
4 years, 4 months ago (2016-07-27 18:19:18 UTC) #4
lushnikov
https://codereview.chromium.org/2182213006/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js (right): https://codereview.chromium.org/2182213006/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js#newcode1367 third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js:1367: recognized by both cmd.exe and MS Crt arguments parser. ...
4 years, 4 months ago (2016-07-27 20:16:18 UTC) #5
allada
PTL https://codereview.chromium.org/2182213006/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js (right): https://codereview.chromium.org/2182213006/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js#newcode1367 third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js:1367: recognized by both cmd.exe and MS Crt arguments ...
4 years, 4 months ago (2016-07-27 22:28:00 UTC) #6
lushnikov
well, as far as it works.. lgtm https://codereview.chromium.org/2182213006/diff/60001/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt File third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt (left): https://codereview.chromium.org/2182213006/diff/60001/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt#oldcode1 third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt:1: Tests curl ...
4 years, 4 months ago (2016-07-30 00:34:54 UTC) #7
allada
https://codereview.chromium.org/2182213006/diff/60001/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt File third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt (left): https://codereview.chromium.org/2182213006/diff/60001/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt#oldcode1 third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt:1: Tests curl command generation On 2016/07/30 00:34:54, lushnikov wrote: ...
4 years, 4 months ago (2016-08-01 19:01:03 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/2182213006/60001
4 years, 4 months ago (2016-08-01 19:01:40 UTC) #10
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js: While running git apply --index -3 -p1; error: patch ...
4 years, 4 months ago (2016-08-01 22:33:13 UTC) #12
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/5a7bfc91402498a035371bbaa99765444732e75a Cr-Commit-Position: refs/heads/master@{#409073}
4 years, 4 months ago (2016-08-01 22:38:56 UTC) #14
wOxxOm
4 years, 1 month ago (2016-10-25 01:38:28 UTC) #15
Message was sent while issue was closed.
This patch wrongly escapes & inside doublequoted strings, see
https://crbug.com/658956

Powered by Google App Engine
This is Rietveld 408576698