[Webkit-unassigned] [Bug 78478] Implement common class for URL decomposition attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 22:07:38 PST 2012


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





--- Comment #6 from Kaustubh Atrawalkar <kaustubh at motorola.com>  2012-02-13 22:07:38 PST ---
(In reply to comment #5)
> What does this buy us? From the patch, it doesn't appear that a lot of code sharing is achieved, nor does the size of code go down.
> 
> These attributes are slightly different anyway.

Based on the Adam's suggestion, we should be creating a common base class to accommodate all these 8 attributes's setter & getter functions. Current patch is just first cut implementation of base class and migrating Location's class functions to this class. The purpose of uploading this patch was to get comments if I am going on right direction. Will be uploading one more WIP which will have HTMLAnchorElement implementation.

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