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

Issue 1773233002: Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed)

Created:
4 years, 9 months ago by tommycli
Modified:
4 years, 9 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org, grt+watch_chromium.org, Michael Moss, oshima+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Media Galleries Partial Deprecation: Remove image metadata & libexif. Removing libexif is a great thing. It will remove a ~200KB DLL from Windows, Mac, and ChromeOS. It will remove bugs and security issues. BUG=542912, 577272 Committed: https://crrev.com/f3890c75101ff9b07f48aed992285cc45bf5b4d5 Cr-Commit-Position: refs/heads/master@{#380306}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : remove more remnants #

Patch Set 6 : remove another test #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1884 lines) Patch
M DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M build/experimental/install-build-deps.py View 3 chunks +0 lines, -3 lines 0 comments Download
M build/install-build-deps.sh View 1 2 3 3 chunks +18 lines, -20 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.amd64 View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.arm View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.i386 View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.mipsel View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.trusty.arm View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.amd64 View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.arm View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.i386 View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.mipsel View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/sysroot-creator-jessie.sh View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/sysroot-creator-trusty.sh View 1 chunk +0 lines, -2 lines 0 comments Download
M build/linux/sysroot_scripts/sysroot-creator-wheezy.sh View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser_tests.isolate View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome.isolate View 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/chrome_dll_bundle.gypi View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_utility.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/media_galleries.idl View 1 2 1 chunk +3 lines, -16 lines 0 comments Download
M chrome/installer/linux/sysroot_scripts/packagelist.wheezy.mipsel View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/installer/mini_installer/chrome.release View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/sync_integration_tests.isolate View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/test/data/extensions/api_test/media_galleries/media_metadata/test.js View 1 2 3 2 chunks +0 lines, -25 lines 0 comments Download
M chrome/test/data/extensions/api_test/media_galleries/read_access/test.js View 1 2 3 4 5 2 chunks +0 lines, -23 lines 0 comments Download
M chrome/tools/build/chromeos/FILES.cfg View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/tools/build/mac/TESTS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/tools/build/mac/dump_product_syms View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/tools/build/win/FILES.cfg View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/unit_tests.isolate View 4 chunks +0 lines, -4 lines 0 comments Download
M chrome/utility/BUILD.gn View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/utility/extensions/extensions_handler.cc View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
D chrome/utility/media_galleries/image_metadata_extractor.h View 1 chunk +0 lines, -95 lines 0 comments Download
D chrome/utility/media_galleries/image_metadata_extractor.cc View 1 chunk +0 lines, -465 lines 1 comment Download
D chrome/utility/media_galleries/image_metadata_extractor_unittest.cc View 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/utility/media_galleries/media_metadata_parser.h View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/utility/media_galleries/media_metadata_parser.cc View 1 2 4 chunks +0 lines, -53 lines 0 comments Download
M testing/chromoting/chromoting_browser_tests.isolate View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M testing/libfuzzer/fuzzers/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
D testing/libfuzzer/fuzzers/libexif_parser_fuzzer.cc View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/libexif/BUILD.gn View 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/libexif/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/libexif/README.chromium View 1 chunk +0 lines, -26 lines 0 comments Download
D third_party/libexif/README.security View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/libexif/chromium.patch View 1 chunk +0 lines, -571 lines 0 comments Download
D third_party/libexif/libexif.def View 1 chunk +0 lines, -145 lines 0 comments Download
D third_party/libexif/libexif.gyp View 1 chunk +0 lines, -133 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
tommycli
rdevlin.cronin, thakis: PTAL, removes libexif from Chrome
4 years, 9 months ago (2016-03-09 00:13:30 UTC) #4
Nico
niiiiice lgtm. i assume this has been communicated to extension authors and has low usage. ...
4 years, 9 months ago (2016-03-09 02:50:06 UTC) #6
Lei Zhang
On 2016/03/09 02:50:06, Nico wrote: > niiiiice lgtm. i assume this has been communicated to ...
4 years, 9 months ago (2016-03-09 03:00:24 UTC) #7
Nico
On Tue, Mar 8, 2016 at 7:00 PM, <thestig@chromium.org> wrote: > On 2016/03/09 02:50:06, Nico ...
4 years, 9 months ago (2016-03-09 03:03:35 UTC) #8
tommycli
On 2016/03/09 02:50:06, Nico wrote: > niiiiice lgtm. i assume this has been communicated to ...
4 years, 9 months ago (2016-03-09 20:27:06 UTC) #9
Devlin
lgtm. One small nitty nit - your description reads: "Removing libexif is huge. It adds ...
4 years, 9 months ago (2016-03-09 21:13:15 UTC) #10
tommycli
On 2016/03/09 21:13:15, Devlin wrote: > lgtm. One small nitty nit - your description reads: ...
4 years, 9 months ago (2016-03-09 21:16:55 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773233002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773233002/100001
4 years, 9 months ago (2016-03-09 21:17:56 UTC) #14
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/155018)
4 years, 9 months ago (2016-03-09 21:30:27 UTC) #16
tommycli
phajdan.jr: May I have an OWNER review on these files? chrome/installer/linux/sysroot_scripts/packagelist.wheezy.mipsel testing/chromoting/chromoting_browser_tests.isolate testing/libfuzzer/fuzzers/BUILD.gn testing/libfuzzer/fuzzers/libexif_parser_fuzzer.cc
4 years, 9 months ago (2016-03-09 22:33:55 UTC) #18
Paweł Hajdan Jr.
LGTM
4 years, 9 months ago (2016-03-10 00:24:39 UTC) #19
tommycli
On 2016/03/10 00:24:39, Paweł Hajdan Jr. wrote: > LGTM Thank you all. I will send ...
4 years, 9 months ago (2016-03-10 00:40:59 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773233002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773233002/100001
4 years, 9 months ago (2016-03-10 00:41:57 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-10 02:13:46 UTC) #24
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/f3890c75101ff9b07f48aed992285cc45bf5b4d5 Cr-Commit-Position: refs/heads/master@{#380306}
4 years, 9 months ago (2016-03-10 02:15:55 UTC) #26
erikchen
4 years, 9 months ago (2016-03-11 23:00:41 UTC) #27
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1791623002/ by erikchen@chromium.org.

The reason for reverting is: Causes build errors on official waterfall.

https://bugs.chromium.org/p/chromium/issues/detail?id=593580.

Powered by Google App Engine
This is Rietveld 408576698