[Webkit-unassigned] [Bug 22390] Abstract away JSC:: usage in WebCore/xml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 18:42:17 PST 2008


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


darin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |darin at chromium.org
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #25328|                            |review?(ggaren at apple.com)
               Flag|                            |




------- Comment #1 from darin at chromium.org  2008-11-20 18:42 PDT -------
Created an attachment (id=25328)
 --> (https://bugs.webkit.org/attachment.cgi?id=25328&action=view)
v1 patch

This patch also includes some const fixes to InspectorController that enable
implicit conversion from ScriptString to UString work (and it's just a good
idea to pass these as const references anyways).

I was not able to completely abstract away JSC from XMLHttpRequest, so I moved
a few bits into #if USE(JSC).  Those bits do not need a V8 equivalent.

I decided to change XMLHttpRequest::m_lastSendURL into a WebCore::String since
it is only used as a String.


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



More information about the webkit-unassigned mailing list