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

Issue 2850593002: Revert of [blink] Unique pointers in Platform.h (Closed)

Created:
3 years, 7 months ago by altimin
Modified:
3 years, 7 months ago
Reviewers:
haraken, clamy, Nico, tdresser
CC:
chromium-reviews, shans, blink-reviews-platform-graphics_chromium.org, posciak+watch_chromium.org, chfremer+watch_chromium.org, dshwang, eae+blinkwatch, fmalita+watch_chromium.org, loading-reviews+fetch_chromium.org, kinuko+watch, emircan+watch+capturefromdom_chromium.org, rwlbuis, krit, drott+blinkwatch_chromium.org, kouhei+heap_chromium.org, toyoshim+midi_chromium.org, blink-reviews-dom_chromium.org, jam, Justin Novosad, hongchan, mcasas+capturefromelement_chromium.org, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, blink-reviews, darin-cc_chromium.org, loading-reviews_chromium.org, ajuma+watch_chromium.org, blink-reviews-api_chromium.org, Eric Willigers, mlamouri+watch-content_chromium.org, rjwright, Mads Ager (chromium), Peter Beverloo, sof, Raymond Toy, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, pdr+graphicswatchlist_chromium.org, mcasas+imagecapture_chromium.org, darktears, haraken, piman+watch_chromium.org, Nate Chapin, jochen+watch_chromium.org, tyoshino+watch_chromium.org, emircan+watch+mediarecorder_chromium.org, mlamouri+watch-test-runner_chromium.org, ajuma+watch-canvas_chromium.org, blink-reviews-animation_chromium.org, dtapuska+chromiumwatch_chromium.org, oilpan-reviews, Stephen Chennney, mcasas+mediarecorder_chromium.org, einbinder+watch-test-runner_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of [blink] Unique pointers in Platform.h (patchset #6 id:100001 of https://codereview.chromium.org/2846843002/ ) Reason for revert: Broke the tree Original issue's description: > [blink] Unique pointers in Platform.h > > Make Platform::*Create methods return a unique_ptr instead of a raw pointer > to explictly state ownership logic. > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > > Review-Url: https://codereview.chromium.org/2846843002 > Cr-Commit-Position: refs/heads/master@{#467710} > Committed: https://chromium.googlesource.com/chromium/src/+/d548cc04b6568f8edc08853940134707fcd6c455 TBR=haraken@chromium.org,clamy@chromium.org,tdresser@chromium.org,thakis@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2850593002 Cr-Commit-Position: refs/heads/master@{#467723} Committed: https://chromium.googlesource.com/chromium/src/+/a97b08be43638052682272a6b9390ef17fdb5a8e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -453 lines) Patch
M chrome/renderer/chrome_content_renderer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/tts_dispatcher.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/child/blink_platform_impl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/child/blink_platform_impl.cc View 5 chunks +15 lines, -17 lines 0 comments Download
M content/ppapi_plugin/ppapi_blink_platform_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/ppapi_plugin/ppapi_blink_platform_impl.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 3 chunks +5 lines, -12 lines 0 comments Download
M content/renderer/input/input_handler_wrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/input/input_handler_wrapper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/media/renderer_webaudiodevice_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/renderer_webaudiodevice_impl.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media_capture_from_element/canvas_capture_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media_capture_from_element/canvas_capture_handler.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/media_capture_from_element/canvas_capture_handler_unittest.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M content/renderer/render_thread_impl.h View 2 chunks +4 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 6 chunks +13 lines, -19 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 17 chunks +38 lines, -46 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.h View 1 chunk +4 lines, -6 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.cc View 5 chunks +12 lines, -15 lines 0 comments Download
M content/shell/test_runner/test_plugin.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/test_runner/web_test_interfaces.h View 1 chunk +5 lines, -7 lines 0 comments Download
M content/shell/test_runner/web_test_interfaces.cc View 2 chunks +10 lines, -13 lines 0 comments Download
M content/test/test_blink_web_unit_test_support.h View 2 chunks +2 lines, -3 lines 0 comments Download
M content/test/test_blink_web_unit_test_support.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/SecurityContext.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/CacheStorage.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/GlobalCacheStorage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/media_capabilities/MediaCapabilities.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp View 1 chunk +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/StorageNamespace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioContextTest.cpp View 3 chunks +7 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp View 2 chunks +8 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIAccessor.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/Platform.cpp View 2 chunks +0 lines, -98 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp View 14 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp View 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapTest.cpp View 6 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceResponseTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/tests/SpinLockTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 12 chunks +55 lines, -29 lines 0 comments Download
A third_party/WebKit/public/platform/WebFlingAnimator.h View 1 chunk +49 lines, -0 lines 0 comments Download
M ui/events/blink/input_handler_proxy.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M ui/events/blink/input_handler_proxy_client.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/blink/input_handler_proxy_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
altimin
Created Revert of [blink] Unique pointers in Platform.h
3 years, 7 months ago (2017-04-27 17:39:12 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2850593002/1
3 years, 7 months ago (2017-04-27 17:39:41 UTC) #3
commit-bot: I haz the power
3 years, 7 months ago (2017-04-27 17:46:59 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/a97b08be43638052682272a6b939...

Powered by Google App Engine
This is Rietveld 408576698