[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 17:00:26 PDT 2010


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





--- Comment #8 from Kinuko Yasuda <kinuko at chromium.org>  2010-08-16 17:00:26 PST ---
(In reply to comment #6)
> (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.

I see, thanks for taking care of it.  Going to submit after checking the builds on bots.

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