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

Issue 560283003: Wrong filename on file upload (Closed)

Created:
6 years, 3 months ago by arun87.kumar
Modified:
6 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Extraction of the filename from a URL handles the parameters differently now by returning the string after the last slash till its following semicolon as FileName. BUG=323156 Committed: https://crrev.com/dec80a672081aa2993723e0b9f8ff14a05693505 Cr-Commit-Position: refs/heads/master@{#299848}

Patch Set 1 #

Patch Set 2 : Added unit testcases and modified code accordingly #

Total comments: 10

Patch Set 3 : Applied review comments #

Patch Set 4 : Added deleted line #

Total comments: 2

Patch Set 5 : Updated comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -15 lines) Patch
M url/third_party/mozilla/url_parse.cc View 1 2 3 4 1 chunk +4 lines, -14 lines 0 comments Download
M url/url_parse_unittest.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 24 (4 generated)
arun87.kumar
On 2014/09/11 13:24:24, arun87.kumar wrote: > mailto:arun87.kumar@samsung.com changed reviewers: > + mailto:asanka@chromium.org, mailto:saswat@chromium.org Hi Asanka ...
6 years, 3 months ago (2014-09-11 13:25:31 UTC) #2
Joao da Silva
Most of this code was written by Brett. I think he's the most qualified reviewer ...
6 years, 3 months ago (2014-09-11 13:36:02 UTC) #4
arun87.kumar
On 2014/09/11 13:36:02, Joao da Silva wrote: > Most of this code was written by ...
6 years, 3 months ago (2014-09-11 13:54:45 UTC) #5
brettw
We would need to get some good nit tests for this. Looking at the examples ...
6 years, 3 months ago (2014-09-11 17:06:13 UTC) #6
arun87.kumar
On 2014/09/11 17:06:13, brettw wrote: > We would need to get some good nit tests ...
6 years, 3 months ago (2014-09-12 13:53:40 UTC) #7
arun87.kumar
@brettw, I am newbie to chromium opensource. Please let me know if nit cases are ...
6 years, 3 months ago (2014-09-15 07:27:02 UTC) #8
brettw
https://codereview.chromium.org/560283003/diff/20001/url/third_party/mozilla/url_parse.cc File url/third_party/mozilla/url_parse.cc (right): https://codereview.chromium.org/560283003/diff/20001/url/third_party/mozilla/url_parse.cc#newcode632 url/third_party/mozilla/url_parse.cc:632: if (!is_file_end_fixed && spec[i] == ';') { It seems ...
6 years, 3 months ago (2014-09-16 22:37:10 UTC) #9
arun87.kumar
Dear brettw, Thanks for your valuable comments. Regarding, whether semicolon should be included in the ...
6 years, 3 months ago (2014-09-17 11:39:13 UTC) #10
asanka
https://codereview.chromium.org/560283003/diff/60001/url/third_party/mozilla/url_parse.cc File url/third_party/mozilla/url_parse.cc (right): https://codereview.chromium.org/560283003/diff/60001/url/third_party/mozilla/url_parse.cc#newcode628 url/third_party/mozilla/url_parse.cc:628: // the first one. Update the comment? I'd suggest ...
6 years, 3 months ago (2014-09-17 20:56:25 UTC) #11
arun87.kumar
Dear asanka, Thank you for your valuable comments. Now i understand why Firefox and IE ...
6 years, 3 months ago (2014-09-18 05:24:02 UTC) #12
asanka
On 2014/09/18 05:24:02, arun87.kumar wrote: > Dear asanka, > > Thank you for your valuable ...
6 years, 3 months ago (2014-09-19 18:40:23 UTC) #13
arun87.kumar
Thanks asanka for more detailed information. @brettw, I have included all your suggestions in the ...
6 years, 3 months ago (2014-09-20 06:20:35 UTC) #14
arun87.kumar
On 2014/09/20 06:20:35, arun87.kumar wrote: Added abarth@chromium.org to reviewers list. abarth and brettw@ - PTAL
6 years, 2 months ago (2014-10-06 04:17:52 UTC) #16
brettw
Code looks right, please update the comment. https://codereview.chromium.org/560283003/diff/60001/url/third_party/mozilla/url_parse.cc File url/third_party/mozilla/url_parse.cc (right): https://codereview.chromium.org/560283003/diff/60001/url/third_party/mozilla/url_parse.cc#newcode628 url/third_party/mozilla/url_parse.cc:628: // the ...
6 years, 2 months ago (2014-10-14 18:28:55 UTC) #17
arun87.kumar
On 2014/10/14 18:28:55, brettw wrote: > Code looks right, please update the comment. > > ...
6 years, 2 months ago (2014-10-15 12:02:09 UTC) #18
brettw
lgtm
6 years, 2 months ago (2014-10-15 17:52:44 UTC) #19
brettw
Before you land, can you update the description? The first line should say what's changing ...
6 years, 2 months ago (2014-10-15 17:53:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/560283003/80001
6 years, 2 months ago (2014-10-16 03:20:09 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years, 2 months ago (2014-10-16 05:10:59 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-16 05:11:36 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dec80a672081aa2993723e0b9f8ff14a05693505
Cr-Commit-Position: refs/heads/master@{#299848}

Powered by Google App Engine
This is Rietveld 408576698