dlee
|
cf352f8410
|
Bug 1109456 - Support NFC tag transceive WebAPI. r=smaug, yoshi
---
dom/nfc/NfcContentHelper.js | 33 ++++++++++++++++++++++
dom/nfc/gonk/Nfc.js | 7 ++++-
dom/nfc/gonk/NfcGonkMessage.h | 2 ++
dom/nfc/gonk/NfcMessageHandler.cpp | 54 ++++++++++++++++++++++++++++++++++++
dom/nfc/gonk/NfcMessageHandler.h | 4 ++-
dom/nfc/gonk/NfcOptions.h | 13 +++++++++
dom/nfc/gonk/NfcService.cpp | 6 ++++
dom/nfc/nsINfcContentHelper.idl | 27 ++++++++++++++++--
dom/nfc/nsNfc.js | 19 +++++++++++++
dom/webidl/MozNFCTag.webidl | 6 ++++
dom/webidl/NfcOptions.webidl | 6 ++++
11 files changed, 173 insertions(+), 4 deletions(-)
|
2015-01-09 10:42:48 +08:00 |
|
Wes Kocher
|
a2ce17d582
|
Merge mozilla-inbound to mozilla-central a=merge
|
2015-01-08 17:08:12 -08:00 |
|
Carsten "Tomcat" Book
|
b6421b94d2
|
Merge mozilla-central to b2g-inbound
|
2015-01-08 15:44:18 +01:00 |
|
Carsten "Tomcat" Book
|
072aa6913a
|
merge b2g-inbound to mozilla-central a=merge
|
2015-01-08 15:07:12 +01:00 |
|
Boris Zbarsky
|
f677fed96e
|
Bug 1112761 part 1. Replace Pref="media.mediasource.enabled" annotations in IDL with calls to a function which will end up doing something a bit more interesting. r=kinetik
|
2015-01-08 11:57:10 -05:00 |
|
Shawn Ku
|
2aeed6d63e
|
Bug 1113476: WebIDL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar,hsinyi.
|
2015-01-07 00:27:09 +08:00 |
|
Brian Birtles
|
129aea3283
|
Bug 1112422 - Turn on the Web Animations API by default for chrome callers; r=bz
|
2015-01-08 13:53:24 +09:00 |
|
Edgar Chen
|
92e6767f5f
|
Bug 1112471 - Part 1: Introduce a new API for getting icc service state. r=hsinyi
|
2014-12-22 15:57:25 +08:00 |
|
Ben Hsu
|
5f8260657c
|
Bug 1114841 - Part 1: Remove DOMMMIError (WebIDL). r=hsinyi
--HG--
extra : histedit_source : 4f17fab89bef33c82b2d3a2fba1ac3f098094e47
|
2015-01-07 02:27:00 -05:00 |
|
Albert Crespell
|
44c3140d91
|
Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi
|
2015-01-07 07:37:03 +01:00 |
|
Szu-Yu Chen [:aknow]
|
b65805ca0a
|
Bug 1115758 - Part 1: Add USSDSession.cancel (webidl). r=hsinyi
|
2015-01-07 15:28:43 +08:00 |
|
Vladimir Vukicevic
|
c612b8b893
|
Bug 1117579; fullscreen broken on freeciv (throws with bogus requestFullScreen options); r=bz
|
2015-01-05 14:49:04 -05:00 |
|
Ryan VanderMeulen
|
47214a0392
|
Merge inbound to m-c. a=merge
|
2015-01-06 10:52:47 -05:00 |
|
Yoshi Huang
|
ce9f8d1069
|
Bug 1116725 - TypeError : isLost is a readonly attribute. r=smaug, dimi
|
2014-12-31 17:08:17 +08:00 |
|
Yoshi Huang
|
fd21e634d7
|
Bug 1115673 - naming style for enums in NFCTechType and NFCTagType. r=smaug, dimi
|
2014-12-30 19:33:52 +08:00 |
|
Edgar Chen
|
f02cba3bc6
|
Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi
|
2014-12-12 19:04:00 +08:00 |
|
Wes Kocher
|
6bbbfac339
|
Merge m-c to b2g-inbound a=merge
|
2015-01-05 17:20:29 -08:00 |
|
Roshan Vidyashankar
|
ed6057b9f9
|
Bug 1058921 - Disable unsafe Window APIs in prerendering; r=jst
|
2015-01-05 13:43:43 -05:00 |
|
Ben Hsu
|
a81c42e94f
|
Bug 1077075 - Part 1: Change the return types to promises (WebIDL). r=hsinyi
--HG--
extra : histedit_source : 2d2480008bf96c1e58d334ae247c036ffe53e9b9
|
2014-12-23 19:34:00 -05:00 |
|
Boris Zbarsky
|
a4393d97b5
|
Bug 1107592 part 2. Allow chrome JS to directly throw content DOMExceptions that will propagate out to the web script. r=peterv
|
2015-01-02 17:08:33 -05:00 |
|
Boris Zbarsky
|
1a03a27e8c
|
Bug 1107592 part 1. Implement a DOMException constructor. r=peterv
|
2015-01-02 17:08:33 -05:00 |
|
Tom Tromey
|
dd47710374
|
Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof
|
2014-12-29 11:32:00 +01:00 |
|
Fabrice Desré
|
95a327c8c0
|
Backout bug 1098210 (2bd2fad9eac0) for suspicion of smoke test breakage. r=me
|
2014-12-31 12:30:31 -08:00 |
|
Yoshi Huang
|
c90dfcc8a9
|
Bug 1115676 - update contractID for mozNFC. r=smaug, dimi
From 84d5d3ccb88ea78ea65cd38cf5e17da145338d61 Mon Sep 17 00:00:00 2001
---
dom/nfc/nsNfc.js | 6 +++---
dom/nfc/nsNfc.manifest | 6 +++---
dom/webidl/MozNFC.webidl | 2 +-
dom/webidl/MozNFCPeer.webidl | 2 +-
dom/webidl/MozNFCTag.webidl | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
|
2014-12-26 20:57:11 +08:00 |
|
Yoshi Huang
|
15b00ac785
|
Bug 1115465 - Add id attribute to NFCTag. r=smaug, dimi
From 152d8835dedf6592d274478bac369530f98c3935 Mon Sep 17 00:00:00 2001
---
dom/nfc/NfcContentHelper.js | 6 ++++--
dom/nfc/gonk/NfcGonkMessage.h | 2 +-
dom/nfc/gonk/NfcMessageHandler.cpp | 17 +++++++++++------
dom/nfc/gonk/NfcOptions.h | 1 +
dom/nfc/gonk/NfcService.cpp | 5 +++++
dom/nfc/nsINfcContentHelper.idl | 4 +++-
dom/nfc/nsNfc.js | 2 ++
dom/webidl/MozNFCTag.webidl | 5 +++++
dom/webidl/NfcOptions.webidl | 1 +
9 files changed, 33 insertions(+), 10 deletions(-)
|
2014-12-26 16:07:45 +08:00 |
|
Carsten "Tomcat" Book
|
7a9be88cc2
|
Backed out changeset 1cddaf8b16f4 (bug 1077075) for bustage
|
2014-12-29 10:45:03 +01:00 |
|
Ben Hsu
|
50d08140a9
|
Bug 1077075 - Part 1: Change the return types to promises (WebIDL). r=hsinyi
--HG--
extra : amend_source : 3f704aabc6d57807d97ea76e3d23c7e08ae0e736
|
2014-12-23 19:34:00 +01:00 |
|
CHUANG CHENYU
|
dde8a7257b
|
Bug 1033952 - Implement "Removable" and "HotSwappable" APIs for device storage. r=dhylands, r=bzbarsky
|
2014-12-22 10:33:33 +08:00 |
|
Ehsan Akhgari
|
59ac4c7a9c
|
Bug 1061864 - Part 2: Add a prerendered flag to nsIFrameLoader and nsIFrameLoaderOwner; r=smaug
|
2015-01-05 21:01:28 -05:00 |
|
Ehsan Akhgari
|
151e778597
|
Bug 1058964 - Disable HTMLAppletElement and HTMLObjectElement in prerendering; r=baku
|
2015-01-05 20:49:32 -05:00 |
|
Ehsan Akhgari
|
a6bc918643
|
Bug 1058960 - Disable MozNFC, MozPowerManager, MozTimeManager, MozWakeLock, MozWifiManager in prerendering; r=baku
|
2015-01-05 20:49:17 -05:00 |
|
Ryan VanderMeulen
|
290fa5f6ce
|
Merge inbound to m-c. a=merge
|
2014-12-22 17:55:32 -05:00 |
|
Neil Deakin
|
93bff5c381
|
Bug 1066383, rework custom html menu item handling to support contextmenu attribute in separate process, r=janv,mconley,peterv
|
2014-12-16 11:21:11 -05:00 |
|
Edgar Chen
|
b62d79eeb1
|
Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi
|
2014-12-12 19:04:00 +08:00 |
|
Carsten "Tomcat" Book
|
f09ba01dc8
|
Merge mozilla-central to b2g-inbound
|
2014-12-22 14:04:32 +01:00 |
|
Ben Hsu
|
f8c78fb6a1
|
BUG 1070831 - Part 1: Clean up the WebIDL. r=hsinyi
|
2014-12-21 17:28:00 +01:00 |
|
Roshan Vidyashankar
|
21bacab933
|
Bug 1058980 - Disable external.addSearchEngine, external.AddSearchProvider in prerendering; r=jst
--HG--
extra : amend_source : 03cce38442166dbac7bd88d744d7c5a42a144ce3
|
2014-12-21 12:06:33 -05:00 |
|
Roshan Vidyashankar
|
84852560c2
|
Bug 1058970 - Disable unsafe MediaStream returning APIs in prerendering; r=jst
|
2014-12-21 12:06:08 -05:00 |
|
Roshan Vidyashankar
|
a4be32e6e6
|
Bug 1058961 - Disable mozLockOrientation, mozUnlockOrientation in prerendering; r=jst
--HG--
extra : amend_source : 9fbcff790ca45666e26911c6c8161453c12c1b88
|
2014-12-21 12:03:52 -05:00 |
|
Roshan Vidyashankar
|
39a1cd8ccb
|
Bug 1058924 - Disable Notifications API in prerendering; r=jst
--HG--
extra : amend_source : 8282b07cecbefa2c76cebc6f7c1f28e324c6caa1
|
2014-12-21 12:02:33 -05:00 |
|
Roshan Vidyashankar
|
3f6c55e8d5
|
Bug 1058922 - Disable Speech APIs in prerendering; r=jst
--HG--
extra : amend_source : eae9649cecf94a998249ddcf6139efd4eadbb92d
|
2014-12-21 12:02:12 -05:00 |
|
Roshan Vidyashankar
|
dfe8a88c9b
|
Bug 1058920 - Disable MOZ_B2G_RIL, MOZ_B2G_BT, MOZ_B2G_FM APIs in prerendering; r=jst
|
2014-12-21 12:01:41 -05:00 |
|
Roshan Vidyashankar
|
5874e83c07
|
Bug 1058918 - Disable mozRequestFullScreen, mozRequestPointerLock, setPointerCapture in prerendering; r=jst
|
2014-12-21 11:59:48 -05:00 |
|
Roshan Vidyashankar
|
4657e12dac
|
Bug 1058913 - Disable DOMDownloadManager in prerendering; r=jst
--HG--
extra : amend_source : 814986401077c9a754f1483463c424efab7afd81
|
2014-12-21 11:57:58 -05:00 |
|
Roshan Vidyashankar
|
909142fa46
|
Bug 1058908 - Disable Camera API in prerendering; r=jst
--HG--
extra : amend_source : 54f23d7c76e31f59ede5b15c5a777b878abf22d5
|
2014-12-21 11:56:52 -05:00 |
|
Roshan Vidyashankar
|
f2bdae9d1a
|
Bug 1058904 - Disable AlarmsManager in prerendering; r=jst
--HG--
extra : amend_source : 7dcd338d4d21393b4569533a36923ca6e578dca2
|
2014-12-21 11:55:45 -05:00 |
|
Roshan Vidyashankar
|
b3e40f8a88
|
Bug 1058901 - Disable ActivityRequestHandler in prerendering; r=jst
--HG--
extra : amend_source : 16f2cdec1408a17c071567b98c6072ebd4246eef
|
2014-12-21 11:54:37 -05:00 |
|
Roshan Vidyashankar
|
9e79789871
|
Bug 1058842 - Disable DesktopNotification in prerendering; r=jst
--HG--
extra : amend_source : 44ca4eaf8346fec0d2ebc517875bae45c881b678
|
2014-12-21 11:54:06 -05:00 |
|
Roshan Vidyashankar
|
38ed90207b
|
Bug 1057585 - Disable WebAudio APIs in prerendering; r=jst
|
2014-12-21 11:53:32 -05:00 |
|
Carsten "Tomcat" Book
|
e45abbf203
|
merge mozilla-inbound to mozilla-central a=merge
|
2014-12-18 13:50:27 +01:00 |
|