Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Aug 24, 2021
change event is dispatched when .files property is set at <input type="file"> element
Show description for 1bcd990committed
Commits on Jun 20, 2021
Skip shadow-root creation for input element if it is not necessary
Show description for dff5f5dcommitted
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on Jan 30, 2021
Devirtualize some functions on InputType
Show description for 3f8bd91committed
Commits on Jan 21, 2021
Further propagate ChildChange::Source to optimize HTMLInputElement creation
Show description for fe1876bcommitted
Commits on Jan 20, 2021
Accelerate HTMLInputElement creation
Show description for 2cc0d11committed
Commits on Dec 14, 2020
Implement ::file-selector-button pseudo-element.
Show description for a5631aecommitted
Commits on Sep 15, 2020
Element should not set an attribute inside its constructor
Show description for 211fafecommitted
Commits on Aug 26, 2020
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
Show description for 6c68ec8committed
Commits on Aug 10, 2020
[macOS] Drag/drop an image of a unsupported format to an file input element should convert it to a supported format
Show description for 4639295authored andcommitted
Commits on Jul 2, 2020
Allow the File object to be created with a replacement file
Show description for 4102fb5authored andcommitted
Commits on Jun 17, 2020
FileListCreator should only be used for resolving directories
Show description for 7221c4ecommitted
Commits on Jun 12, 2020
FileInputType should use WeakPtr for FileListCreator lambdas
Show description for c481f5ecommitted
Commits on Jun 11, 2020
[iOS] nullptr deref in FileInputType::iconLoaded when the input's type attribute is modified by a change event listener
Show description for 55b266bcommitted
Commits on May 1, 2020
Introduce MainThreadNeverDestroyed / MainThreadLazyNeverDestroyed
Show description for 5d2e5bacommittedSome HTML element critical paths include AtomString materialization
Show description for a0ab431committed
Commits on Nov 22, 2019
File input should fire an 'input' event before the 'change' event
Show description for 0a77880committed
Commits on Sep 18, 2019
BlobRegistry no longer needs SessionIDs
Show description for 7d7409fcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 10, 2019
Blob should store its session ID
Show description for c7451facommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 23, 2019
Multiple File Input Icon Set Regardless of File List
Show description for b761ca6authored andcommitted
Commits on Jan 24, 2019
Move FileSystem to WTF
Show description for b6b8c92committed
Commits on Jun 5, 2018
REGRESSION(r231291): InputType should hold a WeakPtr to its HTMLInputElement
Show description for 6961569committed
Commits on May 31, 2018
Straighten out HTMLInputElement attribute handling
Show description for 600da53committed
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Nov 23, 2017
Remove unneeded ScriptController::processingUserGesture() forwarding functions
Show description for 1d5b926authored andcommitted
Commits on Nov 20, 2017
Eliminate some cases of double hashing, other related refactoring
Show description for 5ba2c83committed
Commits on Nov 3, 2017
Replace some auto* with RefPtr within WebCore/html
Show description for 25b7702committed
Jiewen Tan
Commits on Oct 19, 2017
Replace some stack raw pointers with RefPtrs within WebCore/html
Show description for 2ddc8b9committed
Jiewen Tan
Commits on Sep 14, 2017
[Cleanup] Cleanup uses of the FileList class
Show description for b8744e3authored andcommitted
Commits on Sep 12, 2017
[Cleanup] Follow up cleanup for DOMFormData implementation
Show description for dc7df9cauthored andcommitted
Commits on Aug 25, 2017
[Directory Upload] Add basic support for input.webkitdirectory
Show description for 341b957committed