| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=jparent@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/174282
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=scherkus
TEST=none
BUG=20004
Review URL: http://codereview.chromium.org/174275
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24042 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For network state, make it return "loading" for everything that's not a file source since our cache does not yet reliably support caching the full media w/o need for a network.
For ready state, correctly handle seeks to drop from HaveEnoughData down to HaveMetaData until the seek completes. Also implement the seeking() function.
BUG=18975
TEST=none
Review URL: http://codereview.chromium.org/165432
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24036 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=18973
Volume silder thumb image for media controls.
Review URL: http://codereview.chromium.org/173139
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24035 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=jparent
BUG=none
TEST=enabling layout tests
Review URL: http://codereview.chromium.org/173226
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24031 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/174261
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24029 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
APIs and concrete classes defined in our new appcache library, and get rid of the old files.
There are many files in the CL, mostly to pickup constant values now defined in our new appcache library, and to reflect a terminilogy change (from 'context' to 'host').
TEST=some existing unit tests apply
BUG=none
Review URL: http://codereview.chromium.org/170003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24022 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
they match the paths in expectations.json.
Review URL: http://codereview.chromium.org/174241
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24021 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/173171
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24019 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
layout_package.platform_utils.
Deltas from that change:
* Don't enable 'win-xp' as the default platform
* Don't assume 'webkit/Release' exists (it doesn't by default on mac and
linux), and fix the output results directory path in run_webkit_tests
* Update tools/valgrind/chrome_tests.py (which I didn't realize
depended on the layout_package code).
BUG=none
R=tony@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/174209
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24007 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24004 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For network state, make it return "loading" for everything that's not a file source since our cache does not yet reliably support caching the full media w/o need for a network.
For ready state, correctly handle seeks to drop from HaveEnoughData down to HaveMetaData until the seek completes. Also implement the seeking() function.
BUG=18975
TEST=none
Review URL: http://codereview.chromium.org/165432
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24002 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This shouldn't affect mac or windows as the definitions with our without base:: are identical there.
BUG=19664
Review URL: http://codereview.chromium.org/174121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24000 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make SSLConfig.rev_checking_enable default to true (which also affects the defaults set by SSLConfigServicePref.)
Add static SSLConfigService::CreateSystemSSLConfigService which creates a standalone SSLConfigService (either SSLConfigServiceWin or SSLConfigServiceDefaults.)
Use CreateSystemSSLConfigService in fetch_client and test_shell_request_context.
Merge SSLConfigServiceManagerWin and SSLConfigServiceManagerDefaults into SSLConfigServiceManagerSystem, which uses CreateSystemSSLConfigService.
BUG=11507,19290
TEST=only visible change should be linux defaults to having rev checking option enabled.
Review URL: http://codereview.chromium.org/173097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Removing platform-specific baselines for the tests that became platform-independent upstream (http://trac.webkit.org/changeset/47608).
R=jianli
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/174234
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23996 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chromium's WebKit API and enable the related layout tests.
After some digging, I realized the problem here, sorta. The
test that was failing actually fails flakily. There are two
flavors of this test: sync and async. The async test was
already marked flakey, the sync test was not.
My change upstream refactored XHR to make the sync and async
cases share much more code. So it is not surprising that they
are now both flakey.
Review URL: http://codereview.chromium.org/173209
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23994 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chromium windows baseline for the test should be the same as the one in upstream.
The upstream baseline was updated by webkit patch: http://trac.webkit.org/changeset/45500.
TBR=dglazkov
TEST=layout test
BUG=15873
Review URL: http://codereview.chromium.org/173203
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23987 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=dimich
BUG=10271
TEST=none
Review URL: http://codereview.chromium.org/174231
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23978 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
and probably fix the test upstream.
BUG=19897
TEST=none
Review URL: http://codereview.chromium.org/173164
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23968 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
children to a RenderLayer would be completely contained in a parent layers
bounding box. This is not true in at least the following case: e.g. plugin
contained in a div, that is absolute positioned.
dhyatt from #webkit suggested just iterating through the Widget list. iframes
are all FrameViews.
This should greatly reduce the number of objects that need to be tested.
This change also fixes the z-order check, which the stack iterator got wrong in
some cases. The z-order check now matches IE7/IE8 for all tested permutations.
The layout test has been updated to check these permutations. Also see
http://tulrich.com/iframe_shims/permutations.html
For a discussion of z-order, this is a good reference:
https://developer.mozilla.org/En/Understanding_CSS_z-index/The_stacking_context
Derived from John Newlin's change 155118 for bug 15840 by Thatcher Ulrich.
R=darin,ojan
TEST=extended existing layout test
BUG=15840
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23967 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=18786
Review URL: http://codereview.chromium.org/174220
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds a few helper methods on WebFrame.
R=jam
BUG=10036
TEST=none
Review URL: http://codereview.chromium.org/173152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Reapplying r23820, this time interactive UI tests should not fail.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/174216
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23950 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=mnaganov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23949 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23939 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the green one, which happens on all platforms same way. Also, created a bug for media/progress-events-at-least-one.html as it is an actual failure of a new test.
R=jianli
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/174202
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23933 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
and enable the related layout tests.
BUG=47548,12129
TEST=Covered by layout tests
Review URL: http://codereview.chromium.org/174175
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23931 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=tony@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/174207
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23928 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In path_utils and platform_utils, we had four functions:
- TestListPlatformName()
- TestListPlatformDir()
- PlatformDir()
- PlatformNewResultsDir()
TestListPlatformDir() was uniformly implemented as
TestListPlatformName().lower(), and never called. PlatformDir() and
PlatformNewResultsDir() returned the same value on win and linux -
"chromium-" + TestListPlatformDir(). On the mac, PlatformDir()
returned PlatformNewResultsDir() + "-leopard". PlatformDir() is used
to prepend the directory in the search path for test results, and this is
ironic since there is no chromium-mac-leopard directory, just chromium-mac.
I have replaced all of these with one routine called PlatformDir() that
returns "chromium-" + <platform name> [ + "-" + <platform version name> ].
I also modified the code so that test results will always go into a
directory with that name, and then modified all of the files that
referenced a _new_results_dir (which ostensibly used
PlatformNewResultsDir(), which might be different from options.platform,
but in practice never was). I also removed a number of platform parameters
from functions, since it seemed like that functionality wasn't being
used and was redundant with stuff stuffed into options contexts.
Lastly, I also attempted to bring some consistency to files needing to
import path_utils vs platform_utils, by adding wrapper functions to
path_utils and then banning platform_utils imports from all other files.
There's gotta be a cleaner way to do this, though.
You can still change the platform you're comparing to with the
--platform switch, and change the results directory with the
--results-directory switch.
BUG=none
R=pam@chromium.org,tony@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/164372
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23924 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=hbono
TEST=none
BUG=11577
Review URL: http://codereview.chromium.org/173163
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23914 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
can't reproduce the crash and it's building successfully on the bots it seems. This was hit during a webkit roll, so it's very possible it was fixed upstream.
BUG=19782
TEST=none
Review URL: http://codereview.chromium.org/173161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23908 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
LayoutTests/platform/mac/editing/deleting/backward-delete.html to fail on Mac.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/173151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23907 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
marked as part of the webkit merge, but were not actually caused by the merge (the tests failed on main waterfall before the merge, see more details in bug).
TEST=none
BUG=19888
Review URL: http://codereview.chromium.org/174192
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23905 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
refactoring change (http://src.chromium.org/viewvc/chrome?view=rev&revision=23589). Do that now.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/173130
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23904 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jianli
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/173134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23898 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=mark
BUG=10395
TEST=none
Review URL: http://codereview.chromium.org/174181
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23894 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=18970
TEST=test matrix videos ending in 0 should have mute context menu disabled
Review URL: http://codereview.chromium.org/174018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23889 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from test-expectations. These layout tests were re-written in:
http://trac.webkit.org/changeset/47544
http://trac.webkit.org/changeset/47543
http://trac.webkit.org/changeset/47542
http://trac.webkit.org/changeset/47533
to not be pixel tests but instead just be text dumps. Thus we do not need any platform specfic results.
TEST=ran manually locally
BUG=19796
Review URL: http://codereview.chromium.org/174169
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23888 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
compiled earlier than other WebKit files. DerivedSourcesAllInOne.cpp is huge,
and it is beneficial to begin its compilation first. Given how Xcode
parallelizes, this allows other compilations to continue while the large file
is being built. When DerivedSourcesAllInOne.cpp comes last, it is likely that
nothing else will be available to be compiled at the same time. This is
wasteful.
Review URL: http://codereview.chromium.org/174157
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23885 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=10395
TEST=none
TBR=jparent
Review URL: http://codereview.chromium.org/173150
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
data:.
TBR=abarth
BUG=9275
TEST=none
Review URL: http://codereview.chromium.org/174161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23864 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=jparent
TEST=none
BUG=10322
Review URL: http://codereview.chromium.org/173128
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23862 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This member was of type HTMLPlugInElement. This is a step toward removing all
WebCore includes from webplugin_impl.cc.
R=jam
BUG=10036
TEST=none
Review URL: http://codereview.chromium.org/173126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23858 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of test failures by path.
Also fixes other minor issues like not being able to pass absolute paths for output.
R=ojan
BUG=none
TEST=run test_output_formatter.py, tests should not include WONFIX and sort properly
Review URL: http://codereview.chromium.org/174097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23857 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=load an audio/video with an unsupported input, then right click on it.. the playback control items should be disabled
BUG=19740
Review URL: http://codereview.chromium.org/174119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23853 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
consistent with chrome code base.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/174145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23851 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
really only used by webview.
Review URL: http://codereview.chromium.org/174143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23850 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=19842 (http://crbug.com/19842)
TEST=Covered by layout test
Review URL: http://codereview.chromium.org/174150
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23843 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
should only be run under mac.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/174151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23842 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jianli
BUGS=19835
TEST=none
Review URL: http://codereview.chromium.org/174147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23839 0039d316-1c4b-4281-b951-d872f2087c98
|