summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Display windowless plugins on Linux as windowed.deanm@chromium.org2009-02-201-0/+7
* Reported crashers indicate that the autofill popup-menu is showing for a deta...jcampan@chromium.org2009-02-191-2/+17
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-1/+4
* Make render_view_context_menu_controller.cc compile on Posix.jhawkins@chromium.org2009-02-191-0/+2
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-0/+1
* Add #include <string>estade@chromium.org2009-02-191-0/+1
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-191-4/+1
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-181-1/+4
* Prepare some files for porting:estade@chromium.org2009-02-183-17/+19
* Include what you use in webkit_glue_mac.mm. I really should have waited tomark@chromium.org2009-02-181-2/+2
* Include what you use in webcursor_mac.mm.mark@chromium.org2009-02-181-0/+2
* Include what you use in plugin_list_mac.mm.mark@chromium.org2009-02-181-0/+2
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-1832-910/+993
* Reverting 9944.yurys@google.com2009-02-185-91/+0
* Create communication channel between developer tools UI implemented in JS and...yurys@google.com2009-02-185-0/+91
* Fix for Issue 7651 Regression: The position of input method window is not cor...hbono@chromium.org2009-02-181-1/+4
* Translation update.mal@chromium.org2009-02-182-13/+13
* Fixes crasher in FrameContentAsPlainText. TextIterator iterates oversky@google.com2009-02-171-0/+8
* Revert my SetWindow(NULL) change in r9653.deanm@chromium.org2009-02-173-13/+25
* WebKit Merge 40875:41017, Chromium sidedglazkov@google.com2009-02-162-2/+23
* Reverting 9855.maruel@chromium.org2009-02-165-90/+0
* Review URL: http://codereview.chromium.org/20405yurys@google.com2009-02-165-0/+90
* Match the Windows plugin moving/sizing behavior on Linux.deanm@chromium.org2009-02-154-20/+28
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-141-4/+1
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-141-1/+4
* Add early-injection capability to user scripts.aa@chromium.org2009-02-142-2/+10
* Fix linux build bustageestade@chromium.org2009-02-141-1/+1
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-145-11/+39
* Refactor CppBoundClass to allow binding one class as a property of another.mpcomplete@google.com2009-02-133-25/+60
* WebKit merge 40847-40875 Chrome side.brettw@chromium.org2009-02-132-0/+6
* The WebFrame interface currently supports reference counting, but no one uses.darin@chromium.org2009-02-139-34/+40
* Stop crash in renderer at the end of displayingjrg@chromium.org2009-02-131-0/+7
* Call the DidStartLoading/DidStopLoading methods on the WebViewDelegate interf...ananta@chromium.org2009-02-131-0/+6
* Move v8-specific code for processing console messages mbelshe@google.com2009-02-131-0/+9
* Chromium side of WebKit merge to 40846awalker@google.com2009-02-122-6/+6
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-129-67/+102
* Match Firefox by not calling SetWindow(NULL) on plugin destruction.deanm@chromium.org2009-02-123-25/+13
* Revert WebFrameImpl::ComputePageRects() (webkit\glue\webframe_impl.cc)maruel@google.com2009-02-121-8/+4
* Change url wstrings to GURLSestade@chromium.org2009-02-123-102/+87
* Fix bug where right click in a text area selects empty space.sidchat@google.com2009-02-111-1/+8
* Media player availability now determined by SetMediaPlayerAvailable.scherkus@chromium.org2009-02-111-0/+4
* This CL ensures we don't store empty values in the autofill form DB.jcampan@chromium.org2009-02-111-1/+11
* Add an #if around user_gesture_msg_factory_ to unbreak the Linuxamanda@chromium.org2009-02-111-0/+2
* Forgot webplugin_delegate_impl_mac.cc in r9558amanda@chromium.org2009-02-111-0/+457
* Checkpoint of plugin support code for Mac. Does not work yet; being checkedamanda@chromium.org2009-02-114-47/+70
* Re-land the WebKit merge 40722:40785.darin@chromium.org2009-02-106-15/+17
* Rollback WebKit merge since background images don't paint.darin@chromium.org2009-02-096-17/+15
* WebKit merge 40722:40785 (part 2)darin@chromium.org2009-02-096-15/+17
* Add Threading Support based on Chromium's MessageLoop, Chromium side.R=darin,...dglazkov@google.com2009-02-093-0/+32
* This changes the approach for our webkit widget area, from using a custom Gtk...deanm@chromium.org2009-02-091-4/+57