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

Issue 129793007: Remove dead code path (typed array interfaces) (Closed)

Created:
6 years, 11 months ago by Nils Barth (inactive)
Modified:
6 years, 11 months ago
Reviewers:
haraken
CC:
blink-reviews, kojih, arv+blink, jsbell+bindings_chromium.org, sof, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive, kouhei (in TOK)
Visibility:
Public.

Description

Remove dead code path (typed array interfaces) Typed arrays all have custom bindings, so code path that checks if an interface is a typed array (IsTypedArray($interfaceName)) is dead code. This removes it to avoid being misleading (and clarify rewrite); no changes to generated code. Obviously we want to remove these custom bindings, but the existing dead code isn't helpful. R=haraken Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165039

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -9 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 2 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nils Barth (inactive)
6 years, 11 months ago (2014-01-14 04:47:55 UTC) #1
haraken
LGTM. Though I wonder why typed arrays are written in custom bindings. We should auto-generate ...
6 years, 11 months ago (2014-01-14 04:49:56 UTC) #2
Nils Barth (inactive)
On 2014/01/14 04:49:56, haraken wrote: > Though I wonder why typed arrays are written in ...
6 years, 11 months ago (2014-01-14 05:23:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/129793007/1
6 years, 11 months ago (2014-01-14 05:25:50 UTC) #4
haraken
On 2014/01/14 05:23:35, Nils Barth wrote: > On 2014/01/14 04:49:56, haraken wrote: > > Though ...
6 years, 11 months ago (2014-01-14 05:26:44 UTC) #5
Nils Barth (inactive)
On 2014/01/14 05:26:44, haraken wrote: > My concern is that those custom bindings have toV8(), ...
6 years, 11 months ago (2014-01-14 05:27:54 UTC) #6
Dmitry Lomov (no reviews)
On 2014/01/14 05:27:54, Nils Barth wrote: > On 2014/01/14 05:26:44, haraken wrote: > > My ...
6 years, 11 months ago (2014-01-14 06:55:21 UTC) #7
Nils Barth (inactive)
On 2014/01/14 06:55:21, Dmitry Lomov (chromium) wrote: > Think carefully about whether you really want ...
6 years, 11 months ago (2014-01-14 07:46:16 UTC) #8
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 08:03:55 UTC) #9
Message was sent while issue was closed.
Change committed as 165039

Powered by Google App Engine
This is Rietveld 408576698