| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
test_shell.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3014020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53303 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This matches what's happening in test_shell.
Review URL: http://codereview.chromium.org/3049003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is a first step to make test server easier to use
and more reliable.
TEST=none
BUG=49680
Review URL: http://codereview.chromium.org/3040011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53137 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2956002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52009 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None.
TEST=Unit tests pass.
Review URL: http://codereview.chromium.org/2819037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51541 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Do not use WebURLLoaderMock for DRT
Unfortunately, r50382 (adding WebURLLoader mock) broke some plugin tests.
- WebPluginImpl::InitiateHTTPRequest() stores a mocked WebURLLoader to clients_.
- WebURLLoaderMock delegates some operations to its internal WebURLLoader.
- WebPluginImpl::GetClientInfoFromLoader(WebURLLoader*) compares the
specified pointer (non-mocked) to stored loader pointers (mocked).
TEST=Covered by LayoutTests
BUG=none
Review URL: http://codereview.chromium.org/2834031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51345 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugins.
GetPluginInfo() now returns true if the plugin is found, whether it's enabled or not. To find out whether the plugin is enabled, check the enabled flag in the WebPluginInfo struct output parameter. This enables getting information about disabled plugins.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2858035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
correctly between runs.
Review URL: http://codereview.chromium.org/2834025
TBR=mlloyd@chromium.org
Review URL: http://codereview.chromium.org/2856018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51046 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2834025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51042 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
(DevTools functions should not be Windows-specific)
Review URL: http://codereview.chromium.org/2817029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50808 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=47268
TEST=none
Review URL: http://codereview.chromium.org/2810025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50566 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was originally in a CL in Webkit
(https://bugs.webkit.org/show_bug.cgi?id=39456)
but seems to make more sense in webkit_support.
BUG=None
TEST=None (the above CL makes use of this).
Review URL: http://codereview.chromium.org/2749020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50382 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
<DIR_SOURCE_ROOT>/third_party/WebKit exists in a case of WebKit-only
checkout because we copy WebKit API headers to there. So check
<DIR_SOURCE_ROOT>/chrome instead.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2869008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is used to set the current working directory for every layout
tests. Some tests refer to local files with relative paths.
See http://src.chromium.org/viewvc/chrome?view=rev&revision=25257
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2822008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49886 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
RewriteLayoutTestsURL().
BUG=none
TEST=none. Just a refactoring.
Review URL: http://codereview.chromium.org/2829001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49774 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebKit DumpRenderTree.
The following code change affects only WebKit DumpRenderTree.
* webkit_support.cc
- WebPluginImplWithPageDelegate passes a plugin path and MIME type to WebPluginImpl.
- CreateWebPlugin checks a MIME type.
This is the same logic as test_shell.
* test_webplugin_page_delegate.h
Creates and returns a WebPluginDelegateImpl instance.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2729004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49372 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
To be able to stop on top-level breakpoints We need to enable javascript debugger before
any scripts are executed. That's why DebuggerScript.js contents should be retrieved synchronously.
Review URL: http://codereview.chromium.org/2609001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a small TODO in the benchmarking extension. Keep the disk cache
turned on during benchmarking, and doom all entries between benchmark
runs, rather than disabling it entirely.
BUG=none
TEST=All tests pass.
Review URL: http://codereview.chromium.org/669115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48994 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=45708
TEST=none
Review URL: http://codereview.chromium.org/2571001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48907 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=45708
TEST=none
Review URL: http://codereview.chromium.org/2571001
TBR=rolandsteiner@chromium.org
Review URL: http://codereview.chromium.org/2660001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48904 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=45708
TEST=none
Review URL: http://codereview.chromium.org/2571001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Required making SyncHostResolverBridge not use RefCountedThreadSafe. I refactored the innards to have a thread safe refcounted Core implementation.
BUG=45298
Review URL: http://codereview.chromium.org/2122015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48867 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
icon appear.
Review URL: http://codereview.chromium.org/2548001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48813 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This removes a dependency cycle and should also make life easier for DRT.
Revert http://codereview.chromium.org/1658012
Review URL: http://codereview.chromium.org/2358001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Querying the plugin path and actual mime type is moved from creation of the
WebPluginDelegate to creation of the WebPlugin. This cleaned up some code.
R=jam
BUG=45289
TEST=none
Review URL: http://codereview.chromium.org/2262002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48484 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=tests still pass
Review URL: http://codereview.chromium.org/2150005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The code is almost identical to test_shell_win.cc. But
missingImage.gif and textAreaResizeCorner.png are put to
PRODUCT_DIR/DumpRenderTree_resources/.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2175003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48126 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Adding a way to generate custom WebURLLoader (so unit-tests can mock resource loading).
BUG=None
TEST=DumpRenderTree should work.
Review URL: http://codereview.chromium.org/2094017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47954 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2134007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47634 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This file will be used by DumpRenderTree.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2091005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
instead.
features.gypi isn't needed by glue, appcache or database.
Review URL: http://codereview.chromium.org/2070001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47238 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This fixes a DCHECK failure in webkit/glue/webmediaplayer_impl.cc.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2038013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The problem was the circular gyp dependency between webkit.gyp
and WebKit.gyp:
webkit.gyp:pull_in_webkit_unit_tests -> WebKit.gyp -> webkit.gyp:webkit_support.
The fix is to move webkit_support into its own gyp file (like we do
in an webkit only checkout). We can't use the same gyp file for in-
chromium and in-webkit because we need to change the include path for
features.gypi. In gyp, variable expansion happens after includes
(otherwise you'd have to expand variables twice and they could change
values), so we can't use a single gyp file for this.
Review URL: http://codereview.chromium.org/1995013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47012 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
doesn't need it.
BUG=43489
TEST=none
Review URL: http://codereview.chromium.org/2055009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47006 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable some runtime WebKit flags
- Use DumpRenderTreePasteboard
- Use webkit_glue::WebFileSystemImpl
- Use TestShellWebMimeRegistryImpl
- Add webkit_support::CreateApplicationCacheHost()
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2038010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46899 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes will fix dozens of LayoutTest failures.
The code in platform_support_mac.mm is almost identical with test_shell_mac.mm.
test_webview_delegate.cc:
Revert a part of r40610. Depending from test_shell to
webkit_support.cc makes a symbol conflict because webkit_support.cc
depends on platform_support_mac.mm and platform_support_mac.mm has
webkit_glue::GetLocalizedString() and webkit_glue::GetDataResource(),
which are defined in test_shell too.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2002007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change makes webkit_glue an independent dynamic library again.
BUG=none
TEST=compile DumpRenderTree with shared libraries.
Review URL: http://codereview.chromium.org/2031001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46554 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/1763014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45767 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Some small fixes for linking on windows.
Review URL: http://codereview.chromium.org/1711014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/1732010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45622 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
AtExitManager needs to be initialized before icu::Initialize()
is called.
Review URL: http://codereview.chromium.org/1719012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45423 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
third_party/WebKit/WebKitTools/DumpRenderTree/chromium/DumpRenderTree.cpp
to webkit_support.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1688003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45167 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Actually fix a comment that was pointed out during review.
TBR=rolandsteiner
Review URL: http://codereview.chromium.org/1734003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45165 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
The main fix is to stub out default_plugin when building upstream.
Review URL: http://codereview.chromium.org/1658012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45160 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=notifications layout tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=44372
Reverted.
Review URL: http://codereview.chromium.org/1549039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44515 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
I added this method to webkit_glue in r44435, but forgot to
add it to this file.
Review URL: http://codereview.chromium.org/1566042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44453 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=notifications layout tests
Review URL: http://codereview.chromium.org/1549039
TBR=johnnyg@chromium.org
Review URL: http://codereview.chromium.org/1542030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44377 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=notifications layout tests
Review URL: http://codereview.chromium.org/1549039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44372 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
debug_util.h, message_loop.h, file_path.h, file_util.h, path_service.h.
platform_support contains hook functions called before/after
initialization/shutdown.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/1331001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43604 0039d316-1c4b-4281-b951-d872f2087c98
|