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

Issue 1545113002: Switch to standard integer types in ui/gl/. (Closed)

Created:
4 years, 12 months ago by Avi (use Gerrit)
Modified:
4 years, 12 months ago
CC:
chromium-reviews, kalyank, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org, ozone-reviews_chromium.org
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 ui/gl/. BUG=138542 TBR=kbr@chromium.org Committed: https://crrev.com/739878c1ff9be79b8abecdf68efea8ef6105623f Cr-Commit-Position: refs/heads/master@{#366830}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -128 lines) Patch
M ui/gl/android/gl_jni_registrar.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/android/surface_texture.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/android/surface_texture_listener.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/egl_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/egl_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_api_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/gl/gl_bindings.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_api_autogen_glx.h View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/gl/gl_bindings_autogen_glx.h View 2 chunks +10 lines, -10 lines 0 comments Download
M ui/gl/gl_bindings_autogen_glx.cc View 6 chunks +15 lines, -15 lines 0 comments Download
M ui/gl/gl_context.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_context_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_cgl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_egl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_glx.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_mac.mm View 1 chunk +0 lines, -1 line 0 comments Download
M ui/gl/gl_context_osmesa.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_context_stub.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_stub_with_extensions.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_context_wgl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_enums.h View 1 chunk +3 lines, -1 line 0 comments Download
M ui/gl/gl_enums.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_fence.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_fence.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_helper.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/gl/gl_image.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_egl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_image_glx.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_io_surface.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_io_surface.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_image_io_surface_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_memory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_memory.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ref_counted_memory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ref_counted_memory.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ref_counted_memory_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_shared_memory.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_image_shared_memory_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_stub.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_image_surface_texture.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_implementation.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_implementation_x11.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_share_group.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/gl_share_group.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_state_restorer.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 3 chunks +15 lines, -11 lines 0 comments Download
M ui/gl/gl_surface_egl_x11.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_glx.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_glx.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M ui/gl/gl_surface_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_osmesa.h View 2 chunks +4 lines, -1 line 0 comments Download
M ui/gl/gl_surface_osmesa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_wgl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_surface_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_surface_x11.cc View 3 chunks +8 lines, -19 lines 0 comments Download
M ui/gl/gl_switches.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_version_info.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/gpu_switching_manager.h View 3 chunks +6 lines, -2 lines 0 comments Download
M ui/gl/gpu_switching_manager.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ui/gl/gpu_timing.h View 3 chunks +7 lines, -4 lines 0 comments Download
M ui/gl/gpu_timing.cc View 8 chunks +12 lines, -11 lines 0 comments Download
M ui/gl/gpu_timing_fake.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gpu_timing_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M ui/gl/scoped_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/scoped_binders.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/scoped_cgl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/scoped_make_current.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/sync_control_vsync_provider.h View 2 chunks +8 lines, -5 lines 0 comments Download
M ui/gl/sync_control_vsync_provider.cc View 5 chunks +11 lines, -10 lines 0 comments Download
M ui/gl/test/gl_image_test_support.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/test/gl_image_test_template.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/test/gl_surface_test_support.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/test/gl_test_helper.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/test/run_all_unittests.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/trace_util.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1545113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1545113002/1
4 years, 12 months ago (2015-12-24 17:02:39 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 12 months ago (2015-12-24 18:06:26 UTC) #3
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/739878c1ff9be79b8abecdf68efea8ef6105623f Cr-Commit-Position: refs/heads/master@{#366830}
4 years, 12 months ago (2015-12-24 18:07:13 UTC) #5
Ken Russell (switch to Gerrit)
4 years, 12 months ago (2015-12-29 00:04:20 UTC) #6
Message was sent while issue was closed.
lgtm after the fact.

Powered by Google App Engine
This is Rietveld 408576698