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

Issue 6903022: Removed wchar_t from Time::FromString (Closed)

Created:
9 years, 8 months ago by shinyak (Google)
Modified:
9 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, brettw-cc_chromium.org, kkania, Paweł Hajdan Jr.
Visibility:
Public.

Description

Removed wchar_t from Time::FromString. Also, some of the test case are moved from pr_time_unittests to time_unittests. BUG=77962 TEST=base_unittests:TimeTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83048

Patch Set 1 #

Total comments: 3

Patch Set 2 : fixed the pointed problems. #

Total comments: 6

Patch Set 3 : reflected reviewer's comment #

Patch Set 4 : fixed mistakes. #

Total comments: 4

Patch Set 5 : reflected the comments. #

Patch Set 6 : Made file_system_dir_url_request_job_unittest.cc buildable. #

Total comments: 1

Patch Set 7 : Removed unnecessary blankline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -157 lines) Patch
M base/file_util_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M base/metrics/field_trial.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M base/pr_time_unittest.cc View 1 2 2 chunks +1 line, -117 lines 0 comments Download
M base/third_party/nspr/prtime.h View 3 4 1 chunk +1 line, -1 line 0 comments Download
M base/time.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/time.cc View 1 2 2 chunks +7 lines, -5 lines 0 comments Download
M base/time_unittest.cc View 1 2 3 4 5 6 7 chunks +212 lines, -7 lines 0 comments Download
M chrome/browser/web_resource/promo_resource_service.cc View 1 2 3 4 2 chunks +4 lines, -8 lines 0 comments Download
M chrome/common/metrics_helpers.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_headers.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/blob/blob_storage_controller_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job_unittest.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
shinyak (Google)
Brettw, could you review it, please?
9 years, 8 months ago (2011-04-26 00:44:58 UTC) #1
brettw
http://codereview.chromium.org/6903022/diff/1/base/time.cc File base/time.cc (right): http://codereview.chromium.org/6903022/diff/1/base/time.cc#newcode104 base/time.cc:104: if (time_string[0] == '\0') { Be consistent about {} ...
9 years, 8 months ago (2011-04-26 15:33:03 UTC) #2
shinyak (Google)
Brettw, I have fixed the problems you pointed. Also, the year in the license statement ...
9 years, 8 months ago (2011-04-26 16:06:27 UTC) #3
brettw
LGTM
9 years, 8 months ago (2011-04-26 16:32:25 UTC) #4
commit-bot: I haz the power
Change committed as 83048
9 years, 8 months ago (2011-04-26 18:17:06 UTC) #5
wtc
http://codereview.chromium.org/6903022/diff/3001/base/pr_time_unittest.cc File base/pr_time_unittest.cc (left): http://codereview.chromium.org/6903022/diff/3001/base/pr_time_unittest.cc#oldcode278 base/pr_time_unittest.cc:278: } It seems that the last three unit tests, ...
9 years, 5 months ago (2011-07-08 22:49:15 UTC) #6
shinyak (Google)
This previous patch was reverted in r83055, however it is due to clang bug. The ...
9 years, 5 months ago (2011-07-13 14:34:46 UTC) #7
shinyak (Google)
Oops, I mistook uploading wrong base/third_party/nspr/prtime.h. Please wait reviewing until patch set 4... On 2011/07/13 ...
9 years, 5 months ago (2011-07-13 14:39:15 UTC) #8
shinyak (Google)
9 years, 5 months ago (2011-07-13 14:51:14 UTC) #9
wtc
LGTM. I reviewed Patch Set 4. Just two nits below. http://codereview.chromium.org/6903022/diff/8010/base/third_party/nspr/prtime.h File base/third_party/nspr/prtime.h (left): http://codereview.chromium.org/6903022/diff/8010/base/third_party/nspr/prtime.h#oldcode232 ...
9 years, 5 months ago (2011-07-13 17:01:31 UTC) #10
shinyak (Google)
http://codereview.chromium.org/6903022/diff/8010/base/third_party/nspr/prtime.h File base/third_party/nspr/prtime.h (left): http://codereview.chromium.org/6903022/diff/8010/base/third_party/nspr/prtime.h#oldcode232 base/third_party/nspr/prtime.h:232: On 2011/07/13 17:01:31, wtc wrote: > Nit: add this ...
9 years, 5 months ago (2011-07-13 23:28:33 UTC) #11
shinyak (Google)
Could you give LGTM again if OK? I don't have commit right without a commit ...
9 years, 5 months ago (2011-07-22 03:58:20 UTC) #12
brettw
LGTM
9 years, 5 months ago (2011-07-22 15:44:24 UTC) #13
shinyak (Google)
I changed this patch so that the trunk is buildable. Also, I need another LGTM ...
9 years, 5 months ago (2011-07-23 05:22:45 UTC) #14
kinuko
LGTM for webkit/{blob,fileapi} On 2011/07/23 05:22:45, shinyak wrote: > I changed this patch so that ...
9 years, 5 months ago (2011-07-23 08:33:52 UTC) #15
shinyak (Google)
Pawel, I need net/ftp OWNER's LGTM to commit this patch. Only it seems that you ...
9 years, 5 months ago (2011-07-23 08:49:23 UTC) #16
shinyak (Google)
Oops... Only it seems that you are net/ftp's OWNER. -> It seems that only you ...
9 years, 5 months ago (2011-07-23 08:50:16 UTC) #17
wtc
LGTM. shinyak: I am an owner of the src/net module. I reviewed the entire CL. ...
9 years, 5 months ago (2011-07-25 17:25:10 UTC) #18
shinyak (Google)
9 years, 5 months ago (2011-07-26 01:51:32 UTC) #19
shinyak (Google)
I believe I have LGTM for all CL, however I cannot use commit queue. Commit ...
9 years, 5 months ago (2011-07-26 01:56:34 UTC) #20
wtc
shinyak: I think the problem may not be with lacking OWNERS' approval. The problem may ...
9 years, 5 months ago (2011-07-26 17:52:02 UTC) #21
shinyak (Google)
9 years, 5 months ago (2011-07-27 07:15:07 UTC) #22
wtc,

Thanks!
I've moved this issue to http://codereview.chromium.org/7470038/

On 2011/07/26 17:52:02, wtc wrote:
> shinyak: I think the problem may not be with lacking OWNERS' approval.
> The problem may be that this code review is already in the "Closed"
> status.
> 
> You already committed a change (r83048) from this code review.
> I guess you did that using the commit queue.  In that case, you
> need to do "gcl delete <changelist>" in your Chromium source tree
> to manually delete the changelist.  Then, do "gcl change <changelist>"
> to create a new changelist for the follow-up changes.

Powered by Google App Engine
This is Rietveld 408576698