[webkit-dev] Rendering of HTML Form controls

2009-01-15 Thread Javed Rabbani
I am debugging WebKit port on Windows. I would like to know the place where HTML Form controls (Button, TextArea, Radio buttons etc.) are drawn inside the WebCore/platform just as the text is drawn inside WebCore/platform/graphics/Font.cpp. Regards, J R Shah

Re: [webkit-dev] Rendering of HTML Form controls

2009-01-15 Thread Adele Peterson
Hi Javed, Take a look at RenderThemeWin in the rendering directory. - Adele On Jan 15, 2009, at 12:53 PM, Javed Rabbani wrote: I am debugging WebKit port on Windows. I would like to know the place where HTML Form controls (Button, TextArea, Radio buttons etc.) are drawn inside the

Re: [webkit-dev] Rendering of HTML Form controls

2009-01-15 Thread David Hyatt
Long-term this code will move into the platform directory. This refactoring has already been started with the new Theme class. dave (hy...@apple.com) On Jan 15, 2009, at 3:14 PM, Adele Peterson wrote: Hi Javed, Take a look at RenderThemeWin in the rendering directory. - Adele On Jan 15,