summaryrefslogtreecommitdiffstats
path: root/webkit/glue/editor_client_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-1/+0
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-9/+10
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-5/+3
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-021-1/+2
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-241-5/+4
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-231-23/+14
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-181-55/+49
* Remove WebViewDelegate::SpellCheckerDocumentTag method and eliminatedarin@chromium.org2009-09-111-12/+3
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-1/+5
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-3/+3
* Remove NOTIMPLEMENTED() that messes with layout test outputpinkerton@chromium.org2009-09-091-1/+2
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-6/+26
* Some cleanup to various WebCore client implementations.darin@chromium.org2009-09-051-53/+61
* Hook up WebEditingClient.darin@chromium.org2009-09-041-204/+74
* Catch up with webkit change which removes id() from the HTMLElementmbelshe@google.com2009-08-171-1/+1
* Make double-clicking to select work correctly on Mac.tc@google.com2009-08-111-3/+8
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-1/+1
* Add support for attribute spellcheck="true"/"false" in <input>.sidchat@google.com2009-07-281-0/+2
* Fix for spell check underlines disappearing when user clicks out of the Text ...sidchat@google.com2009-07-281-2/+8
* Spellcheck should not only work if the element is contentEditable, it should ...jparent@chromium.org2009-07-181-6/+4
* Add autofill dropdown support for password forms.tim@chromium.org2009-07-141-8/+19
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-0/+2
* Use pointers instead of references in SpellCheck function.sidchat@google.com2009-06-121-1/+1
* Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ...sidchat@google.com2009-06-101-5/+14
* The autofilling of passwords when the URL for visited page and the page the p...jcampan@chromium.org2009-05-261-1/+21
* Add Automatic spell correction support in Chrome.sidchat@google.com2009-05-121-0/+12
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* WebKit Merge 43361:43371, Chromium side.dglazkov@google.com2009-05-071-1/+1
* Workaround fix for Alt-Gr case.ukai@chromium.org2009-04-301-8/+19
* Don't insert ASCII character with ctrl(w/o/ alt) or meta is on.ukai@chromium.org2009-04-301-0/+18
* Reverting r14043, r14188. The fix that I'm reverting needs to be done, but we...avi@google.com2009-04-231-25/+0
* Don't ignore special character input on the Mac.avi@google.com2009-04-221-1/+10
* Don't insert text if key event has ctrl|alt|meta modifiers.avi@google.com2009-04-201-0/+16
* One of my recent CL added triggering form autofill when clicking an already f...jcampan@chromium.org2009-04-091-5/+14
* Changed the behavior of the form autofill popup.jcampan@chromium.org2009-03-271-25/+32
* When in a form text field, pressing the up/down arrow keys should bring up th...jcampan@chromium.org2009-03-251-7/+15
* Clicking a text field that is already focused triggers the autofill. However ...jcampan@chromium.org2009-03-241-8/+5
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-6/+2
* Autocomplete now uses the input field id when no name is available to perform...jcampan@chromium.org2009-03-181-3/+4
* Autocomplete popup should show up when clicking or pressing the up/down key i...jcampan@chromium.org2009-03-141-2/+1
* WebKit merge 41498:41530.ericroman@google.com2009-03-101-0/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-19/+19
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-4/+6
* The layout test fast/events/key-events-in-input-button.html fails because we ...jcampan@chromium.org2009-02-271-0/+3
* Re-land the WebKit merge 40722:40785.darin@chromium.org2009-02-101-6/+6
* Rollback WebKit merge since background images don't paint.darin@chromium.org2009-02-091-6/+6
* WebKit merge 40722:40785 (part 2)darin@chromium.org2009-02-091-6/+6
* We now show the form autofill when the user does any of these on a focused em...jcampan@chromium.org2008-12-181-4/+26
* Changes to the autofill popup:jcampan@chromium.org2008-12-161-1/+6
* fix buildtc@google.com2008-12-151-2/+2