summaryrefslogtreecommitdiffstats
path: root/webkit/api/public
Commit message (Expand)AuthorAgeFilesLines
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-051-20/+43
* Fix a comment that refers to webkit/port.darin@chromium.org2009-08-041-1/+1
* Cross-process Message Port implementation.jam@chromium.org2009-08-043-0/+116
* Implement the NSTextInput protocol.hbono@chromium.org2009-08-032-15/+27
* Enable the V8 binding's StringImpl cache for renderer processes.darin@chromium.org2009-07-301-1/+6
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-4/+9
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-301-2/+35
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-0/+10
* Make webkit\glue\cpp_*.cc not depend on "config.h"jorlow@chromium.org2009-07-291-2/+31
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-272-0/+28
* Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().scherkus@chromium.org2009-07-251-7/+10
* Move parts of npruntime into the WebKit API so it no longer has any dependenc...jorlow@chromium.org2009-07-241-0/+75
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-241-0/+12
* Linux: splice together RendererPreferences and SkFontHostagl@chromium.org2009-07-241-0/+54
* Remove the dependency on V8Proxy.h from test_shell.cc.dumi@chromium.org2009-07-231-0/+3
* Fix a leak that only happens in layout test mode.tc@google.com2009-07-231-0/+2
* Implement WebNode, and fix self assignment for WebKit api classes.ajwong@chromium.org2009-07-201-0/+13
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-172-4/+77
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-0/+2
* Add the WebKit API for DOM Storage. This is used to re-enter WebKit. A late...jorlow@chromium.org2009-07-162-0/+154
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-161-0/+7
* Reverting 20855.darin@chromium.org2009-07-166-52/+44
* Reverting 20854.darin@chromium.org2009-07-166-44/+52
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-166-52/+44
* Linux: filter out unreadable fontsagl@chromium.org2009-07-141-0/+3
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-6/+6
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-3/+4
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-082-6/+30
* 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-031-53/+34
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-031-0/+4
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-013-15/+33
* A quick fix for Issue 15531 and 10953hbono@chromium.org2009-07-011-1/+1
* Modify printing methods on WebFrame to be more inline with the versiondarin@chromium.org2009-06-302-32/+20
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-291-3/+0
* Linux: plumb fontconfig call out to the sandbox host.agl@chromium.org2009-06-252-0/+108
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-253-28/+43
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-251-0/+1
* implement WebSandboxSupport stub to prevent a null ptr derefdpranke@google.com2009-06-251-1/+1
* Switch WebHTTPBody and WebDragData to implement copy-on-write behavior. Thisdarin@chromium.org2009-06-243-8/+14
* Revert 19009 because this prevents inserting return characters.hbono@chromium.org2009-06-231-1/+0
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...hbono@chromium.org2009-06-231-3/+4
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-183-25/+18
* Hack to enable video on mac by creating a blank PlatformContextMac to draw on.ajwong@chromium.org2009-06-162-7/+0
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-152-5/+84
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-16/+5
* Fix javascript-backslash.html layout test failure.darin@chromium.org2009-06-111-0/+1
* Update WebKit to r44544.darin@chromium.org2009-06-091-3/+0
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-06-0910-107/+283
* Revert WebURLLoader landing. Too many layout test failures.darin@chromium.org2009-05-3010-258/+82