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

Issue 106423003: [oilpan] Rename visit to mark. (Closed)

Created:
7 years ago by Mads Ager (chromium)
Modified:
7 years ago
CC:
blink-reviews, kouhei+oilpan_chromium.org, adamk+oilpan_chromium.org, abarth-chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Typo fix #

Patch Set 3 : Fix typo #

Total comments: 8

Patch Set 4 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -524 lines) Patch
M Source/core/css/CSSFontSelector.cpp View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M Source/core/css/CSSParser.cpp View 1 2 3 13 chunks +13 lines, -13 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/css/CSSProperty.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSRule.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/FontLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/InspectorCSSOMWrappers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/ElementShadow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/EventTarget.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/MessagePort.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/NamedFlow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Node.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Node.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ScriptExecutionContext.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/ShadowRoot.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ShadowRoot.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/TreeScope.h View 2 chunks +7 lines, -4 lines 0 comments Download
M Source/core/dom/TreeScope.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/fileapi/FileReader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/FormAssociatedElement.h View 1 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/html/HTMLCollection.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/HTMLCollection.cpp View 1 chunk +2 lines, -6 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLObjectElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLObjectElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/MediaController.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeFieldElement.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/track/TextTrackCue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/track/TextTrackList.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/track/TrackBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/appcache/DOMApplicationCache.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/DOMWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/EventSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/Performance.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGElementInstance.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/AbstractWorker.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XMLHttpRequestUpload.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/heap/Handle.h View 1 2 3 7 chunks +11 lines, -11 lines 0 comments Download
M Source/heap/Heap.h View 1 2 3 12 chunks +67 lines, -81 lines 0 comments Download
M Source/heap/Heap.cpp View 1 2 3 15 chunks +21 lines, -176 lines 0 comments Download
M Source/heap/ThreadState.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/heap/ThreadState.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/heap/Visitor.h View 1 2 3 15 chunks +44 lines, -44 lines 0 comments Download
M Source/heap/tests/HeapTest.cpp View 1 2 3 13 chunks +31 lines, -31 lines 0 comments Download
M Source/modules/battery/BatteryManager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/FileWriter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBDatabase.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBTransaction.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediasource/MediaSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediasource/SourceBufferList.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/MediaStream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/MediaStreamTrack.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCDTMFSender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCPeerConnection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/notifications/Notification.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechRecognition.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/speech/SpeechSynthesisUtterance.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/AudioContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/OfflineAudioContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webaudio/ScriptProcessorNode.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIPort.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/websockets/WebSocket.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/HashTable.h View 1 2 3 2 chunks +11 lines, -11 lines 0 comments Download
M Source/wtf/HashTraits.h View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M Source/wtf/TypeTraits.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Vector.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/wtf/VectorTraits.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Mads Ager (chromium)
A couple of minor changes pointed out in comments. I removed the AcceptChecker which does ...
7 years ago (2013-12-05 12:10:00 UTC) #1
wibling-chromium
LGTM https://codereview.chromium.org/106423003/diff/40001/Source/heap/Handle.h File Source/heap/Handle.h (right): https://codereview.chromium.org/106423003/diff/40001/Source/heap/Handle.h#newcode63 Source/heap/Handle.h:63: template<typename T> struct OffHeapCollectionTraceTrait; NIT: Shouldn't this be ...
7 years ago (2013-12-05 12:37:16 UTC) #2
Mads Ager (chromium)
https://codereview.chromium.org/106423003/diff/40001/Source/heap/Handle.h File Source/heap/Handle.h (right): https://codereview.chromium.org/106423003/diff/40001/Source/heap/Handle.h#newcode63 Source/heap/Handle.h:63: template<typename T> struct OffHeapCollectionTraceTrait; On 2013/12/05 12:37:17, wibling-chromium wrote: ...
7 years ago (2013-12-05 12:41:17 UTC) #3
haraken
LGTM. This looks much better.
7 years ago (2013-12-05 14:49:15 UTC) #4
haraken
Nit: I don't want to bike-shed any more, but you could rename Visitor to Tracer ...
7 years ago (2013-12-06 09:11:17 UTC) #5
Erik Corry
lgtm https://codereview.chromium.org/106423003/diff/40001/Source/heap/Heap.h File Source/heap/Heap.h (right): https://codereview.chromium.org/106423003/diff/40001/Source/heap/Heap.h#newcode411 Source/heap/Heap.h:411: void trace(Visitor*); Should this not be mark? https://codereview.chromium.org/106423003/diff/40001/Source/heap/Heap.h#newcode1279 ...
7 years ago (2013-12-06 10:30:32 UTC) #6
Mads Ager (chromium)
https://codereview.chromium.org/106423003/diff/40001/Source/heap/Heap.h File Source/heap/Heap.h (right): https://codereview.chromium.org/106423003/diff/40001/Source/heap/Heap.h#newcode411 Source/heap/Heap.h:411: void trace(Visitor*); On 2013/12/06 10:30:33, Erik Corry wrote: > ...
7 years ago (2013-12-06 11:00:10 UTC) #7
Mads Ager (chromium)
7 years ago (2013-12-06 11:00:36 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r163311 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698