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

Issue 9930008: Fix issue http://code.google.com/p/dart/issues/detail?id=1877 without degrading performance. Impro… (Closed)

Created:
8 years, 8 months ago by Jacob
Modified:
8 years, 8 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue http://code.google.com/p/dart/issues/detail?id=1877 without degrading performance. Improved performance by removing harmful caching logic. BUG=1877 TEST= Committed: https://code.google.com/p/dart/source/detail?r=6015

Patch Set 1 #

Total comments: 18

Patch Set 2 : Code review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+695 lines, -784 lines) Patch
M client/tests/client/html/ElementTests.dart View 1 1 chunk +41 lines, -31 lines 0 comments Download
M lib/dom/templates/html/impl/impl_Element.darttemplate View 1 6 chunks +206 lines, -28 lines 0 comments Download
M lib/dom/templates/html/interface/interface_Element.darttemplate View 4 chunks +11 lines, -222 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 10 chunks +217 lines, -250 lines 0 comments Download
M lib/html/frog/html_frog.dart View 1 10 chunks +217 lines, -250 lines 0 comments Download
M lib/html/src/DataAttributeMap.dart View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jacob
8 years, 8 months ago (2012-03-29 23:45:22 UTC) #1
nweiz
https://chromiumcodereview.appspot.com/9930008/diff/1/client/tests/client/html/ElementTests.dart File client/tests/client/html/ElementTests.dart (right): https://chromiumcodereview.appspot.com/9930008/diff/1/client/tests/client/html/ElementTests.dart#newcode450 client/tests/client/html/ElementTests.dart:450: test('coersion', () { coercion https://chromiumcodereview.appspot.com/9930008/diff/1/lib/dom/templates/html/impl/impl_Element.darttemplate File lib/dom/templates/html/impl/impl_Element.darttemplate (right): https://chromiumcodereview.appspot.com/9930008/diff/1/lib/dom/templates/html/impl/impl_Element.darttemplate#newcode420 ...
8 years, 8 months ago (2012-03-30 00:06:23 UTC) #2
Jacob
https://chromiumcodereview.appspot.com/9930008/diff/1/client/tests/client/html/ElementTests.dart File client/tests/client/html/ElementTests.dart (right): https://chromiumcodereview.appspot.com/9930008/diff/1/client/tests/client/html/ElementTests.dart#newcode450 client/tests/client/html/ElementTests.dart:450: test('coersion', () { On 2012/03/30 00:06:23, nweiz wrote: > ...
8 years, 8 months ago (2012-03-30 00:40:53 UTC) #3
nweiz
8 years, 8 months ago (2012-03-30 00:45:36 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698