Re: [webkit-dev] renaming some WebCore, too

2008-06-16 Thread Darin Adler
On Jun 13, 2008, at 4:26 PM, Darin Adler wrote: As with the JavaScriptCore renames, I have some WebCore renames I'd like to do. I completed most of the renaming mentioned here, with four exceptions: Take the K out of KURL. I haven't done this one yet. Maciej slightly prefers ParsedURL, to

Re: [webkit-dev] renaming some WebCore, too

2008-06-14 Thread Adam Roben
On Jun 13, 2008, at 7:26 PM, Darin Adler wrote: Streamline the names of functions to get to parts of the Frame object (as in the tree() function to get to the frame tree): animationController = animation, scriptProxy = script, selectionController = selection, I'd suggest adding

[webkit-dev] renaming some WebCore, too

2008-06-13 Thread Darin Adler
As with the JavaScriptCore renames, I have some WebCore renames I'd like to do. Take the K out of KURL. KURL = URL, KURLCFNet = URLCF, KURLMac = URLMac, KURL_H_ = URL_h, Use a less confusing name for the base class for all form controls. It's hard to understand how

Re: [webkit-dev] renaming some WebCore, too

2008-06-13 Thread Michelangelo De Simone
Il giorno 14/giu/08, alle ore 01:26, Darin Adler ha scritto: Use a less confusing name for the base class for all form controls. It's hard to understand how HTMLGenericFormElement (a control within a form) differs from HTMLFormElement (the form itself). I can't agree more (for what my