summaryrefslogtreecommitdiffstats
path: root/webkit/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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-115-9/+93
* Get rid of the half-working traces of locking, caching, and quotas. Itjorlow@chromium.org2009-09-113-28/+1
* Buffered time ranges for <video>hclam@chromium.org2009-09-103-6/+25
* 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-084-18/+29
* * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...michaeln@google.com2009-09-084-8/+21
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-0/+59
* Stick all of the WebKit API enum compile asserts in one file.darin@chromium.org2009-09-066-142/+102
* Fix a compilation warning in WebMediaPlayerCliemtImplhclam@chromium.org2009-09-041-0/+1
* Hook up WebEditingClient.darin@chromium.org2009-09-044-32/+85
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-026-17/+92
* Fixes crash when switching to new tabs containing audio/video elements.scherkus@chromium.org2009-09-021-1/+4
* Fix two issues with the plugin installer.jam@chromium.org2009-09-011-1/+1
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-017-0/+547
* Pull in webkit revision 47912. This involves a build fix matchingojan@google.com2009-09-013-3/+3
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-282-7/+8
* 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
* Fix a crash that the reliability bots caught.darin@chromium.org2009-08-271-2/+6
* More refactoring for WebPlugin.darin@chromium.org2009-08-278-0/+495
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-271-0/+26
* Fix build break.levin@chromium.org2009-08-261-2/+2
* Add WebKit api support for allowing/disallowing storedlevin@chromium.org2009-08-264-2/+39
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-265-27/+36
* Add isVisible parameter to WebPlugin::updateGeometry.darin@chromium.org2009-08-262-3/+3
* Add dummy implementation for newly added localized string in WebKit. This is ...jianli@chromium.org2009-08-261-0/+18
* Re-land r23931: Plumb whiteListAccessFromOrigin() throughaa@chromium.org2009-08-212-0/+23
* Change the way that we search for iframes. The original code assumed thatdarin@chromium.org2009-08-211-25/+111
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-0/+13
* Reverting 23931.dimich@google.com2009-08-212-23/+0
* Plumb whiteListAccessFromOrigin() through Chromium's WebKit APIaa@chromium.org2009-08-212-0/+23
* Remove WebPluginImpl::element_darin@chromium.org2009-08-203-0/+12
* Add WebPlugin::acceptsInputEvents method.darin@chromium.org2009-08-202-0/+4
* Move WebPluginContainer into the WebKit APIdarin@chromium.org2009-08-206-0/+617
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-193-35/+19
* Finished implementation of hasAudio() to detect media without playback audio ...scherkus@chromium.org2009-08-183-1/+10
* A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...michaeln@google.com2009-08-182-4/+16
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-0/+9
* Add a stub for releasing any storage locks within a namespace. This will soonjorlow@chromium.org2009-08-172-0/+6
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-3/+3
* Move glue/event_conversion.{h,cc} into the WebKit API implementation.darin@chromium.org2009-08-142-0/+343
* namespace Foo { class Bar; } is used many places, so I just left it.jorlow@chromium.org2009-08-142-2/+2
* 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-125-2/+417
* Adds a command line switch to enable the appcache, and plumb the switch throu...michaeln@google.com2009-08-123-0/+7
* Add protected destructors to interface types that should only be deleted via adarin@chromium.org2009-08-1114-12/+44
* 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-113-9/+14