1. d91074a Clean up some includes to make the build a bit faster: DOMPromise by timothy_horton@apple.com · 5 years ago
  2. 48d4e53 [JSC] Make Promise implementation faster by ysuzuki@apple.com · 5 years ago
  3. fb6116e LayoutTests/imported/w3c: by youenn@apple.com · 6 years ago
  4. aad5608 Web Inspector: fake value descriptors for promises add a catch handler, preventing "rejectionhandled" events from being fired by drousso@apple.com · 6 years ago
  5. 73c5df7a [Web GPU] GPUTexture and GPUTextureView updates, and related GPUBindGroup updates by justin_fan@apple.com · 6 years ago
  6. ba74bbe [JSC] Offer @makeTypeError instead of exposing @TypeError by ysuzuki@apple.com · 6 years ago
  7. 3630b1e [JSC] Make builtin objects more lazily initialized under non-JIT mode by ysuzuki@apple.com · 6 years ago
  8. 46f2d0f Remove custom constructors of ReadableStreamDefaultReader and ReadableStreamBYOBReader by youenn@apple.com · 6 years ago
  9. 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
  10. a1adf7f Make ReadableStreamXX constructs use PrivateIdentifier by youenn@apple.com · 6 years ago
  11. d6b7b0d [WebGPU] Implement WebGPUBindGroupLayoutDescriptor and its supporting dictionaries by justin_fan@apple.com · 6 years ago
  12. 525b586 readableStreamDefaultControllerError should return early if stream is not readable by youenn@apple.com · 7 years ago
  13. ae5c2f4 [WebCore] Use @getByIdDirectPrivate / @putByIdDirectPrivate in WebCore JS by utatane.tea@gmail.com · 7 years ago
  14. f0031e0 FetchResponse should support ConsumeData callback on chunk data is received: handling ReadableStream bodies by gskachkov@gmail.com · 7 years ago
  15. e56b2c6 [Readable Streams API] Fix filling of descriptor from queue by romain.bellessort@crf.canon.fr · 7 years ago
  16. 83602e1 [Readable Streams API] Throw RangeError if a size is provided when creating a readable byte stream by romain.bellessort@crf.canon.fr · 7 years ago
  17. 46151d4 Service Worker fetch should handle empty responses by commit-queue@webkit.org · 7 years ago
  18. f21f3ae Use "= default" to denote default constructor or destructor by dbates@webkit.org · 7 years ago
  19. 4b1a650 [Readable Streams API] Align queue with spec for ReadableStreamDefaultController by romain.bellessort@crf.canon.fr · 7 years ago
  20. fdb9ad2 [Readable Streams API] Implement canCloseOrEnqueue by romain.bellessort@crf.canon.fr · 7 years ago
  21. 48672fa [Fetch API] Add support for consuming a Request ReadableStream body by commit-queue@webkit.org · 8 years ago
  22. 7f5b1c3 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
  23. 1801d57 Unreviewed, rolling out r221327. by ryanhaddad@apple.com · 8 years ago
  24. 8315b87 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
  25. 1047899 [JSC] Use @toNumber in builtins https://bugs.webkit.org/show_bug.cgi?id=172692 by utatane.tea@gmail.com · 8 years ago
  26. c9f6abb Unreviewed, rolling out r220271. by jlewis3@apple.com · 8 years ago
  27. 39a0f64 Remove STREAMS_API compilation guard by commit-queue@webkit.org · 8 years ago
  28. a0f0421 [Readable Streams API] Fix ReadableStream "strategy" argument handling by commit-queue@webkit.org · 8 years ago
  29. a82289f [Readable Streams API] Implement ReadableStreamBYOBReader read() by commit-queue@webkit.org · 8 years ago
  30. eda1563 [Readable Streams API] Align respondInClosedState with spec by commit-queue@webkit.org · 8 years ago
  31. 5c4e4ad [Readable Streams API] Align getDesiredSize with spec by commit-queue@webkit.org · 8 years ago
  32. 835538c [Readable Streams API] Implement ReadableStreamBYOBReader releaseLock() by commit-queue@webkit.org · 8 years ago
  33. 93ad1f2 [Readable Streams API] Add ReadableStreamBYOBReader closed getter by commit-queue@webkit.org · 8 years ago
  34. 2c90ad3 [Readable Streams API] Implement ReadableStreamBYOBReader cancel() by commit-queue@webkit.org · 8 years ago
  35. e5f7da1 [Readable Streams API] Enable creation of ReadableStreamBYOBReader by commit-queue@webkit.org · 8 years ago
  36. 73e7e9f Handle IDLPromise<> properly https://bugs.webkit.org/show_bug.cgi?id=166752 by utatane.tea@gmail.com · 8 years ago
  37. a6dfe9c Support for promise rejection events (unhandledrejection) by joepeck@webkit.org · 8 years ago
  38. cf57fe2 Disable outdated WritableStream API by commit-queue@webkit.org · 8 years ago
  39. 0f0d252 [Readable Streams API] Implement cloneArrayBuffer in WebCore by commit-queue@webkit.org · 8 years ago
  40. 42dd4f7 [Readable Streams API] Implement ReadableStreamBYOBRequest respondWithNewView() by commit-queue@webkit.org · 8 years ago
  41. 44498b6 Rolling back http://trac.webkit.org/r214663 - memory corruption by ap@apple.com · 8 years ago
  42. 2ebbc9d [Readable Streams API] Implement cloneArrayBuffer in WebCore by commit-queue@webkit.org · 8 years ago
  43. 00cf9f4 [Readable Streams API] Implement ReadableStreamBYOBRequest respond() (readable stream state) by commit-queue@webkit.org · 8 years ago
  44. b0c23ff [Readable Streams API] Implement ReadableStreamBYOBRequest respond() (closed stream state) by commit-queue@webkit.org · 8 years ago
  45. b34445a [Readable Streams API] Add ReadableStreamBYOBRequest view getter by commit-queue@webkit.org · 8 years ago
  46. 65fb567 [Readable Streams API] Add ReadableByteStreamController byobRequest attribute by commit-queue@webkit.org · 8 years ago
  47. c7004c6 [Readable Streams API] Implement ReadableByteStreamController enqueue() by commit-queue@webkit.org · 8 years ago
  48. fb698ae [Readable Streams API] Implement ReadableByteStreamController pull() by commit-queue@webkit.org · 8 years ago
  49. e032311 [Readable Streams API] Fix test in readableByteStreamCallPullIfNeeded by nael.ouedraogo@crf.canon.fr · 8 years ago
  50. 6c25cde [Readable Streams API] Implement readableByteStreamControllerCallPullIfNeeded() by commit-queue@webkit.org · 8 years ago
  51. 949838f [Readable Streams API] Implement ReadableByteStreamController cancel internal method by commit-queue@webkit.org · 8 years ago
  52. adc80a1 [Readable Streams API] Implement ReadableByteStreamController desiredSize by commit-queue@webkit.org · 8 years ago
  53. 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago
  54. 1f07f7d [Readable Streams API] Implement ReadableByteStreamController close() by commit-queue@webkit.org · 8 years ago
  55. 4e29cb2 Remove many includes of ExceptionCode.h by darin@apple.com · 8 years ago
  56. 354f05c [WebIDL] Add proper parsing for Promises by commit-queue@webkit.org · 8 years ago
  57. ba5a72f Unreviewed, rolling out r208422. by ryanhaddad@apple.com · 8 years ago
  58. e58b4e5 Unreviewed, rolling out r208382. by ryanhaddad@apple.com · 8 years ago
  59. 538cd88 [Readable Streams API] Implement ByteStreamController error() by commit-queue@webkit.org · 8 years ago
  60. 7c4f09e [Readable Streams API] Enable creation of ReadableByteStreamController by commit-queue@webkit.org · 8 years ago
  61. 5299bac [Fetch API] Fetch ReadableStream should only clone the second branch by commit-queue@webkit.org · 8 years ago
  62. e5de167 [Readable Streams API] Cleanup patch, fix small inconsistencies by commit-queue@webkit.org · 8 years ago
  63. 3f33e86 [Readable Streams API] Implement generic reader functions by commit-queue@webkit.org · 8 years ago
  64. b756d92b [WebCore][JSC] Use new @throwTypeError and @throwRangeError intrinsics by utatane.tea@gmail.com · 8 years ago
  65. d9f394d [Fetch API] Use ReadableStream pull to transfer binary data to stream when application needs it by commit-queue@webkit.org · 8 years ago
  66. fcaa512 [Readable Streams API] Align function names with spec by commit-queue@webkit.org · 8 years ago
  67. 66abf1f [Streams API] Align cancelReadableStream() with spec by commit-queue@webkit.org · 8 years ago
  68. 2abfd4c [Fetch API] Remove ReadableStreamSource firstReadCallback by commit-queue@webkit.org · 8 years ago
  69. 8e16c7c [Streams API] Separate compile flag for ReadableStream and WritableStream by commit-queue@webkit.org · 8 years ago
  70. c740d21 [Streams API] Align internal structure of ReadableStream with spec by commit-queue@webkit.org · 9 years ago
  71. d2c2411 [Streams API] Align getReader() with spec by commit-queue@webkit.org · 9 years ago
  72. 51aa060 [Fetch API] Response cloning should structureClone when teeing Response stream by commit-queue@webkit.org · 9 years ago
  73. 321eb58 [Fetch API] Ensure response cloning works when data is loading by commit-queue@webkit.org · 9 years ago
  74. d76af4e [Streams API] Replace ReadableStreamController by ReadableStreamDefaultController by commit-queue@webkit.org · 9 years ago
  75. 533059e [Streams API] Use makeThisTypeError in ReadableStreamDefaultReader.js by commit-queue@webkit.org · 9 years ago
  76. ba16f55 [Streams API] Replace ReadableStreamReader by ReadableStreamDefaultReader by commit-queue@webkit.org · 9 years ago
  77. 2a1273b JS Built-ins should throw this-error messages consistently with binding generated code by commit-queue@webkit.org · 9 years ago
  78. d4b9b34 [Streams API] ReadableStreamController methods should throw if its stream is not readable by commit-queue@webkit.org · 9 years ago
  79. 79d182b [Streams API] Make ReadableStream properties not enumerable by commit-queue@webkit.org · 9 years ago
  80. 5f8d34e [Streams API] ReadableStream should throw a RangeError in case of NaN highWaterMark by commit-queue@webkit.org · 9 years ago
  81. f4555b72 [Fetch API] Response should not become disturbed on the ReadableStream creation by commit-queue@webkit.org · 9 years ago
  82. 5513099 Binding generator should generate accessors for constructors safely accessed from JS builtin by commit-queue@webkit.org · 9 years ago
  83. 6f2ad68 DOMPromise should only restrict the resolution type by youenn.fablet@crf.canon.fr · 9 years ago
  84. 5b2e9b5 Unreviewed, rolling out r200837. by cdumez@apple.com · 9 years ago
  85. a231895 DOMPromise should only restrict the resolution type by youenn.fablet@crf.canon.fr · 9 years ago
  86. 405ccca Unreviewed, rolling out r200766. https://bugs.webkit.org/show_bug.cgi?id=157623 by commit-queue@webkit.org · 9 years ago
  87. 4aff617 DOMPromise should only restrict the resolution type by youenn.fablet@crf.canon.fr · 9 years ago
  88. 500bebb Remove all use of Deprecated::ScriptValue in generated bindings by darin@apple.com · 9 years ago
  89. 51223ca LayoutTests/imported/w3c: by youenn.fablet@crf.canon.fr · 9 years ago
  90. eb6bac4 Rename [GlobalContext] extended attribute to [Exposed] and align with WebIDL by cdumez@apple.com · 9 years ago
  91. c245be2 Audit WebCore builtins for user overridable code by commit-queue@webkit.org · 9 years ago
  92. 1e41e32 The parser doesn't properly protect against global variable references in builtins by sbarati@apple.com · 9 years ago
  93. bf8978b [JSC] Introduce BytecodeIntrinsic constant rep like @undefined by utatane.tea@gmail.com · 9 years ago
  94. ecd7ed4 [Streams API] Expose ReadableStream and relatives to Worker by youenn.fablet@crf.canon.fr · 9 years ago
  95. 809329a [Streams API] In RS during enqueuing error should be reported only if readable by calvaris@igalia.com · 9 years ago
  96. a56e5df Unreviewed, rolling out r194033 and r194267. by commit-queue@webkit.org · 9 years ago
  97. c4d811f [Streams API] Directly use @then as much as possible by youenn.fablet@crf.canon.fr · 9 years ago
  98. 491320a [Streams API] Expose ReadableStream and relatives to Worker by youenn.fablet@crf.canon.fr · 9 years ago
  99. 34bbbef JSC Builtins should use safe array methods by youenn.fablet@crf.canon.fr · 9 years ago
  100. 7039a28 [Streams API] pipeThrough test failing by calvaris@igalia.com · 9 years ago