summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium...dglazkov@google.com2008-12-221-1/+1
* We now show the form autofill when the user does any of these on a focused em...jcampan@chromium.org2008-12-181-0/+26
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-1/+1
* Changes to the autofill popup:jcampan@chromium.org2008-12-161-15/+40
* Add "Enable spell check for this field" menu option in sub context menu for c...sidchat@google.com2008-12-151-24/+0
* Move implementation of BackForwardListClient to a new class nameddarin@chromium.org2008-12-131-47/+11
* Minor cleanup.darin@chromium.org2008-12-121-5/+2
* Move skia-specific files into platform/graphics/skia to better correspond wit...darin@google.com2008-12-111-1/+1
* Webkit merge 39050:39100 (CL 5 of 5).ericroman@google.com2008-12-111-1/+1
* Correctly construct platform keyboard event in event sending controller.estade@chromium.org2008-12-091-4/+4
* revert commit 6607.estade@chromium.org2008-12-091-4/+4
* Linux: the WebKeyboardEvent key_code field is the windows key code, not the n...estade@chromium.org2008-12-091-4/+4
* The autofill menu does not accept the selection on abandon, such as when pres...jcampan@chromium.org2008-11-261-1/+1
* Find now uses WebKit's TextMatch highlighting for Find-in-page.finnur@google.com2008-11-241-23/+0
* This CL makes the form autofill popup menu behave like the Firefox's one, we ...jcampan@chromium.org2008-11-111-1/+9
* Landing 37604:38097 mergedglazkov@google.com2008-11-101-98/+88
* Remove windows-isms from drag & drop. Thistc@google.com2008-11-071-17/+12
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-071-4/+210
* Some basic keyboard and focus support.evanm@google.com2008-11-071-2/+2
* Attempting to fix the Mac build.jcampan@chromium.org2008-11-061-1/+0
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-061-209/+4
* Changes parameters used by IME code to fix several issues caused by Japanese ...hbono@chromium.org2008-11-061-26/+24
* Mac build fixes following r4804. Add files to the Mac project. Add requiredmark@chromium.org2008-11-051-0/+1
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-4/+209
* Finish unforking the async history item changes.mpcomplete@google.com2008-11-041-5/+0
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-311-4/+0
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-301-47/+9
* Fix a bug where we would allow the user to spell check words intc@google.com2008-10-291-1/+4
* Glue changes for our PLATFORM(MAC) killing projectmark@chromium.org2008-10-221-23/+0
* Remove WebKeyboardEvent::key_data because we don't actually use ittc@google.com2008-10-211-4/+2
* Disable PLATFORM(WIN) !!darin@chromium.org2008-10-181-3/+3
* Fix windows build bustage from unbalanced pragma macros.tc@google.com2008-10-161-1/+2
* Replace MSVC pragmas with the macro. Also adds two filestc@google.com2008-10-161-2/+2
* This fixes http://code.google.com/p/chromium/issues/detail?id=146&,ananta@chromium.org2008-10-161-0/+1
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-141-12/+16
* Make zomm do full page zoom instead of just text zoom.brettw@google.com2008-10-141-3/+3
* Fix one of icefox's patchs which broke under windows by adding the header whi...erg@google.com2008-10-141-6/+10
* Revert "Wrap cursor calls with windows ifdef as cursor support only works on ...erg@google.com2008-10-141-9/+6
* Wrap cursor calls with windows ifdef as cursor support only works on windows ...erg@google.com2008-10-141-6/+9
* Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden to...jam@chromium.org2008-10-091-0/+7
* Merge in InspectorController changes. Get rid of all theojan@google.com2008-10-071-1/+1
* Fix a DocumentLoader leak by switching from using new to atc@google.com2008-10-031-2/+2
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-46/+32
* webkit side of adding a command line switch for fastback.darin@google.com2008-09-291-0/+1
* Add a new switch: --allow-scripts-to-close-windows.patrick@chromium.org2008-09-171-0/+2
* Fix string conversions for Mac build bustagebrettw@google.com2008-09-131-1/+1
* Fix a Mac compile problem as a result of my recent backout.brettw@google.com2008-09-121-1/+2
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-4/+5
* remove reference in mac ifdef to a function not in the shared RendeTheme headerpinkerton@google.com2008-09-091-4/+0
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-291-5/+81