- 7ff2483 Enable position tracking for non-terminals in idl_parser by Andrey Kosyakov · 6 weeks ago
- 6845980b6 Support async_iterable<> in addition to async iterable<> by Andrey Kosyakov · 7 weeks ago
- c974154 [Trusted Types] Remove StringContext extended IDL attribute. by Daniel Vogelheim · 3 months ago
- 0711d29 Remove bashi from bindings OWNERS by Kenichi Ishibashi · 8 months ago
- eca79c7 Correcting spelling mistake for word 'namespace' by Tripta Gupta · 1 year, 7 months ago
- 1a023936 [buganizer] Migrate DIR_METADATA for tools/ by Jeff Yoon · 1 year, 8 months ago
- ca9896da bindings: Support extended attributes on iterable declarations by Yuki Shiino · 2 years ago
- 3c7d2f8ef bindings: Support Web IDL async iterable (5 of 5) by Yuki Shiino · 2 years ago
- e108f10 tools: remove `USE_PYTHON3 = True` from PRESUBMIT.py by Takuto Ikuta · 2 years, 4 months ago
- 968c909 Support the webidl bigint type in the bindings by Nate Chapin · 2 years, 6 months ago
- a9e1d9f Add encoding to open calls in tools by Bruce Dawson · 2 years, 7 months ago
- 926c027c ShadowRealm: Implement ShadowRealm global object in Blink (6/N) by Yuki Shiino · 2 years, 10 months ago
- dfd88085 Update copyright headers in testing/, tools/ by Avi Drissman · 3 years, 1 month ago
- 3b0f01566 bindings: Support 'undefined' keyword as replacement of 'void' by Yuki Shiino · 3 years, 1 month ago
- 81b4c56 bindings: Minor code cleanup by Yuki Shiino · 3 years, 4 months ago
- 9f00419 bindings: Stop creating 'lextab' file in the code tree. by Yuki Shiino · 3 years, 6 months ago
- 60459f8 bindings: Get rid of blink_idl_{lexer,parser} by Yuki Shiino · 3 years, 6 months ago
- 37036c4 idl_parser: Stop setting DATETIME property in IdlNode instances. by Raphael Kubo da Costa · 3 years, 7 months ago
- 36a95fa bindings: Support constants in IDL namespace (IDL parser) by Yuki Shiino · 3 years, 11 months ago
- cddac73 [Code Health] Pass skip_shebang_check=True with PRESUBMIT.py's under by Nan Lin · 4 years ago
- 7b0b3a7 Point references to the Web IDL spec to its new URL. by Raphael Kubo da Costa · 4 years ago
- f4a602e Migrate presubmit to python3 by Dan Harrington · 4 years, 4 months ago
- ab8812a [COIL] Change chromium code search type links to use main rather than master for tools by John Palmer · 4 years, 5 months ago
- 3e070c00 v8binding: Support ObservableArray<T> in idl_parser by Yuki Shiino · 4 years, 5 months ago
- 64024f7 IDL parser: Implement parsing of 'async iterable' by Yuki Shiino · 4 years, 7 months ago
- 83c9b78 Use inclusive parameter names in PRESUBMIT by Josip Sokcevic · 4 years, 9 months ago
- 190d9ea Fix typo by Taeho Nam · 4 years, 10 months ago
- 5b9ef55 Add DIR_METADATA files to //tools by Edward Lesmes · 5 years ago
- 2afe103 IDL parser: Align NULLABLE property in sequence like types by Hitoshi Yoshida · 5 years ago
- bea591c8 idl_parser: Fix import paths (sys.path) by Yuki Shiino · 6 years ago
- e3337bf idl_parser: Add current directory to sys.path by Raul Tambre · 6 years ago
- 02df50e [TrustedTypes] replace union types with WebIDL annotation by Yifan Luo · 6 years ago
- 3bffb129 bindings: Fix lexer keyword typo: s/Nan/NaN/ by Yuki Shiino · 6 years ago
- 42c686d IDL parser: Make IDL parser to support more keywords by Hitoshi Yoshida · 6 years ago
- 085c9ff IDL parser: Make AsyncIterable independent from Iterable by Hitoshi Yoshida · 6 years ago
- f3d9412e tools: Use Python 3 style print statements [4/9] by Raul Tambre · 6 years ago
- 0d8e067 IDL parser: Introduce async iterable by Hitoshi Yoshida · 6 years ago
- 68d4d29 IDL parser: Introduce 'constructor' keyword by Hitoshi Yoshida · 6 years ago
- 96bb213 IDL parser: Split promise type from NonAnyType by Hitoshi Yoshida · 6 years ago
- f75a39e IDL parser: Drop support of 2 legacy keywords by Hitoshi Yoshida · 6 years ago
- 3eba975 IDL parser: Drop null from const value by Hitoshi Yoshida · 6 years ago
- 0c3e8777b IDL parser: Reorder parser rules by Hitoshi Yoshida · 6 years ago
- 5afe8d1 IDL parser: Make parser accept {} and null as default value by Hitoshi Yoshida · 6 years ago
- 1a64435 IDL parser: Drop Date and RegExp from keywords by Hitoshi Yoshida · 6 years ago
- b7ba8f5 IDL parser: Drop support of 'implements' by Hitoshi Yoshida · 6 years ago
- ae73c83 IDL parser: Make MixinMember accept regular attribute by Hitoshi Yoshida · 7 years ago
- bd21cb2 IDLParser: Disable defaulted_states for compatibility by Raul Tambre · 7 years ago
- 94b8830 IDL lexer: Update regexp of IDL identifier tokens by Hitoshi Yoshida · 7 years ago
- bd4438c6 IDL compiler: Drop support of serializer in WebIDL by Hitoshi Yoshida · 7 years ago
- 86c013f IDL parser: Disallow to use Promise without return type by Hitoshi Yoshida · 7 years ago
- 0f379f7 IDL parser: Make IDL parser accept type annotation in union by Hitoshi Yoshida · 7 years ago
- 36fcc8a IDL parser: Drop accepting extended attributes on enum values by Hitoshi Yoshida · 7 years ago
- 4bee023 IDL parser: Accept partial interface mixin by Hitoshi Yoshida · 7 years ago
- 37e2e88 idl: Remove comment about _ in idl identifier by Hitoshi Yoshida · 7 years ago
- 3425b29 IDL lexer: Allow hyphens(-) in IDL identifier by Hitoshi Yoshida · 7 years ago
- 14b7c92 idl: Update IDL parser to accept includes by Hitoshi Yoshida · 8 years ago
- ec53e05 idl parser: Update IDL parser to accept interface mixin by Hitoshi Yoshida · 8 years ago
- 1d9e6ea IDL parser: Add AST tests for Constructor and Exposed by Hitoshi Yoshida · 8 years ago
- 70e38ec IDL parser: Use abspath to find test files by Hitoshi Yoshida · 8 years ago
- 201c7ba6 IDL parser: IDL parser should use None for indentifier of unnamed operations by Bhagirathi Satpathy · 8 years ago
- fd4acd52 idl_parser: Enable "namespace" to be parsed into ASTs by Lisa Suzuki · 8 years ago
- 16b6872f idl_parser: Support annotated types in Typedef and NonAnyType by Lisa Suzuki · 8 years ago
- cfa96c6 idl_parser: Support annotated types in RecordType by Lisa Suzuki · 8 years ago
- ee63a5b IDL parser: Rename property of IDLNode "Partial" to "PARTIAL" by Hitoshi Yoshida · 8 years ago
- 8f7fb05 IDL parser: Do not add "CALLBACK" property on callback functions by Hitoshi Yoshida · 8 years ago
- 5dfaafee idl_parser: Support annotated types in SetlikeRest by Lisa Suzuki · 8 years ago
- 25f6cb3 IDL parser: Make dump tool of IDL parser to display more information by Hitoshi Yoshida · 8 years ago
- 8670bc8a idl_parser: Support annotated types in MaplikeRest by Lisa Suzuki · 8 years ago
- a6ed776 idl_parser: Support annotated types in OptionalType (Iterable's value type) by Lisa Suzuki · 8 years ago
- f0af41e idl_parser: Support annotated types in Argument part by Lisa Suzuki · 8 years ago
- 285ef68 idl_parser: Support annotated types in Iterable part by Lisa Suzuki · 8 years ago
- c2aaa6f idl_parser: Support annotated types in AttributeRest part by Lisa Suzuki · 8 years ago
- 4bd5bc28 idl_parser: Support annotated types in Dictionary Member by Lisa Suzuki · 8 years ago
- a9be6dcb idl_parser: Allow special comments only before Definitions by Lisa Suzuki · 8 years ago
- aec6acb idl_parser: Fix a typo in IDLNode by Kenichi Ishibashi · 8 years ago
- 60c932df idl_parser: Improve error message of pattern match based tests by Lisa Suzuki · 8 years ago
- 7f01af51 idl_parser: Always stores default values into 'VALUE' property by Lisa Suzuki · 8 years ago
- ed51abf7 idl_parser: Enable values to be displayed in AST by Lisa Suzuki · 8 years ago
- a382270e idl_parser: Made unittests for Extended Attribute by Lisa Suzuki · 8 years ago
- 782b1ce idl_parser: Remove "BUILD" tree matching tests by Kenichi Ishibashi · 8 years ago
- 8794c1e bindings: Remove support for WebIDL arrays. by Raphael Kubo da Costa · 8 years ago
- cf5bdd5 idl_parser: Change test style for enum by Lisa Suzuki · 8 years ago
- 538f3f51f idl_parser: Add unittest for enum by Lisa Suzuki · 8 years ago
- 21a9816 idl_parser: Add unittests for "implements" definitions by Kenichi Ishibashi · 8 years ago
- f2f3c92 IDL parser: Parse special comments as AST nodes by Kenichi Ishibashi · 8 years ago
- 0680af0b bindings: Remove support for exception interfaces. by Raphael Kubo da Costa · 8 years ago
- 186b4b9f IDL parser: Remove outdated number comments by Kenichi Ishibashi · 8 years ago
- 4e46f03 IDL parser: Ignore comments by Kenichi Ishibashi · 8 years ago
- a50b4ec IDL parser: Merge custom rules to the base parser by Kenichi Ishibashi · 8 years ago
- 23e996b Remove PPAPI related code from tools/idl_parser by Kenichi Ishibashi · 8 years ago
- 9b73216d idl_parser: Remove support for legacyiterable<>. by raphael.kubo.da.costa · 8 years ago
- 4bec0d7 idl_parser: Add support for the record<K, V> WebIDL type. by raphael.kubo.da.costa · 9 years ago
- adf0559 idl_parser: Always use PLY from third_party. by raphael.kubo.da.costa · 9 years ago
- 74b3d663 Fixing team tag (Blink>Bindings) by ymzhang · 9 years ago
- ad51088c add TEAM/COMPONENT information by ymzhang · 9 years ago
- 36889c5 Clean-up blink_idl_parser by bashi · 9 years ago
- 993ba2de0 Upstream the grammer for union types to idl_parser by bashi · 9 years ago
- ffb5cc6 Add missing IDL parser support for 'stringifier readonly attribute'. by sigbjornf · 9 years ago
- 634ed34 Add tools/idl_parser/OWNERS by haraken · 9 years ago
- 791e27c6 idl_parser: An error should be reduced to DictionaryMembers by bashi · 10 years ago