- b8db035 Use LineLayoutTraversal for RenderText functions by antti@apple.com · 5 years ago
- 2ebcc2b InlineTextBox::end() should return first-past-end offset by antti@apple.com · 5 years ago
- 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 5 years ago
- 8b3867b Rename StringBuilder::append(UChar32) to StringBuilder::appendCharacter(UChar32) to avoid accidental change in behavior when replacing append with flexibleAppend by weinig@apple.com · 6 years ago
- 62af50e Extra space inserted at start of line when inserting a newline in Mail compose by wenson_hsieh@apple.com · 6 years ago
- effb058 Streamline some string code, focusing on functions that were using substringSharingImpl by darin@apple.com · 6 years ago
- 8041465 Make lossy LayoutUnit constructors explicit by ross.kirsling@sony.com · 6 years ago
- a168968 Implement "line-break: anywhere" by jfernandez@igalia.com · 6 years ago
- a2bab20 Cut down on use of StringBuffer, possibly leading toward removing it entirely by darin@apple.com · 6 years ago
- 4e8dc96 Remove unnecessary `using namespace WTF`s (or at least restrict their scope). by ross.kirsling@sony.com · 6 years ago
- ba1a766 Minor optimization to RenderText::setRenderedText() by simon.fraser@apple.com · 6 years ago
- 6eda1ab Use Optional::valueOr() instead of Optional::value_or() by cdumez@apple.com · 6 years ago
- 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
- 095cb60 Reproducible ASSERTion failure when toggling layer borders with find-in-page up by zalan@apple.com · 6 years ago
- 2629c17 [iOS] Issue initial paint soon after the visuallyNonEmpty milestone is fired. by zalan@apple.com · 6 years ago
- 724fee8 Unreviewed, rolling out r237785. by ryanhaddad@apple.com · 6 years ago
- 04959a7 [iOS] Issue initial paint soon after the visuallyNonEmpty milestone is fired. by zalan@apple.com · 6 years ago
- 1e847592 Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) by ap@apple.com · 6 years ago
- 1dc77ff Remove redundant inline text boxes for empty combined text by dbates@webkit.org · 6 years ago
- 35ea67c Rename WordBreak::Break to WordBreak::BreakWord by mmaxfield@apple.com · 7 years ago
- eea2d6a Modernize RenderStyleConstants.h - Part 2 by commit-queue@webkit.org · 7 years ago
- 1a4e667 Modernize RenderStyleConstants.h - Part 1 by commit-queue@webkit.org · 7 years ago
- b6be03c Make InlineTextBox::createTextRun() take a const lvalue reference String by commit-queue@webkit.org · 7 years ago
- 86d9867 [Simple line layout] Text with letter spacing is not positioned properly. by zalan@apple.com · 7 years ago
- fde57e4 [RenderTreeBuilder] ::willBeRemoved() does not need RenderTreeBuilder anymore. by zalan@apple.com · 7 years ago
- cf9cfa0 [RenderTreeBuilder] Introduce RenderTreeBuilder to willBeDestoryed/removeFromParentAndDestroy by zalan@apple.com · 7 years ago
- 5917cb1 Reduce WTF::String operations that do unnecessary Unicode operations instead of ASCII by darin@apple.com · 7 years ago
- d03c594 bmalloc should support strictly type-segregated isolated heaps by fpizlo@apple.com · 7 years ago
- 48b376e Delete button doesn't fully delete certain emoji by mmaxfield@apple.com · 7 years ago
- 4fac4e4 Text nodes with display:contents parent should render as if they were wrapped in an unstyled <span> by antti@apple.com · 7 years ago
- ce64b73 Change WebCore sources to work with unified source builds by keith_miller@apple.com · 7 years ago
- bfdfed0 Unreviewed, rolling out r223110. by jlewis3@apple.com · 7 years ago
- 515dbfb Delete button doesn't fully delete certain emoji by mmaxfield@apple.com · 7 years ago
- d096276 RenderView does not need to be a SelectionSubtreeRoot by zalan@apple.com · 7 years ago
- a581dfd Remove redundant RenderObject::selectionRoot and dependencies by zalan@apple.com · 7 years ago
- 01f3c4c Remove TextRun::setCharactersLength() and TextRun::charactersLength() by dbates@webkit.org · 7 years ago
- e0d2e0f Rename "Region" to "Fragment" for RenderRegion and associated classes/methods. by hyatt@apple.com · 7 years ago
- 6a6af9b Fall back to normal line layout position, when simple line layout fails to find one. by zalan@apple.com · 7 years ago
- 3211428f RenderedDocumentMarker.h should include DocumentMarker.h by dbates@webkit.org · 7 years ago
- 6cad78f Do not mutate RenderText content during layout. by zalan@apple.com · 7 years ago
- 1d270ed Unreviewed, rolling out r222217 and r222214. by ryanhaddad@apple.com · 7 years ago
- 76acb96 Attempt to fix Linux build. by zalan@apple.com · 7 years ago
- c4579a0 [WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms by utatane.tea@gmail.com · 8 years ago
- 4af2da5 Unreviewed, rolling out r219178. by jlewis3@apple.com · 8 years ago
- 897281c [WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms by utatane.tea@gmail.com · 8 years ago
- a1fc4cc Refactor -[WebItemProviderPasteboard valuesForPasteboardType:inItemSet:] to check readable types by wenson_hsieh@apple.com · 8 years ago
- 11b9d41 AX: Defer text changes until after the tree is clean if needed. by zalan@apple.com · 8 years ago
- 3acff53 [WK2] Add support for keeping the selection in a focused editable element when dragging begins by wenson_hsieh@apple.com · 8 years ago
- b51505d Defer AX cache update when text content changes until after layout is finished. by zalan@apple.com · 8 years ago
- 04c71ab BreakingContext::WordTrailingSpace cleanup. by zalan@apple.com · 8 years ago
- 7d7fe74a Drop Timer::startOneShot() overload taking a double by cdumez@apple.com · 8 years ago
- 2319f68 Simple line layout: Hittest always returns the first renderer in the block. by zalan@apple.com · 8 years ago
- 9812a45 Move code out of renderer destructors into willBeDestroyed() by simon.fraser@apple.com · 8 years ago
- b59c690 RenderView::documentBeingDestroyed() needs a new name. by simon.fraser@apple.com · 8 years ago
- d956f00 Rename ICU cursor iterator to caret iterator by mmaxfield@apple.com · 8 years ago
- a60f7c3 Use RAII for ICU breaking iterators by mmaxfield@apple.com · 8 years ago
- a738065c Stop compiling our own cursorMovementIterator() by mmaxfield@apple.com · 8 years ago
- 769b5b3 Simple line layout: Implement absoluteQuadsForRange. by zalan@apple.com · 8 years ago
- 0d5951b Simple line layout: Implement positionForPoint. by zalan@apple.com · 8 years ago
- 5b4247e Remove EFL from WebCore https://bugs.webkit.org/show_bug.cgi?id=168477 by andersca@apple.com · 8 years ago
- 358e676 Update custom line breaking iterators to the latest version of Unicode by mmaxfield@apple.com · 8 years ago
- 2c55cca Simple line layout: Use simplified text measuring when possible. by zalan@apple.com · 8 years ago
- a1cff3a Renderers should have a simple way to access Settings. by zalan@apple.com · 8 years ago
- 4c478c4 Stop reinterpret_casting UBreakIterators to the undefined type TextBreakIterator by mmaxfield@apple.com · 8 years ago
- 835fb1d ASSERTION FAILED: locale in WebCore::lastHyphenLocation by mmaxfield@apple.com · 8 years ago
- 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago
- 9f0f02b Make normal case fast in the input element limitString function by darin@apple.com · 8 years ago
- 0dcaabd [CSS Parser] Unprefix -webkit-writing-mode by hyatt@apple.com · 8 years ago
- 102013c Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING by dbates@webkit.org · 8 years ago
- a2e064a Clean up TextRun-related code https://bugs.webkit.org/show_bug.cgi?id=161473 by mmaxfield@apple.com · 8 years ago
- 6394551 [Win] Warning fixes. https://bugs.webkit.org/show_bug.cgi?id=161077 by pvollan@apple.com · 8 years ago
- 88b980c Migrate RenderText::stringView() to unsigneds by mmaxfield@apple.com · 8 years ago
- e91d4fd Migrate line breaking code from ints to Optional<unsigned>s by mmaxfield@apple.com · 8 years ago
- 5bd16df Migrate from ints to unsigneds when referring to indices into strings by mmaxfield@apple.com · 9 years ago
- 6df1d59 Rename isEmojiModifier to isEmojiFitzpatrickModifier to better capture its function by weinig@apple.com · 9 years ago
- c2286ed Move breaking iterator code to WTF by mmaxfield@apple.com · 9 years ago
- 2d2b32d Content disappears on mouse over. by zalan@apple.com · 9 years ago
- 14520e4 Hangable punctuation measurement using the wrong indices. by hyatt@apple.com · 9 years ago
- 3ab5f73 Implement the allow-end value of the hanging-punctuation CSS property. by hyatt@apple.com · 9 years ago
- 21a4dcb Delete dead SVG Font code https://bugs.webkit.org/show_bug.cgi?id=154718 by mmaxfield@apple.com · 9 years ago
- 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
- 6b422a7 Add support for the "last" value of hanging-punctuation by hyatt@apple.com · 9 years ago
- 41c12c9 Add support for the "first" value of the hanging-punctuation property. by hyatt@apple.com · 9 years ago
- 2b2cc38 Finish auditing call sites of upper() and lower(), eliminate many, and rename the functions by darin@apple.com · 9 years ago
- 910f7bd Roll out r194555, as it introduced some bad regressions and was not correct. by hyatt@apple.com · 9 years ago
- c3252784 word-wrap: break-word broken inside a flexbox by hyatt@apple.com · 9 years ago
- 87dd5c5 Unify font-variant-* with font-variant shorthand by mmaxfield@apple.com · 9 years ago
- adea815 Unreviewed, rolling out r192819. https://bugs.webkit.org/show_bug.cgi?id=151681 by commit-queue@webkit.org · 9 years ago
- b1298dc Unify font-variant-* with font-variant shorthand by mmaxfield@apple.com · 9 years ago
- 6d4f959 RenderObject::computeRectForRepaint/computeFloatRectForRepaint should return the computed rectangle. by zalan@apple.com · 9 years ago
- 214b716 Split FontDescription into lower and higher level types by antti@apple.com · 9 years ago
- 1cb8e15 [CSS3] Add support for the word-break:keep-all CSS property by mmaxfield@apple.com · 10 years ago
- 550b5f4 Takes two delete key presses to delete pasted emoji up-pointing index finger with skin tone by darin@apple.com · 10 years ago
- f888d2c Text is misplaced when custom font does not have space glyph. by zalan@apple.com · 10 years ago
- 92ac604 Small cleanup in RenderText::computePreferredLogicalWidths() by mmaxfield@apple.com · 10 years ago
- 8bf2a91 Simple line layout: Add <br> support. by zalan@apple.com · 10 years ago
- ec53cb7 Unreviewed, rolling out r182536. https://bugs.webkit.org/show_bug.cgi?id=143523 by commit-queue@webkit.org · 10 years ago
- dc88523 Simple line layout: Add <br> support. by zalan@apple.com · 10 years ago
- 08b380d Disallow ruby base from having leading or trailing expansions by mmaxfield@apple.com · 10 years ago
- ba2f61f Source/WebCore: by commit-queue@webkit.org · 10 years ago