source: webkit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @278571   4 years commit-queue Compile error by trying to fit a GCGLint64* to a GLint64* …
(edit) @278570   4 years Hironori.Fujii Windows Python 2.7 fails to install tblib-1.7.0 due to "TypeError: …
(edit) @278569   4 years Hironori.Fujii run-webkit-test should use python2 for wpt serve until the latest will …
(edit) @278568   4 years rmorisset Optimize compareStrictEq when neither side is a double and at least …
(edit) @278567   4 years rubent_22 Versioning. WebKit-7612.1.18
(edit) @278566   4 years graouts REGRESSION (r272201): iPad render flashing on load …
(edit) @278565   4 years drousso Convert WebCore::SnapshotOptions into an enum class …
(edit) @278564   4 years youenn Update libvpx to M92 https://bugs.webkit.org/show_bug.cgi?id=226488
(edit) @278563   4 years ifernandez Change WebXRSpace::efectiveOrigin() matrix multiplication order …
(edit) @278562   4 years ifernandez Use 3D points to map the WebXRBoundedReferenceSpace bounds transform …
(edit) @278561   4 years antti Factor selection state computation out of LegacyInlineTextBox …
(edit) @278560   4 years wenson_hsieh [Cocoa] Find-in-page should match text inside image overlays …
(edit) @278559   4 years akeerthi [iOS] Unexpected scrolling when switching focus from a text input to a …
(edit) @278558   4 years aboya [WTF][GStreamer] Fix clang TSA warnings in WTF::DataMutex …
(edit) @278557   4 years aboya [GStreamer] Add clang TSA annotations: MainThreadNotifier …
(edit) @278556   4 years aboya [GStreamer] Add clang TSA annotations: InbandTextTrackPrivateGStreamer …
(edit) @278555   4 years aboya [GStreamer] Remove spurious assert in WTF::DataMutex …
(edit) @278554   4 years aboya [GStreamer] Fix clang TSA warning in AbortableTaskQueue …
(edit) @278553   4 years commit-queue $vm should have a function for checking if security assertions are …
(edit) @278552   4 years commit-queue [GTK][WPE] Bump libsoup3 version to 2.99.8 …
(edit) @278551   4 years vjaquez Update libyuv to M92 https://bugs.webkit.org/show_bug.cgi?id=226489
(edit) @278550   4 years philn Unreviewed, fix libsoup3 build in Flatpak SDK * elements/sdk/libsoup3.bst:
(edit) @278549   4 years commit-queue [Flatpak SDK] Update to libsoup3 2.99.8 …
(edit) @278548   4 years carlosgc [GTK][WPE] Signal "window-object-cleared" not emitted unless frame js …
(edit) @278547   4 years youenn Update libsrtp to M92 https://bugs.webkit.org/show_bug.cgi?id=226487
(edit) @278546   4 years commit-queue Unreviewed, reverting r277464. …
(edit) @278545   4 years antti Factor selection clamping into a type …
(edit) @278544   4 years cdumez Drop MainThreadTaskDispatcher and use callOnMainThread() instead …
(edit) @278543   4 years cdumez Stop using legacy EventLoopDeferrableTask …
(edit) @278542   4 years wenson_hsieh Turn TextIteratorBehaviorFlag into an enum class and wrap it in …
(edit) @278541   4 years cdumez Flaky assertion hit in …
(edit) @278540   4 years darin Handle custom identifiers and strings separately, so we can quote …
(edit) @278539   4 years jya [GPUP][MSE] QuotaExceededError Exception not thrown even if the sum of …
(edit) @278538   4 years cdumez Reduce use of legacy EventLoopEventQueue and EventLoopTaskQueue …
(edit) @278537   4 years zalan [LFC][TFC] Adopt a less quirky fixed column width space distribution …
(edit) @278536   4 years ddkilzer Unexport llvm coverage symbols to fix build …
(edit) @278535   4 years ddkilzer Weak external symbols found in WebKit.framework with Release+Coverage …
(edit) @278534   4 years antti Rename InlineElementBox to LegacyInlineElementBox …
(edit) @278533   4 years cdumez Fix repeated call to String::utf8() in …
(edit) @278532   4 years cdumez Use const uint8_t* type more consistently to store bytes in WebKit …
(edit) @278531   4 years wenson_hsieh [macOS] Dictionary lookup highlights in image overlays should include …
(edit) @278530   4 years wenson_hsieh [macOS] Move DataDetectors softlinking in DataDetectorsSPI.h out into …
(edit) @278529   4 years alancoon Revert r277536. rdar://problem/78875336 Reverting for build failure.
(edit) @278528   4 years dino [WebXR] Supply an IOSurface in SimulatedXRDevice …
(edit) @278527   4 years simon.fraser Remove some duplicated code related to scrollbars …
(edit) @278526   4 years dino [WebXR] WebXR on Cocoa doesn't work with webgl 1 contexts …
(edit) @278525   4 years antti Rename InlineTextBox to LegacyInlineTextBox …
(edit) @278524   4 years heycam Diff aspect-ratio property values correctly …
(edit) @278523   4 years cdumez Optimize a few call sites creating SharedBuffer objects …
(edit) @278522   4 years cdumez Reduce use of legacy MainThreadTaskQueue in media code …
(edit) @278521   4 years cdumez FileSystem::readFromFile() should return data as void*
(edit) @278520   4 years cdumez Worker.constructor throws an exception when the url param is an empty …
(edit) @278519   4 years dpino [GLIB][GTK] Unreviewed test gardening. Remove flaky tests that have …
(edit) @278518   4 years cdumez Unreviewed Windows build fix after r278516. * …
(edit) @278517   4 years commit-queue REGRESSION(r275765) When ignoring HSTS, sometimes loads fail …
(edit) @278516   4 years cdumez Use Vector<uint8_t> instead of Vector<char> to store bytes in …
(edit) @278515   4 years wenson_hsieh [iOS] Meaningful click heuristic should account for media state …
(edit) @278514   4 years rniwa Store MediaPlayer using WeakPtr in MediaPlayerPrivateRemote …
(edit) @278513   4 years drousso Web Inspector: cannot see experimental settings when inspecting …
(edit) @278512   4 years drousso Web Inspector: Uncaught Exception: undefined is not an object …
(edit) @278511   4 years drousso Web Inspector: mark recently added protocol commands/events as …
(edit) @278510   4 years ysuzuki [JSC] Private static method should define privateClassBrandIdentifier …
(edit) @278509   4 years alancoon Cherry-pick r278431. rdar://problem/78843971
(edit) @278508   4 years alancoon Cherry-pick r278321. rdar://problem/78718570
(edit) @278507   4 years alancoon Cherry-pick r278209. rdar://problem/78595584
(edit) @278506   4 years alancoon Cherry-pick r278208. rdar://problem/78595584
(edit) @278505   4 years alancoon Cherry-pick r277898. rdar://problem/78888809
(edit) @278504   4 years alancoon Cherry-pick r278048. rdar://problem/78467158
(edit) @278503   4 years alancoon Cherry-pick r277881. rdar://problem/78467158
(edit) @278502   4 years alancoon Cherry-pick r274746. rdar://problem/76366123
(edit) @278501   4 years pvollan [AppleWin] JSC build failure …
(edit) @278500   4 years cdumez Flaky crash under …
(edit) @278499   4 years dino Update watchlist to add Ken and myself to ANGLE bugs. * …
(edit) @278498   4 years beidson Enforce a quota in window.sessionStorage rdar://78507096 and …
(edit) @278497   4 years darin Move from WebCore::SuccessOr to WTF::Expected …
(edit) @278496   4 years rniwa Store MediaPlayer using WeakPtr in MediaPlayerPrivateRemote …
(edit) @278495   4 years alancoon Cherry-pick r278000. rdar://problem/78875213 Only create …
(edit) @278494   4 years alancoon Cherry-pick r278441. rdar://problem/78875140 Fix thread safety …
(edit) @278493   4 years alancoon Cherry-pick r277951. rdar://problem/78875422 REGRESSION(r256715): …
(edit) @278492   4 years alancoon Cherry-pick r277873. rdar://problem/78875406 [Cocoa] …
(edit) @278491   4 years alancoon Cherry-pick r277644. rdar://problem/78875252 SHOULD NEVER BE …
(edit) @278490   4 years alancoon Cherry-pick r277536. rdar://problem/78875336 Replace …
(edit) @278489   4 years alancoon Cherry-pick r276514. rdar://problem/78875360 Web Inspector: …
(edit) @278488   4 years alancoon Cherry-pick r276359. rdar://problem/78875297 Integrator's note: …
(edit) @278487   4 years alancoon Cherry-pick r275886. rdar://problem/78874996 StorageArea in …
(edit) @278486   4 years alancoon Cherry-pick r273141. rdar://problem/78875378 Norton Safe Web …
(edit) @278485   4 years alancoon Versioning. WebKit-7611.3.7
(edit) @278484   4 years mrobinson [css-scroll-snap] Snap offsets and active index are duplicated in …
(edit) @278483   4 years cdumez Stop using legacy MainThreadTaskQueue in PlatformMediaSessionManager / …
(edit) @278482   4 years wenson_hsieh Remove the unused sourceElementID argument in …
(edit) @278481   4 years cdumez Port MediaKeySystemAccess & MediaCapabilities to the HTML event loop …
(edit) @278480   4 years cdumez DOMFileSystem::listDirectory() fails to protect |this| when going to …
(edit) @278479   4 years cdumez Stop using legacy MainThreadTaskQueue in Document::didLogMessage() …
(edit) @278478   4 years antti REGRESSION (maybe r276882): custom properties not available on host on …
(edit) @278477   4 years achristensen Implement off-by-default experimental feature for …
(edit) @278476   4 years fpizlo Don't emit the NotDouble checks if we're already NotDouble. Rubber …
(edit) @278475   4 years achristensen Make attributedBundleIdendifier a property for WKWebViewConfiguration …
(edit) @278474   4 years drousso Add a way to prefix output of WTFReportBacktrace to make log …
(edit) @278473   4 years mark.lam Placate exception checker validation in objectPrototypeHasOwnProperty. …
(edit) @278472   4 years jenner Cleanup unused resources in LayoutTests/storage …
Note: See TracRevisionLog for help on using the revision log.