WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
8022
Give StringImpl a little privacy (it deserves it)
https://bugs.webkit.org/show_bug.cgi?id=8022
Summary
Give StringImpl a little privacy (it deserves it)
Eric Seidel (no email)
Reported
2006-03-27 22:09:50 PST
I was hacking down in String stuff tonight and it annoyed me that so many things were reaching down in StringImpls guts... so I fixed that.
Attachments
Just search replace. A tiny bit of style cleanup.
(25.57 KB, patch)
2006-03-27 22:13 PST
,
Eric Seidel (no email)
mjs
: review+
Details
Formatted Diff
Diff
Also replace s -> m_data and l -> m_length
(46.76 KB, patch)
2006-03-27 22:22 PST
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2006-03-27 22:13:30 PST
Created
attachment 7346
[details]
Just search replace. A tiny bit of style cleanup.
Eric Seidel (no email)
Comment 2
2006-03-27 22:22:18 PST
Created
attachment 7347
[details]
Also replace s -> m_data and l -> m_length
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