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

Issue 2636533002: Revert of Implement color management for ImageData

Created:
3 years, 11 months ago by sullivan
Modified:
3 years, 11 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Implement color management for ImageData (patchset #11 id:440001 of https://codereview.chromium.org/2555213002/ ) Reason for revert: This caused Windows test failures on the perf waterfall. See http://crbug.com/680776 Original issue's description: > Implement color management for ImageData > > Implement color management for ImageData as described in this proposal: > github.com/junov/CanvasColorSpace/blob/master/CanvasColorSpaceProposal.md > > Intent to implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/qu73qpdGunE > > BUG=670712 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > > Review-Url: https://codereview.chromium.org/2555213002 > Cr-Commit-Position: refs/heads/master@{#442973} > Committed: https://chromium.googlesource.com/chromium/src/+/7fb9535883e50ab0d7262ea8a0e8470934e57a9c TBR=jochen@chromium.org,junov@chromium.org,zakerinasab@google.com,zakerinasab@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=670712

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -991 lines) Patch
D third_party/WebKit/LayoutTests/fast/canvas/canvas-Float32ImageData-constructor.html View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/canvas-Float32ImageData-workers.html View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-workers-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/color-space/float32ImageData-colorSpace.html View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/color-space/imageData-colorSpace.html View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/resources/canvas-Float32ImageData.js View 1 chunk +0 lines, -121 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/resources/canvas-Float32ImageData-workers.js View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 2 chunks +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 2 chunks +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt View 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt View 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMTypedArray.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.h View 3 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.cpp View 4 chunks +0 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/html/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/core/html/Float32ImageData.h View 1 chunk +0 lines, -120 lines 0 comments Download
D third_party/WebKit/Source/core/html/Float32ImageData.cpp View 1 chunk +0 lines, -197 lines 0 comments Download
D third_party/WebKit/Source/core/html/Float32ImageData.idl View 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.h View 3 chunks +6 lines, -65 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.cpp View 4 chunks +93 lines, -244 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.idl View 2 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
sullivan
Created Revert of Implement color management for ImageData
3 years, 11 months ago (2017-01-13 14:04:28 UTC) #2
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/2636533002/1
3 years, 11 months ago (2017-01-13 14:04:54 UTC) #3
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 14:06:47 UTC) #5
Try jobs failed on following builders:
  ios-device on master.tryserver.chromium.mac (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
  ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-...)
  ios-simulator on master.tryserver.chromium.mac (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
  ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-xco...)

Powered by Google App Engine
This is Rietveld 408576698