2019-08-27 |
antti@apple.com | InlineTextBox::end() should return first-past-end offset |
blob | commitdiff |
2019-08-20 |
wenson_hsieh@apple.com | Clicking the search icon on ae.com hangs the web conten... |
blob | commitdiff | diff to current |
2019-02-03 |
wenson_hsieh@apple.com | Unable to move selection into editable roots with 0... |
blob | commitdiff | diff to current |
2018-12-14 |
rniwa@webkit.org | Make HTMLConverter work across shadow boundaries |
blob | commitdiff | diff to current |
2018-10-01 |
rniwa@webkit.org | Use Position instead of Range in createMarkupInternal |
blob | commitdiff | diff to current |
2018-09-28 |
rniwa@webkit.org | Replace every use of Node::offsetInCharacters() by... |
blob | commitdiff | diff to current |
2018-08-13 |
commit-queue@webki... | Use a 1-byte enum class for TextDirection |
blob | commitdiff | diff to current |
2018-05-25 |
commit-queue@webki... | Modernize RenderStyleConstants.h - Part 2 |
blob | commitdiff | diff to current |
2018-05-21 |
commit-queue@webki... | Modernize RenderStyleConstants.h - Part 1 |
blob | commitdiff | diff to current |
2017-11-23 |
darin@apple.com | Reduce WTF::String operations that do unnecessary Unico... |
blob | commitdiff | diff to current |
2017-08-10 |
don.olmstead@sony.com | [WTF] Move TextStream into WTF |
blob | commitdiff | diff to current |
2017-06-28 |
zalan@apple.com | Unreviewed, rolling out r218373. |
blob | commitdiff | diff to current |
2017-06-16 |
simon.fraser@apple.com | Use WTFLogAlways for debug logging so that it shows... |
blob | commitdiff | diff to current |
2017-04-07 |
zalan@apple.com | Text insertion cursor disappears after pressing enter |
blob | commitdiff | diff to current |
2017-03-03 |
commit-queue@webki... | Rename htmlediting.h/cpp to Editing.h/cpp |
blob | commitdiff | diff to current |
2017-02-20 |
rego@igalia.com | [css-grid] Remove compilation flag ENABLE_CSS_GRID_LAYOUT |
blob | commitdiff | diff to current |
2016-12-31 |
darin@apple.com | Remove PassRefPtr use from the "dom" directory, related... |
blob | commitdiff | diff to current |
2016-06-03 |
rniwa@webkit.org | Crash under VisibleSelection::firstRange() |
blob | commitdiff | diff to current |
2016-05-20 |
cdumez@apple.com | Improve compile-time assertions in is<>() / downcast<>() |
blob | commitdiff | diff to current |
2016-05-15 |
darin@apple.com | More CTTE and other cleanups for HTML editing header |
blob | commitdiff | diff to current |
2016-05-14 |
darin@apple.com | CTTE for the HTML editing header |
blob | commitdiff | diff to current |
2016-01-18 |
simon.fraser@apple.com | Add TextStream-based logging for Position and VisiblePo... |
blob | commitdiff | diff to current |
2015-11-09 |
jiewen_tan@apple.com | Null dereference loading Blink layout test editing... |
blob | commitdiff | diff to current |
2015-10-29 |
zalan@apple.com | Fix ENABLE(TREE_DEBUGGING) release build. |
blob | commitdiff | diff to current |
2015-10-13 |
cdumez@apple.com | Avoid useless copies in range-loops that are using... |
blob | commitdiff | diff to current |
2015-08-14 |
zalan@apple.com | Remove pixelSnapped* functions from RenderBoxModelObjec... |
blob | commitdiff | diff to current |
2015-06-18 |
jhoneycutt@apple.com | Position::findParent() should take a reference |
blob | commitdiff | diff to current |
2015-06-16 |
jhoneycutt@apple.com | [iOS] Crash long pressing on <input type=file> |
blob | commitdiff | diff to current |
2015-04-11 |
rniwa@webkit.org | WebKit places caret in front of pasted Numbers cells... |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | REGRESSION(r180726): Removing an empty line at the... |
blob | commitdiff | diff to current |
2015-03-06 |
simon.fraser@apple.com | Allow tree dumping functions to be used in release... |
blob | commitdiff | diff to current |
2015-03-06 |
commit-queue@webki... | Unreviewed, rolling out r181139. |
blob | commitdiff | diff to current |
2015-03-06 |
simon.fraser@apple.com | Allow tree dumping functions to be used in release... |
blob | commitdiff | diff to current |
2015-02-27 |
rniwa@webkit.org | isEditablePosition and related functions shouldn't... |
blob | commitdiff | diff to current |
2015-02-17 |
changseok.oh@colla... | REGRESSION(r180050): It broke the !ENABLE(CSS_GRID_LAYO... |
blob | commitdiff | diff to current |
2015-02-13 |
changseok.oh@colla... | Div having contentEditable and display:grid cannot... |
blob | commitdiff | diff to current |
2015-02-11 |
changseok.oh@colla... | Div having contentEditable and display:flex cannot... |
blob | commitdiff | diff to current |
2015-02-11 |
commit-queue@webki... | Unreviewed, rolling out r179921. |
blob | commitdiff | diff to current |
2015-02-11 |
changseok.oh@colla... | Div having contentEditable and display:flex cannot... |
blob | commitdiff | diff to current |
2014-10-20 |
cdumez@apple.com | Use is<>() / downcast<>() for all remaining RenderObjec... |
blob | commitdiff | diff to current |
2014-10-17 |
cdumez@apple.com | Use is<>() / downcast<>() for RenderBox |
blob | commitdiff | diff to current |
2014-10-16 |
cdumez@apple.com | Use is<>() / downcast<>() for InlineBox subclasses |
blob | commitdiff | diff to current |
2014-10-10 |
cdumez@apple.com | Use is<>() / downcast<>() for RenderElement |
blob | commitdiff | diff to current |
2014-10-07 |
cdumez@apple.com | Use is<>() / downcast<>() for RenderText / RenderTextFr... |
blob | commitdiff | diff to current |
2014-10-02 |
cdumez@apple.com | Have is<>(T*) function do a null check on the pointer... |
blob | commitdiff | diff to current |
2014-09-30 |
cdumez@apple.com | Use is<>() / downcast<>() for Element |
blob | commitdiff | diff to current |
2014-09-29 |
cdumez@apple.com | Use the new is<>() / downcast<>() for Text Nodes |
blob | commitdiff | diff to current |
2014-09-25 |
cdumez@apple.com | Use is<HTML*Element>() instead of isHTML*Element()... |
blob | commitdiff | diff to current |
2014-09-17 |
cdumez@apple.com | Rename Node::childNode(index) to traverseToChildAt... |
blob | commitdiff | diff to current |
2014-09-16 |
cdumez@apple.com | Rename Node::nodeIndex() to computeNodeIndex() for... |
blob | commitdiff | diff to current |
2014-09-14 |
cdumez@apple.com | Rename Node::childNodeCount() to countChildNodes()... |
blob | commitdiff | diff to current |
2014-04-14 |
darin@apple.com | REGRESSION (r158617): Find on Page can get stuck in... |
blob | commitdiff | diff to current |
2014-03-15 |
mjs@apple.com | .: Replace "Apple Computer, Inc." with "Apple Inc.... |
blob | commitdiff | diff to current |
2014-03-03 |
darin@apple.com | Streamline use of TextIterator, cutting down includes... |
blob | commitdiff | diff to current |
2014-02-14 |
akling@apple.com | Purge remaining ENABLE(SHADOW_DOM) cruft. |
blob | commitdiff | diff to current |
2014-02-08 |
akling@apple.com | Use renderer iterators in two more places. |
blob | commitdiff | diff to current |
2014-02-07 |
samuel_white@apple.com | AX: Find and select text with respect to insertion... |
blob | commitdiff | diff to current |
2014-02-07 |
commit-queue@webki... | Renaming isTableElement() to isRenderedTable() as per... |
blob | commitdiff | diff to current |
2013-12-21 |
antti@apple.com | Figure out if node is focusable without requiring renderer |
blob | commitdiff | diff to current |
2013-11-07 |
akling@apple.com | Use tighter InlineBox subtypes in some places. |
blob | commitdiff | diff to current |
2013-11-07 |
akling@apple.com | Generate type casting helpers for line boxes and use... |
blob | commitdiff | diff to current |
2013-11-06 |
rniwa@webkit.org | Change the order of conditions to avoid computing rende... |
blob | commitdiff | diff to current |
2013-11-05 |
cfleizach@apple.com | AX: Mail attachments at the start of an email are not... |
blob | commitdiff | diff to current |
2013-10-29 |
akling@apple.com | RenderElement::style() should return a reference. |
blob | commitdiff | diff to current |
2013-10-24 |
antti@apple.com | Simple line layout |
blob | commitdiff | diff to current |
2013-10-16 |
antti@apple.com | Move code for finding rendered character offset to... |
blob | commitdiff | diff to current |
2013-10-16 |
antti@apple.com | Move test for contained caret offset to RenderTextLineBoxes |
blob | commitdiff | diff to current |
2013-09-29 |
antti@apple.com | Tighten typing in inline rendering |
blob | commitdiff | diff to current |
2013-09-25 |
bfulgham@apple.com | ../WebCore: [Windows] Refactor RuntimeEnabledFeatures... |
blob | commitdiff | diff to current |
2013-09-25 |
antti@apple.com | Clean up some uses of first/lastChildSlow |
blob | commitdiff | diff to current |
2013-09-23 |
antti@apple.com | Rename RenderObject::first/lastChild to RenderObject... |
blob | commitdiff | diff to current |
2013-09-18 |
antti@apple.com | Rename RenderBR to RenderLineBreak |
blob | commitdiff | diff to current |
2013-09-18 |
antti@apple.com | Remove RenderWordBreak |
blob | commitdiff | diff to current |
2013-09-17 |
antti@apple.com | RenderBR should not be RenderText |
blob | commitdiff | diff to current |
2013-09-10 |
rniwa@webkit.org | Remove HTMLTextFormControl::fixPlaceholderRenderer |
blob | commitdiff | diff to current |
2013-09-09 |
hyatt@apple.com | Get rid of isBlockFlowFlexBoxOrGrid(). |
blob | commitdiff | diff to current |
2013-09-09 |
akling@apple.com | InlineBox::root() should return a reference. |
blob | commitdiff | diff to current |
2013-09-06 |
hyatt@apple.com | Add new RenderBlockFlow class. |
blob | commitdiff | diff to current |
2013-09-06 |
bdakin@apple.com | Reverting revisions 155139, 155141, 155142, and 155145... |
blob | commitdiff | diff to current |
2013-09-05 |
hyatt@apple.com | Add new RenderBlockFlow class |
blob | commitdiff | diff to current |
2013-08-31 |
akling@apple.com | InlineBox::renderer() and pals should return references. |
blob | commitdiff | diff to current |
2013-08-30 |
akling@apple.com | Node::document() should return a reference. |
blob | commitdiff | diff to current |
2013-07-08 |
kangil.han@samsung.com | Adopt is/toHTMLTableElement for code cleanup |
blob | commitdiff | diff to current |
2013-05-30 |
rniwa@webkit.org | Get rid of Position::computedStyle |
blob | commitdiff | diff to current |
2013-05-29 |
akling@apple.com | Move leaf Node traversal helpers to htmlediting.cpp |
blob | commitdiff | diff to current |
2013-05-27 |
darin@apple.com | Move isBlockFlowElement and related functions out of... |
blob | commitdiff | diff to current |
2013-03-14 |
inferno@chromium.org | Replace static_casts with to* helper functions. |
blob | commitdiff | diff to current |
2013-03-06 |
tkent@chromium.org | Rename WebCore/editing/visible_units.* to VisibleUnits.* |
blob | commitdiff | diff to current |
2013-02-15 |
commit-queue@webki... | Caret positioned at the end of a text line (followed... |
blob | commitdiff | diff to current |
2013-01-24 |
robert@webkit.org | Inline Containing Only Collapsed Whitespace Not Getting... |
blob | commitdiff | diff to current |
2013-01-09 |
commit-queue@webki... | Caret is incorrectly painted for a contenteditable... |
blob | commitdiff | diff to current |
2012-12-11 |
dpranke@chromium.org | Switch to new PseudoElement based :before and :after |
blob | commitdiff | diff to current |
2012-12-05 |
commit-queue@webki... | Add infrastructure for :before and :after in DOM |
blob | commitdiff | diff to current |
2012-11-08 |
dglazkov@chromium.org | Unreviewed, rolling out r133429. |
blob | commitdiff | diff to current |
2012-11-05 |
morrita@google.com | Shadow DOM should be able to be disabled per context. |
blob | commitdiff | diff to current |
2012-11-01 |
enrica@apple.com | Part2 of: Extend -webkit-user-select with new value... |
blob | commitdiff | diff to current |
2012-10-17 |
morrita@google.com | [Shadow DOM][V8] WebCore::V8DOMWindow::installPerContex... |
blob | commitdiff | diff to current |
2012-09-21 |
leviw@chromium.org | Prevent reading stale data from InlineTextBoxes |
blob | commitdiff | diff to current |
2012-09-10 |
paroga@webkit.org | Add StringBuilder::appendNumber() and use it |
blob | commitdiff | diff to current |
2012-09-06 |
abarth@webkit.org | More fixes for String::operator+=() in Debug mode |
blob | commitdiff | diff to current |
next |