Commits
User selector
Commit History
Commits on Jul 30, 2021
Stop building WebGPU and the WHLSL compiler to decrease binary size
Show description for f11022ecommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committedFix Python 3.6+ DeprecationWarnings about unknown escapes
Show description for c36e818committed
Commits on Apr 17, 2021
Move RuntimeEnabledFeatures to Settings (Part 1)
Show description for de6f156committed
Sam Weinig
Commits on Jan 25, 2021
Support AbortSignal in addEventListenerOptions to unsubscribe from events
Show description for 443768ecommitted
Commits on Dec 18, 2020
REGRESSION (r268386): Snapshots of WebGL content in the tab picker don't work (black map on Google Maps)
Show description for b46948bauthored andcommitted
Commits on Oct 14, 2020
Non-unified build fixes, mid October 2020
Show description for 67246f3committed
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 30, 2020
[WebGPU] Add platform guards
Show description for 99232b1committed
Commits on Sep 23, 2020
[WebIDL] Switch to new file name convention for partial interfaces
Show description for 50ca2ddcommitted
Sam Weinig
Commits on Sep 18, 2020
[WebGPU] Add ENABLE(WHLSL_COMPILER) guard
Show description for fd63c8acommitted
Commits on Sep 9, 2020
[WebIDL] Stop automatically applying the ImplementedBy extended attribute to all partial interfaces/dictionaries
Show description for 2c6c5c3committed
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Aug 18, 2020
[WebGL2] Pass user-defined-properties-on-context.html layout test
Show description for dffd7fdauthored andcommitted
Commits on Aug 6, 2020
WTF::makeString() should handle enum values
Show description for e5be203committed
Commits on Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on Jun 17, 2020
Use constructor operations in WebIDL
Show description for 9aeac24committed
Sam Weinig
Commits on May 19, 2020
[WebGPU] Validation for GPUDevice.createTexture()
Show description for c663e51committed
Commits on Apr 26, 2020
Use static initialized Lock instead of LazyNeverDestroyed<Lock>
Show description for 11e4b2dcommitted
Commits on Jan 23, 2020
Enable -Wconditional-uninitialized in WebCore project
Show description for db78324committed
Commits on Nov 13, 2019
Fix some WebGPU demos
Show description for 77ce9e5committed
Commits on Oct 30, 2019
GPUCanvasContext should not prevent entering the back/forward cache
Show description for 94b2e2ccommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 19, 2019
[ASAN] Fix WebGPU tests after r250258
Show description for d40fd7dcommitted
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Oct 12, 2019
Add [ActiveDOMObject] to IDLs of ActiveDOMObjects
Show description for 57e014fcommittedUnreviewed, rolling out r251040.
Show description for 1042ae9committedAdd [ActiveDOMObject] to IDLs of ActiveDOMObjects
Show description for 68d70c6committed
Commits on Oct 8, 2019
Web Inspector: Canvas: modifications to shader modules can be shared between vertex/fragment shaders
Show description for 038d779committed[Clipboard API] Introduce bindings for the async Clipboard API
Show description for a475af4committed