summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell
Commit message (Expand)AuthorAgeFilesLines
* Update test_shell NotificationPresenter in preparation for WebKit r99368dcheng@chromium.org2011-11-062-3/+11
* Remove unused clipboard methods.dcheng@chromium.org2011-11-043-34/+24
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-1/+3
* Removing dedicated worker-related IPC codei (second round).dslomov@chromium.org2011-10-285-137/+0
* Fix shutdown crash when WebMediaPlayerImpl is destroyed after RenderViewImpl is.fischman@chromium.org2011-10-261-6/+7
* Refactor FileSystemOperation:oleg@chromium.org2011-10-262-3/+2
* Split HostVarTracker out of HostResourceTracker.brettw@chromium.org2011-10-201-1/+1
* Rename the ResourceTracker in webkit to HostResourceTracker.brettw@chromium.org2011-10-201-1/+1
* Prevent power saving while playing media.avi@chromium.org2011-10-191-0/+1
* Create a public header with the child_process_sandbox_support_linux functions...jam@chromium.org2011-10-171-12/+0
* A few improvements to Blob handling.michaeln@google.com2011-10-172-62/+27
* 2nd try: Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-171-3/+3
* Revert 105791 (to see if it fixes browser_tests) - Change default global temp...kinuko@chromium.org2011-10-171-3/+3
* Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-171-3/+3
* base::Bind: Misc cleanups.jhawkins@chromium.org2011-10-162-22/+16
* Allow specification of the share group in WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-151-1/+1
* Remove deprecated WebClipboard::readHTML method.dcheng@chromium.org2011-10-142-7/+0
* Allow speech input feature to be disabled.jknotten@chromium.org2011-10-141-0/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+0
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-2/+2
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-4/+2
* base::Bind: Cleanup in test_shell.jhawkins@chromium.org2011-10-1017-140/+194
* Allow a window to be passed to WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-101-1/+2
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-1/+5
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-1/+2
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-081-11/+13
* Context-based HTML paste plumbingdcheng@chromium.org2011-10-063-3/+17
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-2/+2
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* Fix TestShell on mac to handle utf8 data pak files.tony@chromium.org2011-09-271-2/+16
* fix test_shell_testsdpranke@chromium.org2011-09-261-1/+5
* fix DRT and TestShell to have a full user agent string again.dpranke@chromium.org2011-09-261-1/+2
* Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.dpranke@chromium.org2011-09-261-4/+1
* Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...dpranke@chromium.org2011-09-221-1/+4
* Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...dpranke@chromium.org2011-09-221-4/+1
* Remove old WEBWIDGET_HAS_ANIMATE_CHANGES ifdefs.adamk@chromium.org2011-09-223-12/+0
* wstring: convert all SetPageTitle APIs to use string16evan@chromium.org2011-09-215-11/+9
* move webkit_glue::IsSingleProcess to content.dpranke@chromium.org2011-09-201-4/+0
* move webkit_glue::GetWebKitLocale to content.dpranke@chromium.org2011-09-201-4/+0
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-202-2/+0
* Update WebPermissionClient implementation to support image URLsjochen@chromium.org2011-09-192-3/+6
* Convert file request to http request for layout test for Android.zhenghao@google.com2011-09-162-4/+139
* Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-1/+0
* Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-0/+1
* Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...bauerb@chromium.org2011-09-151-1/+0
* Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...ananta@chromium.org2011-09-151-24/+0
* Third try at committing this.erikwright@chromium.org2011-09-131-3/+11
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-122-73/+2