David Zbarsky
8ce74aae9d
Bug 857439 Part 3: Make sure to delete owned interfaces if wrapping fails r=bz
2013-04-19 04:49:21 -04:00
David Zbarsky
f5022bb55c
Bug 857439 Part 2: Cleanup example codegen a bit r=bz
2013-04-19 04:49:21 -04:00
David Zbarsky
01f59de8e2
Bug 857439 Part 1: Disallow owned interfaces from having parents or children r=bz
2013-04-19 04:49:21 -04:00
David Zbarsky
ef87d4f932
Bug 857439 Part 0: Allow creators to return raw pointers for owned objects r=bz
2013-04-19 04:49:20 -04:00
David Zbarsky
ea2739d5d6
Bug 852055 - Pass an EventTarget argument to Document.createTouch in WebIDL r=bz
2013-04-19 04:49:20 -04:00
Benoit Girard
d8168f5e54
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
...
--HG--
extra : rebase_source : ce0d9f94d2b4deb249e09198f9315f69ad6ee7d4
2013-04-03 18:59:17 -04:00
Benoit Girard
c285db56f3
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
...
--HG--
extra : rebase_source : 4e7e1681355146e32fbc5ff2aa9891470e241347
2013-04-03 18:59:17 -04:00
janjongboom@gmail.com
d89df799f0
Bug 862232 - [OPEN_][SMS]when we send a message to a contact whose number contains 0, the 0 will be deleted. r=gwagner
2013-04-18 07:42:39 -04:00
Fabrice Desré
f632e11468
backout a19cc9af881e for Moth failure.
2013-04-18 04:30:05 -07:00
Mike Habicher
90c1e49187
Bug 862256 - don't (re)reference CameraControl object during/after destructor, r=sotaro, a=tef+
2013-04-17 16:30:44 +02:00
Fabrice Desré
d1aee1fb10
Bug 854849 - Sanitize displayable fields in manifests r=vingtetun
2013-04-18 03:18:30 -07:00
Ryan VanderMeulen
546d488989
Merge m-c to inbound.
2013-04-17 12:46:40 -04:00
Ryan VanderMeulen
c21dfaf8e8
Merge the last PGO-green inbound changeset to m-c.
2013-04-17 12:44:08 -04:00
Ryan VanderMeulen
3b5b1e9f13
Backed out changeset 409285b3f69c (bug 862092) for mochitest-2 failures on a CLOSED TREE.
2013-04-17 11:48:34 -04:00
Chia-hung Tai
24d91f6bb2
Bug 862365 - B2G MMS: Support auto-home in retrieve mode(follow-up fixed). r=vyang
2013-04-17 20:15:01 +08:00
Jan-Ivar Bruaroey
30622a20ed
Bug 861718 - Friendly error about PeerConnection missing in Offline mode. r=jesup
2013-04-17 01:16:02 -04:00
Peter Van der Beken
d80727e491
Bug 862092 - "Assertion failure: target->isNative() == obj->isNative()" adopting a <select>. r=bz.
...
--HG--
extra : rebase_source : 1905aa3aa956a599e9ce1de8866f7dc58feb73be
2013-04-16 19:02:57 +02:00
Ben Kelly
4e473af618
Bug 862666 - Handle mozSettings async creation using addLoadEvent(). r=jdm
2013-04-17 10:03:29 -04:00
James Willcox
07acfb74dc
Bug 734691 - Add multi-thread support to profiler r=benwa
...
--HG--
extra : rebase_source : 04021da9d3d871f51f931b6e6f57a0bbbbaa6393
2013-03-29 15:34:49 -04:00
Jan-Ivar Bruaroey
25926ae20a
Bug 857765 - Add try/catch to content-script window.onerror call. r=abr
2013-04-17 19:03:39 -04:00
Bobby Holley
f7383de1b3
Bug 860438 - Remove plugin-specific cx pusher. r=bsmedberg
...
The old code does two little bits of special sauce that are worth mentioning:
1 - It calls OnWrapper{Created,Destroyed} to maintain the lifetime of the
addref'd context stack pointer. But that whole thing is gone now.
2 - It calls ScriptEvaluated to potentially invoke termination functions in
certain cases. nsCxPusher does this too, but with slightly different logic.
In particular, nsCxPusher checks whether the given JSContext was already
on the stack, whereas AutoCXPusher checked whether there was another cx on
the stack above this one. As far as I can tell from my investigations of
this stuff, this is all total voodoo, and I think it should probably be fine
to just use an nsCxPusher here.
Also, termination functions are going away soon in bug 841312.
2013-04-18 11:36:04 -04:00
Bobby Holley
47c4da9c33
Bug 860438 - Convert workers to SafeAutoJSContext. r=gabor
...
The only functional difference here is that AutoSafeJSContext entered a request.
Really, we should always enter a request and a compartment at the same time. But
for now we just preserve the old behavior with a JSAutoRequest.
2013-04-18 11:36:04 -04:00
Bobby Holley
344cf83bcf
Bug 860438 - Simplify JSContext handling {Cancel,Suspend,Resume}WorkersForWindow. r=gabor
...
The only functional difference here is the removal of a bug in which we were
constructing a dom::workers::AutoSafeJSContext around aCx, but then continuing
to pass aCx to the callee. If aCx were to be null, we'd end up with a mismatch
between the stack and the active cx. But it looks likes stuff depends on cx
being non-null anyway, so that probably never happened.
2013-04-18 11:36:04 -04:00
Bobby Holley
629d0d4121
Bug 860438 - Straightforward cases. r=gabor
2013-04-18 11:36:03 -04:00
Ryan VanderMeulen
3707b146a1
Backed out 4 changesets (bug 834835) for making bug 786539 nearly perma-orange.
2013-04-18 10:32:26 -04:00
Ben Kelly
28135bf977
Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck
2013-04-18 10:32:25 -04:00
L. David Baron
257471358c
Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck
2013-04-18 10:32:25 -04:00
James Willcox
7fb0f556cd
Bug 734691 - Add multi-thread support to profiler r=benwa
...
--HG--
extra : rebase_source : b9ecaa62430dc4f04a2d00a742c4b2d30e479bb5
2013-03-29 15:34:49 -04:00
Reuben Morais
944fea17a4
Bug 855015 - Send contacts to the child process less often. r=gwagner
...
--HG--
extra : rebase_source : e7efd60a6897811692806b06821f39864c9c91ef
2013-03-27 15:24:15 -07:00
Gregor Wagner
52d0336335
Bug 861905 - Contacts API: Shortcut permission check in the child. r=mounir
2013-04-17 07:51:51 -04:00
Ryan VanderMeulen
a9cb7d2c88
Merge m-c to inbound.
2013-04-16 16:04:20 -04:00
Mike Shal
77cdb6567d
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Aaron Klotz
2501332cc9
Bug 826851: Unit tests for Plugin Hang UI. r=bsmedberg
2013-04-16 13:19:17 -06:00
Ryan VanderMeulen
4dfeea9c71
Backed out 2 changesets (bug 734691) for leaks.
...
Backed out changeset ba88d9730af6 (bug 734691)
Backed out changeset 7d2fbf7b0372 (bug 734691)
2013-04-16 13:45:53 -04:00
Jon Hylands
03f093b739
Bug 853632 - Cache own and containing apps in TabContext. r=jlebar
2013-04-16 15:34:11 +02:00
Patrick Wang
fbd374df1e
Bug 860604 - Use receiving time to store received sms message. r=vicamo
2013-04-16 16:52:16 +08:00
Chia-hung Tai
2f3925c7ee
Bug 862050 : When mms apn is the same as default apn, the cellphone can't get data call connection. r=vyang
2013-04-16 21:50:15 +08:00
Jose Antonio Olivera Ortega
1e3a995dad
Bug 861896 - [b2g-ril] Call waiting feature is not working on Geeksphone Peak devices. r=vicamo
2013-04-16 22:20:20 +08:00
Ryan VanderMeulen
dcf28290cc
Merge m-c to birch.
2013-04-16 09:20:52 -04:00
Ryan VanderMeulen
d3dbb10cd3
Merge m-c to inbound.
2013-04-16 08:05:10 -04:00
Reuben Morais
9ec99ed2dd
Bug 862247 - Fix Contacts/Settings tests not running individually. r=gwagner
...
--HG--
extra : rebase_source : c9048a4680383576f329c4dcfb139a8e05633076
2013-04-16 14:01:13 +02:00
Gina Yeh
510eab17b7
Bug 857896 - Convert device property "Connected" into a boolean if bluez returns a two-byte array, r=echou,qdot
2013-04-16 11:10:29 +02:00
Eric Chou
e909254f82
Bug 861085 - Enable/Disable Bluetooth based on mozSettings value at startup, r=gyeh, r=qdot
2013-04-16 11:02:23 +08:00
Olli Pettay
124d1b4696
Bug 856303 - Paris binding for MouseScrollEvent, r=peterv
...
--HG--
extra : rebase_source : 26aec7e5472d213615918f20168e3fd2277b0591
2013-04-15 23:37:52 +03:00
Olli Pettay
09d818e775
Bug 856363 - Paris binding for TouchEvent, r=peterv
...
--HG--
extra : rebase_source : 09fc86b555febd5adfaeebdffeb685e37c1d0823
2013-04-15 23:33:46 +03:00
Olli Pettay
67e5853096
Bug 847598 - Paris binding for NotifyPaintEvent, r=peterv
...
--HG--
extra : rebase_source : dcd7cc75cfc42ab5cb636093b67da057019269cb
2013-04-15 23:27:37 +03:00
Robert O'Callahan
0e51880b10
Bug 834835. Part 1: Add initial AudioStreamTrack/VideoStreamTrack/MediaStreamTrack interfaces and implementations. r=jesup
2013-03-27 14:32:51 +13:00
Makoto Kato
d75d999182
Bug 857957 - Use Endian.h for byte swap. f=nfroyd, r=jfkthame, r/sr=bsmedberg
2013-04-24 16:40:33 +09:00
David Zbarsky
f8941f52f4
Bug 861729 - Remove nsPIDOMWindow::mDocument r=Ms2ger
2013-04-24 00:22:37 -04:00
David Zbarsky
82391d9a22
Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger
2013-04-24 00:22:37 -04:00
Masayuki Nakano
f44a18d4f7
Bug 842927 part.1 Implement D3E KeyboardEvent.key r=smaug, sr=smaug
2013-04-24 12:49:46 +09:00
Garrett Robinson
02b569fd5b
Bug 863878 - The CSP logging from bug 821877 should go to the new Security Pane in the Web Console. r=bzbarsky r=ddahl
2013-04-23 17:39:10 -05:00
Ryan VanderMeulen
f36156f2ae
Merge m-c to inbound.
2013-04-15 16:21:51 -04:00
Marco Chen
a860225227
Bug 836201 - [FM Radio] Music is not playing while FM is playing in background. r=jlebar, a=leo+
2013-04-15 23:02:12 +08:00
Ehsan Akhgari
848d2fc00a
Bug 853298 - Part 2: Make AudioNode an EventTarget; r=smaug
2013-04-12 11:28:33 -04:00
Ehsan Akhgari
ff2971de14
Bug 853298 - Part 1: Switch the ownership model of audio nodes to be based the cycle collector with wrapper caches; r=roc
...
Here is what this patch does:
* Got rid of the JSBindingFinalized stuff
* Made all nodes wrappercached
* Started to hold a self reference while the AudioBufferSourceNode is playing back
* Converted the input references to weak references
* Got rid of all of the SetProduceOwnOutput and UpdateOutputEnded logic
The nodes are now collected by the cycle collector which calls into
DisconnectFromGraph which drops the references to other nodes and destroys the
media stream. Note that most of the cycles that are now inherent in the
ownership model are between nodes and their AudioParams (that is, the cycles
not created by content.)
2013-04-14 21:52:55 -04:00
Vincent Chang
94e3bcd2b8
Bug 854302 - [Buri][WIFI]Cann't disconnect WIFI when connect AP use WPS. r=mrbkap
2013-03-26 14:55:56 +08:00
Valentin Gosu
d960bf3b0c
Bug 843865 - Implement Networking Dashboard using webidl. r=bz
2013-04-14 21:32:06 -04:00
David Zbarsky
b888bf773b
Bug 846995 Part 3: Rename DOMSVGAnimatedTransformList and kill nsISupports r=jwatt
...
--HG--
rename : content/svg/content/src/DOMSVGAnimatedTransformList.cpp => content/svg/content/src/SVGAnimatedTransformList.cpp
rename : content/svg/content/src/DOMSVGAnimatedTransformList.h => content/svg/content/src/SVGAnimatedTransformList.h
2013-04-14 18:56:34 -04:00
David Zbarsky
b87e489c14
Bug 846995 Part 1: Fix all the files that reference SVGAnimatedTransformList r=jwatt
2013-04-14 18:56:34 -04:00
Masayuki Nakano
a8cddee807
Bug 857820 part.3 Drop <blink> support from HTML parser r=mrbkap
2013-04-14 19:11:09 +09:00
Masayuki Nakano
bdf0c3380f
Bug 857820 part.2 Drop <blink> support from editor r=ehsan
2013-04-14 19:11:07 +09:00
Jose Cortes
5a8bc5381c
Bug 842186 - Replace use of jsval with JS::Value in dom/base. r=jwalden
...
From 1a684ed61615d32965201e55335478d5f403ac4a Mon Sep 17 00:00:00 2001
cpp files in the dom/base/ directory. r=jwalden
---
dom/base/Crypto.cpp | 3 +-
dom/base/DOMRequest.cpp | 12 +++---
dom/base/DOMRequest.h | 4 +-
dom/base/Navigator.cpp | 10 ++---
dom/base/nsDOMJSUtils.h | 6 +--
dom/base/nsDOMWindowUtils.cpp | 20 ++++-----
dom/base/nsGlobalWindow.cpp | 24 +++++------
dom/base/nsIJSNativeInitializer.h | 4 +-
dom/base/nsJSEnvironment.cpp | 73 +++++++++++++++++----------------
dom/base/nsJSEnvironment.h | 8 ++--
dom/base/nsJSTimeoutHandler.cpp | 4 +-
dom/base/nsJSUtils.h | 2 +-
dom/base/nsStructuredCloneContainer.cpp | 10 ++---
13 files changed, 91 insertions(+), 89 deletions(-)
--HG--
extra : rebase_source : af1420550a745aba9fd6c20297ac3cd0075f5ead
2013-04-11 18:52:10 -04:00
Ehsan Akhgari
ebd57422f5
Bug 861325 - Use an optional NamedConstructor argument for HTMLAudioElement; r=bzbarsky
2013-04-12 15:35:46 -04:00
Ryan VanderMeulen
f0a9fe5d92
Merge m-c to inbound.
2013-04-13 08:04:05 -04:00
Ms2ger
319deb013a
Bug 861098 - Remove more classinfo; r=bz
2013-04-13 09:08:49 +02:00
Ms2ger
99a08555f8
Bug 856629 - Part b: Implement ChildNode.remove(); r=bz
2013-04-13 09:08:47 +02:00
Ms2ger
79992c68b6
Bug 856629 - Part a: Import a test for HTMLSelectElement.remove(); rs=volkmar
2013-04-13 09:06:49 +02:00
Ms2ger
069d54680d
Bug 858212 - Move FileReader to Paris bindings; r=bz
2013-04-13 09:06:31 +02:00
Ms2ger
56287333d1
Bug 826740 - Part f: Move HTMLCanvasElement to Paris bindings; r=khuey
2013-04-13 09:05:51 +02:00
Ms2ger
326dc2f307
Bug 826740 - Part d: Use implicit_jscontext to simplify nsIDOMHTMLCanvasElement.getContext; r=khuey
2013-04-13 09:05:33 +02:00
Ms2ger
0d078c43c7
Bug 826740 - Part c: Pass a JS::Value instead of an nsIVariant to nsIDOMHTMLCanvasElement.toDataURL; r=khuey
2013-04-13 09:05:22 +02:00
Ms2ger
b7775baef4
Bug 826740 - Part b: Remove unused arguments from nsIDOMHTMLCanvasElement; r=khuey
2013-04-13 09:04:53 +02:00
Ms2ger
8f5d5c7049
Bug 841488 - Part d: Move HTMLSelectElement to WebIDL bindings, remove CI and QS; r=khuey
2013-04-13 09:01:59 +02:00
Ms2ger
483c6e3f26
Bug 858211 - Use more webidl features for HTMLAudioElement; r=bz
2013-04-13 08:59:30 +02:00
Guilherme Gonçalves
8a6edb42bd
Bug 850442 - Part 5 - Rename nsGeolocation to Geolocation. r=bz
2013-04-12 13:01:29 -07:00
Guilherme Gonçalves
3ea6d6c459
Bug 850442 - Part 4 - Make nsIDOMGeoGeolocation non-scriptable. r=bz
2013-04-12 13:01:29 -07:00
Guilherme Gonçalves
2f794443db
Bug 850442 - Part 3 - Convert callbacks, Geolocation and Position. r=bz
2013-04-12 13:01:29 -07:00
Guilherme Gonçalves
4bccbd8f23
Bug 850442 - Part 2 - Convert PositionError. r=bz
2013-04-12 13:01:28 -07:00
Guilherme Gonçalves
9123a3b2da
Bug 850442 - Part 1 - Wrap nsGeoPosition and nsGeoPositionCoords into Position and Coordinates. r=bz
2013-04-12 13:01:28 -07:00
Ben Hearsum
bd05cee10a
bug 859101: tar Cannot open: File or path name too long when for test_document.getElementsByName-newelements.html.json and test_script-IDL-event-htmlfor.html.json - shorten imported w3c tests. r=Ms2ger
...
--HG--
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/Makefile.in => dom/imptests/failures/html/html/dom/documents/dta/Makefile.in
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/Makefile.in => dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/Makefile.in
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/moz.build
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html.json => dom/imptests/failures/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-newelements.html.json
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/failures/html/html/dom/documents/dta/moz.build
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-frameset-and-body.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.body-getter-frameset-and-body.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-03.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-04.xhtml.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-06.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-06.html.json
rename : dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/test_document.title-07.html.json => dom/imptests/failures/html/html/dom/documents/dta/test_document.title-07.html.json
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/Makefile.in => dom/imptests/failures/html/html/obsolete/implreq/oeaaa/Makefile.in
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/failures/html/html/obsolete/implreq/oeaaa/moz.build
rename : dom/imptests/failures/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_script-IDL-event-htmlfor.html.json => dom/imptests/failures/html/html/obsolete/implreq/oeaaa/test_script-IDL-event-htmlfor.html.json
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/Makefile.in => dom/imptests/html/html/dom/documents/dta/Makefile.in
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/Makefile.in => dom/imptests/html/html/dom/documents/dta/doc.gEBN/Makefile.in
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/html/html/dom/documents/dta/doc.gEBN/moz.build
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-case.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-case.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-case.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-case.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-id.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-id.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-id.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-id.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-namespace.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-namespace.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-namespace.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-namespace.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-newelements.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-newelements.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-null-undef.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-null-undef.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-null-undef.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-null-undef.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-param.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-param.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-param.xhtml => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-param.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-same.html => dom/imptests/html/html/dom/documents/dta/doc.gEBN/test_doc.gEBN-same.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/moz.build => dom/imptests/html/html/dom/documents/dta/moz.build
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_Document.getElementsByClassName-null-undef.html => dom/imptests/html/html/dom/documents/dta/test_Document.getElementsByClassName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_Element.getElementsByClassName-null-undef.html => dom/imptests/html/html/dom/documents/dta/test_Element.getElementsByClassName-null-undef.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-body-and-frameset.html => dom/imptests/html/html/dom/documents/dta/test_document.body-getter-body-and-frameset.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-foreign-frameset.html => dom/imptests/html/html/dom/documents/dta/test_document.body-getter-foreign-frameset.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-getter-frameset-and-body.html => dom/imptests/html/html/dom/documents/dta/test_document.body-getter-frameset-and-body.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.body-setter-01.html => dom/imptests/html/html/dom/documents/dta/test_document.body-setter-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.embeds-document.plugins-01.html => dom/imptests/html/html/dom/documents/dta/test_document.embeds-document.plugins-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.getElementsByClassName-same.html => dom/imptests/html/html/dom/documents/dta/test_document.getElementsByClassName-same.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.head-01.html => dom/imptests/html/html/dom/documents/dta/test_document.head-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.head-02.html => dom/imptests/html/html/dom/documents/dta/test_document.head-02.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-01.html => dom/imptests/html/html/dom/documents/dta/test_document.title-01.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-02.xhtml => dom/imptests/html/html/dom/documents/dta/test_document.title-02.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-03.html => dom/imptests/html/html/dom/documents/dta/test_document.title-03.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-04.xhtml => dom/imptests/html/html/dom/documents/dta/test_document.title-04.xhtml
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-05.html => dom/imptests/html/html/dom/documents/dta/test_document.title-05.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-06.html => dom/imptests/html/html/dom/documents/dta/test_document.title-06.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_document.title-07.html => dom/imptests/html/html/dom/documents/dta/test_document.title-07.html
rename : dom/imptests/html/html/dom/documents/dom-tree-accessors/test_nameditem-01.html => dom/imptests/html/html/dom/documents/dta/test_nameditem-01.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/Makefile.in => dom/imptests/html/html/obsolete/implreq/oeaaa/Makefile.in
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/moz.build => dom/imptests/html/html/obsolete/implreq/oeaaa/moz.build
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-01.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-01.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-02.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-02.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-03.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-03.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_document-color-04.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_document-color-04.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_heading-obsolete-attributes-01.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_heading-obsolete-attributes-01.html
rename : dom/imptests/html/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/test_script-IDL-event-htmlfor.html => dom/imptests/html/html/obsolete/implreq/oeaaa/test_script-IDL-event-htmlfor.html
2013-04-12 14:35:15 -04:00
Boris Zbarsky
c72e933878
Bug 861064. Root WebIDL dictionary Init. r=smaug,terrence
2013-04-12 23:34:22 -04:00
Boris Zbarsky
f7e751861b
Bug 860591. Install WebIDL quickstubs for event interfaces as needed. r=smaug
2013-04-12 10:51:25 -04:00
Ryan VanderMeulen
b75fade323
Backed out changeset 8ce65f4eb1ba (bug 820170) for suspicion of causing bug 860903 on a CLOSED TREE.
2013-04-12 13:57:46 -04:00
Boris Zbarsky
cfcc19e96d
Back out bug 860591 (rev 8488f69f8f91) because it causes orange, resulting in a CLOSED TREE
2013-04-12 12:50:06 -04:00
Rob Wood
bc1116b355
Bug 851658 - Fix test_proximity_change intermittent failure; r=jgriffin
2013-04-09 09:21:50 -04:00
Vicamo Yang
89b5951263
Bug 861095 - B2G MMS: handle MMS message in NotifyCursorResult() as well. r=mounir
2013-04-12 23:39:48 +08:00
Rob Wood
eef12a9ce6
Bug 844490 - Increase timeout for all WebAPI telephony tests, to fix intermittent timeout failures; r=jgriffin
2013-04-09 12:02:51 -04:00
Rob Wood
9ab66e15fc
Bug 841285 - Increase timeout for alL SMS WebAPI tests, to fix intermittent timeout failures; r=jgriffin
2013-04-09 11:48:36 -04:00
Benoit Girard
37a779f06d
Bug 853358 - Add plugin profiling support. r=ehsan,bsmedberg
...
--HG--
extra : rebase_source : 70dfd31809cb644f6405bd144a2e8373268a461c
2013-03-21 10:17:23 +01:00
Boris Zbarsky
2fa24990ca
Bug 704063. Add an unprefixed version of requestAnimationFrame. r=roc, sr=smaug
2013-04-25 11:13:21 -04:00
Boris Zbarsky
16f88da803
Bug 753453. Add a way for us to pass a high-res timestamp to requestAnimationFrame callbacks. r=roc
2013-04-25 11:13:21 -04:00
Daniel Holbert
05059788e9
backout 8e0af273404e (Bug 847279) for android M-8 orange
2013-04-17 17:13:02 -07:00
Daniel Holbert
e423843dbb
backout b1096811620f (Bug 847279) for android M-8 orange
2013-04-17 17:12:10 -07:00
Ben Kelly
80f5568437
Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck
2013-04-17 18:00:14 -04:00
L. David Baron
9cad230120
Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck
2013-04-17 18:00:14 -04:00
Olli Pettay
568cea39db
Bug 862991 - If dictionary member needs cx, so should dictionary itself, r=bz
...
--HG--
extra : rebase_source : a495d79df021e896d3b7695a7d11da8d52559c28
2013-04-17 23:40:54 +03:00
Olli Pettay
0cfa77f832
Bug 862983 - HeaderFile annotation for WebIDL interfaces, r=bz
...
--HG--
extra : rebase_source : f096c032342b71aeb42999f80241697c79037b7c
2013-04-17 23:29:09 +03:00
Olli Pettay
b589a2e03c
Bug 862987 - Include nsAutoPtr.h in BindingDeclarations.h, r=bz
...
--HG--
extra : rebase_source : b3059811b16fa5a2bec070176a276ece18178baf
2013-04-17 23:17:44 +03:00
Nick Alexander
1e840733ac
Bug 848519 - Part 3: Replace services-common/preferences.js with gre/modules/Preferences.jsm in imports. r=gavin
2013-04-15 12:45:37 -07:00
Honza Bambas
22176a6ee3
Bug 850362 - reintroduce bug 842852 - localStorage optimizations, r=mak77
2013-04-15 14:38:58 +02:00
Honza Bambas
bf6ac747cf
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-15 14:38:48 +02:00
Nicholas Nethercote
f5378cec64
Bug 859657 (part 2) - Remove nsIMemoryMultiReporter.explicitNonHeap because it's more trouble than it's worth; also remove the "explicit" single reporter. r=jlebar.
...
--HG--
extra : rebase_source : a146536a3dd0043082bcb1c26d980c4c6d4c0730
2013-04-11 20:52:32 -07:00
Jeff Walden
f9d3bc73ed
Bug 858677 - Fix up code not built by SpiderMonkey to use the newly-changed deletion signatures. r=bholley, r=billm
2013-04-05 21:22:55 -07:00
Ben Turner
0514a30d13
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
2013-03-15 23:58:50 -07:00
Ben Turner
d2d94d205c
Backout bug 861287 for gcc build failures.
2013-04-25 08:30:28 -04:00
Gene Lian
9e7f5175ca
Bug 853752 - B2G MMS: after retrieving MMS, delete the thread containing the previous notification indication (follow-up fix). r=vicamo a=leo+
2013-04-25 19:47:44 +08:00
Ben Turner
19f1c29c69
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
2013-03-15 23:58:50 -07:00
Ben Turner
0d717be13b
Remove bad line endings from IDBFactory, no bug.
2013-04-25 07:06:54 -04:00
Jonathan Watt
ff9ccc338c
Bug 862693 - Stop the :-moz-focusring pseudo-class from matching if an element is themed and the theme will display a visual indication of focus for the element. r=roc
2013-04-17 09:22:55 +01:00
Gabor Krizsanits
26880f8f17
Bug 820170 - Wrapping nodes into documents compartment. r=bholley
2013-04-17 10:11:53 +02:00
Jan-Ivar Bruaroey
035532f753
Bug 857765: Log errors thrown by user-defined PeerConnection callbacks r=msucan
2013-04-16 19:23:07 -04:00
Robert O'Callahan
adb15736f2
Bug 834835. Part 3: Implement DOMMediaStream::GetAudio/VideoTracks. r=jesup
...
--HG--
extra : rebase_source : 6e4ab9c849320ee3a3a1b516bf143f528957e57f
2013-04-17 17:18:37 +12:00
Robert O'Callahan
bd6864353b
Bug 834835. Part 1: Add initial AudioStreamTrack/VideoStreamTrack/MediaStreamTrack interfaces and implementations. r=jesup
...
--HG--
extra : rebase_source : 7d9ec16301f7ba12fb181e0b37fdcaf8455b97e4
2013-03-27 14:32:51 +13:00
Matt Woodrow
da9fdb05e0
Bug 860615 - Use SharedTextureHandle for plugins on OSX. r=BenWa
2013-04-17 14:21:07 +12:00
Matt Woodrow
cadfb117ea
Bug 844693 - Remove MacIOSurfaceImage::SetUpdateCallback. r=BenWa
2013-04-17 14:21:06 +12:00
Aaron Klotz
40248f12b0
Bug 826851: Back out Plugin Hang UI unit tests due to intermittent WinXP oranges on inbound. r=bustage
2013-04-16 18:50:22 -06:00
Kyle Machulis
e77f5f1a14
Bug 862462 - Make sure BluetoothAdapter unroots before destruction; r=mrbkap
2013-04-16 14:54:00 -07:00
Kyle Machulis
82897862d8
Bug 855062 - Add initialization function for DOMRequest FireSuccessAsync; r=mrbkap
2013-04-16 14:54:00 -07:00
Kyle Machulis
02a78ca57a
Bug 861980 - Change sockopt length to be a socklen_t; r=echou
2013-04-16 14:54:00 -07:00
Boris Zbarsky
774766d13e
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
2013-04-16 17:16:08 -04:00
Boris Zbarsky
1e78780e54
Bug 835643 part 2. Store an EventListenerHolder, not an nsIDOMEventListener, in nsListenerStruct. r=smaug
2013-04-16 17:15:57 -04:00
Boris Zbarsky
7b4ea9ad6a
Bug 835643 part 1. Give CallbackObject an IID so that random things don't QI to it. r=smaug
...
Right now it thinks its IID is the nsISupports IID!
2013-04-16 17:14:30 -04:00
Scott Johnson
807b65968f
Bug 803719: Add a getClientRect API to CaretPosition and use it to maintain position for reflow-on-zoom feature. [r=kats,tn]
2013-04-16 16:12:03 -05:00
Scott Johnson
4c521342c5
Backed out changeset 6d29c583d5c0 due to incorrect commit message.
2013-04-16 16:10:20 -05:00
Scott Johnson
2ec78a1e54
Bug 803719: Add a toDOMRange API to CaretPosition and use it to maintain position for reflow-on-zoom feature. [r=kats,tn]
2013-04-16 16:08:38 -05:00
Boris Zbarsky
498c958a33
Bug 864590. Assert that the object is not null when wrapping WebIDL objects. r=peterv
2013-04-24 14:59:15 -04:00
Boris Zbarsky
20ab2b6db5
Bug 862629 part 2. Remove the now-unused scope object bit in js-to-native conversions. r=peterv
2013-04-24 14:59:15 -04:00
Boris Zbarsky
87e77a2b99
Bug 862629 part 1. Stop playing compartment games with WebIDL callbacks and just use the given object as-is. r=peterv
2013-04-24 14:59:15 -04:00
Boris Zbarsky
560478bb6b
Bug 843264. Allow returning sequences of non-primitive types from callback methods. r=mccr8
2013-04-24 14:59:14 -04:00
Boris Zbarsky
8406904ff2
Bug 864535. Drop some comments from WebIDL proxy [[Delete]] implementations, since the spec has changed. r=waldo
2013-04-24 14:59:14 -04:00
David Keeler
13412b2b0b
bug 549697 - add click-to-play plugin UI to the addon manager r=unfocused r=jaws
...
--HG--
rename : browser/base/content/test/test_bug787619.html => browser/base/content/test/browser_bug787619.js
rename : browser/base/content/test/test_bug787619.html => browser/base/content/test/plugin_bug787619.html
2013-04-23 16:21:22 -07:00
Boris Zbarsky
1684007f9e
Bug 766583 part 7. Stop declaring variadic arguments as const on the stack in bindings code. r=smaug
2013-04-25 19:03:07 -04:00
Boris Zbarsky
aa284f1a66
Bug 766583 part 6. Stop declaring unions as const on the stack in bindings code. r=smaug
2013-04-25 19:03:07 -04:00
Boris Zbarsky
080775af23
Bug 766583 part 5. Stop declaring optional arguments as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
3d72fdf114
Bug 766583 part 4. Stop declaring strings as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
a4e95d314b
Bug 766583 part 3. Stop declaring nullable things as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
b10373cda6
Bug 766583 part 2. Stop declaring sequences as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
9ba2beac5c
Bug 766583 part 1. Stop declaring dictionaries as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
7a5392b28d
Bug 861493. When passing arguments to an Xray for a WebIDL constructor, make sure to do the argument unwrapping before entering the content compartment. r=bholley,waldo
...
There are several changes here:
1) Adds some MutableThis methods to Optional, Nullable, and dictionaries to
effectively allow doing a const_cast without knowing the actual type being
templated over. I needed this because I do not in fact know that type in
the relevant code. I'm open to suggestions for a better name for this
method.
2) Adds some operator& to RootedJSValue to make it look more like a JS::Value,
and in particular so I can JS_WrapValue the thing in it.
3) Adds a Slot() method to NonNullLazyRootedObject, just like NonNull has.
4) Adds an operator& to LazyRootedObject to make it look more like JSObject* so
I can JS_WrapObject the thing in it.
5) Implements the actual rewrapping of the arguments into the content compartment.
6) Fixes a small preexisting bug in which we didn't look at named constructors
in getTypesFromDescriptor (this was causing my tests to not compile).
7) Changes Xrays to not enter the content compartment when calling a WebIDL
constructor.
8) Adds some friend API to report things as not being functions.
2013-04-25 19:03:05 -04:00
Ehsan Akhgari
f536477e52
Bug 859600 - Make AudioContext an EventTarget; r=smaug
2013-04-25 00:28:39 -04:00
Andrew McCreight
cd4ebfbb80
Bug 865544 - Add support for nsIDOMGlobalPropertyInitializer to JS-implemented WebIDL. r=bz
2013-04-25 14:31:42 -07:00
Rob Wood
76da970a99
Bug 849714 - Fix intermittent failure in outgoing_answer_hangup_oncallschanged; r=jgriffin
2013-04-24 12:38:19 -04:00
Jeff Walden
d7351f78e5
Bug 864558 - Fix some minor issues with SMS sending and filtering. r=mounir, r=mrbkap taking into consideration a comment by bz
...
--HG--
extra : rebase_source : 6a63d12a77e7aec9d8719e338b138dcab7d1e3ac
2013-04-22 16:29:25 -07:00
Boris Zbarsky
c6af618fd5
Bug 731746 part 4. When wrapping a JS-implemented webidl object, define the new object as a property on the implementing object. r=mccr8
2013-04-24 22:44:28 -04:00
Boris Zbarsky
de9b7862dc
Bug 731746 part 3. Change JS-implemented webidl codegen to always invoke the parent constructor if there is a parent interface. r=mccr8
2013-04-24 22:44:28 -04:00
Boris Zbarsky
2f17e61fc4
Bug 731746 part 2. Change JS-implemented webidl codegen to pass an nsPIDOMWindow, not an nsISupports, to the object constructor. r=mccr8
2013-04-24 22:44:27 -04:00
David Zbarsky
91a3786bb2
[Bug 864209] Remove Geolocation classinfo r=Ms2ger
2013-04-24 22:26:48 -04:00
Ryan VanderMeulen
5c64ef6278
Merge m-c to inbound.
2013-04-24 21:51:04 -04:00
Matt Woodrow
af1950b9c6
Bug 863922 - Use the device pixel size of plugin IOSurfaces since layers handles resolution scaling already. r=BenWa
2013-04-25 10:31:12 +12:00
Bobby Holley
6fd248fb89
Bug 865260 - Use IsXrayWrapper rather than ObjectIsNativeWrapper in nsWindowSH. r=bz
...
There are some other uses of ObjectIsNativeWrapper in other scriptable helpers
that are tempting to remove as well, but it's probably just better to wait for
that stuff to just go away. Given that the issue we're running into here is
Window-specific, there's not a pressing need to fix the other stuff.
2013-04-24 15:21:26 -07:00
Boris Zbarsky
02efa525b8
Bug 860591. Install WebIDL quickstubs for event interfaces as needed. r=smaug
2013-04-12 10:51:25 -04:00
Matt Brubeck
08b045fdd2
Back out cd218e07ede2, e57ac5581703, f53ad2a10ff8, ec91252c57d2, 2eca17711eff, 1997e63a1124 for build errors
2013-04-18 22:29:25 -07:00
David Zbarsky
0204cf180b
Bug 852055 - Pass an EventTarget argument to Document.createTouch in WebIDL r=bz
2013-04-19 00:48:03 -04:00
David Zbarsky
25f835929b
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
2013-04-19 00:48:03 -04:00
David Zbarsky
862cfc8663
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
2013-04-19 00:48:02 -04:00
David Zbarsky
f64f47e118
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 4 r=Ms2ger
2013-04-19 00:48:01 -04:00
Olli Pettay
cdec8c80e4
Bug 856351 - Paris binding for DragEvent, r=peterv
...
--HG--
extra : rebase_source : 695b5a3bf3641f0e39d33ca8718e1bc78695b09d
2013-04-19 02:13:35 +03:00
Boris Zbarsky
d2beaf77f2
Bug 810644 part 2. Eliminate the now-unused CallEventHandler. r=smaug, sr=peterv
2013-01-03 14:02:42 -05:00
Boris Zbarsky
3364b3d155
Bug 810644 part 1. Switch setTimeout and setInterval to using WebIDL callback functions. r=smaug, sr=peterv
2013-01-03 14:02:36 -05:00
Adam Roach [:abr]
6798a20f42
Bug 860952 - Add error site information to unexpectedCallbackAndFinish callback r=jsmith
2013-04-12 09:45:26 -05:00
Chia-hung Tai
8cc35da18b
Bug 810091 - B2G MMS: Don't download message twice on receiving duplicated notification. r=vyang, r=gene.lian
2013-03-22 19:04:02 +08:00
Eric Chou
d18ca310ca
Bug 823803 - Manage two server sockets (RFCOMM/EL2CAP) in BluetoothOppManager, r=mrbkap, r=gyeh
...
In order to solve the problem, BluetoothOppManager should maintain
two server sockets at the same time, one is RFCOMM socket, another
is EL2CAP socket.
2013-04-12 18:45:39 +08:00
Eric Chou
6e7344ce22
Bug 823803 - Add L2CAP/EL2CAP Socket support, r=qdot, r=gyeh
...
This version of BlueZ from Code Aurora has added GOEP_PSM to Object
Push Profile service record, which means that remote devices may
connect with us via both L2CAP and RFCOMM. This patch completes
L2CAP/EL2CAP socket implementation.
2013-04-12 18:45:37 +08:00
Reuben Morais
bc4c528383
Bug 823999 - Add logging to the Contacts code to diagnose intermittent failure.
...
--HG--
extra : rebase_source : 7ded707e14bb280ea93582da5dbd460248518418
2013-04-12 01:51:49 -07:00
Gina Yeh
80586339fa
Bug 859727 - Should set force to FORCE_NONE after Sco is disconnected, r=echou
2013-04-12 16:27:21 +08:00
Vicamo Yang
754cfb79d3
Bug 854790 4-2/4: test cases for filtering messages by threadId. r=gene
2013-04-12 14:56:27 +08:00
Vicamo Yang
e2570d5207
Bug 854790 4-1/4: refactor test_filter_mixed.js so that we have multiple messages in one thread. r=gene
2013-04-12 14:56:23 +08:00
Vicamo Yang
bd600fa25b
Bug 854790 3/4: RIL. r=gene
2013-04-12 14:56:19 +08:00
Vicamo Yang
740b89bf29
Bug 854790 2/4: DOM. r=mounir
2013-04-12 14:56:16 +08:00
Vicamo Yang
562f02fefa
Bug 854790 1/4: Support filtering mobile messages with thread id. Interface changes. sr=mounir
2013-04-12 14:56:12 +08:00
Reuben Morais
c15e76962f
Bug 860918 - Disable the mozContact constructor if the dom.mozContacts.enabled is not set. r=gwagner
...
--HG--
extra : rebase_source : f5a5291a4b1c74f9048ca04067d7fc8bf02ad1f9
2013-04-11 21:45:40 -07:00
Gregor Wagner
a6c519dc5a
Bug 859601 - mozSetting API - return undefined if the API is unsupported on the platform, not null. r=bent
2013-04-11 20:40:44 -07:00
Ehsan Akhgari
04873bf8ec
Bug 859595 - Implement the alternate names for AudioBufferSourceNode, AudioContext and AudioParam; r=bzbarsky
...
Let this be mentioned in our code base history that I wrote this patch
with tears in my eyes. This is the saddest thing I've ever had to do to
Gecko. :(
--HG--
extra : rebase_source : 798e5b1dc8af51a399189dd05bc59ac077670820
2013-04-11 22:08:05 -04:00
Reuben Morais
a366543483
Bug 861032 - Fix -Wreinterpret-base-class warning on Codegen.py. r=bz
...
--HG--
extra : rebase_source : c05d51d8aeed182b85333a347f0b1dfb5d6b1ef9
2013-04-11 19:29:50 -07:00
Joshua Cranmer
45e3447406
Bug 856108 - Port static analyses to clang, part 2b: use MOZ_STACK_CLASS in dom. r=Ms2ger
2013-04-11 22:20:18 -05:00
Reuben Morais
e82c54c5d1
Bug 856042 - Tighten up sanitization of arguments to the Contacts API. r=bz r=gwagner
2013-04-05 12:22:00 -07:00
Ehsan Akhgari
39a51a3402
Bug 861021 - Mark AudioBufferSourceNode.playbackRate as not-addrefed; r=bzbarsky
2013-04-11 21:44:42 -04:00
Reuben Morais
bbed98b876
Bug 856358 - Follow-up, fix UUID mismatch in ContactManager interface.
2013-04-11 17:25:38 -07:00
Steve Fink
17f9d9e469
Bug 789593 - Clone typed arrays by cloning their buffers and only saving construction parameters. r=jorendorff, bent
...
Also enters a compartment where needed, and bumps both the structured clone and IndexedDB schema versions
2013-02-22 13:43:28 -08:00
Reuben Morais
7985586743
Bug 856358 - Remove ContactProperties types from window. r=gwagner
...
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
2013-04-10 16:09:10 -07:00
Aaron Klotz
10bd2c2386
Bug 858800: Removes premature cleanup of Plugin Hang UI's browser-side IPC. r=bsmedberg
...
--HG--
extra : rebase_source : a587db8df51399a1b68e2912dcc9063c05319080
2013-04-11 15:08:55 -06:00
Gregor Wagner
92d9dae787
Bug 859601 - mozContacts API - return undefined if the API is unsupported on the platform, not null. r=bent
2013-04-11 17:44:33 -04:00
Guilherme de Araujo ext:(%2C%20Brandon%20Waterloo%20%3Cbrandon.waterloo%40gmail.com%3E)
ef248673de
Bug 851128 - Introduce custom recognition for the double-tap gesture. r=smichaud
...
Cocoa does not implement the double-tap gesture by default, so the gesture had to be recognized manually.
2013-04-10 14:38:26 -04:00
Ryan VanderMeulen
b880048f4e
Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE.
2013-04-11 17:00:28 -04:00
Ryan VanderMeulen
541cb7abc4
Backed out changeset 5e573a8f7ce1 (bug 856358) for bustage on a CLOSED TREE.
...
--HG--
rename : dom/interfaces/contacts/nsIContactProperties.idl => dom/interfaces/contacts/nsIDOMContactProperties.idl
2013-04-11 15:48:38 -04:00
leo.bugzilla.gecko@gmail.com
d1752a7396
Bug 852057 - Sort contacts correctly when givenName or familyName is null. r=gwagner
2013-04-11 12:35:24 -07:00
Reuben Morais
ecb856b452
Bug 856358 - Remove ContactProperties types from window. r=gwagner
...
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
extra : rebase_source : 3581687c7285ed8e9c653d1d71f2b60837708679
2013-04-10 16:09:10 -07:00
Michael Vines
ae94e43d50
Bug 859486 - Add system property to enable the unloading of Wi-Fi drivers r=mrbkap
2013-04-10 20:52:48 -07:00
Jacek Szpot
514f40e52a
Bug 854503 - Rename JS unwrapping functions. r=bholley
2013-04-11 11:50:18 -07:00
Boris Zbarsky
536f3cb891
Bug 860551. Fix instanceof for prototype-less interface objects to be saner. r=dzbarsky
2013-04-11 14:31:06 -04:00
Boris Zbarsky
d5740592e1
Bug 860473 part 3. Root ErrorResult::ThrowJSException. r=evilpie,smaug
2013-04-11 14:31:06 -04:00
Boris Zbarsky
9c6066c314
Bug 860473 part 2. Root WebIDL dictionary ToObject. r=evilpie,smaug
2013-04-11 14:31:06 -04:00
Boris Zbarsky
4cf80a8cde
Bug 860473 part 1. Root WebIDL dictionary ParseJSON. r=evilpie, smaug
2013-04-11 14:31:05 -04:00
Ms2ger
d783193999
bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
...
--HG--
extra : rebase_source : ae08a894b592465641ed774688957a446c8966a7
2013-04-09 08:43:25 -04:00
Ryan VanderMeulen
3cd54220b2
Backed out changesets a550dadafa30 and 315f6b451d07 (bug 857884) for mochitest failures on a CLOSED TREE.
2013-04-11 13:59:02 -04:00
Honza Bambas
ed7e4570d4
Bug 850362 - reintroduce bug 842852 - localStorage optimizations, r=mak77
2013-04-11 18:26:15 +02:00
Honza Bambas
e09acd80df
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-11 18:26:06 +02:00
David Zbarsky
321358537b
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 4 r=Ms2ger
2013-04-11 12:24:47 -04:00
David Keeler
b16536ec1e
bug 856777 - observe plugin-info-updated in nsPluginArray, not Navigator r=khuey
2013-04-10 13:59:45 -07:00