Backed out changeset dfe330725cf7 (bug 1361560) for wpt failures in HTMLSelectElement interface: attribute autocomplete

This commit is contained in:
Iris Hsiao 2017-05-09 10:51:30 +08:00
Родитель ddb826cc6b
Коммит e98e51fff9
2 изменённых файлов: 3 добавлений и 13 удалений

Просмотреть файл

@ -1636,12 +1636,7 @@ pref("browser.crashReports.unsubmittedCheck.chancesUntilSuppress", 4);
pref("browser.crashReports.unsubmittedCheck.autoSubmit", false);
// Preferences for the form autofill system extension
#ifdef NIGHTLY_BUILD
pref("browser.formautofill.experimental", true);
pref("dom.forms.autocomplete.experimental", true);
#else
pref("browser.formautofill.experimental", false);
#endif
pref("browser.formautofill.enabled", true);
pref("browser.formautofill.loglevel", "Warn");

Просмотреть файл

@ -5,19 +5,14 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Form Autofill - Manage Addresses</title>
<title>Profile Autofill - Manage Profiles</title>
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
<link rel="stylesheet" href="chrome://formautofill/content/manageProfiles.css" />
<script src="chrome://formautofill/content/manageProfiles.js"></script>
</head>
<body>
<p style="padding-left: 30px; background: url(chrome://browser/skin/warning.svg) no-repeat left center">
Autofill of addresses is only ready for testing in en-US on &lt;input&gt;s which specify field types
using the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autocomplete" target="_blank">autocomplete attribute</a>.
<a href="https://luke-chang.github.io/autofill-demo/basic.html" target="_blank">Demo page</a>
</p>
<fieldset>
<legend>Addresses</legend>
<legend>Profiles</legend>
<select id="profiles" size="9" multiple="multiple"/>
</fieldset>
<div id="controls-container">