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

Issue 9624004: Allow any order for ExtAttrs and const in WebKit. (Closed)

Created:
8 years, 9 months ago by antonm
Modified:
8 years, 9 months ago
Reviewers:
podivilov, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Allow any order for ExtAttrs and const in WebKit. ExtAttrs followed by const variant has been recently added into WebKit. Committed: https://code.google.com/p/dart/source/detail?r=5107

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing Stephen's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M client/dom/scripts/idlparser.py View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
antonm
The corresponding WebKit change: https://chromiumcodereview.appspot.com/9621004
8 years, 9 months ago (2012-03-07 15:12:20 UTC) #1
sra1
lgtm https://chromiumcodereview.appspot.com/9624004/diff/1/client/dom/scripts/idlparser.py File client/dom/scripts/idlparser.py (right): https://chromiumcodereview.appspot.com/9624004/diff/1/client/dom/scripts/idlparser.py#newcode147 client/dom/scripts/idlparser.py:147: [OR(['const', MAYBE(ExtAttrs)], [MAYBE(ExtAttrs), 'const']), Type, Id, '=', ConstExpr, ...
8 years, 9 months ago (2012-03-07 18:13:52 UTC) #2
antonm
8 years, 9 months ago (2012-03-07 18:39:50 UTC) #3
https://chromiumcodereview.appspot.com/9624004/diff/1/client/dom/scripts/idlp...
File client/dom/scripts/idlparser.py (right):

https://chromiumcodereview.appspot.com/9624004/diff/1/client/dom/scripts/idlp...
client/dom/scripts/idlparser.py:147: [OR(['const', MAYBE(ExtAttrs)],
[MAYBE(ExtAttrs), 'const']), Type, Id, '=', ConstExpr, ';'],
On 2012/03/07 18:13:52, sra1 wrote:
> line length - break at ", Type" ?

Done.

Powered by Google App Engine
This is Rietveld 408576698