[Webkit-unassigned] [Bug 67255] [EFL][DRT] Normalize file:///tmp/LayoutTests in LayoutTestController::pathToLocalResource()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 06:50:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=67255


Sudarsana Nagineni (babu) <naginenis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |naginenis at gmail.com




--- Comment #14 from Sudarsana Nagineni (babu) <naginenis at gmail.com>  2012-06-08 06:50:57 PST ---
(In reply to comment #10)
> I played around some with UString but instead I've opted to avoid the extra method by following a pattern I noticed in other parts of LayoutTestControllerEfl.cpp and construct a WTF::String from the characters of the JSStringRef like: String requestedUrl(url->characters()).

The following tests started failing with this patch. It seems the problem is due to characters() not being null-terminated.

http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug/builds/952/steps/layout-test/logs/stdio

fast/dom/frame-loading-via-document-write.html = TEXT
http/tests/security/frame-loading-via-document-write.html = TEXT
http/tests/security/local-JavaScript-from-remote.html = TEXT
http/tests/security/local-iFrame-from-remote.html = TEXT

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list