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

Issue 1413593012: Record UMA stats for Blink decoded image orientation (Closed)

Created:
5 years, 1 month ago by rwlbuis
Modified:
5 years, 1 month ago
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, slimming-paint-reviews_chromium.org, dshwang, jchaffraix+rendering, blink-reviews-paint_chromium.org, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record UMA stats for Blink decoded image orientation Record UMA stats for Blink decoded bitmap image orientation values. BUG=158753 Committed: https://crrev.com/7a103b24dadf42f27e914b024977e58ae263a836 Cr-Commit-Position: refs/heads/master@{#360400}

Patch Set 1 #

Patch Set 2 : Fix build #

Patch Set 3 : Different approach #

Total comments: 1

Patch Set 4 : Address review comments #

Patch Set 5 : Rebase patch #

Total comments: 3

Patch Set 6 : Patch for landing #

Patch Set 7 : Fix histograms.xml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M third_party/WebKit/Source/platform/graphics/BitmapImage.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageOrientation.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (17 generated)
rwlbuis
PTAL. I was looking for a place to measure this at creation instead of paint ...
5 years, 1 month ago (2015-11-05 21:38:06 UTC) #4
Noel Gordon
On 2015/11/05 21:38:06, rwlbuis wrote: > PTAL. I was looking for a place to measure ...
5 years, 1 month ago (2015-11-06 00:45:06 UTC) #5
Noel Gordon
You might not be ale to see bug 513512, so the relevant code reviews were: ...
5 years, 1 month ago (2015-11-06 00:55:58 UTC) #6
rwlbuis
On 2015/11/06 00:45:06, noel gordon wrote: > On 2015/11/05 21:38:06, rwlbuis wrote: > > PTAL. ...
5 years, 1 month ago (2015-11-09 16:47:28 UTC) #7
rwlbuis
On 2015/11/09 16:47:28, rwlbuis wrote: > Great idea, I added the histogram change here: > ...
5 years, 1 month ago (2015-11-09 17:03:15 UTC) #10
Noel Gordon
https://codereview.chromium.org/1413593012/diff/40001/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp File third_party/WebKit/Source/platform/graphics/BitmapImage.cpp (right): https://codereview.chromium.org/1413593012/diff/40001/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp#newcode170 third_party/WebKit/Source/platform/graphics/BitmapImage.cpp:170: Platform::current()->histogramEnumeration("Blink.DecodedImageOrientation", m_frames[index].m_orientation.orientation(), OriginLeftBottom + 1); The actual image orientation ...
5 years, 1 month ago (2015-11-10 01:14:56 UTC) #11
rwlbuis
Sorry, for the delay, was at BlinkOn :) On 2015/11/10 01:14:56, noel gordon wrote: > ...
5 years, 1 month ago (2015-11-16 22:02:10 UTC) #16
Noel Gordon
LGTM - blink side seems fine to me. On 2015/11/16 22:02:10, rwlbuis wrote: > Sorry, ...
5 years, 1 month ago (2015-11-16 23:07:56 UTC) #17
rwlbuis
+asvitkine@chromium.org for histograms.xml review.
5 years, 1 month ago (2015-11-16 23:13:32 UTC) #19
Alexei Svitkine (slow)
lgtm % nits https://codereview.chromium.org/1413593012/diff/80001/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp File third_party/WebKit/Source/platform/graphics/BitmapImage.cpp (right): https://codereview.chromium.org/1413593012/diff/80001/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp#newcode371 third_party/WebKit/Source/platform/graphics/BitmapImage.cpp:371: Platform::current()->histogramEnumeration("Blink.DecodedImageOrientation", m_source.orientationAtIndex(0).orientation(), OriginLeftBottom + 1); Nit: ...
5 years, 1 month ago (2015-11-17 22:00:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413593012/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413593012/100001
5 years, 1 month ago (2015-11-18 16:24:57 UTC) #23
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/119788)
5 years, 1 month ago (2015-11-18 16:35:56 UTC) #25
Alexei Svitkine (slow)
** Presubmit ERRORS ** histograms.xml is not formatted correctly; run pretty_print.py to fix On Wed, ...
5 years, 1 month ago (2015-11-18 16:39:18 UTC) #26
Alexei Svitkine (slow)
** Presubmit ERRORS ** histograms.xml is not formatted correctly; run pretty_print.py to fix On Wed, ...
5 years, 1 month ago (2015-11-18 16:39:18 UTC) #27
rwlbuis
On 2015/11/18 16:39:18, Alexei Svitkine (slow) wrote: > ** Presubmit ERRORS ** > histograms.xml is ...
5 years, 1 month ago (2015-11-18 16:41:45 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413593012/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413593012/120001
5 years, 1 month ago (2015-11-18 16:44:20 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/110298)
5 years, 1 month ago (2015-11-18 18:30:34 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413593012/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413593012/120001
5 years, 1 month ago (2015-11-18 18:59:35 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-11-18 20:26:01 UTC) #36
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 20:27:06 UTC) #37
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7a103b24dadf42f27e914b024977e58ae263a836
Cr-Commit-Position: refs/heads/master@{#360400}

Powered by Google App Engine
This is Rietveld 408576698