| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/126122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18382 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
https://bugs.webkit.org/attachment.cgi?id=31255 landing.
Review URL: http://codereview.chromium.org/125119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18377 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
different from other scripts.
BUG=13677
Review URL: http://codereview.chromium.org/125116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18374 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove urlmon.lib from activex_shim's AdditionalDependencies.
Add urlmon.lib to AdditionalDependencies in chrome_dll.vcproj
and unittests.vcproj.
Add activex_shim as a dependency of default_plugin, so the things
that link against default_plugin get urlmon.lib from the
activex_shim link_settings.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18366 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
passed to the resource compiler, too.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we had three classes of PlatformCanvas*, one for each platform. Then
we had a typedef of PlatformContext to PlatformCanvas[Mac|Win|Linux] for the
specific platform.
This means that it was almost impossible to forward-declare PlatformCanvas and
there were a bunch of unnecessary includes of platform_canvas.h in header
files.
This change makes there be only one platform_canvas.h header with ifdefs, which
removes a decent amount of duplicated code. There is a platform-independent
file, and one platform-dependent file of platform_canvas for each platform.
I also renamed PlatformDevice[Mac|Win|Linux] to PlatformDevice, althouth in
this case I kept the separate headers since there was much less overlap.
I also broke out CanvasPaint into separate headers so this template doesn't
need to be included all over the project (only a couple of files actually need
it).
Review URL: http://codereview.chromium.org/125109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18363 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18362 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=pkasting
Review URL: http://codereview.chromium.org/125108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18361 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18360 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove unnecessary addition of urlmon.lib to AdditionalDepenedencies
of activex_shim.
Add activex_shim as a dependency of default_plugin (so the things
that link against it get urlmon.lib from the link_settings of
activex_shim).
Add urlmon.lib to AdditionalDependencies in unittests.vcproj
(which is going away soon, but this makes the
transition smooth).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18359 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Use it to keep the number of /I options we pass to webkit resource
compilation within acceptable limits.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18358 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
of activex_shim. Add it as a dependency of default_plugin.
Add urlmon.lib to AdditionalDependencies in unittests.vcproj
(going away soon, but this makes the transition smooth).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18354 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=13767
TBR=tony
Review URL: http://codereview.chromium.org/125098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Differs from windows baseline only by text renering.
TBR=tony
Review URL: http://codereview.chromium.org/126088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18347 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
added in <http://trac.webkit.org/changeset/44640>.
This layout-test is really just checking for crash. Our actual output looks fine (although upstream webkit has no pixel baseline checked in to compare against).
TBR=tony
Review URL: http://codereview.chromium.org/125096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18346 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* <http://trac.webkit.org/changeset/44634>:
Moves the skia image decoder files out of "skia/" and into {"png/", "bmp/", "ico/", "jpeg/", "xbm/"}.
I made the corresponding updates to webkit.gyp.
The semantics of "don't use skia decoders on Mac" should still be in effect.
* <http://trac.webkit.org/changeset/44636>
This adds a new file, V8StorageCustom.cpp, which I HAVE NOT pulled into webit.gyp.
There is a chromium-side component to this, which jorlow will take care when he is ready to pull the file into our build.
Review URL: http://codereview.chromium.org/126085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18345 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rebaseline the following layout tests:
LayoutTests/fast/media/mq-animation.html
LayoutTests/fast/media/mq-aspect-ratio.html
LayoutTests/fast/media/mq-orientation.html
LayoutTests/fast/media/mq-transform-01.html
LayoutTests/fast/media/mq-transform-02.html
LayoutTests/fast/media/mq-transform-03.html
LayoutTests/fast/media/mq-transform-04.html
LayoutTests/fast/media/viewport-media-query.html
Review URL: http://codereview.chromium.org/125091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18341 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=14014
TBR=darin
Review URL: http://codereview.chromium.org/125089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18333 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
linux for a while.
The cause of the flake is an extra output line (warning from pkix_CacheCertChain_Add), see bug for details.
TBR=tony
BUG=14009
Review URL: http://codereview.chromium.org/126077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18329 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/125023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18320 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=scherkus
Review URL: http://codereview.chromium.org/125075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18317 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=scherkus
Disable soem flaky media tests..
Review URL: http://codereview.chromium.org/125073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18314 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
* LayoutTests/editing/deleting/4875189.html
Deleting the baselines since the test was changed to dumpAsText(), so no need for our platform-specific ones <https://bugs.webkit.org/show_bug.cgi?id=26284>.
Review URL: http://codereview.chromium.org/125042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now css files are opened inside browser instead of download.
Also - making lint happy on the mime_util.cc
BUG=7192
R=abarth
TEST=MimeTypeTests.MimeTypeTests
Patch by Yuri Gorobets.
Original review URL: http://codereview.chromium.org/125005
Review URL: http://codereview.chromium.org/125058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18306 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=4363
Enabled media layout tests under the folder on Windows:
LayoutTests/media
LayoutTests/fast/media
LayoutTests/http/tests/media
Review URL: http://codereview.chromium.org/125010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18297 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For some reason, the baselines I pulled earlier were wrong. These match what I
see locally when I run the layout tests.
In this CL, I'm also removing some REBASELINE tags that seem like they must
have been leftover. They just make the rebaseline tool run more slowly.
R=dglazkov
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18287 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
used to have an off-by-one pixel bug with some Skia path rendering. I'm not
sure what change fixed this.
R=dglazkov
BUG=13721
TEST=none
Review URL: http://codereview.chromium.org/126056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I just took these results straight from the output of our buildbots.
This corresponds to:
http://trac.webkit.org/changeset/44537
R=dglazkov
BUG=13721
TEST=none
Review URL: http://codereview.chromium.org/126040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
since it depends on sessionStorage.
See http://trac.webkit.org/changeset/44519
TBR=dglazkov
BUG=13721
TEST=none
Review URL: http://codereview.chromium.org/125041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18259 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
run.
TBR=deanm
TEST=none
BUG=13721
Review URL: http://codereview.chromium.org/126041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dglazkov
BUG=13786
TEST=none
Review URL: http://codereview.chromium.org/126039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=hclam
Review URL: http://codereview.chromium.org/126030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18243 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a 1 minute cache for host resolves.
* Refactor HostResolver to handle multiple requests.
* Make HostResolver a dependency of URLRequestContext. operate the HostResolver
in async mode for proxy resolver (bridging to IO thread).
TEST=unittests
BUG=13163
Review URL: http://codereview.chromium.org/118100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18236 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=idana
Review URL: http://codereview.chromium.org/125026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18229 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=13913
TEST=Run the webkit layout tests
Review URL: http://codereview.chromium.org/125022
Review URL: http://codereview.chromium.org/125022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18228 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=13913
TEST=none
Review URL: http://codereview.chromium.org/126004
Review URL: http://codereview.chromium.org/126004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
spots in the file (I hope). Remove one test that should already (?) be covered by the general "LayoutTests/accessibility" FAIL. This test might be crashing sometimes, need to check more closely.
BUG=13809
TEST=none
Review URL: http://codereview.chromium.org/125014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18220 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fix is to break WebURLLoaderImpl into two classes. It now has a
reference counted inner class that is the ResourceLoaderBridge::Peer.
This change allows the inner class to stick around after the loader
has been destroyed. That is necessary since the Peer expects to still
receive OnCompletedRequest after it calls Cancel on the bridge.
R=dglazkov
TEST=covered by layout test
BUG=13786
Review URL: http://codereview.chromium.org/125002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18215 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a bug in video rendering code. The formula to find
projected clip dimension in the video frame was wrong,
leading to scale factor in the canvas being omitted.
LayoutTests/media/video-zoom.html
LayoutTests/media/video-layer-crash.html
Review URL: http://codereview.chromium.org/123013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18203 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a work in progress draft.
Summary of changes:
1. Moved code shared by chrome and test_shell to webkie/glue:
WebMediaPlayerImpl
SimpleDataSource
VideoRendererImpl
2. Since WebMediaPlayerImpl is shared, chrome specific renderers
are enabled by passing the FilterFactoryCollection into
WebMediaPlayerImpl, this is done in RenderView. And
WebMediaPlayerImpl provides some default renderer filters,
which are used by the test shell and also chrome.
Review URL: http://codereview.chromium.org/119229
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18182 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
LayoutTests/fast/dom/javascript-url-crash-function.html
I added this layout test to the already opened bug: crbug.com/13786
TBR:darin
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18178 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
* set svn:eol-style to LF
* remove some trailing whitespaces
Review URL: http://codereview.chromium.org/123023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18165 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
the value derived from the context data of the page it's injected in. It allows to match injected scripts with the inspected page.
BUG=13676
Review URL: http://codereview.chromium.org/122036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18164 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=13253
Review URL: http://codereview.chromium.org/123019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/122037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18161 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a document with no frame which was about to be deleted.
The crash only happened occasionally when a JavaScript garbage
collection happened in the process of setting up the caching. When
performing the garbage collection, the global handle to the document
might get cleared and the document deleted.
BUG=13780
Review URL: http://codereview.chromium.org/122032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/122031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18155 0039d316-1c4b-4281-b951-d872f2087c98
|