зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 1c57b5d15190 (bug 1361560) for failing web-platform-test form-autocomplete.html. r=backout on a CLOSED TREE
This commit is contained in:
Родитель
184a1e1d9e
Коммит
742aa0d07f
|
@ -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 <input>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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче