| Commit message (Expand) | Author | Age | Files | Lines |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | WebKit Merge 43361:43371, Chromium side. | dglazkov@google.com | 2009-05-07 | 1 | -1/+1 |
* | Workaround fix for Alt-Gr case. | ukai@chromium.org | 2009-04-30 | 1 | -8/+19 |
* | Don't insert ASCII character with ctrl(w/o/ alt) or meta is on. | ukai@chromium.org | 2009-04-30 | 1 | -0/+18 |
* | Reverting r14043, r14188. The fix that I'm reverting needs to be done, but we... | avi@google.com | 2009-04-23 | 1 | -25/+0 |
* | Don't ignore special character input on the Mac. | avi@google.com | 2009-04-22 | 1 | -1/+10 |
* | Don't insert text if key event has ctrl|alt|meta modifiers. | avi@google.com | 2009-04-20 | 1 | -0/+16 |
* | One of my recent CL added triggering form autofill when clicking an already f... | jcampan@chromium.org | 2009-04-09 | 1 | -5/+14 |
* | Changed the behavior of the form autofill popup. | jcampan@chromium.org | 2009-03-27 | 1 | -25/+32 |
* | When in a form text field, pressing the up/down arrow keys should bring up th... | jcampan@chromium.org | 2009-03-25 | 1 | -7/+15 |
* | Clicking a text field that is already focused triggers the autofill. However ... | jcampan@chromium.org | 2009-03-24 | 1 | -8/+5 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -6/+2 |
* | Autocomplete now uses the input field id when no name is available to perform... | jcampan@chromium.org | 2009-03-18 | 1 | -3/+4 |
* | Autocomplete popup should show up when clicking or pressing the up/down key i... | jcampan@chromium.org | 2009-03-14 | 1 | -2/+1 |
* | WebKit merge 41498:41530. | ericroman@google.com | 2009-03-10 | 1 | -0/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -19/+19 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 1 | -4/+6 |
* | The layout test fast/events/key-events-in-input-button.html fails because we ... | jcampan@chromium.org | 2009-02-27 | 1 | -0/+3 |
* | Re-land the WebKit merge 40722:40785. | darin@chromium.org | 2009-02-10 | 1 | -6/+6 |
* | Rollback WebKit merge since background images don't paint. | darin@chromium.org | 2009-02-09 | 1 | -6/+6 |
* | WebKit merge 40722:40785 (part 2) | darin@chromium.org | 2009-02-09 | 1 | -6/+6 |
* | We now show the form autofill when the user does any of these on a focused em... | jcampan@chromium.org | 2008-12-18 | 1 | -4/+26 |
* | Changes to the autofill popup: | jcampan@chromium.org | 2008-12-16 | 1 | -1/+6 |
* | fix build | tc@google.com | 2008-12-15 | 1 | -2/+2 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -8/+37 |
* | Correctly construct platform keyboard event in event sending controller. | estade@chromium.org | 2008-12-09 | 1 | -1/+1 |
* | revert commit 6607. | estade@chromium.org | 2008-12-09 | 1 | -0/+1 |
* | Linux: the WebKeyboardEvent key_code field is the windows key code, not the n... | estade@chromium.org | 2008-12-09 | 1 | -1/+0 |
* | src/webkit side of webkit merge 38729:38760 | ojan@google.com | 2008-12-01 | 1 | -0/+9 |
* | Enable the X selection clipboard for copying html and text out of a linux tes... | tc@google.com | 2008-12-01 | 1 | -3/+6 |
* | The autofill code was always assuming input element were part of a form, whic... | jcampan@chromium.org | 2008-11-26 | 1 | -1/+1 |
* | Delete ifdefs which were causing a crash by hiding a NULL check. | erg@google.com | 2008-11-21 | 1 | -2/+0 |
* | Relanding the new autofill. | jcampan@chromium.org | 2008-11-20 | 1 | -37/+84 |
* | Review URL: http://codereview.chromium.org/11306 | jcampan@chromium.org | 2008-11-20 | 1 | -84/+37 |
* | A new implementation of the autofill using the editor client API. | jcampan@chromium.org | 2008-11-20 | 1 | -37/+84 |
* | Fix keyboard unit test. | evanm@google.com | 2008-11-07 | 1 | -1/+1 |
* | Cleanup editor_client_impl.cc after http://codereview.chromium.org/8677/show | tc@google.com | 2008-11-04 | 1 | -15/+0 |
* | Port a few more test_shell_tests to Linux. | tc@google.com | 2008-11-03 | 1 | -97/+100 |
* | Fix delete key and other editor keyboard shortcuts on the Mac. | jeremy@chromium.org | 2008-10-31 | 1 | -4/+74 |
* | Take PLATFORM_MAC stuff out of editor_client_impl | mark@chromium.org | 2008-10-22 | 1 | -17/+0 |
* | Replace MSVC pragmas with the macro. Also adds two files | tc@google.com | 2008-10-16 | 1 | -2/+5 |
* | Remove some more extraneous NOTIMPLEMENTEDs to "fix" failing layout tests. | darin@chromium.org | 2008-10-16 | 1 | -3/+0 |
* | Remove some bogus NOTIMPLEMENTEDs that were leading to layout test bustage. | darin@chromium.org | 2008-10-15 | 1 | -6/+2 |
* | Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... | darin@chromium.org | 2008-10-15 | 1 | -29/+21 |
* | Remove unused static function | erg@google.com | 2008-10-08 | 1 | -12/+1 |
* | Merge the chrome_webkit_merge_branch back on to trunk. This brings us | tc@google.com | 2008-10-01 | 1 | -2/+2 |
* | add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B... | pinkerton@google.com | 2008-09-17 | 1 | -1/+1 |
* | fix platform differences in editor client, make compile on non-windows | pinkerton@google.com | 2008-09-09 | 1 | -9/+31 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ... | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |