[Webkit-unassigned] [Bug 43993] Add idl and mock classes for FileSystem API's {File, Directory}Entry and related interfaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 16:08:46 PDT 2010


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





--- Comment #6 from Dumitru Daniliuc <dumi at chromium.org>  2010-08-16 16:08:45 PST ---
(In reply to comment #5)
> Oops, I meant:  it generates RefPtr<Flags> options (PassRefPtr for args).
> Do you mean creating ref-counted objects for such flags might be too much?  Currently I don't have a good idea how we should treat those super lightweight (but not directly mapped to a native type) interfaces.

I saw your .cpp code takes PassRefPtr<Flags> parameters, and was worried that the auto-generated bindings could create raw pointers instead of RefPtr<Flags> and pass those in, but apparently that's not the case.

Looking at the patch.

-- 
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