Bug 3860 - GW: QValueVector stub needed
Summary: GW: QValueVector stub needed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 3250
  Show dependency treegraph
 
Reported: 2005-07-05 03:40 PDT by Eric Seidel (no email)
Modified: 2005-07-06 23:49 PDT (History)
0 users

See Also:


Attachments
simple QValueVector stub (2.12 KB, patch)
2005-07-05 03:40 PDT, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-07-05 03:40:11 PDT
QValueVector stub needed needed for kdom compilation.  The included patch maps QValueVector to 
QValueList which is not *ideal* (differnet expected performance characteristics) but should work for the 
time being.
Comment 1 Eric Seidel (no email) 2005-07-05 03:40:58 PDT
Created attachment 2805 [details]
simple QValueVector stub
Comment 2 Maciej Stachowiak 2005-07-06 22:49:45 PDT
Comment on attachment 2805 [details]
simple QValueVector stub

r=me

I think you should file a follow-on bug to make a real QValueVector
Comment 3 Eric Seidel (no email) 2005-07-06 23:30:32 PDT
I've filed
http://bugzilla.opendarwin.org/show_bug.cgi?id=3884
to track implementing a real QValueVector.