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

Issue 124943002: Perl IDL parser: allow extended attributes to have more than 2 values (Closed)

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

Description

Perl IDL parser: allow extended attributes to have more than 2 values The (Perl) IDL parser has a bug, limiting extended attribute value lists to being length at most 2. This hasn't been a problem in the past, since this isn't used, but caused a problem in a recent CL where arbitrarily long lists are common. This fixes it; it's a 2-line fix. Relevant CL: Support IDL attributes limited to only known values. https://codereview.chromium.org/124763002/ Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164500

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -15 lines) Patch
M Source/bindings/scripts/idl_parser.pm View 1 chunk +2 lines, -4 lines 1 comment Download
M Source/bindings/tests/idls/TestObject.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 2 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Nils Barth (inactive)
Quick fix to the parser bug Sigbjørn identified. https://codereview.chromium.org/124943002/diff/1/Source/bindings/scripts/idl_parser.pm File Source/bindings/scripts/idl_parser.pm (right): https://codereview.chromium.org/124943002/diff/1/Source/bindings/scripts/idl_parser.pm#newcode1634 Source/bindings/scripts/idl_parser.pm:1634: return ...
6 years, 11 months ago (2014-01-06 07:09:52 UTC) #1
haraken
LGTM
6 years, 11 months ago (2014-01-06 07:16:10 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/124943002/1
6 years, 11 months ago (2014-01-06 07:19:47 UTC) #3
sof
awesome, thanks :)
6 years, 11 months ago (2014-01-06 07:25:00 UTC) #4
commit-bot: I haz the power
List of reviewers changed. sigbjornf@opera.com did a drive-by without LGTM'ing!
6 years, 11 months ago (2014-01-06 08:32:41 UTC) #5
sof
what? lgtm.
6 years, 11 months ago (2014-01-06 08:34:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/124943002/1
6 years, 11 months ago (2014-01-06 09:54:39 UTC) #7
commit-bot: I haz the power
6 years, 11 months ago (2014-01-06 09:54:55 UTC) #8
Message was sent while issue was closed.
Change committed as 164500

Powered by Google App Engine
This is Rietveld 408576698