[Webkit-unassigned] [Bug 22054] DRT does not properly reset scrollbar arrows to default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 18:08:40 PST 2008


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24874|review?                     |review+
               Flag|                            |




------- Comment #4 from mitz at webkit.org  2008-11-03 18:08 PDT -------
(From update of attachment 24874)
> +    CFTypeRef oldValue = CFPreferencesCopyValue(CFSTR("AppleScrollBarVariant"), kCFPreferencesAnyApplication, kCFPreferencesCurrentUser, kCFPreferencesAnyHost);

You can use a RetainPtr for that and create create a local variable to hold
CFSTR("AppleScrollBarVariant"). It would also be nice to move this closer to
where you set the default in NSUserDefaults.

r=me


-- 
Configure bugmail: https://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