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