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

Issue 447523003: Move most DOM attributes to prototype chains

Created:
6 years, 4 months ago by haraken
Modified:
5 years, 10 months ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, abarth-chromium
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move most DOM attributes to prototype chains This CL is not for review. BUG=43394

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+987 lines, -812 lines) Patch
M Source/bindings/scripts/v8_attributes.py View 1 2 3 4 5 6 7 2 chunks +31 lines, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8SVGTestInterface.cpp View 1 2 3 4 4 chunks +8 lines, -7 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestException.cpp View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp View 1 2 3 4 5 chunks +22 lines, -17 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp View 1 2 3 4 7 chunks +38 lines, -38 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp View 1 2 3 4 4 chunks +8 lines, -7 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceNode.cpp View 1 2 3 4 7 chunks +30 lines, -24 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.cpp View 1 2 3 4 5 6 7 4 chunks +8 lines, -7 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestNode.cpp View 1 2 3 4 7 chunks +26 lines, -22 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 3 4 5 6 189 chunks +793 lines, -670 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestTypedefs.cpp View 1 2 3 4 4 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 19 (1 generated)
haraken
The CL moves most DOM attributes to prototype chains. I'll use the CL and measure ...
6 years, 4 months ago (2014-08-06 11:22:27 UTC) #1
haraken
I hope I've fixed all layout test failures... Watching the try bots.
6 years, 4 months ago (2014-08-14 08:10:13 UTC) #2
haraken
hmm, the CL fixed all layout test failures, but a lot of browser_tests are still ...
6 years, 4 months ago (2014-08-15 00:49:24 UTC) #3
jsbell
How are performance numbers looking? (I didn't see an update in the bug...)
6 years, 4 months ago (2014-08-18 16:27:24 UTC) #4
haraken
On 2014/08/18 16:27:24, jsbell wrote: > How are performance numbers looking? (I didn't see an ...
6 years, 4 months ago (2014-08-19 00:14:30 UTC) #5
haraken
I minimized the browser_test failures. With the CL applied, the following code fails. var e ...
6 years, 3 months ago (2014-08-25 13:35:22 UTC) #6
haraken
On 2014/08/25 13:35:22, haraken wrote: > I minimized the browser_test failures. With the CL applied, ...
6 years, 3 months ago (2014-08-25 13:42:03 UTC) #7
haraken
On 2014/08/25 13:42:03, haraken wrote: > On 2014/08/25 13:35:22, haraken wrote: > > I minimized ...
6 years, 3 months ago (2014-08-26 07:42:27 UTC) #8
haraken
On 2014/08/26 07:42:27, haraken wrote: > On 2014/08/25 13:42:03, haraken wrote: > > On 2014/08/25 ...
6 years, 3 months ago (2014-08-26 07:57:35 UTC) #9
haraken
On 2014/08/26 07:57:35, haraken wrote: > On 2014/08/26 07:42:27, haraken wrote: > > On 2014/08/25 ...
6 years, 3 months ago (2014-08-29 06:49:25 UTC) #10
haraken
I'm aiming at landing this CL in Q3.
6 years, 3 months ago (2014-08-29 06:50:01 UTC) #11
haraken
The V8 side bug was fixed in https://codereview.chromium.org/528913002/ (r23586). Waiting for the V8 roll.
6 years, 3 months ago (2014-09-02 11:26:57 UTC) #12
haraken
arv@: This is a list of failing tests with the CL. https://docs.google.com/a/google.com/spreadsheets/d/14wU3VqFj7cQK1mxF1jZ3g-H_U6bSzTDoQrEqnOFJwgk/edit#gid=0
6 years ago (2014-12-02 00:59:01 UTC) #14
haraken
yukishiino@: Updated the latest CL to the patch set 5. Our goal is to list ...
5 years, 11 months ago (2015-01-13 11:23:01 UTC) #15
jsbell
On 2015/01/13 11:23:01, haraken wrote: > yukishiino@: Updated the latest CL to the patch set ...
5 years, 11 months ago (2015-01-13 18:19:18 UTC) #16
haraken
On 2015/01/13 18:19:18, jsbell wrote: > On 2015/01/13 11:23:01, haraken wrote: > > yukishiino@: Updated ...
5 years, 11 months ago (2015-01-14 02:45:24 UTC) #17
haraken
On 2015/01/14 02:45:24, haraken wrote: > On 2015/01/13 18:19:18, jsbell wrote: > > On 2015/01/13 ...
5 years, 11 months ago (2015-01-14 04:30:53 UTC) #18
haraken
5 years, 10 months ago (2015-02-02 12:52:38 UTC) #19
The patch set 7 is rebased with ToT.

Powered by Google App Engine
This is Rietveld 408576698