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

Issue 2202473002: DO NOT COMMIT: Experimental removal of encoded image data

Created:
4 years, 4 months ago by hajimehoshi
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews-platform-graphics_chromium.org, dshwang, eae+blinkwatch, rwlbuis, Yoav Weiss, krit, drott+blinkwatch_chromium.org, blink-reviews-html_chromium.org, jam, Justin Novosad, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, darin-cc_chromium.org, gavinp+loader_chromium.org, blink-reviews, ajuma+watch_chromium.org, mlamouri+watch-content_chromium.org, sof, jbroman, pdr+graphicswatchlist_chromium.org, loading-reviews+fetch_chromium.org, Nate Chapin, Stephen Chennney, tyoshino+watch_chromium.org, f(malita), telemetry-reviews_chromium.org, danakj+watch_chromium.org, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DO NOT COMMIT: Experimental removal of encoded image data BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq

Patch Set 1 #

Patch Set 2 : impl #

Patch Set 3 : impl #

Patch Set 4 : impl #

Patch Set 5 : impl #

Patch Set 6 : impl #

Patch Set 7 : impl #

Patch Set 8 : impl #

Patch Set 9 : impl #

Patch Set 10 : impl #

Patch Set 11 : impl #

Patch Set 12 : impl #

Patch Set 13 : impl #

Patch Set 14 : impl #

Patch Set 15 : impl #

Patch Set 16 : Suppress onload/onerror events #

Patch Set 17 : (rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -7 lines) Patch
M third_party/WebKit/Source/core/fetch/ImageResource.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResourceObserver.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MemoryCache.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +12 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceClient.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLDocument.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLDocument.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +21 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImage.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/BitmapImage.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/platform/graphics/BitmapImage.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Image.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageObserver.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageSource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageSource.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 26 (26 generated)
hajimehoshi
Description was changed from ========== DO NOT COMMIT: Experimental removal of encoded image data BUG= ...
4 years, 4 months ago (2016-08-01 06:11:21 UTC) #1
hajimehoshi
Patchset #3 (id:40001) has been deleted
4 years, 4 months ago (2016-08-02 09:07:56 UTC) #2
hajimehoshi
Patchset #9 (id:180001) has been deleted
4 years, 3 months ago (2016-08-30 05:29:30 UTC) #3
hajimehoshi
Patchset #9 (id:200001) has been deleted
4 years, 3 months ago (2016-08-30 05:47:43 UTC) #4
hajimehoshi
Patchset #9 (id:220001) has been deleted
4 years, 3 months ago (2016-08-30 05:58:41 UTC) #5
hajimehoshi
Patchset #10 (id:260001) has been deleted
4 years, 3 months ago (2016-09-01 11:06:22 UTC) #6
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 05:53:59 UTC) #7
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/2202473002/300001
4 years, 3 months ago (2016-09-05 05:54:15 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 05:55:53 UTC) #9
commit-bot: I haz the power
Dry run: 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/63639) ios-simulator on ...
4 years, 3 months ago (2016-09-05 05:55:53 UTC) #10
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 06:51:13 UTC) #11
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/2202473002/340001
4 years, 3 months ago (2016-09-05 06:51:20 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 08:23:04 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/292146)
4 years, 3 months ago (2016-09-05 08:23:05 UTC) #14
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 09:24:13 UTC) #15
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/2202473002/360001
4 years, 3 months ago (2016-09-05 09:24:19 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 11:20:30 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-09-05 11:20:31 UTC) #18
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 06:19:26 UTC) #19
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/2202473002/380001
4 years, 3 months ago (2016-09-06 06:19:36 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 07:45:31 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-09-06 07:45:32 UTC) #22
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-09 06:37:28 UTC) #23
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/2202473002/400001
4 years, 3 months ago (2016-09-09 06:37:40 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-09 06:39:55 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-09 06:39:56 UTC) #26
Dry run: Try jobs failed on following builders:
  mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...)

Powered by Google App Engine
This is Rietveld 408576698