Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
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 10, 2021
Make WebCore::HitTestRequest::RequestType an enum class
Show description for bd9cfa2committed
Commits on Apr 28, 2021
Fine-tune some more selection behaviors in image overlays
Show description for a0b2976committed
Commits on Apr 21, 2021
Rename WebCore::SelectionRect to WebCore::SelectionGeometry
Show description for 0882b39committed
Commits on Apr 17, 2021
Deploy Ref/RefPtr in Editor
Show description for 2bbaececommitted
Commits on Apr 15, 2021
[macOS] Make image extraction interactions work for elements inside links
Show description for a4c03eacommitted
Commits on Mar 26, 2021
It should be possible to drag images with overlay content
Show description for 50c1406committed
Commits on Mar 15, 2021
[macOS] Selecting text via mouse drag in image documents shouldn't trigger click events
Show description for f61a496committed
Commits on Feb 18, 2021
Plumb an Optional<PageIdentifier> through Pasteboard-related codepaths
Show description for 2174595committed
Commits on Nov 13, 2020
Remove unused advanced plug-in features: snapshotting and plug-in load policy
Show description for 40615e5committed
Commits on Nov 11, 2020
Remove another function that implicitly uses the composed tree (intersects with range)
Show description for 45cd52bcommitted
Commits on Nov 5, 2020
Remove more functions that implicitly use composed tree
Show description for ab02d48committed
Commits on Nov 2, 2020
Start removing functions that implicitly use composed tree
Show description for 185f495committed
Commits on Oct 3, 2020
[ iOS ] ASSERTION FAILED: ScriptDisallowedScope::InMainThread::isEventDispatchAllowedInSubtree
Show description for 988ed54committed
Commits on Sep 21, 2020
Next step towards eliminating deprecated legacy positions
Show description for 06ad7b5committed
Commits on Aug 28, 2020
Remove almost all the remaining uses of live ranges
Show description for 03ef0cacommitted
Commits on Aug 3, 2020
Remove the ENABLE_DATA_INTERACTION feature flag
Show description for e4ec14ecommittedRemove some member functions of Range and many calls to createLiveRange
Show description for 5bc9273committed
Commits on Aug 1, 2020
Remove Range::create and many more uses of live ranges
Show description for c6cccadcommitted
Commits on Jul 30, 2020
Further reduction in the use of live ranges, particularly in headers
Show description for 5d95fb7committed
Commits on Jul 22, 2020
Remove live ranges from Editor.h and EditorClient.h
Show description for 24eead2committed
Commits on Jul 19, 2020
Remove ColorBuilder
Show description for 5d824c2committed
Sam Weinig
Commits on Jul 1, 2020
Split Color serialization out of Color classes
Show description for 5971f35committed
Sam Weinig
Commits on Jun 11, 2020
[IPC] Adopt enum class for DragSourceAction
Show description for e8d9fdfcommitted
Commits on Jun 8, 2020
[IPC] Adopt enum class for DragOperation
Show description for 3ce5ea2committed
Commits on Jun 6, 2020
Use OptionSet<DragOperation> for mask values
Show description for 3474d0fcommitted
Commits on Jun 3, 2020
dataTransfer.types is empty when handling the "dragstart" event
Show description for 5c8ed98committedAdd a helper method to populate a DataTransfer before dispatching a "dragstart" event
Show description for 1039320committed
Commits on May 27, 2020
Use OptionSet<DragDestinationAction> for mask values
Show description for d3cd7c2committed
Commits on May 16, 2020
Use enum serialization instead of casting to/from uint32_t
Show description for 18fee80authored andcommitted
Commits on May 13, 2020
[iOS] "Copy" context menu action for attachment element does not work in Mail
Show description for 709c04ccommitted
Commits on Apr 26, 2020
Stop using live ranges in functions that return range of the selection
Show description for d9462bdcommitted
Commits on Apr 18, 2020
Reduce parameter list of the FrameLoadRequest constructor
Show description for 39de65eauthored andcommitted