WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
57989
Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API
https://bugs.webkit.org/show_bug.cgi?id=57989
Summary
Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API
Jeff Miller
Reported
2011-04-06 15:14:20 PDT
Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API
Attachments
Patch
(3.38 KB, patch)
2011-04-06 15:18 PDT
,
Jeff Miller
aroben
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jeff Miller
Comment 1
2011-04-06 15:18:41 PDT
Created
attachment 88526
[details]
Patch
Adam Roben (:aroben)
Comment 2
2011-04-06 15:20:30 PDT
Comment on
attachment 88526
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=88526&action=review
> Source/WebKit2/Shared/WebString.h:61 > + const size_t length() const { return m_string.length(); }
No need for the leading "const".
Jeff Miller
Comment 3
2011-04-06 15:24:39 PDT
Committed
r83110
: <
http://trac.webkit.org/changeset/83110
>
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