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

Issue 1540963004: Switch to standard integer types in skia/. (Closed)

Created:
5 years ago by Avi (use Gerrit)
Modified:
5 years ago
Reviewers:
Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to standard integer types in skia/. BUG=138542 TBR=thakis@chromium.org Committed: https://crrev.com/cef19f73bf0d3652320b25ca0bc4bb13073fa222 Cr-Commit-Position: refs/heads/master@{#366609}

Patch Set 1 #

Total comments: 2

Patch Set 2 : smaller #

Patch Set 3 : missed some #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -35 lines) Patch
M skia/ext/SkDiscardableMemory_chrome.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/SkMemory_new_handler.cpp View 2 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/SkTypeface_fake.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/analysis_canvas.h View 1 chunk +3 lines, -0 lines 0 comments Download
M skia/ext/benchmarking_canvas.h View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/bitmap_platform_device.h View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/bitmap_platform_device_cairo.h View 1 chunk +3 lines, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_cairo.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/bitmap_platform_device_mac.h View 1 chunk +3 lines, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_mac.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/bitmap_platform_device_skia.h View 1 chunk +3 lines, -0 lines 0 comments Download
M skia/ext/bitmap_platform_device_win.h View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/convolver.h View 2 chunks +4 lines, -2 lines 1 comment Download
M skia/ext/convolver_SSE2.cc View 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/convolver_unittest.cc View 3 chunks +10 lines, -11 lines 0 comments Download
M skia/ext/event_tracer_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/image_operations.cc View 6 chunks +11 lines, -6 lines 0 comments Download
M skia/ext/image_operations_bench.cc View 2 2 chunks +10 lines, -7 lines 0 comments Download
M skia/ext/image_operations_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M skia/ext/pixel_ref_utils_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/platform_canvas.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M skia/ext/platform_canvas.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/recursive_gaussian_convolution_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M skia/ext/skia_memory_dump_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M skia/ext/skia_trace_memory_dump_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M skia/ext/skia_utils_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/skia_utils_ios.mm View 2 chunks +3 lines, -1 line 0 comments Download
M skia/ext/skia_utils_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M skia/public/type_converters.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1540963004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1540963004/1
5 years ago (2015-12-22 01:49:52 UTC) #2
Nico
https://codereview.chromium.org/1540963004/diff/1/skia/ext/SkDiscardableMemory_chrome.cc File skia/ext/SkDiscardableMemory_chrome.cc (right): https://codereview.chromium.org/1540963004/diff/1/skia/ext/SkDiscardableMemory_chrome.cc#newcode7 skia/ext/SkDiscardableMemory_chrome.cc:7: #include <stddef.h> why this include? nothing in this file ...
5 years ago (2015-12-22 02:51:54 UTC) #3
Nico
i've unchecked cq. many of the includes this adds seem unnecessary to me (but maybe ...
5 years ago (2015-12-22 02:54:21 UTC) #5
Avi (use Gerrit)
https://codereview.chromium.org/1540963004/diff/1/skia/ext/SkDiscardableMemory_chrome.cc File skia/ext/SkDiscardableMemory_chrome.cc (right): https://codereview.chromium.org/1540963004/diff/1/skia/ext/SkDiscardableMemory_chrome.cc#newcode7 skia/ext/SkDiscardableMemory_chrome.cc:7: #include <stddef.h> On 2015/12/22 02:51:54, Nico wrote: > why ...
5 years ago (2015-12-22 02:56:27 UTC) #6
Avi (use Gerrit)
On 2015/12/22 02:54:21, Nico wrote: > i've unchecked cq. many of the includes this adds ...
5 years ago (2015-12-22 02:58:21 UTC) #7
Nico
Yes, let's talk tomorrow. Please stop landing these in other directories until then too. On ...
5 years ago (2015-12-22 03:28:57 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1540963004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1540963004/40001
5 years ago (2015-12-22 16:42:24 UTC) #10
Avi (use Gerrit)
ptal
5 years ago (2015-12-22 17:05:42 UTC) #11
Nico
lgtm https://codereview.chromium.org/1540963004/diff/40001/skia/ext/convolver.h File skia/ext/convolver.h (right): https://codereview.chromium.org/1540963004/diff/40001/skia/ext/convolver.h#newcode8 skia/ext/convolver.h:8: #include <stdint.h> i think this one isn't needed ...
5 years ago (2015-12-22 17:13:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1540963004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1540963004/40001
5 years ago (2015-12-22 17:19:36 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-22 17:47:31 UTC) #16
commit-bot: I haz the power
5 years ago (2015-12-22 17:48:25 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cef19f73bf0d3652320b25ca0bc4bb13073fa222
Cr-Commit-Position: refs/heads/master@{#366609}

Powered by Google App Engine
This is Rietveld 408576698