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

Issue 865543002: WIP: Browser image decoding using Mojo. (Closed)

Created:
5 years, 11 months ago by Anand Mistry (off Chromium)
Modified:
4 years, 5 months ago
Reviewers:
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: Browser image decoding using Mojo. BUG=

Patch Set 1 #

Patch Set 2 : Cleanup and add DecodeImageBase64. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -194 lines) Patch
M chrome/browser/extensions/webstore_install_helper.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/webstore_install_helper.cc View 1 6 chunks +33 lines, -23 lines 0 comments Download
M chrome/browser/image_decoder.h View 1 2 chunks +33 lines, -12 lines 0 comments Download
M chrome/browser/image_decoder.cc View 1 3 chunks +39 lines, -33 lines 0 comments Download
M chrome/chrome_utility.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_utility_messages.h View 1 2 chunks +0 lines, -17 lines 0 comments Download
M chrome/common/extensions/chrome_utility_extensions_messages.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/utility/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 2 chunks +1 line, -10 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 5 chunks +16 lines, -71 lines 0 comments Download
M chrome/utility/extensions/extensions_handler.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/utility/extensions/extensions_handler.cc View 1 2 chunks +0 lines, -18 lines 0 comments Download
A chrome/utility/image_decoder_impl.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/utility/image_decoder_impl.cc View 1 1 chunk +137 lines, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 4 chunks +6 lines, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 3 chunks +27 lines, -0 lines 0 comments Download
M content/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A content/common/image_decoder.mojom View 1 1 chunk +31 lines, -0 lines 0 comments Download
M content/content_common_mojo_bindings.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/utility_process_host.h View 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/utility/content_utility_client.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/utility/utility_thread_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698