[Webkit-unassigned] [Bug 38470] Add first WTFURL file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 00:54:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38470


Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55000|review?                     |review+
               Flag|                            |




--- Comment #10 from Maciej Stachowiak <mjs at apple.com>  2010-05-04 00:54:25 PST ---
(From update of attachment 55000)
JavaScriptCore/wtf/url/src/URLComponent.h:66
 +      int m_length; // Will be -1 if the component is unspecified.
I'm not a fan of in-band signalling like this. It tends to be error-prone. Is
the size of this class critical? In any case, I guess it's fine to initially
land like this.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list