Bug 39423

Summary: Move date/time limit values to DateComponents.h from HTMLInputElement.cpp
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, gustavo, hamaji, webkit-ews, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch (rev.2)
none
Patch (rev.3)
none
Patch (rev.4) none

Description Kent Tamura 2010-05-20 06:36:45 PDT
Move data/time limit values to DateComponents.h from HTMLInputElement.cpp
Comment 1 Kent Tamura 2010-05-20 06:41:38 PDT
Created attachment 56591 [details]
Patch
Comment 2 Early Warning System Bot 2010-05-20 06:47:23 PDT
Attachment 56591 [details] did not build on qt:
Build output: http://webkit-commit-queue.appspot.com/results/2264362
Comment 3 WebKit Review Bot 2010-05-20 06:52:59 PDT
Attachment 56591 [details] did not build on chromium:
Build output: http://webkit-commit-queue.appspot.com/results/2286358
Comment 4 WebKit Review Bot 2010-05-20 06:53:08 PDT
Attachment 56591 [details] did not build on gtk:
Build output: http://webkit-commit-queue.appspot.com/results/2284398
Comment 5 Kent Tamura 2010-05-20 07:03:19 PDT
Created attachment 56593 [details]
Patch (rev.2)
Comment 6 Kent Tamura 2010-05-20 19:24:47 PDT
Created attachment 56663 [details]
Patch (rev.3)


---
 3 files changed, 42 insertions(+), 21 deletions(-)
Comment 7 Kent Tamura 2010-05-20 19:26:13 PDT
(In reply to comment #6)
> Created an attachment (id=56663) [details]
> Patch (rev.3)

It fixed a typo in ChangeLog.
Comment 8 WebKit Review Bot 2010-05-22 02:32:51 PDT
Attachment 56663 [details] did not build on win:
Build output: http://webkit-commit-queue.appspot.com/results/2283449
Comment 9 Kent Tamura 2010-05-22 08:00:19 PDT
(In reply to comment #8)
> Attachment 56663 [details] did not build on win:
> Build output: http://webkit-commit-queue.appspot.com/results/2283449

The errors were: Can't initialize non-integer static const field in a class declaration.
I'll change them to inline functions.
Comment 10 Kent Tamura 2010-05-22 08:35:00 PDT
Created attachment 56778 [details]
Patch (rev.4)
Comment 11 Kent Tamura 2010-05-26 01:41:44 PDT
Comment on attachment 56778 [details]
Patch (rev.4)

Clearing flags on attachment: 56778

Committed r60222: <http://trac.webkit.org/changeset/60222>
Comment 12 Kent Tamura 2010-05-26 01:41:55 PDT
All reviewed patches have been landed.  Closing bug.