summaryrefslogtreecommitdiffstats
path: root/webkit/api
Commit message (Expand)AuthorAgeFilesLines
* A quick fix for Issue 15852.hbono@chromium.org2009-07-101-9/+13
* Linux: don't crash when performing font fallback to a non-scalable font.agl@chromium.org2009-07-101-0/+4
* Fix custom cursors on Mac. Null and 0 turn out not to be opposites.darin@chromium.org2009-07-091-1/+1
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-085-6/+162
* Refactoring to introduce refcount to WebMediaPlayerImplhclam@chromium.org2009-07-071-5/+4
* Port WebImage to CG and rework the Skia version so that WebImage just has adarin@google.com2009-07-033-96/+155
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-032-0/+11
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-014-25/+33
* A quick fix for Issue 15531 and 10953hbono@chromium.org2009-07-012-2/+3
* Modify printing methods on WebFrame to be more inline with the versiondarin@chromium.org2009-06-302-32/+20
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-2/+2
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-292-10/+0
* Reverting 19489,19488.japhet@chromium.org2009-06-291-2/+2
* Use upstream V8Proxy and V8Utilitiesjaphet@chromium.org2009-06-291-2/+2
* Linux: plumb fontconfig call out to the sandbox host.agl@chromium.org2009-06-254-1/+207
* Fix GCC compile error. This is similar to the change I made in r19105.darin@chromium.org2009-06-251-1/+1
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-254-28/+338
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-252-2/+115
* implement WebSandboxSupport stub to prevent a null ptr derefdpranke@google.com2009-06-252-5/+9
* Fix GCC bustage. Part 2.darin@chromium.org2009-06-241-1/+1
* Fix GCC build bustage.darin@chromium.org2009-06-241-0/+1
* Switch WebHTTPBody and WebDragData to implement copy-on-write behavior. Thisdarin@chromium.org2009-06-247-29/+62
* Revert 19009 because this prevents inserting return characters.hbono@chromium.org2009-06-232-115/+2
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...hbono@chromium.org2009-06-232-5/+118
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-188-37/+67
* Hack to enable video on mac by creating a blank PlatformContextMac to draw on.ajwong@chromium.org2009-06-164-9/+33
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-153-5/+170
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-16/+5
* Roll webkit DEPS and fix build.abarth@chromium.org2009-06-141-2/+2
* Fix javascript-backslash.html layout test failure.darin@chromium.org2009-06-112-25/+1
* Update WebKit to r44544.darin@chromium.org2009-06-092-13/+0
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-06-0920-114/+1527
* Revert WebURLLoader landing. Too many layout test failures.darin@chromium.org2009-05-3020-1474/+86
* Fix layout test failures.darin@chromium.org2009-05-301-1/+1
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-05-3019-85/+1473
* Handle mimetype queries for media fileshclam@chromium.org2009-05-292-4/+7
* Let ChromiumBridge::paintTextField check if the Color object passed in is validbrettw@chromium.org2009-05-271-1/+4
* Roll DEPS and fix build bustage. Propagate rename of policyBaseURL -> firstP...abarth@chromium.org2009-05-222-6/+8
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-224-16/+88
* Meta key is not the same as Alt key on Windows.avi@chromium.org2009-05-211-3/+3
* Move ExtraData from WebRequest to WebDataSource.darin@chromium.org2009-05-211-4/+4
* Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...jam@chromium.org2009-05-202-7/+6
* Move WebMediaPlayerClientImpl files to WebKit API src location.darin@chromium.org2009-05-186-6/+572
* Fix typo. The right button is pressed when MK_RBUTTON is set.darin@chromium.org2009-05-181-1/+1
* Implement the triple click for the Mac.avi@google.com2009-05-125-48/+92
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-1086-0/+9374