Bug 155619 - Update AutoFill button in input fields
Summary: Update AutoFill button in input fields
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-17 18:58 PDT by Zach Li
Modified: 2016-03-18 22:05 PDT (History)
5 users (show)

See Also:


Attachments
Patch v1 (54.12 KB, patch)
2016-03-17 21:11 PDT, Zach Li
dbates: review+
Details | Formatted Diff | Diff
Patch v2 (59.38 KB, patch)
2016-03-18 01:35 PDT, Zach Li
dbates: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews125 for ios-simulator-wk2 (655.22 KB, application/zip)
2016-03-18 02:26 PDT, Build Bot
no flags Details
Patch v3 (63.98 KB, patch)
2016-03-18 13:34 PDT, Zach Li
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zach Li 2016-03-17 18:58:46 PDT
Update AutoFill button in input fields.
Comment 1 Zach Li 2016-03-17 18:59:15 PDT
rdar://problem/24486939
Comment 2 Zach Li 2016-03-17 21:11:55 PDT
Created attachment 274368 [details]
Patch v1
Comment 3 Daniel Bates 2016-03-17 21:30:45 PDT
Comment on attachment 274368 [details]
Patch v1

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

Wow, much smaller images. I haven't verified these data URLs. I am assuming they are valid.

> Source/WebCore/css/html.css:574
>      -webkit-mask-size: 15px 12px;

Is the size still the same?

> Source/WebCore/css/html.css:575
>      width: 15px;

Ditto?

> Source/WebCore/css/html.css:576
>      height: 12px;

Ditto?
Comment 4 Zach Li 2016-03-18 01:34:18 PDT
(In reply to comment #3)
> Comment on attachment 274368 [details]
> Patch v1
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=274368&action=review
> 
> Wow, much smaller images. I haven't verified these data URLs. I am assuming
> they are valid.

Could you apply the patch and verify the data URLs?

> 
> > Source/WebCore/css/html.css:574
> >      -webkit-mask-size: 15px 12px;
> 
> Is the size still the same?

Actually no. Glad you caught this!

> 
> > Source/WebCore/css/html.css:575
> >      width: 15px;
> 
> Ditto?

Ditto.

> 
> > Source/WebCore/css/html.css:576
> >      height: 12px;
> 
> Ditto?

This is the same.
Comment 5 Zach Li 2016-03-18 01:35:24 PDT
Created attachment 274394 [details]
Patch v2
Comment 6 Build Bot 2016-03-18 02:26:19 PDT
Comment on attachment 274394 [details]
Patch v2

Attachment 274394 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/998362

New failing tests:
fast/forms/auto-fill-button/input-contacts-auto-fill-button.html
Comment 7 Build Bot 2016-03-18 02:26:22 PDT
Created attachment 274401 [details]
Archive of layout-test-results from ews125 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews125  Port: ios-simulator-wk2  Platform: Mac OS X 10.10.5
Comment 8 Daniel Bates 2016-03-18 09:16:26 PDT
Comment on attachment 274394 [details]
Patch v2

As pointed out by the iOS Simulator EWS please update the expected result LayoutTests/platform/ios-simulator/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt as needed before landing (or even better remove this expected result if it is identical to LayoutTests/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt).
Comment 9 Zach Li 2016-03-18 10:28:44 PDT
(In reply to comment #8)
> Comment on attachment 274394 [details]
> Patch v2
> 
> As pointed out by the iOS Simulator EWS please update the expected result
> LayoutTests/platform/ios-simulator/fast/forms/auto-fill-button/input-
> contacts-auto-fill-button-expected.txt as needed before landing (or even
> better remove this expected result if it is identical to
> LayoutTests/fast/forms/auto-fill-button/input-contacts-auto-fill-button-
> expected.txt).

Because it says "did not pass ios-sim-ews (ios-simulator-wk2)", I was going to update the expected result in LayoutTests/platform/ios-simulator-wk2/fast/forms/auto-fill-button/ instead of LayoutTests/platform/ios-simulator/fast/forms/auto-fill-button/, how did you determine it should be "ios-simulator"?

We also have input-contacts-auto-fill-button-expected.txt for other platforms, what is the general practice to get the expected results for other platforms?

Thanks!
Comment 10 Daniel Bates 2016-03-18 11:38:13 PDT
(In reply to comment #9)
> We also have input-contacts-auto-fill-button-expected.txt for other
> platforms, what is the general practice to get the expected results for
> other platforms?
> 

In theory, you would build the other ports with your patch, generate the expected result and include it in your patch before landing. In practice, it is sufficient to land your change, watch the build bots on build.webkit.org for the other platforms and collect their expected results. Then land the collected results in a follow up patch (no review needed).
Comment 11 Daniel Bates 2016-03-18 11:44:17 PDT
(In reply to comment #9)
> Because it says "did not pass ios-sim-ews (ios-simulator-wk2)", I was going
> to update the expected result in
> LayoutTests/platform/ios-simulator-wk2/fast/forms/auto-fill-button/ instead
> of LayoutTests/platform/ios-simulator/fast/forms/auto-fill-button/, how did
> you determine it should be "ios-simulator"?
> 

Notice that run-webkit-tests for iOS WebKit2 falls back to the results in LayoutTests/platform/ios-simulator if it cannot find a result in LayoutTests/platform/ios-simulator-wk2 as part of a longer fallback chain. There is an existing expected result in directory LayoutTests/platform/ios-simulator/fast/forms/auto-fill-button and there is no subdirectory named auto-fill-button in LayoutTests/platform/ios-simulator-wk2/fast/forms; => the WebKit2 expected result is the same as the WebKit1 expected result; => we should update the expected result in LayoutTests/platform/ios-simulator/fast/forms/auto-fill-button.
Comment 12 Zach Li 2016-03-18 13:34:14 PDT
Created attachment 274451 [details]
Patch v3

Updated expected result in ios-simulator.

I am not a committer, so I would need someone to help me commit the change.
Comment 13 WebKit Commit Bot 2016-03-18 18:31:09 PDT
Comment on attachment 274451 [details]
Patch v3

Clearing flags on attachment: 274451

Committed r198460: <http://trac.webkit.org/changeset/198460>
Comment 14 WebKit Commit Bot 2016-03-18 18:31:13 PDT
All reviewed patches have been landed.  Closing bug.
Comment 15 Daniel Bates 2016-03-18 22:05:45 PDT
Committed updated expected results for Windows and GTK and added expected result for EFL in <http://trac.webkit.org/changeset/198467>.