WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
72336
Start migrating typed array impl types to WTF
https://bugs.webkit.org/show_bug.cgi?id=72336
Summary
Start migrating typed array impl types to WTF
Oliver Hunt
Reported
2011-11-14 17:22:50 PST
Start migrating typed array impl types to WTF
Attachments
Patch
(43.44 KB, patch)
2011-11-14 17:26 PST
,
Oliver Hunt
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2011-11-14 17:26:30 PST
Created
attachment 115070
[details]
Patch
Geoffrey Garen
Comment 2
2011-11-14 17:37:14 PST
Comment on
attachment 115070
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=115070&action=review
r=me
> Source/WebCore/html/canvas/ArrayBuffer.cpp:33 > +using namespace WebCore;
Will you be able to remove this eventually? If not, you have a problem.
Oliver Hunt
Comment 3
2011-11-14 17:43:31 PST
(In reply to
comment #2
)
> (From update of
attachment 115070
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=115070&action=review
> > r=me > > > Source/WebCore/html/canvas/ArrayBuffer.cpp:33 > > +using namespace WebCore; > > Will you be able to remove this eventually? If not, you have a problem.
Yup, I'm just doing the changes in small chunks, and it's easier to do the WTF namespace move first before the refactoring to remove the webcore dependencies
Oliver Hunt
Comment 4
2011-11-14 17:52:57 PST
Committed
r100227
: <
http://trac.webkit.org/changeset/100227
>
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