[Webkit-unassigned] [Bug 17483] Implement Scrollbars on Windows (Cairo)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 17:52:58 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17483


bfulgham at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19413|0                           |1
        is obsolete|                            |
  Attachment #19440|                            |review?
               Flag|                            |




------- Comment #15 from bfulgham at gmail.com  2008-02-28 17:52 PDT -------
Created an attachment (id=19440)
 --> (http://bugs.webkit.org/attachment.cgi?id=19440&action=view)
Update based on aroben's comments

* Switch wtf/Platform.h logic to use #if PLATFORM(WIN) && !PLATFORM(CG)
* Switch win/PlatformScrollbar.h logic to use #if PLATFORM(WIN) &&
!USE(SAFARI_THEME)
* Clean up comment type (actually, delete comment)
* Correct formatting
* Change scrollbar to get dimensions from GetSystemMetrics calls.  Use only
system metrics (not Safari-set 'controlSize') for scrollbar dimensions.
* Make theme handle a static entry in the implementation, since it's always the
same thing.  No longer release this handle as it is always needed during a run
of the browser.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list