Ms2ger
2fef74cc6d
Merge m-c to m-i.
2013-04-04 14:15:56 +02:00
Ms2ger
58b047de91
Bug 851791 - Kill some script type id stuff; r=bz
2013-04-04 09:04:50 +02:00
Ms2ger
b31a000d0a
Bug 856611 - Cleanup HTMLInputElement.webidl; r=bz
2013-04-04 09:04:45 +02:00
Ms2ger
61609bba86
Bug 856605 - Remove TimeRanges CI; r=mounir
2013-04-04 09:04:41 +02:00
Ms2ger
ce86e9a39a
Bug 853818 - Remove HTMLMediaElement CI/nsIJSNativeInitializer; r=mounir
2013-04-04 09:04:29 +02:00
Ms2ger
1d900db1ba
Bug 854329 - Part b: Import more tests; rs=mounir
2013-04-04 09:04:24 +02:00
Ms2ger
a769ca88de
Bug 854329 - Part a: Import more tests; rs=mounir
2013-04-04 09:04:00 +02:00
Ms2ger
b7be7b19ab
No bug - Correct reference to importTestSuites.py in comments in generated moz.build files.
2013-04-04 09:03:55 +02:00
Ms2ger
5741bbe7d7
Bug 841488 - Part a: Rename nsHTMLSelectElement; r=khuey
...
--HG--
rename : content/html/content/src/nsHTMLSelectElement.cpp => content/html/content/src/HTMLSelectElement.cpp
rename : content/html/content/src/nsHTMLSelectElement.h => content/html/content/src/HTMLSelectElement.h
2013-04-04 09:03:33 +02:00
Ms2ger
0d51d547b4
Bug 854090 - Move nsHTMLFormElementSH::FindNamedItem to nsHTMLFormElement; r=khuey
2013-04-04 09:03:12 +02:00
Ms2ger
a59573d09f
Bug 575431 - Followup: remove obsoleted comment.
2013-04-04 09:02:16 +02:00
Ms2ger
058b5efdfc
Bug 853814 - Make nsDocShell::mScriptGlobal an nsGlobalWindow; r=bz
2013-04-04 09:02:11 +02:00
Eitan Isaacson
a6ee6b2e88
Bug 525444 - (Part 3/3) Support OOP speech synth. r=smaug
...
--HG--
rename : content/media/webspeech/synth/moz.build => content/media/webspeech/synth/ipc/test/moz.build
2013-04-03 15:13:17 -07:00
Eitan Isaacson
79a685a6a4
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
...
--HG--
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/moz.build
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/test/moz.build
2013-04-03 15:13:16 -07:00
Georg Fritzsche
26d6b994e6
Bug 758872 - Fix missing null-check for plugin instance. r=bsmedberg
2013-04-04 00:00:45 +02:00
Aryeh Gregor
62c7f52161
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
2013-03-21 14:55:08 +02:00
Aryeh Gregor
03a42abc8b
Bug 851916 part 1 - Update dom/imptests/webapps/ and harness; r=Ms2ger
...
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js
2013-03-21 14:54:43 +02:00
Justin Lebar
e78770c96b
Bug 857653 - Fix leak in AudioChannelAgent by making it hold a weak ref to nsHTMLMediaElement. r=bz
2013-04-03 16:35:05 -04:00
Nikhil Marathe
175d12fdb2
Bug 856273 - Filter SimplePush registrations() by app manifest URL. r=khuey
...
--HG--
extra : rebase_source : f01ab35375ff9d70e11d40a4426a8ef14f9166f1
2013-04-03 13:03:57 -07:00
Ryan VanderMeulen
0302be40e5
Backed out 9 changesets (bug 851046) for B2G bustage on a CLOSED TREE.
2013-04-03 15:54:36 -04:00
Eric Chou
f7ec3354ff
Bug 851046 - Small misc fixes. r=mrbkap
...
1. Rename mSocketStatus
2. Remove keyword enum
3. Remove null-checking after new Bluetooth*Manager instances
2013-04-04 00:32:28 +08:00
Eric Chou
f15416897c
Bug 851046 - Add BluetoothSocket* as an argument of callback functions in BluetoothSocketObserver. r=mrbkap
...
A Bluetooth*Manager may hold more than one BluetoothSocket at a time, therefore
we need to identify the caller (which socket calls the callback function).
2013-03-19 17:08:44 -07:00
Eric Chou
ba4fb1b95f
Bug 851046 - Remove function ListenSocketViaService(). r=mrbkap
...
Since we are now using BluetoothSocket directly for listening, this functions can be removed.
2013-03-19 13:53:43 -07:00
Eric Chou
35d0df609e
Bug 851046 - Apply BluetoothSocket to BluetoothScoManager. r=mrbkap
2013-03-19 09:48:30 -07:00
Eric Chou
4b31e39c03
Bug 851046 - Apply BluetoothSocket to BluetoothHfpManager. r=mrbkap
2013-03-15 18:45:59 +08:00
Eric Chou
a328096a8e
Bug 851046 - Apply BluetoothSocket to BluetoothOppManager. r=mrbkap
2013-03-15 17:47:35 +08:00
Eric Chou
1da32d7594
Bug 851046 - Use (Bluetooth*Managers)->Disconnect() instead of (Bluetooth*Managers)->CloseSocket() since managers are not UnixSocketConsumer anymore. r=mrbkap
2013-03-15 14:55:19 +08:00
Eric Chou
1e506a75c4
Bug 851046 - New class: BluetoothSocket. r=mrbkap
...
After this new class is landed, communicating with other devices on
profile level should become more intuitive and reasonable. Each
Bluetooth*Manager doesn't need to inherit UnixSocketConsumer, instead,
BluetoothSocket inherits UnixSocketConsumer. That makes Bluetooth*Manager
be able to have more than 1 Bluetooth connections at a time with different
remote devices.
2013-02-26 11:16:36 +08:00
Eric Chou
f69465699c
Bug 851046 - New interface: BluetoothSocketObserver. r=mrbkap
...
For those instances which want to be notified for any event sent
from a BluetoothSocket instance, they need to implement this
interface to get notification.
2013-02-26 10:34:54 +08:00
Nathan Froyd
0a8a82bada
Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz
2013-03-27 14:16:50 -04:00
Andrea Marchesini
2c3adaae43
Bug 857549 - Remove nsIDOMDOMLocator.idl. r=Ms2ger
2013-04-03 11:58:31 -04:00
Ryan VanderMeulen
4946dc588c
Merge m-c to inbound on a CLOSED TREE.
2013-04-03 11:50:19 -04:00
Jan de Mooij
77852de9e9
Merge from mozilla-central.
2013-04-03 10:25:36 +02:00
Ehsan Akhgari
124e2f7dca
Bug 579517 follow-up: Remove NSPR types that crept in
2013-04-02 20:59:27 -04:00
Jan de Mooij
aaa969fc58
Merge from mozilla-inbound.
2013-04-02 19:20:31 +02:00
Sankha Narayan Guria
23d9a7d741
Bug 825608 - Sets accessTokenDate to the result of the pref; r=jdm
2013-04-02 04:04:00 -04:00
Aryeh Gregor
e63483552d
Bug 853449 - Dispatching an event that's already being dispatched should throw InvalidStateError; r=smaug
2013-04-02 17:10:45 +03:00
Jan de Mooij
0adfa075a4
Merge from mozilla-central.
2013-04-01 21:48:56 +02:00
Nikhil Marathe
1a4e34fa22
Bug 856280 - Remove extra import services-common/utils.js. r=dougt
2013-04-01 10:37:51 -04:00
Ryan VanderMeulen
36c73b1f88
Merge m-c to inbound.
2013-04-01 09:50:07 -04:00
Robert Longson
f15ed2651e
Bug 398825 - Implement selectSubString. r=heycam
...
--HG--
rename : content/svg/content/test/test_getSubStringLength.xhtml => content/svg/content/test/test_selectSubString.xhtml
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-2-ref.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-2.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-3-ref.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-3.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-ref.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString.svg
2013-04-01 10:43:38 +01:00
Hsin-Yi Tsai
c22fc2ee71
Bug 856520 - B2G RIL: update RILContentHelper.rilContext.networkSelectionMode correctly. r=allstars.chh
2013-04-01 14:26:45 +08:00
Gene Lian
6d655ce38e
Bug 855968 - B2G MMS: delivery is not correctly indexed in DB. r=vicamo
2013-04-01 10:43:38 +08:00
Randell Jesup
0befe359d2
Bug 856434: Bug 837035 didn't create the TransportFlow for DataChannels. Passes the m-line index of the flow r=ehugg
2013-03-31 21:09:27 -04:00
Randell Jesup
cdc1b60e0e
Bug 856397: Make sure we have at least one media line for createOffer() r=ekr,jsmith
2013-03-31 21:09:27 -04:00
Randell Jesup
79ca89ab34
Bug 846110: ondatachannel() should take an event not a channel r=smaug
2013-03-31 21:09:26 -04:00
Randell Jesup
f2b7036deb
Bug 855623: DataChannel DOM changes for adding 'protocol' and external negotiation r=smaug
2013-03-31 21:09:25 -04:00
Ben Turner
771512dc5a
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
2013-03-31 17:10:27 -07:00
Jan Varga
c60929486c
Bug 854323 - Move IDBFactory to Paris bindings. r=khuey
2013-03-31 10:18:30 +02:00
Ryan VanderMeulen
43dcf89e96
Backed out changeset 3a242f8d8298 (bug 856032) for mochitest-2 failures.
2013-03-30 16:15:06 -04:00