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

Issue 634243003: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr [part-4] (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 [part-4] BUG =

Patch Set 1 #

Patch Set 2 : Formating fix. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -63 lines) Patch
M cc/scheduler/begin_frame_source.cc View 1 8 chunks +8 lines, -8 lines 3 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/scheduler/delay_based_time_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/delay_based_time_source_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_output_surface.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_output_surface_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_proxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M cc/test/fake_video_frame_provider.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/layer_tree_host_common_test.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_json_parser.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_test.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/skia_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_context_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 chunk +1 line, -1 line 1 comment Download
M cc/test/test_web_graphics_context_3d.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (5 generated)
ARUNKK
PTAL.
6 years, 2 months ago (2014-10-09 09:19:33 UTC) #2
danakj
please fix comments and run git cl format
6 years, 2 months ago (2014-10-09 16:01:14 UTC) #3
ARUNKK
On 2014/10/09 16:01:14, danakj wrote: > please fix comments and run git cl format Thanks ...
6 years, 2 months ago (2014-10-10 06:07:07 UTC) #4
ARUNKK
PTAL.
6 years, 2 months ago (2014-10-10 12:51:20 UTC) #6
ARUNKK
PTAL.
6 years, 2 months ago (2014-10-10 12:52:06 UTC) #8
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:26 UTC) #9
danakj
On 2014/10/10 16:55:26, Avi wrote: > Your change description makes no sense. "[C++11 Allowed Features] ...
6 years, 2 months ago (2014-10-10 16:57:07 UTC) #10
viettrungluu
https://codereview.chromium.org/634243003/diff/30001/cc/scheduler/begin_frame_source.cc File cc/scheduler/begin_frame_source.cc (right): https://codereview.chromium.org/634243003/diff/30001/cc/scheduler/begin_frame_source.cc#newcode134 cc/scheduler/begin_frame_source.cc:134: dict->SetString("observer", "nullptr"); WAT https://codereview.chromium.org/634243003/diff/30001/cc/scheduler/begin_frame_source.cc#newcode458 cc/scheduler/begin_frame_source.cc:458: dict->SetString("active_source", "nullptr"); "
6 years, 2 months ago (2014-10-10 17:16:20 UTC) #12
danakj
https://codereview.chromium.org/634243003/diff/30001/cc/scheduler/begin_frame_source.cc File cc/scheduler/begin_frame_source.cc (right): https://codereview.chromium.org/634243003/diff/30001/cc/scheduler/begin_frame_source.cc#newcode134 cc/scheduler/begin_frame_source.cc:134: dict->SetString("observer", "nullptr"); On 2014/10/10 17:16:20, viettrungluu wrote: > WAT ...
6 years, 2 months ago (2014-10-10 17:18:53 UTC) #13
danakj
https://codereview.chromium.org/634243003/diff/30001/cc/test/test_web_graphics_context_3d.h File cc/test/test_web_graphics_context_3d.h (right): https://codereview.chromium.org/634243003/diff/30001/cc/test/test_web_graphics_context_3d.h#newcode290 cc/test/test_web_graphics_context_3d.h:290: // When set, mapImageCHROMIUM and mapBufferCHROMIUM will return nullptr ...
6 years, 2 months ago (2014-10-10 17:27:35 UTC) #14
viettrungluu
On Fri, Oct 10, 2014 at 10:18 AM, <danakj@chromium.org> wrote: > > https://codereview.chromium.org/634243003/diff/30001/cc/ > scheduler/begin_frame_source.cc ...
6 years, 2 months ago (2014-10-10 17:32:06 UTC) #15
danakj
On Fri, Oct 10, 2014 at 1:32 PM, Viet-Trung Luu <viettrungluu@chromium.org> wrote: > On Fri, ...
6 years, 2 months ago (2014-10-10 17:50:30 UTC) #16
Avi (use Gerrit)
Peter wrote up a guideline as to doing these kinds of changes: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/As26W6SbxQU
6 years, 2 months ago (2014-10-10 21:17:13 UTC) #17
Avi (use Gerrit)
6 years, 2 months ago (2014-10-24 21:10:26 UTC) #19
On 2014/10/10 21:17:13, Avi wrote:
> Peter wrote up a guideline as to doing these kinds of changes:
>
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/As26W6SbxQU

Things seem to have stalled out here. I want to explicitly state not lgtm to
cancel out danakj@'s lg, to prevent accidental submission. When you're ready to
update, ping me and I'll take a look at any new patchsets.

Powered by Google App Engine
This is Rietveld 408576698