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

Issue 1860743002: Add a flag to change when android's progress bar completes (Closed)

Created:
4 years, 8 months ago by Nate Chapin
Modified:
4 years, 5 months ago
CC:
blink-reviews, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, gavinp+loader_chromium.org, jam, kingston, kinuko, loading-reviews+fetch_chromium.org, loading-reviews_chromium.org, nasko+codewatch_chromium.org, paulirish, tyoshino+watch_chromium.org, Yoav Weiss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a flag to change when android's progress bar completes The existing behavior is to complete when the top loading frame's load event completes. This adds 2 alternatives: * When the main frame's DOMContentLoaded completes * When the main frame's DOMContentLoaded completes, as well as any images that started before DOMContentLoaded completes BUG=513459 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/98e9bd8599c50b3a9342e6109457982435815c4d Cr-Commit-Position: refs/heads/master@{#402599}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add a flag for android #

Patch Set 3 : #

Total comments: 11

Patch Set 4 : enum classes, et al. #

Total comments: 4

Patch Set 5 : enum class in core/ #

Total comments: 3

Patch Set 6 : Add flag to include same origin iframes #

Total comments: 20

Patch Set 7 : Rebase #

Patch Set 8 : Address comments #

Patch Set 9 : Fix content_browsertest #

Patch Set 10 : Fix a bad merge #

Total comments: 5

Patch Set 11 : Add some comments #

Total comments: 5

Patch Set 12 : Remove unneeded variables on ProgressTracker #

Total comments: 4

Patch Set 13 : Drop some unnecessary changes to ToolbarManagar.java #

Patch Set 14 : Add missing histograms.xml entry #

Patch Set 15 : Add missing flag default #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -130 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +17 lines, -0 lines 0 comments Download
M content/browser/frame_host/frame_tree.cc View 1 2 3 4 5 6 7 8 2 chunks +30 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/content_switches_internal.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/content_switches_internal.cc View 1 2 3 4 5 6 7 1 chunk +20 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 14 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 14 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/web_preferences.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -0 lines 0 comments Download
M content/public/common/web_preferences.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Settings.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Settings.in View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoaderTypes.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ProgressTracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ProgressTracker.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +69 lines, -111 lines 0 comments Download
M third_party/WebKit/Source/web/AssertMatchingEnums.cpp View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebSettingsImpl.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebSettingsImpl.cpp View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebSettings.h View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 102 (42 generated)
paulirish
https://codereview.chromium.org/1860743002/diff/1/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/1/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode153 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:153: return type == Resource::MainResource || type == Resource::Image || ...
4 years, 8 months ago (2016-04-07 21:42:30 UTC) #2
Nate Chapin
dcheng, is this something you're comforable reviewing? https://codereview.chromium.org/1860743002/diff/40001/third_party/WebKit/Source/core/loader/ProgressTracker.h File third_party/WebKit/Source/core/loader/ProgressTracker.h (left): https://codereview.chromium.org/1860743002/diff/40001/third_party/WebKit/Source/core/loader/ProgressTracker.h#oldcode79 third_party/WebKit/Source/core/loader/ProgressTracker.h:79: long long ...
4 years, 7 months ago (2016-05-06 22:19:09 UTC) #6
dcheng
https://codereview.chromium.org/1860743002/diff/40001/content/browser/frame_host/frame_tree.cc File content/browser/frame_host/frame_tree.cc (right): https://codereview.chromium.org/1860743002/diff/40001/content/browser/frame_host/frame_tree.cc#newcode388 content/browser/frame_host/frame_tree.cc:388: } else if (root_ == frame && root_->has_started_loading()) { ...
4 years, 7 months ago (2016-05-10 06:28:50 UTC) #7
Nate Chapin
https://codereview.chromium.org/1860743002/diff/40001/content/browser/frame_host/frame_tree.cc File content/browser/frame_host/frame_tree.cc (right): https://codereview.chromium.org/1860743002/diff/40001/content/browser/frame_host/frame_tree.cc#newcode388 content/browser/frame_host/frame_tree.cc:388: } else if (root_ == frame && root_->has_started_loading()) { ...
4 years, 7 months ago (2016-05-11 00:06:59 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860743002/60001
4 years, 7 months ago (2016-05-11 00:07:14 UTC) #10
dcheng
https://codereview.chromium.org/1860743002/diff/60001/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h File third_party/WebKit/Source/core/loader/FrameLoaderTypes.h (right): https://codereview.chromium.org/1860743002/diff/60001/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h#newcode103 third_party/WebKit/Source/core/loader/FrameLoaderTypes.h:103: enum ProgressBarCompletion { Looks like the PS uploaded didn't ...
4 years, 7 months ago (2016-05-11 01:04:25 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/68273)
4 years, 7 months ago (2016-05-11 03:59:30 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860743002/80001
4 years, 7 months ago (2016-05-11 22:28:40 UTC) #15
Nate Chapin
https://codereview.chromium.org/1860743002/diff/60001/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h File third_party/WebKit/Source/core/loader/FrameLoaderTypes.h (right): https://codereview.chromium.org/1860743002/diff/60001/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h#newcode103 third_party/WebKit/Source/core/loader/FrameLoaderTypes.h:103: enum ProgressBarCompletion { On 2016/05/11 01:04:25, dcheng wrote: > ...
4 years, 7 months ago (2016-05-11 22:28:42 UTC) #16
dcheng
Code changes seem good. Any chance this is testable somehow?
4 years, 7 months ago (2016-05-11 22:37:08 UTC) #17
Nate Chapin
On 2016/05/11 22:37:08, dcheng wrote: > Code changes seem good. > > Any chance this ...
4 years, 7 months ago (2016-05-11 22:40:48 UTC) #18
dcheng
On 2016/05/11 at 22:40:48, japhet wrote: > On 2016/05/11 22:37:08, dcheng wrote: > > Code ...
4 years, 7 months ago (2016-05-11 22:49:34 UTC) #19
ojan
https://codereview.chromium.org/1860743002/diff/80001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/80001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode146 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:146: static bool isParserBlockingOrImage(Resource::Type type) Why do we care about ...
4 years, 7 months ago (2016-05-11 23:48:27 UTC) #20
Nate Chapin
https://codereview.chromium.org/1860743002/diff/80001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/80001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode146 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:146: static bool isParserBlockingOrImage(Resource::Type type) On 2016/05/11 23:48:27, ojan wrote: ...
4 years, 7 months ago (2016-05-11 23:58:53 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/68892)
4 years, 7 months ago (2016-05-12 02:21:13 UTC) #23
ojan
https://codereview.chromium.org/1860743002/diff/80001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/80001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode146 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:146: static bool isParserBlockingOrImage(Resource::Type type) On 2016/05/11 at 23:58:53, Nate ...
4 years, 7 months ago (2016-05-12 03:43:45 UTC) #24
Nate Chapin
Ok, I reworked this with a flag to include same origin iframes. I'm not sure ...
4 years, 6 months ago (2016-06-03 19:07:14 UTC) #25
ojan
l-g-t-m at a high level. I did a reasonable review, but I didn't do a ...
4 years, 6 months ago (2016-06-06 21:14:35 UTC) #27
Nate Chapin
On 2016/06/06 21:14:35, ojan wrote: > l-g-t-m at a high level. I did a reasonable ...
4 years, 6 months ago (2016-06-06 21:25:41 UTC) #28
dcheng
Looks good, just a few small questions. https://codereview.chromium.org/1860743002/diff/100001/content/browser/frame_host/frame_tree.cc File content/browser/frame_host/frame_tree.cc (right): https://codereview.chromium.org/1860743002/diff/100001/content/browser/frame_host/frame_tree.cc#newcode378 content/browser/frame_host/frame_tree.cc:378: if (frame->IsMainFrame() ...
4 years, 6 months ago (2016-06-08 06:54:17 UTC) #29
kinuko
(Finally took a look...) generally looking good to me too, can we update the issue ...
4 years, 6 months ago (2016-06-08 14:26:30 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/160001
4 years, 6 months ago (2016-06-13 17:13:08 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/245643)
4 years, 6 months ago (2016-06-13 18:49:52 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/160001
4 years, 6 months ago (2016-06-13 19:58:52 UTC) #36
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/245777)
4 years, 6 months ago (2016-06-13 21:41:05 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/180001
4 years, 6 months ago (2016-06-14 19:55:05 UTC) #40
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/87569)
4 years, 6 months ago (2016-06-14 22:24:07 UTC) #42
Nate Chapin
https://codereview.chromium.org/1860743002/diff/100001/content/browser/frame_host/frame_tree.cc File content/browser/frame_host/frame_tree.cc (right): https://codereview.chromium.org/1860743002/diff/100001/content/browser/frame_host/frame_tree.cc#newcode377 content/browser/frame_host/frame_tree.cc:377: options == ProgressBarCompletionOptions::RESOURCES_BEFORE_DCL) { On 2016/06/08 14:26:29, kinuko wrote: ...
4 years, 6 months ago (2016-06-14 22:51:46 UTC) #43
kinuko
Looking good to me, I suspect some of the changes marked 'Done' are not reflected ...
4 years, 6 months ago (2016-06-16 05:59:03 UTC) #44
Nate Chapin
https://codereview.chromium.org/1860743002/diff/100001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/100001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode150 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:150: if (m_frame->settings()->progressBarCompletion() != ProgressBarCompletion::LoadEvent && m_finishedParsing) On 2016/06/16 05:59:03, ...
4 years, 6 months ago (2016-06-16 20:58:51 UTC) #45
kinuko
lgtm https://codereview.chromium.org/1860743002/diff/200001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/200001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode73 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:73: , m_progressNotificationTimeInterval(0.1) ...and we could probably clean-up these ...
4 years, 6 months ago (2016-06-17 04:34:50 UTC) #46
dcheng
LGTM as well, with a few small comments. https://codereview.chromium.org/1860743002/diff/180001/third_party/WebKit/public/web/WebSettings.h File third_party/WebKit/public/web/WebSettings.h (right): https://codereview.chromium.org/1860743002/diff/180001/third_party/WebKit/public/web/WebSettings.h#newcode76 third_party/WebKit/public/web/WebSettings.h:76: enum ...
4 years, 6 months ago (2016-06-17 20:53:06 UTC) #47
Nate Chapin
https://codereview.chromium.org/1860743002/diff/200001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp File third_party/WebKit/Source/core/loader/ProgressTracker.cpp (right): https://codereview.chromium.org/1860743002/diff/200001/third_party/WebKit/Source/core/loader/ProgressTracker.cpp#newcode73 third_party/WebKit/Source/core/loader/ProgressTracker.cpp:73: , m_progressNotificationTimeInterval(0.1) On 2016/06/17 20:53:06, dcheng wrote: > On ...
4 years, 6 months ago (2016-06-17 22:25:32 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/220001
4 years, 6 months ago (2016-06-17 22:39:55 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/202880)
4 years, 6 months ago (2016-06-17 22:48:32 UTC) #53
Nate Chapin
tedchoc, do these changes to ToolbarManager.java look ok? Some tweaks were required to handle the ...
4 years, 6 months ago (2016-06-20 17:05:41 UTC) #55
Ted C
Adding mdjones@ as he's looked at progress a bunch recently But I will say that ...
4 years, 6 months ago (2016-06-20 18:06:03 UTC) #57
mdjones
https://codereview.chromium.org/1860743002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java File chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java (right): https://codereview.chromium.org/1860743002/diff/220001/chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java#newcode321 chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java:321: updateLoadProgress(tab.getProgress()); If I'm not mistaken, this should always happen ...
4 years, 6 months ago (2016-06-20 20:58:41 UTC) #58
Nate Chapin
Ok, I double checked, and one of those two changes to ToolbarManager isn't necessary. The ...
4 years, 6 months ago (2016-06-21 21:06:29 UTC) #59
mdjones
lgtm
4 years, 6 months ago (2016-06-21 23:58:17 UTC) #60
Ted C
On 2016/06/21 23:58:17, mdjones wrote: > lgtm rs lgtm
4 years, 6 months ago (2016-06-22 00:01:19 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/240001
4 years, 6 months ago (2016-06-22 23:19:15 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/92286)
4 years, 6 months ago (2016-06-23 01:32:46 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860743002/240001
4 years, 6 months ago (2016-06-23 18:41:40 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/92810)
4 years, 6 months ago (2016-06-23 20:23:50 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1860743002/260001
4 years, 6 months ago (2016-06-24 21:27:06 UTC) #72
Nate Chapin
4 years, 6 months ago (2016-06-24 21:28:05 UTC) #74
Nate Chapin
jwd, would you mind reviewing the histograms.xml change?
4 years, 6 months ago (2016-06-24 21:28:22 UTC) #75
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/93707)
4 years, 6 months ago (2016-06-24 22:59:16 UTC) #77
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1860743002/260001
4 years, 5 months ago (2016-06-27 21:47:03 UTC) #82
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/94545)
4 years, 5 months ago (2016-06-27 23:20:45 UTC) #84
jwd
LGTM with tiny nit: in the 2nd alternative "...as well as and any images..." extra ...
4 years, 5 months ago (2016-06-28 15:45:07 UTC) #85
Nate Chapin
On 2016/06/28 15:45:07, jwd wrote: > LGTM with tiny nit: > in the 2nd alternative ...
4 years, 5 months ago (2016-06-28 19:00:03 UTC) #87
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/1860743002/280001
4 years, 5 months ago (2016-06-28 19:04:46 UTC) #90
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193203)
4 years, 5 months ago (2016-06-28 19:53:47 UTC) #92
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/1860743002/280001
4 years, 5 months ago (2016-06-28 19:57:14 UTC) #94
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193252)
4 years, 5 months ago (2016-06-28 20:38:21 UTC) #96
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/1860743002/280001
4 years, 5 months ago (2016-06-28 22:14:11 UTC) #98
commit-bot: I haz the power
Committed patchset #15 (id:280001)
4 years, 5 months ago (2016-06-28 23:49:21 UTC) #100
commit-bot: I haz the power
4 years, 5 months ago (2016-06-28 23:52:46 UTC) #102
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/98e9bd8599c50b3a9342e6109457982435815c4d
Cr-Commit-Position: refs/heads/master@{#402599}

Powered by Google App Engine
This is Rietveld 408576698