gecko-dev/mobile/android/app
Rob Wu 7b23359275 Bug 1498787 - Support seconds in datetime-local inputs r=jchen
The "seconds" field is now supported for type="datetime-local".

Examples, tested on Android Nougat (7.0):

```
No seconds because step is a whole minute:
data:text/html,<input type="datetime-local" step="60">

No seconds because datetime is not a supported type (it is treated like
input type=text by the DOM, but somehow a datepicker still appears):
data:text/html,<input type="datetime" step="0">

Seconds because step is a second:
data:text/html,<input type="datetime-local" step="1">
```

The UI looks only slightly different: After "HH mm" there is now a "ss"
spinner, optionally followed by AM/PM.

Differential Revision: https://phabricator.services.mozilla.com/D8667

--HG--
extra : moz-landing-system : lando
2018-10-16 16:04:08 +00:00
..
omnijar
src Bug 1498787 - Support seconds in datetime-local inputs r=jchen 2018-10-16 16:04:08 +00:00
build.gradle Bug 1478411 - Make DTD entity expansion in strings.xml surface errors when entities are missing. r=jchen 2018-10-05 17:51:17 +00:00
checkstyle.xml Bug 1471646 - Add OneTopLevelClass to android checkstyle. r=nalexander 2018-06-28 13:24:31 +01:00
findbugs-exclude.xml
geckoview-prefs.js Bug 1479757 - Switch to containerless scrolling for GeckoView+WR. r=botond 2018-10-15 17:41:21 +00:00
lint.xml Bug 1476165 - Part 1d: Ignore ProtectedPermissions in Android Lint. r=nalexander 2018-07-22 16:22:49 +01:00
mobile.ico
mobile.js Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-16 01:22:27 +03:00
moz.build Bug 1436887 - [1.1] Add GeckoView prefs file. r=snorp,jchen 2018-02-14 19:52:20 +01:00
ua-update.json.in Bug 1483233 - Add mobile User Agent overrides for eBay domains. r=miketaylr 2018-08-14 15:53:36 +00:00