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 12653008: Fix up static analysis errors introduced by Futures CL. (Closed)

Created:
7 years, 9 months ago by Emily Fortuna
Modified:
7 years, 9 months ago
Reviewers:
Andrei Mouravski, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix up static analysis errors introduced by Futures CL. BUG= Committed: https://code.google.com/p/dart/source/detail?r=20120

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -69 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 7 chunks +38 lines, -36 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 7 chunks +37 lines, -29 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/src/_HttpRequestUtils.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate View 1 chunk +15 lines, -0 lines 0 comments Download
A tools/dom/templates/html/impl/impl_StorageInfo.darttemplate View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Emily Fortuna
7 years, 9 months ago (2013-03-15 18:38:50 UTC) #1
Emily Fortuna
7 years, 9 months ago (2013-03-15 19:43:08 UTC) #2
blois
lgtm Looks good, one nit. https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl/impl_StorageInfo.darttemplate File tools/dom/templates/html/impl/impl_StorageInfo.darttemplate (right): https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl/impl_StorageInfo.darttemplate#newcode26 tools/dom/templates/html/impl/impl_StorageInfo.darttemplate:26: int currentUsageInBytes; these should ...
7 years, 9 months ago (2013-03-15 20:38:43 UTC) #3
Andrei Mouravski
Mostly style changes and one documentation change. https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate File tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate (right): https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate#newcode45 tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate:45: (value) { ...
7 years, 9 months ago (2013-03-15 21:08:16 UTC) #4
Emily Fortuna
https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate File tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate (right): https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate#newcode45 tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate:45: (value) { completer.complete(value); }, On 2013/03/15 21:08:16, Andrei Mouravski ...
7 years, 9 months ago (2013-03-15 23:03:24 UTC) #5
Emily Fortuna
Committed patchset #3 manually as r20120 (presubmit successful).
7 years, 9 months ago (2013-03-15 23:06:18 UTC) #6
Andrei Mouravski
7 years, 9 months ago (2013-03-15 23:09:33 UTC) #7
Message was sent while issue was closed.
Err...

https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl...
File tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate (right):

https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl...
tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate:45: (value) {
completer.complete(value); },
This:
http://www.dartlang.org/articles/idiomatic-dart/#fields-getters-and-setters

suggests the opposite. Note the setters don't return anything and still use =>

https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl...
File tools/dom/templates/html/impl/impl_StorageInfo.darttemplate (right):

https://codereview.chromium.org/12653008/diff/1/tools/dom/templates/html/impl...
tools/dom/templates/html/impl/impl_StorageInfo.darttemplate:22: * A simple
container class for the two values that are returned from the
No change on this?

Powered by Google App Engine
This is Rietveld 408576698