summaryrefslogtreecommitdiffstats
path: root/webkit/api
Commit message (Expand)AuthorAgeFilesLines
* One part of http://codereview.chromium.org/223013/showjorlow@chromium.org2009-09-301-0/+54
* Fix an uninitialized memory error reported by valgrind.suzhe@chromium.org2009-09-291-2/+11
* Chromium side implementations of some FileSystem methods. This is needed to c...jianli@chromium.org2009-09-282-0/+18
* Incorporated initial WebGL implementation for Chrome, currentlykbr@google.com2009-09-281-0/+2012
* Move another method from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-251-0/+4
* This is an implementation of the bridge method for copying arbitrary plaintex...apavlov@chromium.org2009-09-252-0/+6
* Roll WebKit to 48734. Includes 2 sided patch of mine.jorlow@chromium.org2009-09-242-2/+2
* WebKit update 48700:48721.dglazkov@chromium.org2009-09-241-4/+10
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-241-0/+13
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-231-5/+14
* Enable webkit.gyp compiler warnings on mac only.tony@chromium.org2009-09-221-1/+1
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-212-4/+5
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-211-1/+1
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-182-71/+31
* Introduce WebKit::WebSecurityOrigin as a wrapper arounddarin@chromium.org2009-09-184-3/+166
* Oops, copy and paste error with the licenses for these files.jorlow@chromium.org2009-09-164-8/+8
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-46/+59
* Add missing newline at end of file. Quiet a compiler warning.mark@chromium.org2009-09-151-1/+1
* Revert "Fix LayoutTests/plugins/destroy-during-npp-new.html"agl@chromium.org2009-09-151-2/+1
* Fix LayoutTests/plugins/destroy-during-npp-new.htmldarin@chromium.org2009-09-151-1/+2
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-2/+5
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-5/+2
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-2/+5
* 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
* WTF and PCRE should use JavaScriptCore/config.h and WebCore should usemark@chromium.org2009-09-111-2/+2
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-112-102/+82
* 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