Yoshi Huang
df0810a717
Bug 1094669 - Add a size attribute for MozNDEFRecord. r=smaug, dimi
...
From 2f518e162998b4ac911b3e10f8a7f8177fe03f59 Mon Sep 17 00:00:00 2001
---
dom/nfc/MozNDEFRecord.cpp | 7 +++++++
dom/nfc/MozNDEFRecord.h | 6 ++++++
dom/webidl/MozNDEFRecord.webidl | 6 ++++++
3 files changed, 19 insertions(+)
2014-11-07 14:24:34 +08:00
Yoshi Huang
f52fe75bec
Bug 1007724 - Part 1: tnf validation. r=smaug
...
From 5289124d435e3eed280c8a1728b55ab005ac0aae Mon Sep 17 00:00:00 2001
---
dom/nfc/MozNDEFRecord.cpp | 40 ++++++++++++++++++++++++++++++++++++++++
dom/nfc/MozNDEFRecord.h | 3 +++
2 files changed, 43 insertions(+)
2014-08-28 16:44:48 +08:00
Yoshi Huang
b169925da4
Bug 1055560 - Part 1: DOM Change. r=smaug
2014-08-20 17:35:18 +08:00
Yoshi Huang
a3b1a52aa8
Bug 1053732 - Part 1: DOM changes. r=smaug
2014-08-18 14:56:12 +08:00
Aryeh Gregor
60fbc97021
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
2014-08-18 17:44:50 +03:00
Boris Zbarsky
dfe8c38082
Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv
2014-06-11 16:26:52 -04:00
Boris Zbarsky
79dab91ff6
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
"allstars.chh"
28cc482bb8
Bug 960510 - Part 1: Make type, id and payload optional. r=khuey
...
From 4ac0853ddabfadb99bfcd037d3831904d8353fbf Mon Sep 17 00:00:00 2001
---
dom/nfc/MozNDEFRecord.cpp | 26 +++++++++++++++++++-------
dom/nfc/MozNDEFRecord.h | 36 +++++++++++++++++++++++++-----------
dom/webidl/MozNDEFRecord.webidl | 8 ++++----
3 files changed, 48 insertions(+), 22 deletions(-)
2014-02-20 15:08:46 +08:00
Garner Lee
625122c983
Bug 964186 - Rename MozNdefRecord to MozNDEFRecord. r=smaug, sr=sicking
...
--HG--
rename : dom/nfc/MozNdefRecord.cpp => dom/nfc/MozNDEFRecord.cpp
rename : dom/nfc/MozNdefRecord.h => dom/nfc/MozNDEFRecord.h
rename : dom/webidl/MozNdefRecord.webidl => dom/webidl/MozNDEFRecord.webidl
2014-01-28 16:20:17 -08:00