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

Issue 444463004: Fix ExternalViewportRectForPrioritizingTiles flakiness on windows (Closed)

Created:
6 years, 4 months ago by hush (inactive)
Modified:
6 years, 4 months ago
CC:
cc-bugs_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix ExternalViewportRectForPrioritizingTiles flakiness on Windows 2 problems here: 1. Setting the frame time to 0 does nothing, because LTHI will read from gfx::FrameTime::Now() instead. Need to start at 1 millisecond. 2. Need to tick the frame timer after SetupDrawPropertiesAndUpdateTiles. BUG=399796 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287536

Patch Set 1 #

Patch Set 2 : begin frame time at 1 millisecond #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M cc/layers/picture_layer_impl_unittest.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
hush (inactive)
The timestamp on windows (or double precision) is not as precise as on Android. And ...
6 years, 4 months ago (2014-08-05 01:17:17 UTC) #1
hush (inactive)
6 years, 4 months ago (2014-08-05 01:18:20 UTC) #2
aelias_OOO_until_Jul13
The idea that timer stuff can cause flakiness makes sense in the abstract, but I ...
6 years, 4 months ago (2014-08-05 02:45:19 UTC) #3
hush (inactive)
On 2014/08/05 02:45:19, aelias wrote: > The idea that timer stuff can cause flakiness makes ...
6 years, 4 months ago (2014-08-05 02:49:16 UTC) #4
aelias_OOO_until_Jul13
Ah, I see, that makes sense. We should stop ever faking to zero then as ...
6 years, 4 months ago (2014-08-05 02:53:40 UTC) #5
hush (inactive)
There are basically 2 problems I think: 1. Setting the frame time to 0 does ...
6 years, 4 months ago (2014-08-05 02:58:23 UTC) #6
hush (inactive)
On 2014/08/05 02:53:40, aelias wrote: > Ah, I see, that makes sense. We should stop ...
6 years, 4 months ago (2014-08-05 02:59:40 UTC) #7
aelias_OOO_until_Jul13
On 2014/08/05 at 02:58:23, hush wrote: > There are basically 2 problems I think: > ...
6 years, 4 months ago (2014-08-05 03:00:16 UTC) #8
hush (inactive)
Updated the issue description and made the timer start at 1.
6 years, 4 months ago (2014-08-05 03:16:38 UTC) #9
aelias_OOO_until_Jul13
lgtm
6 years, 4 months ago (2014-08-05 03:33:41 UTC) #10
hush (inactive)
The CQ bit was checked by hush@chromium.org
6 years, 4 months ago (2014-08-05 03:51:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/444463004/20001
6 years, 4 months ago (2014-08-05 03:53:17 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-05 06:55:58 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 08:24:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/1153)
6 years, 4 months ago (2014-08-05 08:24:53 UTC) #15
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 4 months ago (2014-08-05 13:16:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/444463004/20001
6 years, 4 months ago (2014-08-05 13:17:29 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-08-05 14:01:35 UTC) #18
Message was sent while issue was closed.
Change committed as 287536

Powered by Google App Engine
This is Rietveld 408576698