[webkit-reviews] review requested: [Bug 15938] Inspector/Qt requires patch to SecurityOrigin : [Attachment 17484] ASCII Trie with wasting memory for faster lookup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 24 04:33:24 PST 2007


Holger Freyther <freyther at handhelds.org> has asked  for review:
Bug 15938: Inspector/Qt requires patch to SecurityOrigin
http://bugs.webkit.org/show_bug.cgi?id=15938

Attachment 17484: ASCII Trie with wasting memory for faster lookup
http://bugs.webkit.org/attachment.cgi?id=17484&action=edit

------- Additional Comments from Holger Freyther <freyther at handhelds.org>
- SecurityOrigin now uses FrameLoader::shouldTreatSchemeAsLocal in two places,
please verify that carefully!

- Use an array with 'z'-'a' number of elements as we can guarantee to only use
lower case ascii. This is backed by the URI RFC where the scheme is of type
ALPHA.


More information about the webkit-reviews mailing list