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

Issue 10344025: Forbid zero argument variant of IDBRequest.openCursor. (Closed)

Created:
8 years, 7 months ago by Anton Muhin
Modified:
8 years, 7 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Forbid zero argument variant of IDBRequest.openCursor. R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=7316

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -10 lines) Patch
M lib/dom/idl/dart/dart.idl View 1 chunk +1 line, -0 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 1 chunk +3 lines, -10 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 7 months ago (2012-05-03 19:15:17 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10344025/diff/1/lib/html/dartium/html_dartium.dart File lib/html/dartium/html_dartium.dart (right): https://chromiumcodereview.appspot.com/10344025/diff/1/lib/html/dartium/html_dartium.dart#newcode10511 lib/html/dartium/html_dartium.dart:10511: + return _wrap(_ptr.openCursor(_unwrap(range), _unwrap(direction))); that should be able to ...
8 years, 7 months ago (2012-05-03 19:15:56 UTC) #2
Anton Muhin
8 years, 7 months ago (2012-05-04 09:49:41 UTC) #3
Turning into TBR as Stephen was apparently with this change.  I'll amend it if I
am overoptimistic.

Powered by Google App Engine
This is Rietveld 408576698