Bug 101031 - Add a common base class for date/time input types without inline editing behavior
Summary: Add a common base class for date/time input types without inline editing beha...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 100935 101038 101039
  Show dependency treegraph
 
Reported: 2012-11-02 02:22 PDT by Kent Tamura
Modified: 2012-11-02 03:30 PDT (History)
7 users (show)

See Also:


Attachments
Patch (18.21 KB, patch)
2012-11-02 02:27 PDT, Kent Tamura
morrita: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-11-02 02:22:13 PDT
Add a common base class for date/time input types without inline editing behavior
Comment 1 Kent Tamura 2012-11-02 02:27:49 PDT
Created attachment 172013 [details]
Patch
Comment 2 Hajime Morrita 2012-11-02 03:21:46 PDT
Comment on attachment 172013 [details]
Patch

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

> Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.h:34
> +// FIXME: This class should implement DateTimeChooserClient.

Let's mention the bug id here.
Comment 3 Kent Tamura 2012-11-02 03:29:41 PDT
(In reply to comment #2)
> > +// FIXME: This class should implement DateTimeChooserClient.
> 
> Let's mention the bug id here.

Sure!
Comment 4 Kent Tamura 2012-11-02 03:30:06 PDT
Committed r133282: <http://trac.webkit.org/changeset/133282>