Boris Zbarsky
77ea872b8d
Bug 929512. Fix null default values for non-nullable unions containing a nullable type. r=dzbarsky, r=smaug pending
2013-10-28 00:33:15 -04:00
Gina Yeh
bf4d8aa3f7
Bug 913372 - Patch 3: Make a queue for active connection requests, r=echou
2013-10-28 12:07:15 +08:00
Gina Yeh
225c35bd47
Bug 913372 - Patch 2: Set mController to null before invoking callback function, r=echou
...
For each profile manager, we'd like to make sure that the data member of
mController is nulled out before invoking the callback function. Because, in the
callback function, we continue to handle the next connect/disconnect request,
and we'd like to null out mController of previous request before handling the
new one.
2013-10-28 12:07:01 +08:00
Gina Yeh
a68bd93e34
Bug 913372 - Patch 1: Refine the architecture of BluetoothProfileController, r=echou
2013-10-28 12:06:38 +08:00
Shawn Huang
28e905d633
Bug 929891 - [Bluetooth][bluedroid] Enable/Disable Bluetooth, r=echou
2013-10-28 12:05:17 +08:00
Jan-Ivar Bruaroey
65c121dae3
Bug 929530 - Remove peerConnection functionality deprecated w/warnings since 24 r=jesup,jib
2013-10-27 10:36:34 -04:00
Randell Jesup
e5242ac81f
Backed out changeset b490b5843f3c for M2 bustage
2013-10-27 20:45:28 -04:00
Jan-Ivar Bruaroey
883a3225e7
Bug 929530 - Remove peerConnection functionality deprecated w/warnings since FF24 r=jesup
2013-10-27 10:36:34 -04:00
Phil Ringnalda
c8885f9fdb
Merge f-t to m-c
2013-10-27 10:22:27 -07:00
Phil Ringnalda
c5830ff7b6
Merge m-c to f-t
2013-10-26 18:45:37 -07:00
Jim Chen
d644f7fbab
Bug 717878 - Use div instead of input in test_offsets.html; r=enn
2013-10-26 14:34:51 -04:00
Tom Schuster
ce701cf26f
Bug 930782 - Handlify JS_WrapValue. r=terrence
2013-10-26 18:19:05 +02:00
Ms2ger
88bbf03777
Backout changeset 2e466ccc7bd0 for devtools test failures.
2013-10-26 17:02:20 +02:00
Phil Ringnalda
0f6fec1509
Back out f872d288480b:9b86b4e60b29 (bug 929513) for failing to build on Windows
...
CLOSED TREE
2013-10-27 15:38:40 -07:00
David Zbarsky
94738173ba
Bug 929513 Part 10: Convert ScreenSizeChanged to use gfx::IntSize r=nical
2013-10-27 17:53:28 -04:00
David Zbarsky
50a1efce54
Bug 929513 Part 8: Remove IPDL support for passing gfxSize r=nical
2013-10-27 17:53:28 -04:00
Olli Pettay
142a2d700f
Bug 929879, don't use locale specific %f in TabChild, r=romaxa
2013-10-27 23:29:19 +02:00
Marco Chen
ef406b0ea5
Bug 929139 - Remove assert check for impossible unknow state because some devices (ex: emulator) may not have sys node for headset switch state. r=dougt
2013-10-25 14:03:27 +08:00
Randell Jesup
933821ecb9
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
2013-10-25 18:13:42 -04:00
Shih-Chiang Chien
bc5f77ba8d
Bug 926289 - Part 3, Carry recording type and request URL in recording-device-events in Camera API. r=mikeh.
2013-10-23 19:11:18 +08:00
Shih-Chiang Chien
ea6cf37280
Bug 926289 - Part 2, Carry recording type and request URL in recording-device-events in gUM API. r=jesup.
2013-10-23 19:10:42 +08:00
Shih-Chiang Chien
4468923e42
Bug 926289 - Part 1, Add recording type and request URL in recording-device-events. r=khuey.
2013-10-25 20:04:50 -04:00
Randell Jesup
1af5c4fe0b
backout 5f38b1bd3358 for bustage CLOSED TREE
2013-10-25 19:25:54 -04:00
Randell Jesup
a0692a49f2
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
2013-10-25 18:13:42 -04:00
Olli Pettay
ae81d3f95d
test for Bug 927901, rs=jst
...
--HG--
extra : rebase_source : aa8f7c00f84454858e89ac06721cadef8bb5adba
2013-10-26 00:35:34 +03:00
Henry Chang
6e5f3115ff
Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap
2013-10-14 16:33:59 +08:00
Nicholas Nethercote
b38b84f869
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
...
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
2013-10-10 15:22:35 -07:00
Peter Van der Beken
69e7c5ae55
Bug 918345 - Turn on WebIDL binding generation for Window and hook it up to quickstubs. r=bz.
...
--HG--
extra : rebase_source : 7bde7ddfe297e189ffa678ca1d9c34000bc904ec
2013-10-08 17:51:42 +02:00
Jan-Ivar Bruaroey
80870c0668
Bug 902003 - Stats webidl tuning, rename stats enums to not contain dashes etc. r=jesup
2013-10-24 14:07:20 -04:00
Alfredo Yang
aa1c244ca2
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
2013-10-26 21:20:31 -04:00
Alfredo Yang
087493b7e7
Bug 853356 - Part 3: Pass a string array instead of a single string to support multiple permissions request. r=khuey
2013-10-26 21:20:09 -04:00
Alfredo Yang
62e580dc73
Bug 853356 - Part 2: Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup
2013-10-26 21:19:53 -04:00
Alfredo Yang
6ebb7a750f
Bug 853356 - Part 1: Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
2013-10-26 21:19:32 -04:00
Phil Ringnalda
71f3c0119a
Bug 928262 - Disable test_operator_app_install.xul on Windows for frequent timeouts
2013-10-26 15:23:25 -07:00
Peter Van der Beken
45ef6c1adc
Bug 918345 - Turn on WebIDL binding generation for Window and hook it up to quickstubs. r=bz.
...
--HG--
extra : rebase_source : 673c08ef093339e6bfb1418366af5cc5fabe7c4d
2013-10-08 17:51:42 +02:00
Gregor Wagner
79cbe378a2
Backout bug 924702 for test failures.
...
--HG--
extra : transplant_source : %29%D1%A0%88%92%88%87%A3%21%8A%A1%90%F5%DFD%10%CE%DD%13%C3
2013-10-25 08:19:31 -07:00
Ed Morley
0e4322094c
Merge latest green b2g-inbound changeset and mozilla-central
2013-10-25 17:27:25 +01:00
Ed Morley
63463778cd
Merge mozilla-central and inbound
2013-10-25 12:24:13 +01:00
Olli Pettay
7763e77565
Bug 930498 - BarProps should be got from the inner window not from the outer, r=peterv
2013-10-25 14:12:01 +03:00
Carsten "Tomcat" Book
8ebb2bc330
Backed out changeset a0a669819300 (bug 929529) for failed Mochitests/Crashes on an CLOSED TREE
2013-10-25 12:59:10 +02:00
Carsten "Tomcat" Book
a28b523e35
Merge B2g-inbound to Mozilla-Central
2013-10-25 11:48:38 +02:00
Ben Turner
9831a6963e
Bug 929529 - 'Enable IndexedDB profiling tracers by default'. r=BenWa.
2013-10-25 11:29:08 +02:00
Yura Zenevich
c8bb70a1cc
Bug 924896 - [AccessFu] Exposing the type attribute for entries such as search, url, tel, etc. r=eeejay
...
---
accessible/src/jsat/OutputGenerator.jsm | 22 +++++++++++++++++-
.../tests/mochitest/jsat/test_utterance_order.html | 27 ++++++++++++++++++++++
.../en-US/chrome/accessibility/AccessFu.properties | 6 +++++
3 files changed, 54 insertions(+), 1 deletion(-)
2013-10-24 23:21:29 -04:00
Steven Michaud
66e9961f6f
Bug 929686 - Stopgap patch to allow building of CoreLocation stuff with 10.9 SDK. r=spohl
2013-10-24 21:10:10 -05:00
Mike Hommey
f1c0c07862
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Terrence Cole
05b45c0c0f
Bug 929800 - Handlify the structured clone interface; r=sfink,smaug
...
--HG--
extra : rebase_source : 4f21dd799ad27dc665997d4912996a500ae8a2f2
2013-10-22 17:18:32 -07:00
Alive Kuo
9c7c09070b
Bug 927310 - dispatch activitydone event from mozbrowser iframe
2013-10-21 19:16:00 +01:00
Vicamo Yang
8e56267b4b
Bug 926302 - 3/3: test cases. r=hsinyi
2013-10-24 16:15:15 +08:00
Vicamo Yang
1f25752509
Bug 926302 - 2.b/3: implementation. r=gene,hsinyi,khuey
2013-10-24 16:15:06 +08:00
Vicamo Yang
c5de7fd552
Bug 926302 - 2.a/3: refactor preference/settings names. r=gene
2013-10-24 16:14:59 +08:00
Vicamo Yang
2067adcb47
Bug 926302 - 1/3: B2G DSDS - numRadioInterfaces and default service ids. Interface changes. r=hsinyi
2013-10-24 16:14:50 +08:00
Carsten "Tomcat" Book
daa4f1689c
Merge mozilla-inbound to Mozilla-Central
2013-10-24 07:05:29 +02:00
Fabrice Desré
da8c9d3e51
Bug 927959 - Cannot preinstall a hosted app with appcache in a SIM customization variant r=ferjm
2013-10-23 16:50:57 -07:00
Terrence Cole
115bbf99fa
Bug 930097 - Fix an exact rooting false positive in worker event dispatch; r=bent
...
--HG--
extra : rebase_source : 8fcffa0b3aa4e381b8fdce6abfd9f05e88829768
2013-10-23 15:32:50 -07:00
Mike Hommey
80c623bb6a
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Mike Hommey
5072f65f8c
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
2013-10-24 08:00:23 +09:00
Dave Hylands
50e9f2d552
Bug 929816 - Allow devicestorage testing mode to work on travis. r=mikeh
...
--HG--
extra : amend_source : 6eeed813c1634a5c6113455c8b4319f3e8d0d5a9
2013-10-23 15:03:03 -07:00
Olli Pettay
f5b4c2c4ee
Bug 917026, remove few bogus NS_NOTREACHEDs from TabChild and make window.blur() not throw, r=felipe
...
--HG--
extra : rebase_source : feee4546e52bf2b92f92c63d31538aadef7ad877
2013-10-24 23:57:19 +03:00
Terrence Cole
5183b7f1c3
Bug 930101 - Fix an exact rooting hazard in JSObjectFromInterface; r=smaug
2013-10-23 15:33:00 -07:00
Trevor Saunders
e4cd176c9e
[PATCH] bug 922566 - kill dom-config.mk
...
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
content/media/webspeech/recognition/Makefile.in | 1 -
content/media/webspeech/recognition/moz.build | 5 +-
content/media/webspeech/synth/Makefile.in | 1 -
content/media/webspeech/synth/pico/Makefile.in | 3 --
dom/alarm/Makefile.in | 2 -
dom/apps/src/Makefile.in | 1 -
dom/base/Makefile.in | 2 -
dom/base/moz.build | 26 ++++++++++-
dom/battery/Makefile.in | 1 -
dom/bindings/Makefile.in | 3 --
dom/bindings/moz.build | 17 ++++++-
dom/bindings/test/Makefile.in | 5 +-
dom/bluetooth/Makefile.in | 2 -
dom/bluetooth/moz.build | 7 ++-
dom/browser-element/Makefile.in | 3 --
dom/browser-element/moz.build | 6 ++-
dom/camera/Makefile.in | 1 -
dom/camera/moz.build | 5 +-
dom/devicestorage/Makefile.in | 1 -
dom/dom-config.mk | 61 -------------------------
dom/encoding/Makefile.in | 1 -
dom/fmradio/Makefile.in | 2 -
dom/fmradio/ipc/Makefile.in | 1 -
dom/fmradio/ipc/moz.build | 5 +-
dom/fmradio/moz.build | 5 +-
dom/icc/src/Makefile.in | 4 --
dom/media/Makefile.in | 3 --
dom/media/moz.build | 6 ++-
dom/mobilemessage/src/Makefile.in | 1 -
dom/mobilemessage/src/moz.build | 5 +-
dom/network/src/Makefile.in | 2 -
dom/plugins/base/Makefile.in | 1 -
dom/plugins/base/moz.build | 8 +++-
dom/power/Makefile.in | 1 -
dom/quota/Makefile.in | 1 -
dom/system/gonk/Makefile.in | 2 -
dom/telephony/Makefile.in | 1 -
dom/time/Makefile.in | 1 -
dom/wifi/Makefile.in | 5 --
39 files changed, 85 insertions(+), 123 deletions(-)
delete mode 100644 dom/dom-config.mk
delete mode 100644 dom/wifi/Makefile.in
2013-10-23 17:20:55 -04:00
Ehsan Akhgari
9bc16fac73
Bug 930583 - Stop #including nsEventStateManager in nsWindowRoot.h and nsDocument.h; r=smaug
2013-10-24 14:53:52 -04:00
Peter Van der Beken
59ec2a8a5f
Bug 922160 - Bring EventHandler.webidl more in line with the spec, remove NodeEventHandlers. r=bz.
...
--HG--
extra : rebase_source : 9cfba32241add4c79d67fb0323178228b00bf631
2013-10-08 17:51:15 +02:00
Peter Van der Beken
df4301d42d
Bug 922160 - Bring EventHandler.webidl more in line with the spec, rename BeforeUnloadEventHandler to OnBeforeUnloadEventHandler. r=bz.
...
--HG--
extra : rebase_source : e4bed124f36e94e1aa646b24783f7f2c682e31b5
2013-10-08 17:51:15 +02:00
Albert Crespell
8f1ff78b37
Bug 887699 - Part 4/4 Tests. r=gene
2013-10-08 08:10:10 +02:00
Albert Crespell
194eca1f66
Bug 887699 - Part 3/4 Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell,gene
2013-10-11 08:54:34 +02:00
Albert Crespell
5c11c3a817
Bug 887699 - Part 2/4 Multi SIM implementation. r=gene,jshih
2013-10-08 08:09:58 +02:00
Albert Crespell
f119fc57a3
Bug 887699 - Part 1/4 IDL definition. r=jonas,hsinyi
2013-10-15 12:01:16 +02:00
Chuck Lee
b001ef58c6
Bug 928223 - 0001. Add function to perform setup for listen socket. r=qDot echou vicamo yoshi
2013-10-25 10:00:22 +08:00
Cervantes Yu
cb0bfafb70
Bug 878366: don't send send out messages of PContendPermissionRequest if the managing TabParent is being destroyed. r=bent
2013-10-17 06:25:50 +08:00
Ed Morley
815b5c0198
Merge mozilla-central and b2g-inbound
2013-10-25 12:12:23 +01:00
Georgia Wang
c495adb42b
Bug 813042 - Part2: xpcshell test for RILQUIRKS_SEND_STK_PROFILE_DOWNLOAD. r=yoshi
2013-10-23 11:25:12 +08:00
Georgia Wang
d559452f11
Bug 813042 - Part1: Add Ril quirk for REQUEST_STK_SEND_PROFILE. r=yoshi
2013-10-23 11:15:36 +08:00
Georgia Wang
806928b513
Bug 929396 - Message printout error in ComprehensionTlvHelper's decoding function. r=yoshi
2013-10-23 11:53:59 +08:00
"allstars.chh"
fd03d7d329
Bug 928782 - B2G RIL: 'Import SIM Contact failed' after when Contact is WebIDLized. r=vicamo
2013-10-22 14:57:44 +08:00
Ed Morley
eaafd9eaea
Backed out changeset eae783e43ea1 (bug 920551)
2013-10-25 10:52:42 +01:00
Ed Morley
718cba9fe5
Backed out changeset b9c1e3b97da2 (bug 920551)
2013-10-25 10:52:39 +01:00
Ed Morley
1ced1fab91
Backed out changeset 4e76f41737aa (bug 920551)
2013-10-25 10:52:33 +01:00
Ed Morley
cc581ca1c4
Backed out changeset be4d3ffb4ad0 (bug 920551)
2013-10-25 10:52:30 +01:00
Ed Morley
34efb799e7
Backed out changeset f15f8b139950 (bug 920551)
2013-10-25 10:52:26 +01:00
Ed Morley
40edbab43a
Backed out changeset 44058b66333f (bug 920551)
2013-10-25 10:52:23 +01:00
Ed Morley
3ad2887b70
Backed out changeset a8ee7948d5cf (bug 920551)
2013-10-25 10:52:20 +01:00
Ed Morley
d7fe23f9e5
Backed out changeset 9302086dcead (bug 920551)
2013-10-25 10:52:17 +01:00
Ed Morley
0f0d8dbc7f
Backed out changeset 7e0b33c685c8 (bug 920551)
2013-10-25 10:52:14 +01:00
Ed Morley
344cf393db
Backed out changeset 704e9cae5ed6 (bug 913372)
2013-10-25 10:52:11 +01:00
Ed Morley
ed54a2de58
Backed out changeset cfd0b69ef12b (bug 913372)
2013-10-25 10:52:08 +01:00
Ed Morley
33dc58364f
Backed out changeset 10ad5c75e102 (bug 913372)
2013-10-25 10:52:05 +01:00
Thomas Zimmermann
f724a6fb00
Bug 923647: Replace GetDefaultAdapterAdapter by non-blocking implementation, r=echou
...
GetDefaultAdapter blocks while querying the default Bluetooth
adapter. This patch replaces the function with a non-blocking
call to DBus. The reply is handled in a callback function.
As a side effect, this change also removes an invalid warning in
cases where no default adapter is available, and enabling Bluetooth
seems a bit faster.
--HG--
extra : rebase_source : ad3cbb2ccc8ac98b3c8e6d56e47822da0afb07f1
2013-10-25 09:50:07 +02:00
Gina Yeh
d9324ff476
Bug 913372 - Patch 3: Make a queue for active connection requests, r=echou
2013-10-25 14:22:23 +08:00
Gina Yeh
df457d5d1e
Bug 913372 - Patch 2: Set mController to null before invoking callback function, r=echou
...
For each profile manager, we'd like to make sure that the data member of
mController is nulled out before invoking the callback function. Because, in the
callback function, we continue to handle the next connect/disconnect request,
and we'd like to null out mController of previous request before handling the
new one.
2013-10-25 14:21:56 +08:00
Gina Yeh
34ad62a42a
Bug 913372 - Patch 1: Refine the architecture of BluetoothProfileController, r=echou
2013-10-25 14:20:09 +08:00
Edgar Chen
868a0c026a
Bug 925676 - Part 2: RIL implementation. r=vyang,gene
2013-10-22 18:43:03 +08:00
Edgar Chen
258d7df001
Bug 925676- Part 1: IDL changes. r=vyang,gene
2013-10-22 17:30:35 +08:00
Vicamo Yang
3450be99d6
Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru
2013-10-25 11:07:52 +08:00
Vicamo Yang
b748f48265
Bug 920551 - 2.i/2: fix Bluetooth. r=echou
2013-10-25 11:07:48 +08:00
Vicamo Yang
4732a65627
Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey
2013-10-25 11:07:44 +08:00
Vicamo Yang
4796c5c220
Bug 920551 - 2.g/2: fix WAP Push. r=hsinyi,khuey
2013-10-25 11:07:40 +08:00
Vicamo Yang
c18e9e4cb5
Bug 920551 - 2.f/2: fix Voicemail. r=hsinyi,khuey
2013-10-25 11:07:37 +08:00
Vicamo Yang
8ce2b7e7f4
Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey
2013-10-25 11:07:33 +08:00
Vicamo Yang
73a063ba3b
Bug 920551 - 2.d/2: fix ICC. r=hsinyi,khuey
2013-10-25 11:07:26 +08:00
Vicamo Yang
17aac2e402
Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey
2013-10-25 11:07:20 +08:00