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

Issue 11044021: Fixing up window.applicationCache and updating status files. (Closed)

Created:
8 years, 2 months ago by blois
Modified:
8 years, 2 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixing up window.applicationCache and updating status files. BUG=4949 Committed: https://code.google.com/p/dart/source/detail?r=13204

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M lib/compiler/implementation/lib/native_helper.dart View 2 chunks +2 lines, -0 lines 2 comments Download
M samples/tests/samples/samples.status View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/html.status View 2 chunks +1 line, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
blois
8 years, 2 months ago (2012-10-03 21:46:23 UTC) #1
vsm
lgtm https://codereview.chromium.org/11044021/diff/1/lib/compiler/implementation/lib/native_helper.dart File lib/compiler/implementation/lib/native_helper.dart (right): https://codereview.chromium.org/11044021/diff/1/lib/compiler/implementation/lib/native_helper.dart#newcode54 lib/compiler/implementation/lib/native_helper.dart:54: if (name == 'ApplicationCache') return 'DOMApplicationCache'; We should ...
8 years, 2 months ago (2012-10-03 22:52:06 UTC) #2
blois
8 years, 2 months ago (2012-10-03 23:05:22 UTC) #3
https://codereview.chromium.org/11044021/diff/1/lib/compiler/implementation/l...
File lib/compiler/implementation/lib/native_helper.dart (right):

https://codereview.chromium.org/11044021/diff/1/lib/compiler/implementation/l...
lib/compiler/implementation/lib/native_helper.dart:54: if (name ==
'ApplicationCache') return 'DOMApplicationCache';
On 2012/10/03 22:52:06, vsm wrote:
> We should make ApplicationCache the real name.  In fact, anything that's
DOMFoo
> probably should be Foo.  Perhaps part of the grand rename sweep.

Yes, we have a number of those, would be good to do them all together.

Powered by Google App Engine
This is Rietveld 408576698