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

Issue 497033002: Make some ScriptValue references const in modules/indexeddb (Closed)

Created:
6 years, 4 months ago by Jens Widell
Modified:
6 years, 4 months ago
Reviewers:
jsbell
CC:
blink-reviews, cmumford, dgrogan, jsbell+idb_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Make some ScriptValue references const in modules/indexeddb These functions are called from the bindings layer, so the non-const references bind to its local variables, and thus limit what we can do in the generated code; the parameter value must be an lvalue. There was no obvious reason why these references should be non-const. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180883

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -11 lines) Patch
M Source/modules/indexeddb/IDBCursor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBCursor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBObjectStore.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/indexeddb/IDBObjectStore.cpp View 2 chunks +4 lines, -5 lines 2 comments Download

Messages

Total messages: 15 (0 generated)
Jens Widell
PTAL https://codereview.chromium.org/497033002/diff/1/Source/modules/indexeddb/IDBObjectStore.cpp File Source/modules/indexeddb/IDBObjectStore.cpp (left): https://codereview.chromium.org/497033002/diff/1/Source/modules/indexeddb/IDBObjectStore.cpp#oldcode189 Source/modules/indexeddb/IDBObjectStore.cpp:189: value.clear(); This call had to go when the ...
6 years, 4 months ago (2014-08-22 12:06:28 UTC) #1
jsbell
lgtm https://codereview.chromium.org/497033002/diff/1/Source/modules/indexeddb/IDBObjectStore.cpp File Source/modules/indexeddb/IDBObjectStore.cpp (left): https://codereview.chromium.org/497033002/diff/1/Source/modules/indexeddb/IDBObjectStore.cpp#oldcode189 Source/modules/indexeddb/IDBObjectStore.cpp:189: value.clear(); On 2014/08/22 12:06:28, Jens Widell wrote: > ...
6 years, 4 months ago (2014-08-22 16:09:21 UTC) #2
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 4 months ago (2014-08-22 16:12:28 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/497033002/1
6 years, 4 months ago (2014-08-22 16:13:12 UTC) #4
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-22 17:19:20 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 17:21:38 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/android_chromium_gn_compile_rel/builds/8362)
6 years, 4 months ago (2014-08-22 17:21:38 UTC) #7
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 4 months ago (2014-08-22 19:13:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/497033002/1
6 years, 4 months ago (2014-08-22 19:14:56 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-22 19:17:44 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 19:20:11 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/android_chromium_gn_compile_rel/builds/8388)
6 years, 4 months ago (2014-08-22 19:20:16 UTC) #12
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 4 months ago (2014-08-26 05:10:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/497033002/1
6 years, 4 months ago (2014-08-26 05:10:53 UTC) #14
commit-bot: I haz the power
6 years, 4 months ago (2014-08-26 05:15:18 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (1) as 180883

Powered by Google App Engine
This is Rietveld 408576698