WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
125699
[WK2] Start removing calls to String::characters()
https://bugs.webkit.org/show_bug.cgi?id=125699
Summary
[WK2] Start removing calls to String::characters()
Sam Weinig
Reported
2013-12-13 12:44:46 PST
[WK2] Start removing calls to String::characters()
Attachments
Patch
(12.64 KB, patch)
2013-12-13 12:45 PST
,
Sam Weinig
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2013-12-13 12:45:12 PST
Created
attachment 219182
[details]
Patch
Anders Carlsson
Comment 2
2013-12-13 12:47:54 PST
Comment on
attachment 219182
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=219182&action=review
> Source/WebKit2/UIProcess/Plugins/mac/PluginInfoStoreMac.mm:55 > + RetainPtr<CFStringRef> directoryCFString = directory.createCFString();
auto.
> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:912 > + loadDataImpl(sharedBuffer, MIMEType, ASCIILiteral("utf-8"), baseURL, unreachableURL, decoder);
This has to be latin-1.
Sam Weinig
Comment 3
2013-12-13 15:56:03 PST
Committed
r160572
: <
http://trac.webkit.org/changeset/160572
>
Andreas Kling
Comment 4
2013-12-15 22:10:52 PST
This broke some unit tests: Tests that failed: WebKit2WillLoadTest.WKPageLoadAlternateHTMLString WebKit2WillLoadTest.WKPageLoadAlternateHTMLStringWithUserData WebKit2WillLoadTest.WKPageLoadHTMLString WebKit2WillLoadTest.WKPageLoadHTMLStringWithUserData WebKit2WillLoadTest.WKPageLoadPlainTextString WebKit2WillLoadTest.WKPageLoadPlainTextStringWithUserData Tests that timed out: WKBrowsingContextLoadDelegateTest.SimpleLoadOfHTMLString_NilHTMLStringAndBaseURL The last one is still timing out on ToT: WKBrowsingContextLoadDelegateTest.SimpleLoadOfHTMLString_NilHTMLStringAndBaseURL
http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK1%20%28Tests%29/builds/11839
Alexey Proskuryakov
Comment 5
2013-12-16 15:33:51 PST
> The last one is still timing out on ToT: > WKBrowsingContextLoadDelegateTest.SimpleLoadOfHTMLString_NilHTMLStringAndBaseURL
And still. Filed
bug 125810
about that.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug