summaryrefslogtreecommitdiffstats
path: root/webkit/api/src
Commit message (Expand)AuthorAgeFilesLines
* Appcache related WebKit API additions. With this patch the compile-time flag ...michaeln@google.com2009-08-122-2/+262
* Adds a command line switch to enable the appcache, and plumb the switch throu...michaeln@google.com2009-08-122-0/+6
* Mac: Fix assertion failure on pressing the fn-key (and increase robustness).avi@chromium.org2009-08-111-3/+20
* Linux: Make SandboxIPCProcess not be a WebKitClientagl@chromium.org2009-08-112-7/+12
* Remove all direct calls to NPN_ functions in WebCore. The replacement for th...jorlow@chromium.org2009-08-111-21/+27
* The spec for ____storage.key() changed. Now, instead of raising an exception...jorlow@chromium.org2009-08-114-17/+6
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-3/+25
* Fix possible uninitialized variable if all frames in the .ico are smaller tha...pkasting@chromium.org2009-08-111-1/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-102-0/+110
* Create a WebSettings interface that can be used for code outside of WebKit/We...jorlow@chromium.org2009-08-082-0/+323
* Add implicit AtomicString conversion to WebString. Get rid of a couple expli...jorlow@chromium.org2009-08-083-13/+31
* Add CSS Keyword values and conversion routines to webkit glue.jeremy@chromium.org2009-08-071-0/+156
* Revert 22723jorlow@chromium.org2009-08-073-8/+3
* Save a reference to the origin passed into the StorageAreaImpl for as longjorlow@chromium.org2009-08-073-3/+8
* Enable message ports for workers.jam@chromium.org2009-08-062-4/+8
* Fix a "not all control paths return a value" warning and correct indentation.darin@chromium.org2009-08-061-3/+6
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-064-4/+12
* Revert "Save a reference to the origin passed into the StorageAreaImpl for as...phajdan.jr@chromium.org2009-08-063-8/+3
* Save a reference to the origin passed into the StorageAreaImpl for as longjorlow@chromium.org2009-08-063-3/+8
* Update to WebKit r46807.pkasting@chromium.org2009-08-051-3/+3
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-052-40/+42
* Revert r22390.japhet@chromium.org2009-08-041-1/+1
* Fix a place where window.event is being treated as hidden.japhet@chromium.org2009-08-041-2/+2
* Roll the WebKit deps and add add stubs for the new functions in ChromiumBridg...jorlow@chromium.org2009-08-041-1/+50
* Cross-process Message Port implementation.jam@chromium.org2009-08-042-0/+341
* Implement the NSTextInput protocol.hbono@chromium.org2009-08-031-1/+20
* Enable the V8 binding's StringImpl cache for renderer processes.darin@chromium.org2009-07-301-0/+5
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-0/+5
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-301-0/+55
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-292-0/+30
* Update webkit from 46531 to 46536 to help get the canary botdarin@chromium.org2009-07-291-1/+1
* Make webkit\glue\cpp_*.cc not depend on "config.h"jorlow@chromium.org2009-07-291-10/+66
* Replace parameterless frame retrieval with explicit one.dglazkov@chromium.org2009-07-271-1/+1
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-272-12/+18
* Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().scherkus@chromium.org2009-07-252-7/+17
* Verified that these strings are not used, so removing the FIXME.ajwong@chromium.org2009-07-241-2/+0
* Adds code to select which frame of an .ico best matches the desired size.pkasting@chromium.org2009-07-242-5/+29
* Move parts of npruntime into the WebKit API so it no longer has any dependenc...jorlow@chromium.org2009-07-241-0/+177
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-244-5/+203
* Linux: splice together RendererPreferences and SkFontHostagl@chromium.org2009-07-241-0/+70
* Make sure the multiplication sign is encoded properly.avi@chromium.org2009-07-231-2/+10
* Remove the dependency on V8Proxy.h from test_shell.cc.dumi@chromium.org2009-07-231-0/+5
* Fix trackpad scrolling issues where scroll events with 0 were sent.avi@chromium.org2009-07-221-9/+12
* This change list improves IME support on Linux. Many corner cases that were notestade@chromium.org2009-07-211-0/+22
* Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ...jorlow@chromium.org2009-07-212-0/+84
* Stubs for DB-related methods in ChromiumBridge.dumi@chromium.org2009-07-201-0/+33
* Implement WebNode, and fix self assignment for WebKit api classes.ajwong@chromium.org2009-07-204-3/+101
* Reverting patch 21083.dumi@chromium.org2009-07-201-33/+0
* Stubs for DB-related methods in ChromiumBridge.dumi@chromium.org2009-07-201-0/+33
* Reverting 21059.jorlow@chromium.org2009-07-182-84/+0