author | Chia-hung Tai <ctai@mozilla.com> |
Wed, 28 Nov 2012 10:59:05 +0800 | |
changeset 114442 | 10b4034b8b16252c1cbcdad27a5c1d04a37db3ac |
parent 114441 | a74eab6c64a747433e0da5b3a8571bb3086715e9 |
child 114443 | 3fec1ffef127bc8885407663211339917808b76d |
push id | 23917 |
push user | emorley@mozilla.com |
push date | Thu, 29 Nov 2012 14:20:29 +0000 |
treeherder | mozilla-central@c72d38e7a212 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vyang |
bugs | 815020 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/mms/interfaces/nsIWapPushApplication.idl +++ b/dom/mms/interfaces/nsIWapPushApplication.idl @@ -17,15 +17,14 @@ interface nsIWapPushApplication : nsISup * An array containing raw PDU data. * @param aLength * Length of aData. * @param aOffset * Start offset of aData containing message body of the Push PDU. * @param options * An object containing various attributes from lower transport layer. */ - [implicit_jscontext] void receiveWapPush([array, size_is(aLength)] in octet aData, in unsigned long aLength, in unsigned long aOffset, in jsval aOptions); };