From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../android/chrome/content/bindings/checkbox.xml | 75 ++++++++++++++++++++++ .../android/chrome/content/bindings/settings.xml | 66 +++++++++++++++++++ 2 files changed, 141 insertions(+) create mode 100644 mobile/android/chrome/content/bindings/checkbox.xml create mode 100644 mobile/android/chrome/content/bindings/settings.xml (limited to 'mobile/android/chrome/content/bindings') diff --git a/mobile/android/chrome/content/bindings/checkbox.xml b/mobile/android/chrome/content/bindings/checkbox.xml new file mode 100644 index 000000000..ec5c7828b --- /dev/null +++ b/mobile/android/chrome/content/bindings/checkbox.xml @@ -0,0 +1,75 @@ + + + + + + %checkboxDTD; +]> + + + + + + + + + + + + + + + document.getAnonymousElementByAttribute(this, "anonid", "group"); + + + + document.getAnonymousElementByAttribute(this, "anonid", "on"); + + + + document.getAnonymousElementByAttribute(this, "anonid", "off"); + + + + + + + + + + + + + + + + diff --git a/mobile/android/chrome/content/bindings/settings.xml b/mobile/android/chrome/content/bindings/settings.xml new file mode 100644 index 000000000..0019e9d3b --- /dev/null +++ b/mobile/android/chrome/content/bindings/settings.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3