gecko-dev/mobile/android
Rob Wu b72d2fe05f Bug 1005268 - Remove "datetime" UI from Fennec and fix capitalization issue r=jchen
`<input type=datetime>` was dropped from the spec many years ago,
and is not supported by the platform. To JS code, it looks like a
regular text input box.

With removed support for "datetime" inputs, we can also fix a bug in the
InputWidgetHelper. Due to the use of getAttribute, if the attribute
value was capitalized, then the special date/time picker UI would not be
shown. This is corrected by using the "type" property instead.

I verified on Android Nougat that all other input types (date,
datetime-local, week, month, time) still work as intended.

Depends on D8668

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

--HG--
extra : moz-landing-system : lando
2018-10-16 15:57:26 +00:00
..
annotations Bug 1492308 - 1. Generate natives binding for all JNIObject classes; r=snorp 2018-10-02 19:59:28 +00:00
app Bug 1498787 - Support seconds in datetime-local inputs r=jchen 2018-10-16 16:04:08 +00:00
base Bug 1005268 - Remove "datetime" UI from Fennec and fix capitalization issue r=jchen 2018-10-16 15:57:26 +00:00
branding Backed out changeset 56f980324015 (bug 1480854) for lint bustage. CLOSED TREE 2018-09-14 19:22:52 +03:00
chrome Backed out changeset 8d7987ea4fb1 (bug 1490257) for causing android failures. CLOSED TREE 2018-10-15 14:39:00 +03:00
components Bug 1406903 Part 2: Added support for opening HTML files. r=JanH 2018-10-15 11:05:26 +00:00
config Back out changeset 9481b9ecaf2f (bug 1480006) as being a suspect in the rise of crashes such as bug 1489953. 2018-10-16 15:17:20 +09:00
docs Bug 1490670 - Add telemetry for launching a PWA; r=sdaswani 2018-09-14 08:36:48 +00:00
extensions Bug 1472220 - back out the Fennec GWS/Facebook UA-spoofing system addon added in bug 1453691; r=rhelmer 2018-09-20 14:58:42 +00:00
fonts
geckoview Bug 1406903 Part 2: Added support for opening HTML files. r=JanH 2018-10-15 11:05:26 +00:00
geckoview_example Bug 1454444: Add GeckoSession.getUserAgent. r=snorp,esawin 2018-10-11 15:31:15 +00:00
gradle Bug 1418464 - Part 2: Do less work when packaging GeckoView. r=mshal,jchen 2018-10-09 18:35:51 +00:00
installer Bug 1418464 - Part 2: Do less work when packaging GeckoView. r=mshal,jchen 2018-10-09 18:35:51 +00:00
locales Bug 1005268 - Remove "datetime" UI from Fennec and fix capitalization issue r=jchen 2018-10-16 15:57:26 +00:00
modules Bug 1005268 - Remove "datetime" UI from Fennec and fix capitalization issue r=jchen 2018-10-16 15:57:26 +00:00
services Bug 1421174 - Remove old AddToHomeScreenPromotion; r=jchen 2018-10-08 05:42:14 +00:00
stumbler Bug 1476720 - Set MLS notification action. r=jchen 2018-07-26 17:42:19 +03:00
tests Bug 1498892 - Part 2: Add session store test for scroll positions of frames. r=gbrown 2018-10-15 21:11:15 +00:00
themes Bug 1480934 - Saving Reader View page yields blank page fixed by removing inline style r=jaws,ckerschb 2018-08-14 03:26:24 +00:00
thirdparty Bug 1486432 Leanplum push notifications are not received on devices with Android O or above r=JanH,flod 2018-09-03 10:21:51 +00:00
.eslintrc.js Bug 1488445 - Remove and replace obsolete ESLint rules. r=mossop 2018-09-04 18:08:43 +00:00
app.mozbuild
build.mk
confvars.sh Bug 1476333 - Define the browser chrome URL as BROWSER_CHROME_URL so it can be accessed from AppConstants instead of a pref;r=gps 2018-07-24 08:12:48 -07:00
debug_sign_tool.py
gradle.configure Bug 1475256 - Turn archive-geckoview-coverage-artifacts into archive-coverage-artifacts. r=nalexander 2018-09-06 17:00:17 +00:00
gradle.py
LICENSE
mach_commands.py Bug 1475256 - Turn archive-geckoview-coverage-artifacts into archive-coverage-artifacts. r=nalexander 2018-09-06 17:00:17 +00:00
moz.build
moz.configure