1. bbebc53 Stop using makeRef(*this) / makeRefPtr(this) by cdumez@apple.com · 3 years, 6 months ago
  2. c2eb2a4 Use ObjectIdentifier for ResourceLoader by achristensen@apple.com · 3 years, 6 months ago
  3. bb15ffb Blob URL changes after loading it https://bugs.webkit.org/show_bug.cgi?id=228923 by cdumez@apple.com · 3 years, 7 months ago
  4. ccbb636 SharedBuffer::takeData() is a bit dangerous by cdumez@apple.com · 3 years, 8 months ago
  5. bf95b71 XHR.send(Document) should replace mismatched surrogates with replacement character before sending by commit-queue@webkit.org · 3 years, 8 months ago
  6. 15893a4 Sync XHR 'load' event is always has total/loaded=0 by cdumez@apple.com · 3 years, 8 months ago
  7. 4fc5681 Revoking Blob URL after calling XMLHttpRequest::open() causes the XHR to fail by cdumez@apple.com · 3 years, 8 months ago
  8. 97fc06d xhr.send(URLSearchParams) should align default Content-Type header field with Chrome and Firefox by commit-queue@webkit.org · 3 years, 8 months ago
  9. b512df7 Fix some inefficient uses of SharedBuffer by cdumez@apple.com · 3 years, 9 months ago
  10. 4490aff Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer by cdumez@apple.com · 3 years, 9 months ago
  11. 98a96dc Fix unsafe access to m_upload in XMLHttpRequest::virtualHasPendingActivity() by cdumez@apple.com · 3 years, 9 months ago
  12. a4ddc78 Remove WTF::Optional synonym for std::optional, using that class template directly instead by darin@apple.com · 3 years, 9 months ago
  13. 7c840b6 Next step toward using std::optional directly instead of through WTF::Optional typedef by darin@apple.com · 3 years, 10 months ago
  14. 33f9565 <input type="datetime-local"> not show calendar UI when it's inside ShadowDOM by weinig@apple.com · 4 years, 5 months ago
  15. 663fe96 Make xhr.response more conforming to the specification by commit-queue@webkit.org · 4 years, 5 months ago
  16. ecc1652 Remove responseIsXML https://bugs.webkit.org/show_bug.cgi?id=217133 by commit-queue@webkit.org · 4 years, 5 months ago
  17. 27d36a8 XHR.timeout is affected by long tasks by youenn@apple.com · 4 years, 6 months ago
  18. 19ca67e REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC by cdumez@apple.com · 4 years, 7 months ago
  19. 8237b77 Propagating user gesture through Fetch API by jiewen_tan@apple.com · 4 years, 8 months ago
  20. 3de4a6f XMLHTTPRequest.send should not send Content-Type headers when Blob has no type by commit-queue@webkit.org · 4 years, 9 months ago
  21. 7a5ee48 Rename ResourceResponseBase::isHTTP to isInHTTPFamily by commit-queue@webkit.org · 4 years, 9 months ago
  22. 514219a XML external entity resources should only be loaded from XML MIME types by ddkilzer@apple.com · 4 years, 10 months ago
  23. 39359f0 Prepare to remove automatic URL->String conversion operators by commit-queue@webkit.org · 4 years, 11 months ago
  24. 1e231d5 Move URL to use StringView when returning substrings of the URL by darin@apple.com · 4 years, 11 months ago
  25. f784986 Overrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity() by cdumez@apple.com · 5 years ago
  26. 162ef73 [ Mac wk1] ASSERTION FAILED: m_wrapper under WebCore::XMLHttpRequestUpload::dispatchProgressEvent by cdumez@apple.com · 5 years ago
  27. 15637b6 XMLHttpRequest: getAllResponseHeaders() sorting by commit-queue@webkit.org · 5 years ago
  28. 7ee1390 Align garbage collection for XMLHttpRequest objects with the specification by cdumez@apple.com · 5 years ago
  29. 3c14cc0 Expose "allowsContentJavaScript" on WKWebpagePreferences by beidson@apple.com · 5 years ago
  30. 5f0dc04 Support 'allow="fullscreen"' feature policy by commit-queue@webkit.org · 5 years ago
  31. 3ed7764 Regression(r253213) Load hang and high CPU usage when trying to load myuhc.com by cdumez@apple.com · 5 years ago
  32. 3f43aac XMLHttpRequest.responseXML url should be the HTTP response URL by youenn@apple.com · 5 years ago
  33. 9a9abfa XMLHttpRequest should not prevent entering the back/forward cache by cdumez@apple.com · 5 years ago
  34. ecbcd31 Deprecate ActiveDOMObject::canSuspendForDocumentSuspension() by cdumez@apple.com · 5 years ago
  35. 9265dfe Rename PageCache to BackForwardCache by cdumez@apple.com · 5 years ago
  36. e064a36 XMLHttpRequest sometimes prevents pages from entering the back/forward cache by cdumez@apple.com · 5 years ago
  37. 61b30ed Support sync-xhr feature policy https://bugs.webkit.org/show_bug.cgi?id=202098 by youenn@apple.com · 5 years ago
  38. 7ca8445 Document no longer needs to store a SessionID by cdumez@apple.com · 5 years ago
  39. a8bc3f8 WorkerGlobalScope does not need a SessionID by cdumez@apple.com · 5 years ago
  40. c6e9e74 BlobRegistry no longer needs SessionIDs by cdumez@apple.com · 5 years ago
  41. e1788da CacheStorageProvider::createCacheStorageConnection() does not need to take in a SessionID by cdumez@apple.com · 5 years ago
  42. 69b1b1e XMLHttpRequest: responseXML returns null if the Content-Type is valid (end in +xml) in some cases by commit-queue@webkit.org · 6 years ago
  43. 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
  44. 504e140 Always create a Document with a valid SessionID by youenn@apple.com · 6 years ago
  45. c43a92a ThreadableBlobRegistry::blobSize should take a SessionID as parameter by youenn@apple.com · 6 years ago
  46. 7b4bc89 Blob should store its session ID https://bugs.webkit.org/show_bug.cgi?id=200572 by youenn@apple.com · 6 years ago
  47. 4cc0020 Move FormData zip file generation to NetworkProcess and enable it for all WebKit clients for uploading directories by commit-queue@webkit.org · 6 years ago
  48. 0ce67df Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276 by darin@apple.com · 6 years ago
  49. 202c5d2 Remove Dashboard support https://bugs.webkit.org/show_bug.cgi?id=198615 by weinig@apple.com · 6 years ago
  50. 673841f Crash when calling XMLHttpRequest.setRequestHeader() in a worker by cdumez@apple.com · 6 years ago
  51. 7659e4c XMLHttpRequest should propagate user gestures for media playback by eric.carlson@apple.com · 6 years ago
  52. 8de2e3e XMLHTTPRequest POSTs to a custom WKURLSchemeHandler protocol are missing the HTTP body. by beidson@apple.com · 6 years ago
  53. 9cfb3cc XMLHttpRequest has the wrong fallback encoding by commit-queue@webkit.org · 6 years ago
  54. 637c0c3 [WebCore] Put most of derived classes of ScriptWrappable into IsoHeap by ysuzuki@apple.com · 6 years ago
  55. 6778a5c XMLHttpRequestUpload's loadstart event not correct initialized by cdumez@apple.com · 6 years ago
  56. 1702b14 Unreviewed, rolling out r243551. by cdumez@apple.com · 6 years ago
  57. f491365 XMLHttpRequestUpload's loadstart event not correct initialized by cdumez@apple.com · 6 years ago
  58. 0deade9 Adjust XMLHttpRequest Content-Type handling by commit-queue@webkit.org · 6 years ago
  59. 9ee6097 Use references rather than pointers for register/unregister functions, and more by darin@apple.com · 6 years ago
  60. 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
  61. 0fd33fc [XHR] Document.lastModified doesn't work for non-rendered documents by commit-queue@webkit.org · 6 years ago
  62. 8b8c87c XMLHttpRequest should use reportExtraMemoryAllocated/reportExtraMemoryVisited instead of deprecatedReportExtraMemory by yusukesuzuki@slowstart.org · 6 years ago
  63. ca227f8 Patch for landing by rwlbuis@webkit.org · 6 years ago
  64. f73d24f Use enum class in createMarkup arguments by rniwa@webkit.org · 6 years ago
  65. 058f8c0 2018-09-15 Rob Buis <rbuis@igalia.com> by rwlbuis@webkit.org · 6 years ago
  66. 64049c7 XMLHttpRequest: overrideMimeType should not update the response's "Content-Type" header by commit-queue@webkit.org · 6 years ago
  67. a0fd35a XMLHttpRequest: open() does not throw a SYNTAX_ERR exception if method is empty or url cannot be resolved by commit-queue@webkit.org · 7 years ago
  68. ee88418 Adjust XMLHttpRequest username/password precedence rules by commit-queue@webkit.org · 7 years ago
  69. 2b7889d XMLHTTPRequest.send for Document should have same Content-Type processing rules as String by commit-queue@webkit.org · 7 years ago
  70. d62ab38 Shrink size of XMLHttpRequest https://bugs.webkit.org/show_bug.cgi?id=188944 by yusukesuzuki@slowstart.org · 7 years ago
  71. 6c40374 Replace canBubble and cancelable booleans in Event by enum classes by rniwa@webkit.org · 7 years ago
  72. 90e9625 Shrink various loading-related enums to shrink CachedResource by simon.fraser@apple.com · 7 years ago
  73. 3df92c4 Make ReasonForSuspension enum class by rniwa@webkit.org · 7 years ago
  74. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  75. c02d703 Cleanup XMLHttpRequestUpload a little by commit-queue@webkit.org · 7 years ago
  76. 36b74c3 Make DocumentThreadableLoader error logging more consistent by youenn@apple.com · 7 years ago
  77. 14b2bc6 Make WebLoaderStrategy send to NetworkResourceLoader necessary parameters to handle full loads in NetworkProcess by youenn@apple.com · 7 years ago
  78. 9f121e8 Align XMLHttpRequest's open() / send() / abort() with the latest specification by cdumez@apple.com · 7 years ago
  79. 71f34a0 Remove WebCore/ForwardingHeaders directory by don.olmstead@sony.com · 7 years ago
  80. 2e7f9fc REGRESSION (r222795): Cardiogram never signs in by dbates@webkit.org · 7 years ago
  81. c4f892f ServiceWorkerThreadProxy should set the correct cookie and cache partitioning options by commit-queue@webkit.org · 7 years ago
  82. be91ed9 Modernize some aspects of text codecs, eliminate WebKit use of strcasecmp by darin@apple.com · 7 years ago
  83. 0a5bd84 Web Inspector: content views for resources loaded through XHR do not reflect declared mime-type by commit-queue@webkit.org · 7 years ago
  84. 8c69e06 XMLHttpRequest should not sniff content encoding by dbates@webkit.org · 7 years ago
  85. 523ff36 Web Inspector: Remove unused Console.setMonitoringXHREnabled by bburg@apple.com · 7 years ago
  86. b4007b9 Unreviewed, rolling out r223820. by jlewis3@apple.com · 7 years ago
  87. 9f3b4c9 Web Inspector: Remove unused Console.setMonitoringXHREnabled by commit-queue@webkit.org · 7 years ago
  88. 100d30e XMLHttpRequest: do not sniff text/html, and do not sniff XML when responseType is set to "text" by cdumez@apple.com · 7 years ago
  89. 3a7abd9 Share code to normalize an HTTP method by dbates@webkit.org · 7 years ago
  90. 23dfc1c Share code to determine a forbidden method by dbates@webkit.org · 7 years ago
  91. 9b5f0229 XMLHttpRequest.setRequestHeader() should allow Content-Transfer-Encoding header; remove by dbates@webkit.org · 7 years ago
  92. e247452 [XHR] Only exempt Dashboard widgets from XHR header restrictions by dbates@webkit.org · 7 years ago
  93. a93cf1c XMLHttpRequest's responseXML should be annotated with [Exposed=Window] by commit-queue@webkit.org · 7 years ago
  94. c723367 [Cleanup] Follow up cleanup for DOMFormData implementation by commit-queue@webkit.org · 7 years ago
  95. be6a2b1 XHR should only fire an abort event if the cancellation was requested by the client by cdumez@apple.com · 8 years ago
  96. d419a14 Clean up ExceptionCode enumeration by cdumez@apple.com · 8 years ago
  97. 750df37 ExceptionCode enumeration should use modern exception names by cdumez@apple.com · 8 years ago
  98. 9756f47 Make ExceptionCode a proper enumeration by cdumez@apple.com · 8 years ago
  99. 425d3aa [WebIDL] Remove custom bindings that require non-caching JS strings by commit-queue@webkit.org · 8 years ago
  100. 992088d Cleanup some StringBuilder use https://bugs.webkit.org/show_bug.cgi?id=174118 by commit-queue@webkit.org · 8 years ago