Bug 98230 - Introduce DateComponents::minimumYear and maximumYear
Summary: Introduce DateComponents::minimumYear and maximumYear
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 98227
  Show dependency treegraph
 
Reported: 2012-10-02 22:19 PDT by Kent Tamura
Modified: 2012-10-02 23:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (8.30 KB, patch)
2012-10-02 23:15 PDT, Kent Tamura
haraken: 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-10-02 22:19:31 PDT
Introduce DateComponents::minimumYear and maximumYear
Comment 1 Kent Tamura 2012-10-02 23:15:36 PDT
Created attachment 166811 [details]
Patch
Comment 2 Kentaro Hara 2012-10-02 23:23:46 PDT
Comment on attachment 166811 [details]
Patch

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

Looks OK

> Source/WebCore/ChangeLog:10
> +        No new tests. This doesn't change any bahevior.

Even for a simple refactoring patch, it would be better to list up a couple of tests that can be potentially affected by the change (if any).
Comment 3 Kent Tamura 2012-10-02 23:31:18 PDT
Committed r130256: <http://trac.webkit.org/changeset/130256>