[webkit-dev] ArrayBuffer supprot

Darin Adler darin at apple.com
Fri Oct 8 14:55:03 PDT 2010


On Oct 8, 2010, at 2:46 PM, Jian Li wrote:

> Currently all these typed array supports are put under 3D_CANVAS feature guard. Since they're going to be widely used in other areas, like File API and XHR, should we remove the conditional guard 3D_CANVAS from all the related files?

I suggest we keep the guard up to date. These arrays should be compiled in if any of the features that use them are compiled in. Once they are used in XMLHttpRequest, then they won’t need feature guards at all, but I believe the File API may still be under a feature guard.

    -- Darin



More information about the webkit-dev mailing list