WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110152
Make HexNumber functions return 8-bit strings
https://bugs.webkit.org/show_bug.cgi?id=110152
Summary
Make HexNumber functions return 8-bit strings
Alexey Proskuryakov
Reported
2013-02-18 13:30:59 PST
I'm seeing them unnecessarily make URLs 16-bit, blob ones in particular.
Attachments
proposed patch
(3.53 KB, patch)
2013-02-18 13:36 PST
,
Alexey Proskuryakov
msaboff
: review+
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-02-18 13:36:59 PST
Created
attachment 188938
[details]
proposed patch
Michael Saboff
Comment 2
2013-02-18 13:55:16 PST
Comment on
attachment 188938
[details]
proposed patch r+ I have a slight concern on platforms where char is signed that the compiler may complain for the cases we are adding an LChar to a char buffer. An example is the call to placeByteAsHex in appendEscapedChar in KURL.cpp
WebKit Review Bot
Comment 3
2013-02-18 14:18:38 PST
Comment on
attachment 188938
[details]
proposed patch
Attachment 188938
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/16613339
New failing tests: fast/regions/seamless-iframe-flowed-into-regions.html
Alexey Proskuryakov
Comment 4
2013-02-18 14:40:38 PST
Committed <
http://trac.webkit.org/r143265
>. The failure looks unrelated.
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