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

Issue 638353002: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr in src/… (Closed)

Created:
6 years, 2 months ago by ARUNKK
Modified:
3 years, 3 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr in src/cc [part-3] BUG =

Patch Set 1 #

Patch Set 2 : fix for presubmit errors #

Patch Set 3 : Formating. #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -309 lines) Patch
M cc/output/bsp_tree_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/output/filter_operations.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/filter_operations_unittest.cc View 13 chunks +28 lines, -28 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 8 chunks +10 lines, -10 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 16 chunks +16 lines, -16 lines 0 comments Download
M cc/output/output_surface.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 2 6 chunks +16 lines, -10 lines 0 comments Download
M cc/output/render_surface_filters.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M cc/output/renderer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/software_output_device.h View 1 chunk +1 line, -1 line 1 comment Download
M cc/output/software_renderer.cc View 4 chunks +6 lines, -6 lines 1 comment Download
M cc/output/software_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/one_copy_raster_worker_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture.h View 2 chunks +2 lines, -2 lines 1 comment Download
M cc/resources/picture.cc View 8 chunks +18 lines, -18 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 2 chunks +2 lines, -2 lines 1 comment Download
M cc/resources/picture_layer_tiling.cc View 1 2 13 chunks +18 lines, -17 lines 1 comment Download
M cc/resources/picture_layer_tiling_perftest.cc View 1 2 4 chunks +4 lines, -6 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/picture_layer_tiling_set_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 2 25 chunks +34 lines, -28 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_impl.h View 1 chunk +1 line, -1 line 1 comment Download
M cc/resources/picture_pile_impl.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/picture_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/prioritized_resource.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/prioritized_resource_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/raster_worker_pool_perftest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/raster_worker_pool_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/rasterizer.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.h View 1 chunk +1 line, -1 line 1 comment Download
M cc/resources/resource_provider.cc View 18 chunks +20 lines, -20 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 30 chunks +35 lines, -33 lines 0 comments Download
M cc/resources/resource_update.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/resource_update_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/scoped_resource_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/shared_bitmap.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M cc/resources/single_release_callback.cc View 1 chunk +1 line, -1 line 1 comment Download
M cc/resources/single_release_callback_impl.cc View 1 chunk +1 line, -1 line 1 comment Download
M cc/resources/skpicture_content_layer_updater.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/task_graph_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_mailbox.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_mailbox.cc View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M cc/resources/texture_uploader_unittest.cc View 3 chunks +11 lines, -11 lines 1 comment Download
M cc/resources/tile_manager.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/ui_resource_bitmap.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/zero_copy_raster_worker_pool.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
ARUNKK
PTAL.
6 years, 2 months ago (2014-10-09 09:13:25 UTC) #2
danakj
please fix comments and run git cl format as per our presubmit warnings
6 years, 2 months ago (2014-10-09 16:01:39 UTC) #3
ARUNKK
On 2014/10/09 16:01:39, danakj wrote: > please fix comments and run git cl format as ...
6 years, 2 months ago (2014-10-10 05:25:52 UTC) #4
ARUNKK
PTAL.
6 years, 2 months ago (2014-10-10 12:56:39 UTC) #6
Avi (use Gerrit)
Your change description makes no sense. "[C++11 Allowed Features] Declares a type-safe null pointer converting ...
6 years, 2 months ago (2014-10-10 16:55:18 UTC) #7
danakj
https://codereview.chromium.org/638353002/diff/130001/cc/resources/picture.h File cc/resources/picture.h (right): https://codereview.chromium.org/638353002/diff/130001/cc/resources/picture.h#newcode50 cc/resources/picture.h:50: RECORD_WITH_SK_nullptr_CANVAS, undo this
6 years, 2 months ago (2014-10-10 17:03:22 UTC) #8
danakj
BTW have you considered using clang-modernize to do this instead of a search and replace? ...
6 years, 2 months ago (2014-10-10 17:28:46 UTC) #9
Avi (use Gerrit)
6 years, 2 months ago (2014-10-10 21:17:10 UTC) #10
Peter wrote up a guideline as to doing these kinds of changes:
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/As26W6SbxQU

Powered by Google App Engine
This is Rietveld 408576698