Commits
User selector
Commit History
Commits on Sep 16, 2021
font-weight should always serialize as a number
Show description for 6bc36bccommitted
Commits on Sep 7, 2021
Nullptr crash in CSSValue::cssText() via DeleteSelectionCommand::calculateTypingStyleAfterDelete
Show description for b107e76authored andcommitted
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 Nov 5, 2020
Remove more functions that implicitly use composed tree
Show description for ab02d48committed
Commits on Aug 3, 2020
Non-unified build fixes, early August 20202 edition
Show description for 516d3c4committedRemove 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 19, 2020
Rename Color::transparent to Color::transparentBlack to more clearly state what it is
Show description for 38be9ebcommitted
Sam Weinig
Commits on Jul 1, 2020
Split Color serialization out of Color classes
Show description for 5971f35committed
Sam Weinig
Commits on May 1, 2020
TriState should be an enum class and use "Indeterminate" instead of "Mixed"
Show description for fe970f5committed
Commits on Apr 28, 2020
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
Show description for 22801e6committed
Jack Lee
Commits on Apr 26, 2020
Stop using live ranges in functions that return range of the selection
Show description for d9462bdcommitted
Commits on Apr 11, 2020
Use Node::length to replace Node::maxCharacterOffset and lastOffsetInNode; switch more offsets from int to unsigned
Show description for 2f47877committed
Commits on Feb 14, 2020
Dark Mode: In Notes, list item becomes invisible in dark mode after outdenting
Show description for 1a3f5d5committed
Commits on Dec 31, 2019
StyleRule accessor in RuleData should return a const reference
Show description for 6d7afc0committed
Commits on Nov 18, 2019
Move StyleResolver to Style namespace
Show description for 89664cdcommitted
Commits on Nov 13, 2019
Convert CSSPrimitiveValue::UnitType to an enum class, and cleanup
Show description for 9f19ebccommitted
Commits on Sep 5, 2019
REGRESSION (iOS 13): Bulleted list copied from Notes to Mail results in Times New Roman
Show description for 273e052committedMail appears to be double inverting code copied from Notes, Xcode, or Terminal.
Show description for 48a2d72committed
Commits on Jul 23, 2019
WebKit should strip away system font names from the pasted content
Show description for fd984c2committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 16, 2019
Unprefix -webkit-sticky
Show description for 7f12a23committed
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Mar 12, 2019
Add Optional to Forward.h.
Show description for 2a9ea4ccommitted
Commits on Feb 15, 2019
Refactor EditingStyle::textDirection to return an Optional<WritingDirection> instead of a bool
Show description for 9444c01committed
Commits on Jan 23, 2019
Introduce CustomUndoStep.h and CustomUndoStep.cpp
Show description for 0500674committed
Commits on Dec 22, 2018
Use Ref<> as much as possible
Show description for d4c5ff5committed
Commits on Dec 5, 2018
Turn WritingDirection into an enum class
Show description for fa02171committed
Commits on Nov 15, 2018
Default the view background color and text color to different values when in dark mode.
Show description for 1928c41committed
Commits on Oct 3, 2018
Copying content with shadow DOM doesn't copy any contents
Show description for a9bc8c0committed
Commits on Sep 11, 2018
[macOS] [WK2] Support changing foreground colors via color panel
Show description for 348a77ecommitted
Commits on Aug 3, 2018
Fix spelling of "overridden"
Show description for ac039b8authored andcommitted
Commits on Jul 23, 2018
Convert some obvious never-null pointers to references in the editing code
Show description for cab1a1bauthored andcommitted