[Webkit-unassigned] [Bug 73036] Add simple implementation for web intents chromium API data classes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 14:19:54 PST 2011


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





--- Comment #5 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-11-23 14:19:55 PST ---
(In reply to comment #4)
> Right. I didn't export the constructor for that reason. Will this break the shared lib?

Ah, OK... since the class is only ever created by WebKit, then you should hide this constructor behind #if WEBKIT_IMPLEMENTATION.  That way we can avoid the possibility of someone trying to construct it outside of WebKit.


> There will be a WebCore::Intent class; I have that constructor in a separate CL which I'm going to send along soon. For now I just wanted some simple method implementations so I can check in the adjustments to our Chromium code that will use these accessors. I could take the constructors out completely. Shall I just do that?

I guess you can initialize these classes by just calling the setFoo methods, right?

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