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

Issue 2567983004: color: Add histograms for gamut (Closed)

Created:
4 years ago by hubbe
Modified:
4 years ago
CC:
chromium-reviews, krit, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, pdr+graphicswatchlist_chromium.org, jbroman, Justin Novosad, Rik, f(malita), asvitkine+watch_chromium.org, blink-reviews, danakj+watch_chromium.org, ajuma+watch_chromium.org, Stephen Chennney, rwlbuis, ccameron
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

color: Add histograms for gamut Add histograms recording color gamut information about images and screens. BUG=667431 Committed: https://crrev.com/487d13845d53146564b64659c9a9611c93e23e22 Cr-Commit-Position: refs/heads/master@{#438715}

Patch Set 1 #

Patch Set 2 : add ProPhoto + bugfix #

Total comments: 2

Patch Set 3 : fix GamutEnd #

Patch Set 4 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -6 lines) Patch
M third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h View 1 2 1 chunk +19 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.cpp View 1 3 chunks +58 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 48 (27 generated)
hubbe
4 years ago (2016-12-12 23:21:33 UTC) #3
hubbe
4 years ago (2016-12-13 01:18:53 UTC) #8
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/2567983004/diff/20001/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h File third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h (right): https://codereview.chromium.org/2567983004/diff/20001/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h#newcode62 third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h:62: GamutEnd = GamutBT2020 + 1, GamutEnd looks incorrectly computed. ...
4 years ago (2016-12-13 01:45:52 UTC) #9
Ken Russell (switch to Gerrit)
Also, could you please reference a bug ID?
4 years ago (2016-12-13 01:46:29 UTC) #11
hubbe
Added BUG https://codereview.chromium.org/2567983004/diff/20001/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h File third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h (right): https://codereview.chromium.org/2567983004/diff/20001/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h#newcode62 third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h:62: GamutEnd = GamutBT2020 + 1, On 2016/12/13 ...
4 years ago (2016-12-13 04:15:18 UTC) #17
Ken Russell (switch to Gerrit)
Issue 44872 has been closed as a duplicate. Could you refer to an open bug ...
4 years ago (2016-12-13 07:20:14 UTC) #20
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/2567983004/40001
4 years ago (2016-12-13 07:22:18 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/324523)
4 years ago (2016-12-13 07:30:11 UTC) #25
msarett1
Cool, glad we're measuring this! lgtm
4 years ago (2016-12-13 16:00:08 UTC) #26
ccameron
Could we histogram the continuous variable instead?
4 years ago (2016-12-13 16:56:41 UTC) #28
hubbe
On 2016/12/13 16:56:41, ccameron (OOO til 12-19) wrote: > Could we histogram the continuous variable ...
4 years ago (2016-12-13 18:09:18 UTC) #29
hubbe
+rkaplow for histograms.xml
4 years ago (2016-12-13 18:37:33 UTC) #31
hubbe
+ jwd for histograms.xml
4 years ago (2016-12-14 18:38:04 UTC) #33
rkaplow
lgtm enum version looks good. you could make a numeric histogram that tracks the continuous ...
4 years ago (2016-12-14 20:54:10 UTC) #34
hubbe
On 2016/12/14 20:54:10, rkaplow wrote: > lgtm > > enum version looks good. > > ...
4 years ago (2016-12-14 20:56:59 UTC) #35
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/2567983004/40001
4 years ago (2016-12-14 20:57:54 UTC) #37
rkaplow
lgtm in that case giving a clear definition client side and using that as you ...
4 years ago (2016-12-14 20:58:28 UTC) #38
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-14 23:13:35 UTC) #40
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/2567983004/60001
4 years ago (2016-12-15 00:08:26 UTC) #43
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-15 01:59:15 UTC) #46
commit-bot: I haz the power
4 years ago (2016-12-15 02:00:37 UTC) #48
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/487d13845d53146564b64659c9a9611c93e23e22
Cr-Commit-Position: refs/heads/master@{#438715}

Powered by Google App Engine
This is Rietveld 408576698