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

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed)

Created:
6 years, 3 months ago by keishi
Modified:
6 years, 2 months ago
CC:
aandrey+blink_chromium.org, abarth-chromium, darktears, apavlov+blink_chromium.org, arv+blink, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-bindings_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, caseq+blink_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dstockwell, eae+blinkwatch, ed+blinkwatch_opera.com, Eric Willigers, eustas+blink_chromium.org, falken, horo+watch_chromium.org, jsbell+serviceworker_chromium.org, kinuko+serviceworker, kinuko+fileapi, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, michaeln, Mike Lawther (Google), mvanouwerkerk+watch_chromium.org, nhiroki, paulirish+reviews_chromium.org, pfeldman+blink_chromium.org, rjwright, rwlbuis, Raymond Toy, rune+blink, sergeyv+blink_chromium.org, serviceworker-reviews, shans, sof, Steve Block, Timothy Loh, timvolodine, tommyw+watchlist_chromium.org, tzik, vsevik+blink_chromium.org, yurys+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

Oilpan: Enable oilpan for callback classes BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182656

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Total comments: 28

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -483 lines) Patch
M Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp View 1 2 3 4 5 6 7 1 chunk +9 lines, -5 lines 0 comments Download
M Source/bindings/scripts/v8_methods.py View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M Source/bindings/templates/callback_interface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/templates/methods.cpp View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -6 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestCallbackInterface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 3 4 5 6 7 8 8 chunks +16 lines, -12 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestTypedefs.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataTransferItem.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/clipboard/DataTransferItem.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSet.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/FontFaceSet.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/css/FontFaceSetForEachCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/RequestAnimationFrameCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ScriptedAnimationController.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/ScriptedAnimationController.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/StringCallback.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/StringCallback.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/VoidCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorResourceContentLoader.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorResourceContentLoader.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystem.h View 10 chunks +24 lines, -24 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystem.cpp View 4 chunks +9 lines, -9 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemBase.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemBase.cpp View 9 chunks +9 lines, -9 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemSync.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DOMFileSystemSync.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/modules/filesystem/DOMWindowFileSystem.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/DOMWindowFileSystem.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/DirectoryEntry.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/filesystem/DirectoryEntry.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/filesystem/DirectoryReader.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/filesystem/DirectoryReader.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/filesystem/DirectoryReaderSync.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/filesystem/EntriesCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/Entry.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/Entry.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/EntryCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/ErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/FileCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/FileEntry.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/FileEntry.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/FileSystemCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/FileSystemCallbacks.h View 1 2 3 4 5 6 3 chunks +30 lines, -30 lines 0 comments Download
M Source/modules/filesystem/FileSystemCallbacks.cpp View 1 2 3 4 5 6 12 chunks +27 lines, -27 lines 0 comments Download
M Source/modules/filesystem/FileWriterBaseCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/FileWriterCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/InspectorFileSystemAgent.cpp View 12 chunks +33 lines, -33 lines 0 comments Download
M Source/modules/filesystem/MetadataCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/SyncCallbackHelper.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/geolocation/GeoNotifier.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/geolocation/GeoNotifier.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/Geolocation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/geolocation/Geolocation.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/geolocation/PositionCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/geolocation/PositionErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaDeviceInfoCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaDevicesRequest.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/mediastream/MediaDevicesRequest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/MediaStreamTrack.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStreamTrack.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStreamTrackSourcesCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/NavigatorMediaStream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/NavigatorMediaStream.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/NavigatorUserMediaErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/NavigatorUserMediaSuccessCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCPeerConnection.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/mediastream/RTCPeerConnection.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/mediastream/RTCSessionDescriptionCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCStatsCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCStatsRequestImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/mediastream/RTCStatsRequestImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCVoidRequestImpl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/mediastream/RTCVoidRequestImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/UserMediaRequest.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/mediastream/UserMediaRequest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/notifications/Notification.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/Notification.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/NotificationPermissionCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/NotificationPermissionClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/quota/DeprecatedStorageInfo.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageInfo.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageQuota.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageQuota.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/quota/StorageErrorCallback.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/quota/StorageErrorCallback.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/quota/StorageQuotaCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/quota/StorageQuotaClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/quota/StorageUsageCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/Headers.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/Headers.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/HeadersForEachCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/Request.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AsyncAudioDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AsyncAudioDecoder.cpp View 3 chunks +2 lines, -6 lines 0 comments Download
M Source/modules/webaudio/AudioBufferCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioContext.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioContext.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DOMWindowWebDatabase.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DOMWindowWebDatabase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/Database.h View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -12 lines 0 comments Download
M Source/modules/webdatabase/Database.cpp View 1 2 3 4 5 6 7 8 2 chunks +16 lines, -16 lines 0 comments Download
M Source/modules/webdatabase/DatabaseCallback.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseManager.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseManager.cpp View 1 2 3 4 5 6 7 4 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/webdatabase/InspectorDatabaseAgent.cpp View 7 chunks +17 lines, -17 lines 0 comments Download
M Source/modules/webdatabase/SQLCallbackWrapper.h View 1 2 3 5 chunks +7 lines, -9 lines 0 comments Download
M Source/modules/webdatabase/SQLStatement.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/SQLStatement.cpp View 1 2 3 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/webdatabase/SQLStatementCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/SQLStatementErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/SQLTransaction.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/webdatabase/SQLTransaction.cpp View 1 2 3 4 5 6 7 6 chunks +9 lines, -9 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/SQLTransactionErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webmidi/MIDIErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webmidi/MIDISuccessCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/heap/Handle.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M Source/web/NotificationPermissionClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/NotificationPermissionClientImpl.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/StorageQuotaClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/StorageQuotaClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 44 (15 generated)
keishi
6 years, 3 months ago (2014-09-18 11:18:36 UTC) #2
sof
https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp#newcode92 Source/bindings/templates/methods.cpp:92: {{argument.idl_type}}* {{argument.name}} = nullptr; nit: ";" at the end ...
6 years, 3 months ago (2014-09-18 11:38:54 UTC) #3
Jens Widell
https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp#newcode92 Source/bindings/templates/methods.cpp:92: {{argument.idl_type}}* {{argument.name}} = nullptr; I think we can (and ...
6 years, 3 months ago (2014-09-18 12:13:20 UTC) #5
tkent
Should we do this now? Making RequestAnimationFrame GCed looks to have performance risk.
6 years, 3 months ago (2014-09-19 00:37:33 UTC) #6
tkent
On 2014/09/19 00:37:33, tkent (overloaded) wrote: > Should we do this now? Making RequestAnimationFrame GCed ...
6 years, 3 months ago (2014-09-19 00:44:31 UTC) #7
keishi
https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp#newcode92 Source/bindings/templates/methods.cpp:92: {{argument.idl_type}}* {{argument.name}} = nullptr; On 2014/09/18 12:13:19, Jens Widell ...
6 years, 3 months ago (2014-09-19 06:43:35 UTC) #8
keishi
https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/563703002/diff/50001/Source/bindings/templates/methods.cpp#newcode143 Source/bindings/templates/methods.cpp:143: if (info.Length() > {{argument.index}} && !isUndefinedOrNull(info[{{argument.index}}])) { On 2014/09/18 ...
6 years, 3 months ago (2014-09-19 06:44:15 UTC) #9
Mads Ager (chromium)
LGTM
6 years, 3 months ago (2014-09-19 08:11:52 UTC) #11
Jens Widell
bindings/ LGTM, with one nit. https://codereview.chromium.org/563703002/diff/70001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp File Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp (right): https://codereview.chromium.org/563703002/diff/70001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp#newcode94 Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp:94: SQLStatementCallback* callback = nullptr; ...
6 years, 3 months ago (2014-09-19 09:07:56 UTC) #12
keishi
https://codereview.chromium.org/563703002/diff/70001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp File Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp (right): https://codereview.chromium.org/563703002/diff/70001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp#newcode94 Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp:94: SQLStatementCallback* callback = nullptr; On 2014/09/19 09:07:55, Jens Widell ...
6 years, 3 months ago (2014-09-19 10:30:07 UTC) #13
keishi
Thanks.
6 years, 3 months ago (2014-09-19 10:30:22 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/563703002/90001
6 years, 3 months ago (2014-09-19 10:30:51 UTC) #16
Jens Widell
https://codereview.chromium.org/563703002/diff/90001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp File Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp (right): https://codereview.chromium.org/563703002/diff/90001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp#newcode106 Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp:106: SQLStatementErrorCallback* errorCallback = nullptr; Follow-up nit: Align this block ...
6 years, 3 months ago (2014-09-19 10:34:06 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/15540)
6 years, 3 months ago (2014-09-19 10:43:02 UTC) #19
haraken
LGTM
6 years, 3 months ago (2014-09-20 09:00:47 UTC) #20
tkent
https://codereview.chromium.org/563703002/diff/90001/Source/modules/filesystem/DirectoryReader.cpp File Source/modules/filesystem/DirectoryReader.cpp (right): https://codereview.chromium.org/563703002/diff/90001/Source/modules/filesystem/DirectoryReader.cpp#newcode60 Source/modules/filesystem/DirectoryReader.cpp:60: // FIXME: This Persistent keeps the reader alive until ...
6 years, 3 months ago (2014-09-22 02:04:06 UTC) #21
keishi
https://codereview.chromium.org/563703002/diff/90001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp File Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp (right): https://codereview.chromium.org/563703002/diff/90001/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp#newcode106 Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp:106: SQLStatementErrorCallback* errorCallback = nullptr; On 2014/09/19 10:34:06, Jens Widell ...
6 years, 3 months ago (2014-09-22 05:44:02 UTC) #22
tkent
lgtm
6 years, 3 months ago (2014-09-22 07:29:47 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563703002/110001
6 years, 3 months ago (2014-09-22 07:39:50 UTC) #27
commit-bot: I haz the power
Failed to apply patch for Source/modules/webdatabase/Database.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 3 months ago (2014-09-22 07:40:46 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563703002/130001
6 years, 3 months ago (2014-09-24 05:57:10 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_chromium_gn_rel/builds/11449)
6 years, 3 months ago (2014-09-24 06:15:49 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563703002/150001
6 years, 2 months ago (2014-09-25 03:52:07 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/26344)
6 years, 2 months ago (2014-09-25 05:04:33 UTC) #37
tkent
https://codereview.chromium.org/563703002/diff/150001/Source/core/html/HTMLSelectElement.cpp File Source/core/html/HTMLSelectElement.cpp (right): https://codereview.chromium.org/563703002/diff/150001/Source/core/html/HTMLSelectElement.cpp#newcode384 Source/core/html/HTMLSelectElement.cpp:384: return HTMLFormControlElementWithState::createRenderer(style); Looks an accidental change.
6 years, 2 months ago (2014-09-25 06:49:51 UTC) #38
keishi
https://codereview.chromium.org/563703002/diff/150001/Source/core/html/HTMLSelectElement.cpp File Source/core/html/HTMLSelectElement.cpp (right): https://codereview.chromium.org/563703002/diff/150001/Source/core/html/HTMLSelectElement.cpp#newcode384 Source/core/html/HTMLSelectElement.cpp:384: return HTMLFormControlElementWithState::createRenderer(style); On 2014/09/25 06:49:51, tkent (high review load) ...
6 years, 2 months ago (2014-09-25 07:02:56 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563703002/170001
6 years, 2 months ago (2014-09-25 07:04:06 UTC) #41
commit-bot: I haz the power
Committed patchset #10 (id:170001) as 182656
6 years, 2 months ago (2014-09-25 08:15:59 UTC) #42
leviw_travelin_and_unemployed
6 years, 2 months ago (2014-10-14 19:35:15 UTC) #44
Message was sent while issue was closed.
We believe this patch may have caused memory leaks:
https://code.google.com/p/chromium/issues/detail?id=423047

I lack a lot of context on this change, but I do see a bunch of OwnPtrs being
turned into raw pointers, and I'm unsure of their lifetime...

Powered by Google App Engine
This is Rietveld 408576698