Bug 67270 - Rename closeColorChooser to cleanupColorChooser
Summary: Rename closeColorChooser to cleanupColorChooser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keishi Hattori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 01:18 PDT by Keishi Hattori
Modified: 2011-08-31 22:32 PDT (History)
2 users (show)

See Also:


Attachments
patch (5.87 KB, patch)
2011-08-31 19:19 PDT, Keishi Hattori
no flags Details | Formatted Diff | Diff
fixed changelog (5.30 KB, patch)
2011-08-31 20:20 PDT, Keishi Hattori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keishi Hattori 2011-08-31 01:18:25 PDT
Since closeColorChooser won't be closing the color chooser on Mac OS X, I am renaming it to cleanupColorChooser.
This will cleanup any color chooser listeners and on other platforms other than Macs the color chooser will close.
Comment 1 Keishi Hattori 2011-08-31 01:22:03 PDT
Will be uploading patch when Bug 67267 lands
Comment 2 Keishi Hattori 2011-08-31 19:19:13 PDT
Created attachment 105884 [details]
patch
Comment 3 Kent Tamura 2011-08-31 19:30:20 PDT
Comment on attachment 105884 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=105884&action=review

> Source/WebCore/ChangeLog:12
> +        I need to take care of any color chooser listeners, I am renaming this to cleanup. This will close the color

Using the word 'I' in ChangeLog looks strange.

> Source/WebCore/ChangeLog:25
> +        * page/ChromeClient.h:
> +
> +2011-08-31  Keishi Hattori  <keishi@webkit.org>
> +
> +        Remove closeColorChooser call from FrameLoader::transitionToCommitted
> +        https://bugs.webkit.org/show_bug.cgi?id=67267

There are two ChangeLog entries.
Comment 4 Keishi Hattori 2011-08-31 20:20:49 PDT
Created attachment 105889 [details]
fixed changelog
Comment 5 Kent Tamura 2011-08-31 20:25:38 PDT
Comment on attachment 105889 [details]
fixed changelog

ok
Comment 6 WebKit Review Bot 2011-08-31 22:32:41 PDT
Comment on attachment 105889 [details]
fixed changelog

Clearing flags on attachment: 105889

Committed r94270: <http://trac.webkit.org/changeset/94270>
Comment 7 WebKit Review Bot 2011-08-31 22:32:45 PDT
All reviewed patches have been landed.  Closing bug.