2013-05-22 |
rniwa@webkit.org | Fix a typo in 150469. |
blob | commitdiff | raw |
2013-05-21 |
rniwa@webkit.org | dispatchEvent call can execute javascript and blow... |
blob | commitdiff | raw | diff to current |
2013-05-19 |
darin@apple.com | Eliminate the Editor::newGeneralClipboard function |
blob | commitdiff | raw | diff to current |
2013-05-15 |
andersca@apple.com | Frame::editor() should return a reference |
blob | commitdiff | raw | diff to current |
2013-05-15 |
darin@apple.com | [Mac] Thin out the ClipboardMac class and header file... |
blob | commitdiff | raw | diff to current |
2013-05-13 |
andersca@apple.com | Stop including UnusedParam.h |
blob | commitdiff | raw | diff to current |
2013-05-09 |
rniwa@webkit.org | Remove Editor::setSelectionOffsets |
blob | commitdiff | raw | diff to current |
2013-05-02 |
rniwa@webkit.org | [Mac] Text replacement should use correction indicator |
blob | commitdiff | raw | diff to current |
2013-05-01 |
sergio@webkit.org | Show a block cursor in overtype mode |
blob | commitdiff | raw | diff to current |
2013-04-29 |
commit-queue@webki... | HTML Editing: Insertion point jumps when using link... |
blob | commitdiff | raw | diff to current |
2013-04-22 |
benjamin@webkit.org | Fix some minor bad use of strings in WebCore |
blob | commitdiff | raw | diff to current |
2013-04-14 |
akling@apple.com | Move create() methods from StylePropertySet to MutableS... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
rniwa@webkit.org | Autocorrected text doesn't have a marker of type autoco... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
rniwa@webkit.org | Cleanup local variables in Editor::markAndReplaceFor |
blob | commitdiff | raw | diff to current |
2013-04-10 |
rniwa@webkit.org | Refactor Editor::markAndReplaceFor before fixing autoco... |
blob | commitdiff | raw | diff to current |
2013-03-26 |
sergio@webkit.org | Implement overtype mode for editable content |
blob | commitdiff | raw | diff to current |
2013-03-26 |
tony@chromium.org | Image alt text not included in plain-text version when... |
blob | commitdiff | raw | diff to current |
2013-03-24 |
cfleizach@apple.com | AXObjectCache gets recreated during document tear-down. |
blob | commitdiff | raw | diff to current |
2013-03-20 |
commit-queue@webki... | Copy-paste should not spellcheck when continuous spellc... |
blob | commitdiff | raw | diff to current |
2013-03-14 |
inferno@chromium.org | Replace static_casts with to* helper functions. |
blob | commitdiff | raw | diff to current |
2013-03-06 |
tkent@chromium.org | Rename WebCore/editing/visible_units.* to VisibleUnits.* |
blob | commitdiff | raw | diff to current |
2013-03-03 |
darin@apple.com | Cut down the number of source files that depend on... |
blob | commitdiff | raw | diff to current |
2013-02-22 |
g.czajkowski@samsu... | Allow to retrieve the request data from abstract TextCh... |
blob | commitdiff | raw | diff to current |
2013-02-15 |
rniwa@webkit.org | Fix a typo introduced in r142705. |
blob | commitdiff | raw | diff to current |
2013-02-13 |
rniwa@webkit.org | Turn avoidIntersectionWithNode into Editor member funct... |
blob | commitdiff | raw | diff to current |
2013-02-12 |
rniwa@webkit.org | Disable delete button controller on non-Mac ports and... |
blob | commitdiff | raw | diff to current |
2013-02-11 |
enrica@apple.com | Source/WebCore: Add ENABLE_DELETION_UI to control the... |
blob | commitdiff | raw | diff to current |
2013-02-11 |
mkwst@chromium.org | Range::collapsed callers should explicitly ASSERT_NO_EX... |
blob | commitdiff | raw | diff to current |
2013-02-11 |
mkwst@chromium.org | Use IGNORE_EXCEPTION for Editor::countMatchesForText... |
blob | commitdiff | raw | diff to current |
2013-02-09 |
mkwst@chromium.org | Use IGNORE_EXCEPTION for initialized, but unused, Excep... |
blob | commitdiff | raw | diff to current |
2013-02-08 |
mkwst@chromium.org | Add a new IGNORE_EXCEPTION helper to ignore ExceptionCo... |
blob | commitdiff | raw | diff to current |
2013-02-05 |
enrica@apple.com | Make baseWritingDirectionForSelectionStart available... |
blob | commitdiff | raw | diff to current |
2013-02-05 |
mkwst@chromium.org | Cleanup: Use exceptionless Range::* methods rather... |
blob | commitdiff | raw | diff to current |
2013-02-01 |
rniwa@webkit.org | Smart link can erroneously move caret after an URL... |
blob | commitdiff | raw | diff to current |
2013-02-01 |
commit-queue@webki... | Editor::m_compositionNode not updated on HTMLInputEleme... |
blob | commitdiff | raw | diff to current |
2013-02-01 |
commit-queue@webki... | Unreviewed, rolling out r141479. |
blob | commitdiff | raw | diff to current |
2013-01-31 |
commit-queue@webki... | Editor::m_compositionNode not updated on HTMLInputEleme... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
enrica@apple.com | WebKit2: provide new bundle APIs to allow bundle client... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
g.czajkowski@samsu... | On Linux, can't get spelling suggestions without select... |
blob | commitdiff | raw | diff to current |
2013-01-30 |
shinyak@chromium.org | Convert deprecatedShadowAncestorNode() to shadowHost... |
blob | commitdiff | raw | diff to current |
2013-01-23 |
shinyak@chromium.org | shadowAncestorNode() should be renamed to deprecatedSha... |
blob | commitdiff | raw | diff to current |
2013-01-19 |
shinyak@chromium.org | Introduce isHTMLTextFormControlElement and toHTMLTextFo... |
blob | commitdiff | raw | diff to current |
2013-01-15 |
enrica@apple.com | Add a new set of WebKit2 APIs for text search and |
blob | commitdiff | raw | diff to current |
2013-01-11 |
g.czajkowski@samsu... | On Linux, should be able to get spelling suggestions... |
blob | commitdiff | raw | diff to current |
2012-12-11 |
antti@apple.com | Factor node traversal into standalone functions |
blob | commitdiff | raw | diff to current |
2012-11-22 |
antti@apple.com | Merge EditingText into Text |
blob | commitdiff | raw | diff to current |
2012-11-02 |
abarth@webkit.org | ENABLE(UNDO_MANAGER) is disabled everywhere and is... |
blob | commitdiff | raw | diff to current |
2012-10-30 |
mitz@apple.com | <rdar://problem/12395187> REGRESSION (r121299): OS... |
blob | commitdiff | raw | diff to current |
2012-10-29 |
kling@webkit.org | Don't expose implementation details of StylePropertySet... |
blob | commitdiff | raw | diff to current |
2012-09-28 |
commit-queue@webki... | editing/pasteboard/paste-removing-iframe.html crashes... |
blob | commitdiff | raw | diff to current |
2012-08-17 |
commit-queue@webki... | Implement UndoManager's V8 bindings |
blob | commitdiff | raw | diff to current |
2012-08-15 |
dmazzoni@google.com | AX: Calls to AXObjectCache should prefer Node over... |
blob | commitdiff | raw | diff to current |
2012-08-14 |
abarth@webkit.org | Delete Frame::domWindow() and Frame::existingDOMWindow() |
blob | commitdiff | raw | diff to current |
2012-08-10 |
commit-queue@webki... | Mouse-select then Cut, results in preceding character... |
blob | commitdiff | raw | diff to current |
2012-07-11 |
jpu@apple.com | On Mac, autocorrection sometimes fails to take place... |
blob | commitdiff | raw | diff to current |
2012-06-27 |
commit-queue@webki... | Unreviewed, rolling out r121271. |
blob | commitdiff | raw | diff to current |
2012-06-26 |
commit-queue@webki... | Crash at WebCore::TextIterator::handleTextBox |
blob | commitdiff | raw | diff to current |
2012-06-26 |
jpu@apple.com | On Mac, autocorrection sometimes fails to take place... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
abarth@webkit.org | Change the type of the second argument of FrameSelectio... |
blob | commitdiff | raw | diff to current |
2012-06-24 |
commit-queue@webki... | After Editor::setComposition is called, input should... |
blob | commitdiff | raw | diff to current |
2012-06-22 |
commit-queue@webki... | Add methods to select between offsets in an editable... |
blob | commitdiff | raw | diff to current |
2012-06-15 |
hbono@chromium.org | Allow platforms to choose whether to remove markers... |
blob | commitdiff | raw | diff to current |
2012-06-14 |
jpu@apple.com | Mark text with text alternative with blue underline. |
blob | commitdiff | raw | diff to current |
2012-06-14 |
commit-queue@webki... | make sure headers are included only once per file |
blob | commitdiff | raw | diff to current |
2012-06-11 |
weinig@apple.com | Remove support for disconnected/excluded from search... |
blob | commitdiff | raw | diff to current |
2012-06-11 |
commit-queue@webki... | Unreviewed, rolling out r119955. |
blob | commitdiff | raw | diff to current |
2012-06-11 |
weinig@apple.com | Remove support for disconnected/excluded from search... |
blob | commitdiff | raw | diff to current |
2012-06-07 |
aestes@apple.com | Wrap uppercaseWord, lowercaseWord, and capitalizeWord... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
aestes@apple.com | Disentangle code that relies on USE(AUTOMATIC_TEXT_REPL... |
blob | commitdiff | raw | diff to current |
2012-05-28 |
shinyak@chromium.org | cut, copy or paste event won't be fired in Shadow DOM. |
blob | commitdiff | raw | diff to current |
2012-05-21 |
rniwa@webkit.org | isStartOfDocument and isEndOfDocument are poorly named |
blob | commitdiff | raw | diff to current |
2012-05-18 |
yi.4.shen@nokia.com | REGRESSION (r102553): Smart links do not work |
blob | commitdiff | raw | diff to current |
2012-05-18 |
morrita@google.com | Unreviewed attempt to fix build breakage on r117572 |
blob | commitdiff | raw | diff to current |
2012-05-18 |
morrita@google.com | https://bugs.webkit.org/show_bug.cgi?id=85515 |
blob | commitdiff | raw | diff to current |
2012-05-17 |
hbono@chromium.org | [Refactoring] Move platform-specific code in Editor... |
blob | commitdiff | raw | diff to current |
2012-05-16 |
mnaganov@chromium.org | Avoid jumpscroll when entering new text in a multi... |
blob | commitdiff | raw | diff to current |
2012-05-16 |
shinyak@chromium.org | Rename Node::shadowTreeRootNode() to Node::shadowRoot() |
blob | commitdiff | raw | diff to current |
2012-05-15 |
shinyak@chromium.org | Node::shadowTreeRootNode() should return ShadowRoot... |
blob | commitdiff | raw | diff to current |
2012-04-27 |
rniwa@webkit.org | REGRESSION (r94497): Pressing Command+A when inline... |
blob | commitdiff | raw | diff to current |
2012-04-25 |
alexis.menard@open... | Rename CSSStyleSelector files to StyleResolver. |
blob | commitdiff | raw | diff to current |
2012-04-23 |
jchaffraix@webkit.org | Cut dependency on RenderLayer::scrollRectToVisible... |
blob | commitdiff | raw | diff to current |
2012-04-16 |
andersca@apple.com | Crash when running some editing related tests |
blob | commitdiff | raw | diff to current |
2012-04-16 |
jpu@apple.com | Introducing DictationCommand. |
blob | commitdiff | raw | diff to current |
2012-04-10 |
leviw@chromium.org | Clean up multiple RenderedPosition::absoluteRect defini... |
blob | commitdiff | raw | diff to current |
2012-04-06 |
enrica@apple.com | Provide Obj-C private API to simplify markup. |
blob | commitdiff | raw | diff to current |
2012-04-06 |
leviw@chromium.org | Update LayoutUnit usage in Editor and Frame |
blob | commitdiff | raw | diff to current |
2012-04-06 |
hbono@chromium.org | [Chromium] moving a cursor on a misspelled word should... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
hbono@chromium.org | Prevent spellchecking text pasted to an element having... |
blob | commitdiff | raw | diff to current |
2012-04-03 |
jpu@apple.com | Manual submission for bug 82942. |
blob | commitdiff | raw | diff to current |
2012-04-03 |
alexis.menard@open... | [Part 2] We should use CSSPropertyID rather than intege... |
blob | commitdiff | raw | diff to current |
2012-04-02 |
alexis.menard@open... | We should use CSSPropertyID rather than integers when... |
blob | commitdiff | raw | diff to current |
2012-03-31 |
simon.fraser@apple.com | https://bugs.webkit.org/show_bug.cgi?id=82761 |
blob | commitdiff | raw | diff to current |
2012-03-03 |
commit-queue@webki... | Editor's default paragraph separator is not reset when... |
blob | commitdiff | raw | diff to current |
2012-03-02 |
commit-queue@webki... | Implement DefaultParagraphSeparator execCommand, to... |
blob | commitdiff | raw | diff to current |
2012-02-24 |
shinyak@chromium.org | SpellCheckRequest needs to know the context where the... |
blob | commitdiff | raw | diff to current |
2012-02-22 |
rniwa@webkit.org | Remove the remaining uses of CSSStyleDeclaration in... |
blob | commitdiff | raw | diff to current |
2012-02-17 |
rniwa@webkit.org | Move textDirectionForSelection from Editor to EditingStyle |
blob | commitdiff | raw | diff to current |
2012-02-16 |
antti@apple.com | Move the context invalidation code out from StyleProper... |
blob | commitdiff | raw | diff to current |
2012-02-12 |
commit-queue@webki... | Add toText and isTextNode helpers in Text class. |
blob | commitdiff | raw | diff to current |
2012-02-10 |
antti@apple.com | Use underlying property set to refcount PropertySetCSSS... |
blob | commitdiff | raw | diff to current |
next |