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

Issue 15552003: Fix ResourceLoadTiming resolution lose issue (chromium part) (Closed)

Created:
7 years, 7 months ago by Pan
Modified:
7 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix ResourceLoadTiming resolution lose issue (chromium part) To Fix ResourceLoadTiming resolution lose issue, "int" deltas in millisecond will be replaced by "double" monotonicallyIncreasing time in blink. This change remove previous delta calculation in glue, and pass nature monotonicallyIncreasing time to blink. Contributed by pan.deng@intel.com BUG=242452 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202765

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add macros #

Total comments: 1

Patch Set 3 : Modify according to michaeln's comments #

Total comments: 1

Patch Set 4 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -34 lines) Patch
M build/common.gypi View 1 2 5 chunks +9 lines, -0 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 2 3 1 chunk +20 lines, -34 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Pan
Please review. This is glue side change with https://codereview.chromium.org/15265004/ thanks! Pan
7 years, 7 months ago (2013-05-21 09:39:34 UTC) #1
eustas
https://codereview.chromium.org/15552003/diff/1/webkit/glue/weburlloader_impl.cc File webkit/glue/weburlloader_impl.cc (left): https://codereview.chromium.org/15552003/diff/1/webkit/glue/weburlloader_impl.cc#oldcode160 webkit/glue/weburlloader_impl.cc:160: return static_cast<int>((time - base_time).InMillisecondsRoundedUp()); I don't think that storing ...
7 years, 7 months ago (2013-05-21 09:47:37 UTC) #2
Pan
On 2013/05/21 09:47:37, eustas.ru wrote: > https://codereview.chromium.org/15552003/diff/1/webkit/glue/weburlloader_impl.cc > File webkit/glue/weburlloader_impl.cc (left): > > https://codereview.chromium.org/15552003/diff/1/webkit/glue/weburlloader_impl.cc#oldcode160 > ...
7 years, 7 months ago (2013-05-21 12:45:18 UTC) #3
Pan
Add macro and default enable. This CL must be after https://codereview.chromium.org/15265004/. please review :) thanks ...
7 years, 7 months ago (2013-05-22 09:17:36 UTC) #4
James Simonsen
lgtm (not an owner and clueless about compile time flags though) Agreed that a double ...
7 years, 7 months ago (2013-05-22 21:41:05 UTC) #5
Pan
On 2013/05/22 21:41:05, James Simonsen wrote: > lgtm > > (not an owner and clueless ...
7 years, 7 months ago (2013-05-23 03:54:19 UTC) #6
Pan
Hi, @darin, jamesr, kinuko, michaeln, and tony This is the 2nd patch we would like ...
7 years, 7 months ago (2013-05-23 23:47:59 UTC) #7
michaeln
c++ looks ok (modulo the nit), not entirely sure what i'm looking at with the ...
7 years, 7 months ago (2013-05-24 00:46:01 UTC) #8
Pan
> Maybe make a local to help clarify, TimeTicks kNullTIcks, and use that local in ...
7 years, 7 months ago (2013-05-24 01:04:25 UTC) #9
michaeln
code change l g t m but i have no idea if the gpy voodoo ...
7 years, 7 months ago (2013-05-24 19:17:45 UTC) #10
Pan
On 2013/05/24 19:17:45, michaeln wrote: > code change l g t m > > but ...
7 years, 7 months ago (2013-05-27 23:28:30 UTC) #11
michaeln
lgtm
7 years, 6 months ago (2013-05-28 19:01:01 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/15552003/21001
7 years, 6 months ago (2013-05-28 22:29:25 UTC) #13
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-05-28 23:01:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/15552003/21001
7 years, 6 months ago (2013-05-29 02:30:31 UTC) #15
commit-bot: I haz the power
7 years, 6 months ago (2013-05-29 03:54:44 UTC) #16
Message was sent while issue was closed.
Change committed as 202765

Powered by Google App Engine
This is Rietveld 408576698