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

Issue 332613004: Use IDL argument default values in modules/indexeddb/ (Closed)

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

Description

Use IDL argument default values in modules/indexeddb/ Replace bogus 'null' default values for DOMString arguments with the actual default values from the spec, and remove the handling of null strings in the C++ implementation. Also replace [Default=Undefined] on some boolean arguments with the default value 'false' from the spec, which has the same effect. BUG=258153 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176930

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -13 lines) Patch
M Source/modules/indexeddb/IDBCursor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBDatabase.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/indexeddb/IDBIndex.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBKeyRange.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/indexeddb/IDBObjectStore.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBTransaction.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jens Widell
PTAL
6 years, 6 months ago (2014-06-25 06:52:29 UTC) #1
jsbell
lgtm
6 years, 6 months ago (2014-06-25 16:07:25 UTC) #2
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 6 months ago (2014-06-25 16:11:08 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/332613004/1
6 years, 6 months ago (2014-06-25 16:11:25 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-25 16:14:17 UTC) #5
Message was sent while issue was closed.
Change committed as 176930

Powered by Google App Engine
This is Rietveld 408576698