summaryrefslogtreecommitdiffstats
path: root/webkit/glue/editor_client_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "Enable spell check for this field" menu option in sub context menu for c...sidchat@google.com2008-12-151-8/+37
* Correctly construct platform keyboard event in event sending controller.estade@chromium.org2008-12-091-1/+1
* revert commit 6607.estade@chromium.org2008-12-091-0/+1
* Linux: the WebKeyboardEvent key_code field is the windows key code, not the n...estade@chromium.org2008-12-091-1/+0
* src/webkit side of webkit merge 38729:38760ojan@google.com2008-12-011-0/+9
* Enable the X selection clipboard for copying html and text out of a linux tes...tc@google.com2008-12-011-3/+6
* The autofill code was always assuming input element were part of a form, whic...jcampan@chromium.org2008-11-261-1/+1
* Delete ifdefs which were causing a crash by hiding a NULL check.erg@google.com2008-11-211-2/+0
* Relanding the new autofill.jcampan@chromium.org2008-11-201-37/+84
* Review URL: http://codereview.chromium.org/11306jcampan@chromium.org2008-11-201-84/+37
* A new implementation of the autofill using the editor client API.jcampan@chromium.org2008-11-201-37/+84
* Fix keyboard unit test.evanm@google.com2008-11-071-1/+1
* Cleanup editor_client_impl.cc after http://codereview.chromium.org/8677/showtc@google.com2008-11-041-15/+0
* Port a few more test_shell_tests to Linux.tc@google.com2008-11-031-97/+100
* Fix delete key and other editor keyboard shortcuts on the Mac.jeremy@chromium.org2008-10-311-4/+74
* Take PLATFORM_MAC stuff out of editor_client_implmark@chromium.org2008-10-221-17/+0
* Replace MSVC pragmas with the macro. Also adds two filestc@google.com2008-10-161-2/+5
* Remove some more extraneous NOTIMPLEMENTEDs to "fix" failing layout tests.darin@chromium.org2008-10-161-3/+0
* Remove some bogus NOTIMPLEMENTEDs that were leading to layout test bustage.darin@chromium.org2008-10-151-6/+2
* Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in...darin@chromium.org2008-10-151-29/+21
* Remove unused static functionerg@google.com2008-10-081-12/+1
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-2/+2
* add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B...pinkerton@google.com2008-09-171-1/+1
* fix platform differences in editor client, make compile on non-windowspinkerton@google.com2008-09-091-9/+31
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-141-1/+1