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

Issue 169293002: Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros (Closed)

Created:
6 years, 10 months ago by kouhei (in TOK)
Modified:
6 years, 10 months ago
Visibility:
Public.

Description

Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros This CL is a cherry-pick of [oilpan] Make GC_INFO_{DEFINE,DECLARE} macros NOOP https://codereview.chromium.org/171843002/ BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167743

Patch Set 1 #

Total comments: 6

Patch Set 2 : rename to pseudoMarkerType #

Patch Set 3 : remove all macros #

Patch Set 4 : remove all macros (reupl) #

Patch Set 5 : remove all macros (reupl2) #

Total comments: 2

Patch Set 6 : remove empty files #

Patch Set 7 : fix compile err #

Patch Set 8 : rip after rebase #

Patch Set 9 : fixheaptest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -500 lines) Patch
M Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/AnimationEffect.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/KeyframeEffectModel.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/KeyframeEffectModel.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/clipboard/Clipboard.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/clipboard/Clipboard.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataObject.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/clipboard/DataObject.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataObjectItem.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/clipboard/DataObjectItem.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataTransferItem.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/clipboard/DataTransferItem.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataTransferItemList.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/clipboard/DataTransferItemList.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSBasicShapes.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSBasicShapes.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSCalculationValue.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSCalculationValue.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSDefaultStyleSheets.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSDefaultStyleSheets.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSMatrix.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSMatrix.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSValue.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSValue.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSValuePool.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSValuePool.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/Counter.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/Counter.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/Pair.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/Pair.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/RGBColor.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/RGBColor.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/Rect.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/Rect.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/StyleRule.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/StyleRule.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/StyleSheetContents.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/StyleSheetContents.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/StyleSheetList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/StyleSheetList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/DOMURL.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/DOMURL.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
D Source/core/dom/ExecutionContextTask.cpp View 1 2 3 4 5 1 chunk +0 lines, -38 lines 0 comments Download
D Source/core/fetch/CachedMetadata.cpp View 1 2 3 4 5 1 chunk +0 lines, -36 lines 0 comments Download
M Source/core/page/DOMSelection.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/DOMSelection.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/DragState.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/EventSource.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/EventSource.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/PagePopupController.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/PagePopupController.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/plugins/DOMMimeType.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/plugins/DOMMimeType.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/plugins/DOMMimeTypeArray.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/plugins/DOMMimeTypeArray.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/plugins/DOMPlugin.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/plugins/DOMPlugin.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/plugins/DOMPluginArray.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/plugins/DOMPluginArray.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/speech/SpeechInputResult.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/speech/SpeechInputResult.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/speech/SpeechInputResultList.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/speech/SpeechInputResultList.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/testing/GCObservation.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/GCObservation.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/testing/InternalProfilers.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/InternalProfilers.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/testing/Internals.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M Source/core/testing/LayerRect.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/LayerRectList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/LayerRectList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/testing/MallocStatistics.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/TypeConversions.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/MemoryInfo.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/MemoryInfo.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/timing/Performance.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/Performance.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/timing/PerformanceEntry.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/PerformanceEntry.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/timing/PerformanceNavigation.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/PerformanceNavigation.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/timing/PerformanceTiming.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/PerformanceTiming.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/timing/PerformanceUserTiming.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/timing/PerformanceUserTiming.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/DOMParser.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/DOMParser.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XMLSerializer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XMLSerializer.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XPathEvaluator.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathEvaluator.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XPathExpression.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathExpression.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XPathNSResolver.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathNSResolver.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XPathResult.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XPathResult.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/xml/XSLTProcessor.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XSLTProcessor.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/heap/Heap.h View 1 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M Source/heap/HeapTest.cpp View 1 2 21 chunks +0 lines, -41 lines 0 comments Download
M Source/heap/Visitor.h View 1 2 3 4 5 6 7 8 4 chunks +39 lines, -37 lines 0 comments Download
M Source/modules/crypto/Algorithm.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/crypto/Algorithm.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/crypto/Crypto.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/crypto/Crypto.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/crypto/Key.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/crypto/Key.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/crypto/KeyPair.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/crypto/KeyPair.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/crypto/SubtleCrypto.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/crypto/SubtleCrypto.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/crypto/WorkerCrypto.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/crypto/WorkerCrypto.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/device_orientation/DeviceAcceleration.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/device_orientation/DeviceAcceleration.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/device_orientation/DeviceMotionData.h View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M Source/modules/device_orientation/DeviceMotionData.cpp View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M Source/modules/device_orientation/DeviceOrientationData.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/device_orientation/DeviceOrientationData.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/device_orientation/DeviceRotationRate.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/device_orientation/DeviceRotationRate.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/encoding/TextDecoder.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/encoding/TextDecoder.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/encoding/TextEncoder.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/encoding/TextEncoder.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/gamepad/Gamepad.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/gamepad/Gamepad.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/gamepad/GamepadList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/gamepad/GamepadList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/geolocation/Coordinates.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/geolocation/Coordinates.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/geolocation/Geolocation.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M Source/modules/geolocation/Geolocation.cpp View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M Source/modules/geolocation/Geoposition.h View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M Source/modules/geolocation/Geoposition.cpp View 1 2 3 4 5 1 chunk +0 lines, -17 lines 0 comments Download
M Source/modules/geolocation/PositionError.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/geolocation/PositionError.cpp View 1 2 3 4 5 1 chunk +0 lines, -12 lines 0 comments Download
M Source/modules/geolocation/PositionOptions.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/geolocation/PositionOptions.cpp View 1 2 3 4 5 1 chunk +0 lines, -12 lines 0 comments Download
M Source/modules/mediasource/MediaSourceBase.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediasource/MediaSourceBase.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/mediasource/SourceBuffer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediasource/SourceBuffer.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/mediasource/SourceBufferList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediasource/SourceBufferList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/mediasource/VideoPlaybackQuality.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediasource/VideoPlaybackQuality.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/mediasource/WebKitSourceBuffer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediasource/WebKitSourceBuffer.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/mediasource/WebKitSourceBufferList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/mediasource/WebKitSourceBufferList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M Source/modules/notifications/Notification.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/notifications/Notification.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/notifications/NotificationCenter.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M Source/modules/notifications/NotificationCenter.cpp View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M Source/modules/notifications/WebKitNotification.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/notifications/WebKitNotification.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/performance/WorkerPerformance.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/performance/WorkerPerformance.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageInfo.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/quota/DeprecatedStorageInfo.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageQuota.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/quota/DeprecatedStorageQuota.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/quota/StorageInfo.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/quota/StorageInfo.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/quota/StorageQuota.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/quota/StorageQuota.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechGrammar.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechGrammar.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechGrammarList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechGrammarList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognition.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechRecognition.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionAlternative.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechRecognitionAlternative.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionResult.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechRecognitionResult.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognitionResultList.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechRecognitionResultList.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechSynthesis.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechSynthesis.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechSynthesisUtterance.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechSynthesisUtterance.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechSynthesisVoice.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/speech/SpeechSynthesisVoice.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/webmidi/MIDIAccess.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIAccessPromise.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/webmidi/MIDIAccessPromise.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIPort.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/webmidi/MIDIPort.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (0 generated)
kouhei (in TOK)
I want to avoid writing GC_INFO_{DEFINE,DECLARE} manually. This is a proof-of-concept patch to remove the ...
6 years, 10 months ago (2014-02-17 06:02:26 UTC) #1
kouhei (in TOK)
On 2014/02/17 06:02:26, kouhei wrote: > I want to avoid writing GC_INFO_{DEFINE,DECLARE} manually. This is ...
6 years, 10 months ago (2014-02-17 06:02:55 UTC) #2
kouhei (in TOK)
+Slava
6 years, 10 months ago (2014-02-17 06:10:20 UTC) #3
haraken
You're expected to add oilpan-reviews@ for oilpan CLs.
6 years, 10 months ago (2014-02-17 06:12:06 UTC) #4
Mads Ager (chromium)
I like this experiment but I think we should do it on the branch instead ...
6 years, 10 months ago (2014-02-17 07:22:07 UTC) #5
kouhei (in TOK)
Thanks for your feedback! I'll try this on the branch oilpan.
6 years, 10 months ago (2014-02-17 08:13:48 UTC) #6
kouhei (in TOK)
https://codereview.chromium.org/169293002/diff/1/Source/heap/Visitor.h File Source/heap/Visitor.h (left): https://codereview.chromium.org/169293002/diff/1/Source/heap/Visitor.h#oldcode142 Source/heap/Visitor.h:142: template<typename Any> friend struct FinalizerTrait; \ On 2014/02/17 07:22:07, ...
6 years, 10 months ago (2014-02-17 08:35:52 UTC) #7
wibling-chromium
Very cool. It would be nice if we could get rid of the manually added ...
6 years, 10 months ago (2014-02-17 08:44:15 UTC) #8
kouhei (in TOK)
https://codereview.chromium.org/169293002/diff/1/Source/heap/Visitor.h File Source/heap/Visitor.h (left): https://codereview.chromium.org/169293002/diff/1/Source/heap/Visitor.h#oldcode142 Source/heap/Visitor.h:142: template<typename Any> friend struct FinalizerTrait; \ On 2014/02/17 08:44:15, ...
6 years, 10 months ago (2014-02-17 08:48:18 UTC) #9
Vyacheslav Egorov (Chromium)
Very nice simplification!
6 years, 10 months ago (2014-02-17 10:40:44 UTC) #10
kouhei (in TOK)
PTAL. This is already landed on the branch, so now this is a cherry-pick of ...
6 years, 10 months ago (2014-02-20 08:23:33 UTC) #11
Mads Ager (chromium)
Could you remove the macros completely and get rid of all uses as well?
6 years, 10 months ago (2014-02-20 08:42:09 UTC) #12
kouhei (in TOK)
On 2014/02/20 08:42:09, Mads Ager (chromium) wrote: > Could you remove the macros completely and ...
6 years, 10 months ago (2014-02-20 08:43:27 UTC) #13
haraken
On 2014/02/20 08:43:27, kouhei wrote: > On 2014/02/20 08:42:09, Mads Ager (chromium) wrote: > > ...
6 years, 10 months ago (2014-02-20 08:46:35 UTC) #14
kouhei (in TOK)
PTAL. Removed all macros.
6 years, 10 months ago (2014-02-24 01:51:12 UTC) #15
haraken
The side-by-side diff is broken. Would you reupload?
6 years, 10 months ago (2014-02-24 01:55:08 UTC) #16
kouhei (in TOK)
On 2014/02/24 01:55:08, haraken wrote: > The side-by-side diff is broken. Would you reupload? done
6 years, 10 months ago (2014-02-24 01:58:14 UTC) #17
haraken
Please remove "empty" files. https://codereview.chromium.org/169293002/diff/360001/Source/modules/geolocation/Geoposition.cpp File Source/modules/geolocation/Geoposition.cpp (left): https://codereview.chromium.org/169293002/diff/360001/Source/modules/geolocation/Geoposition.cpp#oldcode12 Source/modules/geolocation/Geoposition.cpp:12: void Geoposition::trace(Visitor* visitor) You can ...
6 years, 10 months ago (2014-02-24 02:10:48 UTC) #18
haraken
On 2014/02/24 02:10:48, haraken wrote: > Please remove "empty" files. > > https://codereview.chromium.org/169293002/diff/360001/Source/modules/geolocation/Geoposition.cpp > File ...
6 years, 10 months ago (2014-02-24 02:11:43 UTC) #19
kouhei (in TOK)
PTAL. removed "empty" files..
6 years, 10 months ago (2014-02-24 03:06:17 UTC) #20
haraken
LGTM
6 years, 10 months ago (2014-02-24 03:57:16 UTC) #21
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 10 months ago (2014-02-24 03:58:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/169293002/390002
6 years, 10 months ago (2014-02-24 03:58:39 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-24 05:03:28 UTC) #24
commit-bot: I haz the power
Retried try job too often on mac_layout for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout&number=20789
6 years, 10 months ago (2014-02-24 05:03:28 UTC) #25
kouhei (in TOK)
Source/heap/Visitor.h implementation changed to support css/. haraken: PTAL
6 years, 10 months ago (2014-02-25 02:56:51 UTC) #26
haraken
LGTM
6 years, 10 months ago (2014-02-25 03:19:32 UTC) #27
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 03:20:50 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/169293002/570001
6 years, 10 months ago (2014-02-25 03:21:02 UTC) #29
kouhei (in TOK)
On 2014/02/25 03:21:02, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 10 months ago (2014-02-25 03:44:57 UTC) #30
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 03:56:47 UTC) #31
kouhei (in TOK)
The CQ bit was unchecked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 03:56:52 UTC) #32
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 03:56:52 UTC) #33
kouhei (in TOK)
The CQ bit was unchecked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 03:56:52 UTC) #34
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 03:56:53 UTC) #35
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 10 months ago (2014-02-25 04:27:57 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/169293002/590001
6 years, 10 months ago (2014-02-25 04:28:04 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/169293002/590001
6 years, 10 months ago (2014-02-25 05:20:48 UTC) #38
commit-bot: I haz the power
6 years, 10 months ago (2014-02-25 07:35:06 UTC) #39
Message was sent while issue was closed.
Change committed as 167743

Powered by Google App Engine
This is Rietveld 408576698