1. f0ae41d Remove bashi from bindings OWNERS by Kenichi Ishibashi · 3 months ago main
  2. 1d43369 Correcting spelling mistake for word 'namespace' by Tripta Gupta · 1 year, 2 months ago
  3. 3014ddc [buganizer] Migrate DIR_METADATA for tools/ by Jeff Yoon · 1 year, 3 months ago
  4. a09fc14 bindings: Support extended attributes on iterable declarations by Yuki Shiino · 1 year, 7 months ago
  5. 3f39757 bindings: Support Web IDL async iterable (5 of 5) by Yuki Shiino · 1 year, 7 months ago
  6. ea6f750 tools: remove `USE_PYTHON3 = True` from PRESUBMIT.py by Takuto Ikuta · 2 years ago
  7. 706fdd9 Support the webidl bigint type in the bindings by Nate Chapin · 2 years, 1 month ago
  8. 4e0e595 Add encoding to open calls in tools by Bruce Dawson · 2 years, 2 months ago
  9. 82db8ec ShadowRealm: Implement ShadowRealm global object in Blink (6/N) by Yuki Shiino · 2 years, 5 months ago
  10. 6d0d648 Update copyright headers in testing/, tools/ by Avi Drissman · 2 years, 8 months ago
  11. 083f816 bindings: Support 'undefined' keyword as replacement of 'void' by Yuki Shiino · 2 years, 9 months ago
  12. 9f9b4a7 bindings: Minor code cleanup by Yuki Shiino · 3 years ago
  13. 7e3598f bindings: Stop creating 'lextab' file in the code tree. by Yuki Shiino · 3 years, 1 month ago
  14. 98f4232 bindings: Get rid of blink_idl_{lexer,parser} by Yuki Shiino · 3 years, 1 month ago
  15. d3e402a idl_parser: Stop setting DATETIME property in IdlNode instances. by Raphael Kubo da Costa · 3 years, 2 months ago
  16. 75b3d2f bindings: Support constants in IDL namespace (IDL parser) by Yuki Shiino · 3 years, 6 months ago
  17. fac702e [Code Health] Pass skip_shebang_check=True with PRESUBMIT.py's under by Nan Lin · 3 years, 6 months ago
  18. f5f1ecb Point references to the Web IDL spec to its new URL. by Raphael Kubo da Costa · 3 years, 7 months ago
  19. 898bb9b Migrate presubmit to python3 by Dan Harrington · 4 years ago
  20. 2a7a5b7 [COIL] Change chromium code search type links to use main rather than master for tools by John Palmer · 4 years ago
  21. 3e4d75f v8binding: Support ObservableArray<T> in idl_parser by Yuki Shiino · 4 years ago
  22. fd17389 IDL parser: Implement parsing of 'async iterable' by Yuki Shiino · 4 years, 2 months ago
  23. 00e49ad Use inclusive parameter names in PRESUBMIT by Josip Sokcevic · 4 years, 2 months ago
  24. 28498a2 Fix typo by Taeho Nam · 4 years, 5 months ago
  25. d7f262b Add DIR_METADATA files to //tools by Edward Lesmes · 4 years, 7 months ago
  26. 2755b7d remove copybara initialization artifacts by Hitoshi Yoshida · 4 years, 9 months ago
  27. c870184 Copybara Service Migration Initialization. by Hitoshi Yoshida · 4 years, 9 months ago
  28. ca1fef2 IDL parser: Align NULLABLE property in sequence like types by Hitoshi Yoshida · 5 years ago
  29. 4b43af6 idl_parser: Fix import paths (sys.path) by Yuki Shiino · 5 years ago
  30. 4f797be idl_parser: Add current directory to sys.path by Raul Tambre · 5 years ago
  31. dde4197 [TrustedTypes] replace union types with WebIDL annotation by Yifan Luo · 5 years ago
  32. f1ab917 bindings: Fix lexer keyword typo: s/Nan/NaN/ by Yuki Shiino · 5 years ago
  33. 6f153ef IDL parser: Make IDL parser to support more keywords by Hitoshi Yoshida · 6 years ago
  34. 5689631 IDL parser: Make AsyncIterable independent from Iterable by Hitoshi Yoshida · 6 years ago
  35. 4967144 tools: Use Python 3 style print statements [4/9] by Raul Tambre · 6 years ago
  36. 90b2641 IDL parser: Introduce async iterable by Hitoshi Yoshida · 6 years ago
  37. c8dc7a4 IDL parser: Introduce 'constructor' keyword by Hitoshi Yoshida · 6 years ago
  38. cf2776e IDL parser: Split promise type from NonAnyType by Hitoshi Yoshida · 6 years ago
  39. fe57d6a IDL parser: Drop support of 2 legacy keywords by Hitoshi Yoshida · 6 years ago
  40. fe9329f IDL parser: Drop null from const value by Hitoshi Yoshida · 6 years ago
  41. 88587f2 IDL parser: Reorder parser rules by Hitoshi Yoshida · 6 years ago
  42. 2354feb IDL parser: Make parser accept {} and null as default value by Hitoshi Yoshida · 6 years ago
  43. 4632d60 IDL parser: Drop Date and RegExp from keywords by Hitoshi Yoshida · 6 years ago
  44. 884cd8e IDL parser: Drop support of 'implements' by Hitoshi Yoshida · 6 years ago
  45. e812334 IDL parser: Make MixinMember accept regular attribute by Hitoshi Yoshida · 6 years ago
  46. 846e718 IDLParser: Disable defaulted_states for compatibility by Raul Tambre · 6 years ago
  47. 84b087b IDL lexer: Update regexp of IDL identifier tokens by Hitoshi Yoshida · 6 years ago
  48. 341c937 IDL compiler: Drop support of serializer in WebIDL by Hitoshi Yoshida · 6 years ago
  49. 50bda10 IDL parser: Disallow to use Promise without return type by Hitoshi Yoshida · 6 years ago
  50. fffbdf7 IDL parser: Make IDL parser accept type annotation in union by Hitoshi Yoshida · 7 years ago
  51. 53df07b IDL parser: Drop accepting extended attributes on enum values by Hitoshi Yoshida · 7 years ago
  52. 29b76cb IDL parser: Accept partial interface mixin by Hitoshi Yoshida · 7 years ago
  53. 47c8257 idl: Remove comment about _ in idl identifier by Hitoshi Yoshida · 7 years ago
  54. f8d2c8a IDL lexer: Allow hyphens(-) in IDL identifier by Hitoshi Yoshida · 7 years ago
  55. 0fa36d5 idl: Update IDL parser to accept includes by Hitoshi Yoshida · 7 years ago
  56. 91efea6 idl parser: Update IDL parser to accept interface mixin by Hitoshi Yoshida · 7 years ago
  57. 5fb1ebf IDL parser: Add AST tests for Constructor and Exposed by Hitoshi Yoshida · 8 years ago
  58. d5433d6 IDL parser: Use abspath to find test files by Hitoshi Yoshida · 8 years ago
  59. 9f7ecbf IDL parser: IDL parser should use None for indentifier of unnamed operations by Bhagirathi Satpathy · 8 years ago
  60. 10a5775 idl_parser: Enable "namespace" to be parsed into ASTs by Lisa Suzuki · 8 years ago
  61. 4e235f5 idl_parser: Support annotated types in Typedef and NonAnyType by Lisa Suzuki · 8 years ago
  62. a2fc142 idl_parser: Support annotated types in RecordType by Lisa Suzuki · 8 years ago
  63. 34855b1 IDL parser: Rename property of IDLNode "Partial" to "PARTIAL" by Hitoshi Yoshida · 8 years ago
  64. f431b1a IDL parser: Do not add "CALLBACK" property on callback functions by Hitoshi Yoshida · 8 years ago
  65. 60f0aed idl_parser: Support annotated types in SetlikeRest by Lisa Suzuki · 8 years ago
  66. 1787d05 IDL parser: Make dump tool of IDL parser to display more information by Hitoshi Yoshida · 8 years ago
  67. 6fcb4fa idl_parser: Support annotated types in MaplikeRest by Lisa Suzuki · 8 years ago
  68. 4682a78 idl_parser: Support annotated types in OptionalType (Iterable's value type) by Lisa Suzuki · 8 years ago
  69. 9de2606 idl_parser: Support annotated types in Argument part by Lisa Suzuki · 8 years ago
  70. b9bfa3e idl_parser: Support annotated types in Iterable part by Lisa Suzuki · 8 years ago
  71. 76b80b0 idl_parser: Support annotated types in AttributeRest part by Lisa Suzuki · 8 years ago
  72. c2828bf idl_parser: Support annotated types in Dictionary Member by Lisa Suzuki · 8 years ago
  73. 108134e idl_parser: Allow special comments only before Definitions by Lisa Suzuki · 8 years ago
  74. 24fd610 idl_parser: Fix a typo in IDLNode by Kenichi Ishibashi · 8 years ago
  75. f471022 idl_parser: Improve error message of pattern match based tests by Lisa Suzuki · 8 years ago
  76. 0e5196f idl_parser: Always stores default values into 'VALUE' property by Lisa Suzuki · 8 years ago
  77. 3ff65b4 idl_parser: Enable values to be displayed in AST by Lisa Suzuki · 8 years ago
  78. 36b2fde idl_parser: Made unittests for Extended Attribute by Lisa Suzuki · 8 years ago
  79. dc379af idl_parser: Remove "BUILD" tree matching tests by Kenichi Ishibashi · 8 years ago
  80. b54009c bindings: Remove support for WebIDL arrays. by Raphael Kubo da Costa · 8 years ago
  81. 50d836d idl_parser: Change test style for enum by Lisa Suzuki · 8 years ago
  82. 93e217b idl_parser: Add unittest for enum by Lisa Suzuki · 8 years ago
  83. d1b85af idl_parser: Add unittests for "implements" definitions by Kenichi Ishibashi · 8 years ago
  84. 3cde7e3 IDL parser: Parse special comments as AST nodes by Kenichi Ishibashi · 8 years ago
  85. d74461a bindings: Remove support for exception interfaces. by Raphael Kubo da Costa · 8 years ago
  86. bbdf769 IDL parser: Remove outdated number comments by Kenichi Ishibashi · 8 years ago
  87. faf8785 IDL parser: Ignore comments by Kenichi Ishibashi · 8 years ago
  88. 7c0b28f IDL parser: Merge custom rules to the base parser by Kenichi Ishibashi · 8 years ago
  89. 40d129d Remove PPAPI related code from tools/idl_parser by Kenichi Ishibashi · 8 years ago
  90. 2394cf7 idl_parser: Remove support for legacyiterable<>. by raphael.kubo.da.costa · 8 years ago
  91. 9e23d86 idl_parser: Add support for the record<K, V> WebIDL type. by raphael.kubo.da.costa · 8 years ago
  92. 7c0b50e idl_parser: Always use PLY from third_party. by raphael.kubo.da.costa · 8 years ago
  93. 917ace2 Fixing team tag (Blink>Bindings) by ymzhang · 8 years ago
  94. cd6f4bb add TEAM/COMPONENT information by ymzhang · 8 years ago
  95. fce24a3 Clean-up blink_idl_parser by bashi · 9 years ago
  96. 4c80f4e Upstream the grammer for union types to idl_parser by bashi · 9 years ago
  97. c485a66 Add missing IDL parser support for 'stringifier readonly attribute'. by sigbjornf · 9 years ago
  98. d00f76c Add tools/idl_parser/OWNERS by haraken · 9 years ago
  99. b71de42 idl_parser: An error should be reduced to DictionaryMembers by bashi · 10 years ago
  100. 6e4a611 Support FrozenArray in idl_parser.py by bashi · 10 years ago