WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
92226
Initialize QualifiedName's strings from the read only data segment
https://bugs.webkit.org/show_bug.cgi?id=92226
Summary
Initialize QualifiedName's strings from the read only data segment
Benjamin Poulain
Reported
2012-07-25 00:50:11 PDT
Initialize QualifiedName's strings from the read only data segment
Attachments
Patch
(15.35 KB, patch)
2012-07-25 01:06 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
Patch
(15.18 KB, patch)
2012-07-25 15:04 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2012-07-25 01:06:16 PDT
Created
attachment 154285
[details]
Patch
Early Warning System Bot
Comment 2
2012-07-25 01:19:55 PDT
Comment on
attachment 154285
[details]
Patch
Attachment 154285
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/13343162
Gyuyoung Kim
Comment 3
2012-07-25 01:21:25 PDT
Comment on
attachment 154285
[details]
Patch
Attachment 154285
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/13343163
Early Warning System Bot
Comment 4
2012-07-25 01:24:59 PDT
Comment on
attachment 154285
[details]
Patch
Attachment 154285
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/13348151
Benjamin Poulain
Comment 5
2012-07-25 01:25:58 PDT
First draft for comments. I don't have time now but I plan to make the following changes: -move the two createQualifiedName() in a separate file in the WebCore namespace -share them between all XYZNames::init() Possibly in a separate patch: To kill the code bloat, modify the code to initialize everything in a loop instead of doing it flat.
WebKit Review Bot
Comment 6
2012-07-25 01:51:14 PDT
Comment on
attachment 154285
[details]
Patch
Attachment 154285
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/13347163
Benjamin Poulain
Comment 7
2012-07-25 15:04:02 PDT
Created
attachment 154455
[details]
Patch
Anders Carlsson
Comment 8
2012-07-25 16:59:57 PDT
Comment on
attachment 154455
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=154455&action=review
> Source/WTF/wtf/text/AtomicString.cpp:118 > +struct HashTranslatorCharBuffer {
For hash translators we treat HashTranslator as a suffix, so this should be CharBufferHashTranslator.
Benjamin Poulain
Comment 9
2012-07-25 18:05:34 PDT
Comment on
attachment 154455
[details]
Patch Clearing flags on attachment: 154455 Committed
r123689
: <
http://trac.webkit.org/changeset/123689
>
Benjamin Poulain
Comment 10
2012-07-25 18:05:37 PDT
All reviewed patches have been landed. Closing bug.
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