summaryrefslogtreecommitdiffstats
path: root/webkit/api/public
Commit message (Expand)AuthorAgeFilesLines
* This change adds a new "generic" theme to the Windows implementation ofdpranke@google.com2009-09-141-5/+8
* Fix some mixed content layout tests.darin@chromium.org2009-09-141-0/+10
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-111-4/+4
* Eliminate some methods.darin@chromium.org2009-09-111-7/+0
* Modify our webkit code to make sure it does not call intonsylvain@chromium.org2009-09-111-1/+4
* Get rid of the half-working traces of locking, caching, and quotas. Itjorlow@chromium.org2009-09-111-13/+1
* Buffered time ranges for <video>hclam@chromium.org2009-09-101-1/+12
* Hook up WebFrameClient::didUpdateCurrentHistoryItemdarin@chromium.org2009-09-101-2/+1
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-102-11/+41
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-082-12/+13
* * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...michaeln@google.com2009-09-082-3/+6
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-0/+59
* Hook up WebEditingClient.darin@chromium.org2009-09-043-32/+29
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-024-3/+67
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-014-0/+233
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-3/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-0/+3
* More refactoring for WebPlugin.darin@chromium.org2009-08-272-0/+26
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-271-0/+26
* Add WebKit api support for allowing/disallowing storedlevin@chromium.org2009-08-261-0/+8
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-264-12/+15
* Add isVisible parameter to WebPlugin::updateGeometry.darin@chromium.org2009-08-261-1/+1
* Re-land r23931: Plumb whiteListAccessFromOrigin() throughaa@chromium.org2009-08-211-0/+8
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-0/+13
* Reverting 23931.dimich@google.com2009-08-211-8/+0
* Plumb whiteListAccessFromOrigin() through Chromium's WebKit APIaa@chromium.org2009-08-211-0/+8
* Remove WebPluginImpl::element_darin@chromium.org2009-08-201-0/+6
* Add WebPlugin::acceptsInputEvents method.darin@chromium.org2009-08-201-0/+1
* Move WebPluginContainer into the WebKit APIdarin@chromium.org2009-08-202-0/+123
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-6/+14
* Finished implementation of hasAudio() to detect media without playback audio ...scherkus@chromium.org2009-08-181-1/+2
* A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...michaeln@google.com2009-08-181-2/+4
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-3/+3
* Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639darin@chromium.org2009-08-131-0/+5
* Appcache related WebKit API additions. With this patch the compile-time flag ...michaeln@google.com2009-08-123-0/+155
* Adds a command line switch to enable the appcache, and plumb the switch throu...michaeln@google.com2009-08-121-0/+1
* Add protected destructors to interface types that should only be deleted via adarin@chromium.org2009-08-1114-12/+44
* Linux: Make SandboxIPCProcess not be a WebKitClientagl@chromium.org2009-08-111-2/+2
* Remove obsolete and unused WebPreferences header.darin@chromium.org2009-08-111-94/+0
* Remove all direct calls to NPN_ functions in WebCore. The replacement for th...jorlow@chromium.org2009-08-111-0/+3
* The spec for ____storage.key() changed. Now, instead of raising an exception...jorlow@chromium.org2009-08-111-4/+3
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-112-4/+16
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-103-63/+237
* Create a WebSettings interface that can be used for code outside of WebKit/We...jorlow@chromium.org2009-08-081-0/+88
* Add implicit AtomicString conversion to WebString. Get rid of a couple expli...jorlow@chromium.org2009-08-081-4/+7
* Add CSS Keyword values and conversion routines to webkit glue.jeremy@chromium.org2009-08-072-0/+77
* Enable message ports for workers.jam@chromium.org2009-08-062-5/+9
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-062-2/+2
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-051-20/+43