summaryrefslogtreecommitdiffstats
path: root/webkit/api/src
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+56
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-022-14/+25
* 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-013-0/+314
* 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-281-4/+4
* Fix a crash that the reliability bots caught.darin@chromium.org2009-08-271-2/+6
* More refactoring for WebPlugin.darin@chromium.org2009-08-276-0/+469
* Fix build break.levin@chromium.org2009-08-261-2/+2
* Add WebKit api support for allowing/disallowing storedlevin@chromium.org2009-08-263-2/+31
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-15/+21
* Add isVisible parameter to WebPlugin::updateGeometry.darin@chromium.org2009-08-261-2/+2
* 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-211-0/+15
* Change the way that we search for iframes. The original code assumed thatdarin@chromium.org2009-08-211-25/+111
* Reverting 23931.dimich@google.com2009-08-211-15/+0
* Plumb whiteListAccessFromOrigin() through Chromium's WebKit APIaa@chromium.org2009-08-211-0/+15
* Remove WebPluginImpl::element_darin@chromium.org2009-08-202-0/+6
* Add WebPlugin::acceptsInputEvents method.darin@chromium.org2009-08-201-0/+3
* Move WebPluginContainer into the WebKit APIdarin@chromium.org2009-08-204-0/+494
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-192-29/+5
* Finished implementation of hasAudio() to detect media without playback audio ...scherkus@chromium.org2009-08-182-0/+8
* A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...michaeln@google.com2009-08-181-2/+12
* 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
* 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
* 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