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

Issue 2581983002: Fix Incorrect date/time info under chrome://crashes. (Closed)

Created:
4 years ago by Jia
Modified:
3 years, 11 months ago
Reviewers:
PhistucK, Wez
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix Incorrect date/time info under chrome://crashes. This cl patches in the solution devised by phistuck@gmail.com. See bug 674249 for detail. BUG=674249

Patch Set 1 #

Patch Set 2 : Change the placeholder of upload time. #

Patch Set 3 : Patch in more changes suggested by phistuck@gmail.com. #

Total comments: 2

Patch Set 4 : Split crash+upload into two separate strings. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M components/crash/core/browser/crashes_ui_util.cc View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M components/crash/core/browser/resources/crashes.js View 1 2 3 1 chunk +12 lines, -5 lines 1 comment Download
M components/crash_strings.grdp View 1 2 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 56 (17 generated)
Jia
Hello, I've patched in the change you've suggested. Please review. Thanks, Jia
4 years ago (2016-12-16 10:46:53 UTC) #7
PhistucK
That looks good! Thank you! Can you just test it first?
4 years ago (2016-12-16 11:24:35 UTC) #8
PhistucK
On 2016/12/16 11:24:35, PhistucK wrote: > That looks good! Thank you! > > Can you ...
4 years ago (2016-12-16 21:38:39 UTC) #9
Jia
On 2016/12/16 21:38:39, PhistucK wrote: > On 2016/12/16 11:24:35, PhistucK wrote: > > That looks ...
4 years ago (2016-12-16 22:17:44 UTC) #12
PhistucK
On 2016/12/16 22:17:44, Jia wrote: > On 2016/12/16 21:38:39, PhistucK wrote: > > On 2016/12/16 ...
4 years ago (2016-12-16 22:21:43 UTC) #13
Jia
On 2016/12/16 22:21:43, PhistucK wrote: > On 2016/12/16 22:17:44, Jia wrote: > > On 2016/12/16 ...
4 years ago (2016-12-18 23:12:44 UTC) #16
PhistucK
On 2016/12/18 23:12:44, Jia wrote: > On 2016/12/16 22:21:43, PhistucK wrote: > > On 2016/12/16 ...
4 years ago (2016-12-19 06:40:26 UTC) #17
PhistucK
I am trying to figure out how to detect that capture_time does not exist (the ...
4 years ago (2016-12-20 07:37:46 UTC) #18
Wez
On 2016/12/20 07:37:46, PhistucK wrote: > I am trying to figure out how to detect ...
4 years ago (2016-12-20 19:19:55 UTC) #19
PhistucK
On 2016/12/20 19:19:55, Wez wrote: > On 2016/12/20 07:37:46, PhistucK wrote: > > I am ...
4 years ago (2016-12-20 19:29:56 UTC) #20
PhistucK
I tried http://webcompiler.cloudapp.net/ using this small code - #include <string> #include <iostream> using namespace std; ...
4 years ago (2016-12-20 20:44:13 UTC) #21
Jia
On 2016/12/20 20:44:13, PhistucK wrote: > I tried http://webcompiler.cloudapp.net/ using this small code - > ...
4 years ago (2016-12-21 00:12:53 UTC) #26
PhistucK
That looks right, thank you!
3 years, 12 months ago (2016-12-21 16:28:24 UTC) #27
Jia
On 2016/12/21 16:28:24, PhistucK wrote: > That looks right, thank you!
3 years, 12 months ago (2016-12-21 22:05:45 UTC) #28
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/2581983002/40001
3 years, 12 months ago (2016-12-21 22:06:27 UTC) #30
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 12 months ago (2016-12-21 22:06:29 UTC) #32
Jia
Would you please LGTM the cl? Thanks! Jia
3 years, 12 months ago (2016-12-21 22:07:14 UTC) #33
Wez
https://codereview.chromium.org/2581983002/diff/40001/components/crash/core/browser/resources/crashes.js File components/crash/core/browser/resources/crashes.js (right): https://codereview.chromium.org/2581983002/diff/40001/components/crash/core/browser/resources/crashes.js#newcode68 components/crash/core/browser/resources/crashes.js:68: crash.upload_time); My suggestion was actually to have two *separate* ...
3 years, 12 months ago (2016-12-22 03:03:13 UTC) #35
Jia
On 2016/12/22 03:03:13, Wez wrote: > https://codereview.chromium.org/2581983002/diff/40001/components/crash/core/browser/resources/crashes.js > File components/crash/core/browser/resources/crashes.js (right): > > https://codereview.chromium.org/2581983002/diff/40001/components/crash/core/browser/resources/crashes.js#newcode68 > ...
3 years, 12 months ago (2016-12-22 04:16:08 UTC) #36
Jia
Thanks! I've made the changes, PTAL. Also, I guess crash_strings.grdp doesn't need to be changed? ...
3 years, 12 months ago (2016-12-22 04:16:55 UTC) #37
PhistucK
On 2016/12/22 04:16:55, Jia wrote: > Thanks! I've made the changes, PTAL. > Also, I ...
3 years, 12 months ago (2016-12-22 05:27:06 UTC) #38
Wez
On 2016/12/22 05:27:06, PhistucK wrote: > On 2016/12/22 04:16:55, Jia wrote: > > Thanks! I've ...
3 years, 12 months ago (2016-12-22 19:34:14 UTC) #39
PhistucK
On 2016/12/22 19:34:14, Wez wrote: > On 2016/12/22 05:27:06, PhistucK wrote: > > On 2016/12/22 ...
3 years, 12 months ago (2016-12-22 19:40:25 UTC) #40
Wez
On 22 December 2016 at 11:40, <phistuck@gmail.com> wrote: [snip] > On 2016/12/22 19:34:14, Wez wrote: ...
3 years, 12 months ago (2016-12-22 19:54:03 UTC) #41
PhistucK
On 2016/12/22 19:54:03, Wez wrote: > On 22 December 2016 at 11:40, <mailto:phistuck@gmail.com> wrote: > ...
3 years, 12 months ago (2016-12-22 22:18:18 UTC) #42
PhistucK
A friendly ping, Wez. :)
3 years, 11 months ago (2016-12-27 08:17:16 UTC) #43
Wez
On 2016/12/22 22:18:18, PhistucK wrote: > On 2016/12/22 19:54:03, Wez wrote: > > On 22 ...
3 years, 11 months ago (2016-12-27 21:46:50 UTC) #44
Wez
https://codereview.chromium.org/2581983002/diff/60001/components/crash/core/browser/resources/crashes.js File components/crash/core/browser/resources/crashes.js (right): https://codereview.chromium.org/2581983002/diff/60001/components/crash/core/browser/resources/crashes.js#newcode67 components/crash/core/browser/resources/crashes.js:67: date.textContent += loadTimeData.getStringF('crashUploadTimeFormat', Note that the format strings don't ...
3 years, 11 months ago (2016-12-27 21:47:12 UTC) #45
PhistucK
I will comment (or make changes, after reading everything one more time) more thoroughly tomorrow, ...
3 years, 11 months ago (2016-12-27 21:53:02 UTC) #46
Wez
On 2016/12/27 21:53:02, PhistucK wrote: > I will comment (or make changes, after reading everything ...
3 years, 11 months ago (2016-12-27 22:18:24 UTC) #47
PhistucK
On 2016/12/27 22:18:24, Wez wrote: > On 2016/12/27 21:53:02, PhistucK wrote: > > I will ...
3 years, 11 months ago (2016-12-27 22:20:51 UTC) #48
Wez
Yeah, I'm wondering if Breakpad itself actually only reports the uploaded crashes to chrome://crashes, while ...
3 years, 11 months ago (2016-12-27 22:23:42 UTC) #49
Jia
On 2016/12/27 22:23:42, Wez wrote: > Yeah, I'm wondering if Breakpad itself actually only reports ...
3 years, 11 months ago (2016-12-28 01:35:15 UTC) #50
PhistucK
On 2016/12/28 01:35:15, Jia wrote: > On 2016/12/27 22:23:42, Wez wrote: > > Yeah, I'm ...
3 years, 11 months ago (2016-12-28 06:39:56 UTC) #51
Jia
On 2016/12/28 06:39:56, PhistucK wrote: > On 2016/12/28 01:35:15, Jia wrote: > > On 2016/12/27 ...
3 years, 11 months ago (2016-12-28 09:23:54 UTC) #52
Wez
FYI: Closing since we have the new layout landed - thanks for working on this!
3 years, 11 months ago (2017-01-12 21:13:21 UTC) #53
Jia
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2622363006/ by jiameng@chromium.org. ...
3 years, 11 months ago (2017-01-12 22:18:04 UTC) #54
Wez
This CL never landed, so no need to revert, surely? On 12 Jan 2017 2:18 ...
3 years, 11 months ago (2017-01-12 22:23:18 UTC) #55
chromium-reviews
3 years, 11 months ago (2017-01-12 22:42:25 UTC) #56
Message was sent while issue was closed.
I've closed it, thanks!
Jia

On Fri, Jan 13, 2017 at 9:23 AM, Wez <wez@chromium.org> wrote:

> This CL never landed, so no need to revert, surely?
>
> On 12 Jan 2017 2:18 pm, <jiameng@chromium.org> wrote:
>
>> A revert of this CL (patchset #4 id:60001) has been created in
>> https://codereview.chromium.org/2622363006/ by jiameng@chromium.org.
>>
>> The reason for reverting is: Drop this cl because new layout was set up
>> in a
>> separately cl..
>>
>> https://codereview.chromium.org/2581983002/
>>
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698