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

Issue 8416010: Further code review changes for issue 8341027. (Closed)

Created:
9 years, 1 month ago by nweiz
Modified:
6 years, 7 months ago
Reviewers:
Jacob
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Further code review changes for issue 8341027. This passes a null pointer to EmptyStyleDeclaration's superclass constructor, and ensures that DocumentFragment#style and DocumentFragment#getBoundingClientRect are cached.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add DOMWrapperBase._empty. #

Total comments: 2

Patch Set 3 : New changes #

Patch Set 4 : Remove html/html.dart munging. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -15 lines) Patch
M client/html/src/CSSStyleDeclarationWrappingImplementation.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M client/html/src/DOMWrapperBase.dart View 1 1 chunk +5 lines, -3 lines 0 comments Download
M client/html/src/DocumentFragmentWrappingImplementation.dart View 1 4 chunks +23 lines, -4 lines 0 comments Download
M client/tests/client/html/DocumentFragmentTests.dart View 1 chunk +22 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
9 years, 1 month ago (2011-10-27 20:38:17 UTC) #1
Jacob
http://codereview.chromium.org/8416010/diff/1/client/html/src/DOMWrapperBase.dart File client/html/src/DOMWrapperBase.dart (right): http://codereview.chromium.org/8416010/diff/1/client/html/src/DOMWrapperBase.dart#newcode10 client/html/src/DOMWrapperBase.dart:10: // We should never be creating duplicate wrappers. because ...
9 years, 1 month ago (2011-10-27 21:01:27 UTC) #2
nweiz
http://codereview.chromium.org/8416010/diff/1/client/html/src/DOMWrapperBase.dart File client/html/src/DOMWrapperBase.dart (right): http://codereview.chromium.org/8416010/diff/1/client/html/src/DOMWrapperBase.dart#newcode10 client/html/src/DOMWrapperBase.dart:10: // We should never be creating duplicate wrappers. On ...
9 years, 1 month ago (2011-10-27 21:20:35 UTC) #3
Jacob
http://codereview.chromium.org/8416010/diff/1004/client/layout/layout.dart File client/layout/layout.dart (right): http://codereview.chromium.org/8416010/diff/1004/client/layout/layout.dart#newcode8 client/layout/layout.dart:8: #import('../html/html.dart'); you accidentally uploaded with the change back to ...
9 years, 1 month ago (2011-10-27 21:35:43 UTC) #4
nweiz
9 years, 1 month ago (2011-10-27 22:36:54 UTC) #5
I've removed the ../html/html.dart stuff and fixed up the few uses of
init*Event.

http://codereview.chromium.org/8416010/diff/1004/client/layout/layout.dart
File client/layout/layout.dart (right):

http://codereview.chromium.org/8416010/diff/1004/client/layout/layout.dart#ne...
client/layout/layout.dart:8: #import('../html/html.dart');
On 2011/10/27 21:35:43, jacobr wrote:
> you accidentally uploaded with the change back to 
> ../html/html.dart included

Whoops, fixed.

Powered by Google App Engine
This is Rietveld 408576698