| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7530
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
and identify revisions where the tests started failing.
Review URL: http://codereview.chromium.org/7527
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebFrameImpl::CreateChildFrame is based on third_party/WebKit/WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp, which is based on WebKit/mac/WebView/WebFrame.mm:_loadURL. WebKit change 31264
(http://trac.webkit.org/changeset/31264/trunk/WebKit/mac/WebView/WebFrame.mm), fixed this bug on Mac, but was never ported to Windows, so webframe_impl.cc didn't get that fix. (FYI, WebFrame.mm:_loadURL has since moved to WebCore/loader/FrameLoader.cpp, with the appropriate changes.)
Note that these layout tests also fail for WebKit on Windows (disabled in LayoutTests/platform/win/Skipped). This same change still needs to be made upstream to WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp.
Review URL: http://codereview.chromium.org/7503
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3619 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
vary indepdendently.
Review URL: http://codereview.chromium.org/7632
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3605 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7656
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3597 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7507
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
of this test is correct. The test basically uses the plugin object retreived off the dom after the object has been destroyed. This results in an exception being printed to the console, which is ok. This test used to pass before as our layout test plugin never invoked the destroystream handler on the page. This is changed with Dean's fixes to get the layout test plugin on par
with the one in webkit.
R=tony
Review URL: http://codereview.chromium.org/7645
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3581 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6569
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3578 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
only differ in font sizes.
Review URL: http://codereview.chromium.org/7501
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3577 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Needed to change the following:
* PluginHost::SetPostData: make the state machine parse post
data without any header fields
* If NPN_PostUrl is called without content-type, set the default
content type to 'application/x-www-form-urlencoded'
* Fix a silly bug in post url logic.
BUG=2858
Review URL: http://codereview.chromium.org/7612
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3535 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
implementation dependent printing of constructors and prototypes.
Review URL: http://codereview.chromium.org/7620
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3523 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
linux. More will come once we stop using PLATFORM_GTK_.
Review URL: http://codereview.chromium.org/7606
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which was
a plugin layout test failure (return-error-from-new-stream-doesnt-invoke-destroy-stream.html)
The test fails because it assumes that if an error is returned from NPP_NewStream, NPP_URLNotify
is still invoked thus sending a notification to the plugin. The plugin implementation in webkit
does this.
We emulate this behavior.
Bug=2952
R=jam
Review URL: http://codereview.chromium.org/7443
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3489 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This revises r3257 as per suggestion from pamg (and brings that Windows fix to the Mac version).
Review URL: http://codereview.chromium.org/7422
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3467 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
version of WebKit.
Review URL: http://codereview.chromium.org/7348
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=3434
Review URL: http://codereview.chromium.org/7421
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3449 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7294
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3447 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7384
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3445 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
for now until we pick up the upstream change. (see what's about to be landed
in Webkit trunk at http://bugs.webkit.org/show_bug.cgi?id=21581)
TEST=pass pending/http/tests/misc/frame-default-enc-same-domain.html
Review URL: http://codereview.chromium.org/7339
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3444 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7377
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3434 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7365
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3419 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
change is the buildbots will be running layout tests with the new stack.
Review URL: http://codereview.chromium.org/7409
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3415 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The functionality of the test was always correct, but the fonts in the expected output were different on Mac.
(The expected render tree dump was exactly the same in platform/mac dir, which leads me to believe it was never rebaselined)
This is a duplicate of patch 7134. 7134's base path was the external svn path, not the internal one. Sorry for the duplicate!
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3411 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
also reorder the link libraries so more stuff links
Review URL: http://codereview.chromium.org/7342
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3408 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3405 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
These baselines are odd in that they test only the first frame of the animation, however this is consistent with the baselines in platform/mac.
Review URL: http://codereview.chromium.org/7315
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
info and warning messgaes from impacting the layout test output and causing failures. Switch to abort() on mac when timing out, terminate: sometimes can still hang the app. Hide the window instead of trying to move it offscreen, which Cocoa doesn't want to let us do.
Review URL: http://codereview.chromium.org/7405
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3403 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
webserver.
Review URL: http://codereview.chromium.org/7148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3401 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7347
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3393 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Add a line to the gtk test_shell that can be uncommented to
get linker errors.
Review URL: http://codereview.chromium.org/7338
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3389 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
in the last commit.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3388 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
their own dir.
Review URL: http://codereview.chromium.org/7334
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3386 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7330
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3380 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
optionally zoom the page. I added an easy way in render_view to toggle between
text zoom and full page zoom, and allowed the embedder to specify this in the
glue layer. This allows me to fix the text zoom layout test, which specifically
asks that the text be zoomed.
Review URL: http://codereview.chromium.org/7320
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3377 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
some help about what could be wrong.
Review URL: http://codereview.chromium.org/7156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3373 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
XMLHttpProgressEvents have been enabled.
Review URL: http://codereview.chromium.org/7301
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3344 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
- Add v8 binding for animation and transition types.
- Update SVGPODTypeWrappers to follow the latest webkit changes.
- Remove a rebaselining that is no longer needed.
Review URL: http://codereview.chromium.org/7298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3343 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Putting all peers of DOM nodes in an object group, so they won't be garbage
collected too soon.
Review URL: http://codereview.chromium.org/7228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3341 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ericroman
Review URL: http://codereview.chromium.org/7118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We used to load the font. Then came the font hacks from afm files
which made it no longer necessary to load the font. The code to
load the font was removed. Then we got rid of the font hacks and
rebaselined everything.
There are lots of updated results (hundreds), but I'm not uploading
them to rietveld. I used grep to figure out which tests have
"ahem" in them and rebaselined them.
Review URL: http://codereview.chromium.org/7097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
nonfunctioning UI.
Review URL: http://codereview.chromium.org/2983
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3299 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- entity-comment-in-style.html: Pixel diff due to fonts.
- entity-comment-in-textarea.html: Pixel diff due to fonts + form control.
- outdent-selection.html: Pixel diff due to webkit regression -- rebaselining to match webkit, filed followup bug: https://bugs.webkit.org/show_bug.cgi?id=21545
- cyclic-proto.html: Differs by capitalization of error message. We have at least one other test rebaselined because of this; v8 team would rather keep their message so forking.
Review URL: http://codereview.chromium.org/7260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3289 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/1603
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use short license header for idl files created by us.
- Unfork XSLTProcessor.idl.
- Merge in minor changes to idl files.
- Remove forked version of layout test that has been fixed upstream
(and which we pass after Node.idl merge).
Review URL: http://codereview.chromium.org/7113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3286 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
These svg tests were fixed by r3266 (the canvas fix), since SVG is also a consumer of ImageBuffer::image().
Review URL: http://codereview.chromium.org/7252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
canvas layout tests to fail.
The problem is that serializing to a BMP and then deserializing is a lossy sequence -- for example if the BMP was fully transparent BMPImageReader has a hack to re-write it as fully opaque (this transformation is what caused canvas-resize-reset.html to be full black).
Review URL: http://codereview.chromium.org/7057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3266 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bug was shaken out by Mac changes in r3095.
$ third_party/python_24/python webkit/tools/layout_tests/layout_package/http_server.py --server start
<snip>
ImportError: No module named layout_package.path_utils
Review URL: http://codereview.chromium.org/7095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3257 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
gives us one more passing test.
Review URL: http://codereview.chromium.org/7241
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
without Arial Unicode MS). These baselines should
be good even on machines with Arial Unicode MS installed because http://codereview.chromium.org/6495 (r3062) changed the font
search order.
BUG=2304
TEST=pass layout tests
Review URL: http://codereview.chromium.org/7036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3223 0039d316-1c4b-4281-b951-d872f2087c98
|