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

Issue 329163002: IDL parser: implement Stringifier production (Closed)

Created:
6 years, 6 months ago by Jens Widell
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src@master
Visibility:
Public.

Description

IDL parser: implement Stringifier production Emit a node with class 'Stringifier' for all stringifier variants. If the stringifier is an attribute, this node has a child node that represents the attribute. If the stringifier is an operation (named or unnamed) the node has a child node that represents the operation. BUG=306606 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279097

Patch Set 1 : #

Total comments: 2

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -3 lines) Patch
M tools/idl_parser/idl_parser.py View 1 1 chunk +19 lines, -3 lines 0 comments Download
M tools/idl_parser/test_parser/interface_web.idl View 1 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Jens Widell
PTAL. Since any use of 'stringifier' crashes the parser currently, it seems safe to assume ...
6 years, 6 months ago (2014-06-11 15:28:51 UTC) #1
Nils Barth (inactive)
LGTM, thanks! Noel? https://codereview.chromium.org/329163002/diff/10003/tools/idl_parser/idl_parser.py File tools/idl_parser/idl_parser.py (right): https://codereview.chromium.org/329163002/diff/10003/tools/idl_parser/idl_parser.py#newcode440 tools/idl_parser/idl_parser.py:440: p[0] = self.BuildProduction('Stringifier', p, 1, ListFromConcat(p[2])) ...
6 years, 6 months ago (2014-06-12 04:20:27 UTC) #2
noelallen1
Thanks! LGTM
6 years, 6 months ago (2014-06-12 19:15:23 UTC) #3
Jens Widell
On 2014/06/12 19:15:23, noelallen1 wrote: > Thanks! LGTM Patch rebased. Since the grammar spec alignment ...
6 years, 6 months ago (2014-06-23 08:18:32 UTC) #4
Nils Barth (inactive)
On 2014/06/23 08:18:32, Jens Lindström wrote: > On 2014/06/12 19:15:23, noelallen1 wrote: > > Thanks! ...
6 years, 6 months ago (2014-06-23 08:51:23 UTC) #5
Jens Widell
On 2014/06/23 08:51:23, Nils Barth wrote: > On 2014/06/23 08:18:32, Jens Lindström wrote: > > ...
6 years, 6 months ago (2014-06-23 09:21:32 UTC) #6
Nils Barth (inactive)
On 2014/06/23 09:21:32, Jens Lindström wrote: > I'm having an odd problem when I apply ...
6 years, 6 months ago (2014-06-23 09:26:01 UTC) #7
Jens Widell
On 2014/06/23 09:26:01, Nils Barth wrote: > On 2014/06/23 09:21:32, Jens Lindström wrote: > > ...
6 years, 6 months ago (2014-06-23 09:33:27 UTC) #8
Jens Widell
On 2014/06/23 09:33:27, Jens Lindström wrote: > On 2014/06/23 09:26:01, Nils Barth wrote: > > ...
6 years, 6 months ago (2014-06-23 09:36:30 UTC) #9
Nils Barth (inactive)
On 2014/06/23 09:36:30, Jens Lindström wrote: > On 2014/06/23 09:33:27, Jens Lindström wrote: > > ...
6 years, 6 months ago (2014-06-23 09:43:44 UTC) #10
Jens Widell
On 2014/06/23 09:36:30, Jens Lindström wrote: > On 2014/06/23 09:33:27, Jens Lindström wrote: > > ...
6 years, 6 months ago (2014-06-23 09:44:56 UTC) #11
Jens Widell
On 2014/06/23 09:44:56, Jens Lindström wrote: > On 2014/06/23 09:36:30, Jens Lindström wrote: > > ...
6 years, 6 months ago (2014-06-23 09:52:03 UTC) #12
Jens Widell
On 2014/06/23 09:52:03, Jens Lindström wrote: > On 2014/06/23 09:44:56, Jens Lindström wrote: > > ...
6 years, 6 months ago (2014-06-23 10:50:37 UTC) #13
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 6 months ago (2014-06-23 10:50:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/329163002/70001
6 years, 6 months ago (2014-06-23 10:51:50 UTC) #15
Nils Barth (inactive)
The CQ bit was unchecked by nbarth@chromium.org
6 years, 6 months ago (2014-06-23 11:11:29 UTC) #16
Nils Barth (inactive)
On 2014/06/23 10:50:37, Jens Lindström wrote: > Issue found in Blink. Fix here: https://codereview.chromium.org/332683004 > ...
6 years, 6 months ago (2014-06-23 11:12:17 UTC) #17
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 6 months ago (2014-06-23 11:12:46 UTC) #18
Nils Barth (inactive)
On 2014/06/23 11:12:17, Nils Barth wrote: > I think it's safer to wait for the ...
6 years, 6 months ago (2014-06-23 11:13:42 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/329163002/70001
6 years, 6 months ago (2014-06-23 11:13:53 UTC) #20
Jens Widell
On 2014/06/23 11:13:42, Nils Barth wrote: > On 2014/06/23 11:12:17, Nils Barth wrote: > > ...
6 years, 6 months ago (2014-06-23 11:19:56 UTC) #21
commit-bot: I haz the power
6 years, 6 months ago (2014-06-23 13:03:18 UTC) #22
Message was sent while issue was closed.
Change committed as 279097

Powered by Google App Engine
This is Rietveld 408576698