Commit Graph

17689 Commits

Author SHA1 Message Date
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
Vicamo Yang
5e0e6a9e20 Bug 920551 - 2.a/2: fix MobileMessage. r=gene,khuey 2013-10-25 11:07:16 +08:00
Michael Henretty
c36e06c2dd Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Michael Henretty
2b90cc7e64 Bug 899574 - Add public API for resolving promises in C++. r=baku 2013-09-26 11:09:16 -07:00
Fabrice Desré
2eec003711 Bug 924702 - Rewrite the app:// protocol handler in c++ r=jduell 2013-10-23 11:56:20 -07:00
Carsten "Tomcat" Book
47e287dbae Merge b2g-inbound to Mozilla-Central 2013-10-23 14:51:43 +02:00
Shawn Huang
d7e831b48e Bug 880610: Part3-[Bluetooth]bluedroid-Prototype: BluetootServiceBluedroid, r=echou 2013-10-23 14:12:24 +08:00
Shawn Huang
0b5010268a Bug 880610: Part2-Add build flag in UnixSocket to distinguish between bluez and bluedroid stack, r=echou 2013-10-23 14:12:24 +08:00
Shawn Huang
9f3225665a Bug 880610: Part1-Add build flag to support both bluez/bluedroid stacks, r=glandium 2013-10-23 14:12:24 +08:00
Dave Hylands
682a0f33b8 Backout 32307c4a20bc (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
9e3075ed30 Backout c6a0d5f696ec (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
9cbe703498 Backout 033a0cdb8c03 (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
a40d5077bf Backout 3867f316204e (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
92b9605fe3 Backout e7a4fe2d9e5e (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Kyle Huey
4801b8ae53 Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-23 07:32:04 +08:00
Wes Kocher
4b91a0b098 Merge m-c to inbound 2013-10-22 18:43:11 -04:00
Wes Kocher
348cfdc998 Merge inbound to m-c 2013-10-22 18:11:06 -04:00
Wes Kocher
1869068ccc Merge m-c to b2g-inbound 2013-10-22 11:19:19 -04:00
Vicamo Yang
e773c2b3d9 Bug 814556 - 2/2: clean up MOZ_B2G_RIL in browser/installer/package-manifest.in and dom/base/Navigator.*. r=khuey, f=Ms2ger 2013-10-22 19:23:04 +08:00
Vicamo Yang
8095b80694 Bug 814556 - 1/2: Move mozilla::dom::icc::* to mozilla::dom. r=khuey, f=Ms2ger 2013-10-22 19:23:00 +08:00
Wes Kocher
2b22f99965 Merge b2g-inbound to m-c 2013-10-21 20:30:58 -04:00
Phil Ringnalda
7568c98819 Merge m-c to b-i 2013-10-20 19:32:48 -07:00
Phil Ringnalda
30e5dbbc19 Merge m-c to b-i 2013-10-19 22:56:18 -07:00
Dave Hylands
476564b49a Bug 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -07:00
Eric Chou
c886826721 Backed out changeset 089f015f15bb and e907ab075ec8 (bug 880610) for hitting MOZ_ASSERT 2013-10-19 16:01:25 +08:00
Eric Chou
c3fb0aed0d Backed out changeset e09e6815a873 (bug 928214) for crashing Settings app 2013-10-19 15:52:35 +08:00
Shawn Huang
277f562884 Bug 928214 - [Bluetooth]bluedroid-Prototype: BluetootServiceBluedroid, r=echou 2013-10-19 13:04:30 +08:00
Ryan VanderMeulen
adcda36d75 Merge inbound to m-c. 2013-10-18 15:08:39 -04:00
Henry Chang
570f868f20 Bug 919408 - Add 'dummy-message' for gaia-ui-test. r=gene 2013-10-18 18:44:25 +08:00
Matthew Gregan
d7d00cf46f Bug 927245 - Preliminary work to enable preffing off the deprecated Audio Data API implementation. r=ehsan 2013-10-18 15:10:56 +13:00
Nicholas Nethercote
d58b8ff6f4 Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd.
--HG--
extra : rebase_source : 7603eaedbd761c6b231b1b911f719388864755e6
2013-10-22 14:53:26 -07:00
Terrence Cole
dbf0b8538a Bug 929783 - Fix an exact rooting hazard in InterAppComm::EnabledForScope; r=smaug 2013-10-22 11:35:24 -07:00
Masayuki Nakano
9b468c47c3 Bug 602787 part.10 Create TextRange.h for separating TextEvents.h r=roc 2013-10-22 22:27:36 +09:00
Masayuki Nakano
67afabfee7 Bug 602787 part.5 Use EventForwards.h in TabParent.h r=smaug 2013-10-22 22:27:35 +09:00
Andrea Marchesini
f703a01ee7 Bug 927735 - TypeError check for URL API. r=ehsan 2013-10-18 10:17:03 -04:00
Tareq Khandaker
c7ac49717a Bug 924397 - WebIDL parser doesn't specify file when encountering syntax error at end of file. r=jdm 2013-10-18 10:17:00 -04:00
Ted Mielczarek
f0f2be75c5 Bug 926091 - Make Gamepad.buttons into an array of GamepadButton objects. r=smaug 2013-10-17 15:07:19 -04:00
Ted Mielczarek
a2ed156057 Bug 925812 - rm nsIDOMGamepad.idl. r=smaug 2013-10-17 15:07:16 -04:00
Ms2ger
39b292cc30 Merge inbound to m-c. 2013-10-20 10:40:40 +02:00
Ms2ger
a2aaf5eeeb Bug 910121 - Update web-platform-test tests. 2013-10-20 09:25:20 +02:00
Ms2ger
88f73ee0bb Bug 923395 - Part b: Remove makefiles that only set LOCAL_INCLUDES and DEFINES; r=gps 2013-10-20 09:25:19 +02:00
Phil Ringnalda
7584505c38 Bug 924771 - Disable test_browserElement_oop_CloseFromOpener.html until someone teaches it to stop timing out 2013-10-19 21:43:24 -07:00
Reuben Morais
87b85dd4d2 Bug 850430 - Use jsval instead of nsISupports for passing mozContacts in XPIDL interfaces. r=gwagner 2013-10-19 19:38:32 -03:00
Andrea Marchesini
6aeb498641 Bug 842081 - Workers: Transferable Objects should work if they are TypedArrays, r=sfink
--HG--
extra : rebase_source : 890a08f42a011381af23a197d0e1f73d2ec66632
2013-10-15 23:48:38 -07:00
Tom Schuster
c4c16b0062 Bug 884410 - Remove JS_ValueToNumber. r=terrence 2013-10-19 18:39:52 +02:00
Randell Jesup
0f573f8018 Bug 928221: reland (backed out due to bug 924992: webidl changes sometimes fail in incremental builds) r=jesup,abr 2013-10-19 12:21:06 -04:00
Reuben Morais
b1dcc268e4 No bug - Fix broken merge (976228f4aef7). 2013-10-18 09:34:52 -03:00
Carsten "Tomcat" Book
9d22415bcf Merge mozilla-central to mozilla-inbound 2013-10-18 14:13:10 +02:00
Carsten "Tomcat" Book
81022cc152 merge b2g-inbound to mozilla-central 2013-10-18 11:39:28 +02:00
Fernando Jiménez
6eb735dc00 Bug 924971 - [Contacts] Trying to add a contact as a recipient opens contact details instead of returning to Messages app. r=fabrice 2013-10-18 12:58:24 +02:00
Fernando Jiménez
750c46eb12 Bug 927398 - Missing call to .uninit() in DOMRequestHelper. r=fabrice 2013-10-18 12:58:24 +02:00
Ben Kelly
59d0a2cd21 Bug 927079: Avoid for-of syntax until stable and fast. r=gwagner
--HG--
extra : rebase_source : d1330ba1c1e0df482e317e10eb0b6c91b68f4478
2013-10-18 03:50:33 -03:00
Peter Chang
59195f23b7 Bug 922510 - Extend GonkNativeWindow to support android JB 4.2.2, r=sotaro,gps 2013-10-18 10:42:43 +08:00
Reuben Morais
3fb0331db1 Bug 927868 - Disable Contacts API on Android. r=blassey
--HG--
extra : rebase_source : cee7df4bb29a70ab1bbc5c9bcaec728a9c727bd2
2013-10-18 03:11:11 -03:00
Reuben Morais
be80c7bb20 Bug 850430 - Handle new defaults correctly in the Android contacts backend. r=cpeterson
--HG--
extra : rebase_source : f3144fb6353722460b9acf237531b33957c67f22
2013-10-18 03:11:10 -03:00
Reuben Morais
c4036c09c9 Bug 850430 - Handle Date properties consistently across the Contacts code. r=gwagner
--HG--
extra : rebase_source : bb97373790724aeaaeb1c5c20fb383ec6bb17f52
2013-10-18 03:11:10 -03:00
Reuben Morais
221d3b043e Bug 850430 - Optimize mozContact creation and validation code. r=gwagner
--HG--
extra : rebase_source : 6c1cad084d36b723d84d73810adfe031d5275af5
2013-10-17 18:29:56 -03:00
Reuben Morais
8c9f2c3a6c Bug 850430 - Convert the Contacts API to WebIDL. r=bz r=gwagner
--HG--
extra : rebase_source : 9d7a645c0d2fb102d5d498fefebeb817a186720e
2013-10-17 18:29:56 -03:00
Masayuki Nakano
da22928d50 Bug 920425 part.26 Use mozilla::WidgetEvent::AsMouseEventBase() r=smaug 2013-10-18 15:10:26 +09:00
Masayuki Nakano
5ece396e0f Bug 920425 part.24 Use mozilla::WidgetEvent::AsMouseScrollEvent() r=smaug 2013-10-18 15:10:25 +09:00
Masayuki Nakano
05606a8033 Bug 920425 part.18 Use mozilla::WidgetEvent::AsKeyboardEvent() r=smaug 2013-10-18 15:10:24 +09:00
Masayuki Nakano
0260e27697 Bug 920425 part.15 Use mozilla::WidgetEvent::AsTouchEvent() r=smaug 2013-10-18 15:10:23 +09:00
Masayuki Nakano
c084924124 Bug 920425 part.4 Use mozilla::WidgetEvent::AsScriptErrorEvent() r=smaug 2013-10-18 15:10:21 +09:00
Edgar Chen
34b6212bde Bug 912902 - MMS/SMS: retrieve GSM MSISDN / CDMA MDN correctly. r=gene 2013-10-15 10:42:49 +08:00
Dave Hylands
60fd3af709 Bug 927961 - Add ums.status so that settings app can determine if files are open. r=gwagner 2013-10-17 15:41:46 -07:00
Vicamo Yang
c4bf3de5f9 Bug 915604: Hide RIL DOM APIs from regular Web pages. r=khuey, f=emk 2013-10-18 04:51:27 +08:00
Ben Kelly
40e6fafc2e Bug 927079 - Avoid for-of syntax until stable and fast. r=gwagner 2013-10-17 14:43:06 -04:00
Shao Hang Kao
91b0939eac Bug 926777 - B2G system time: |time.timezone| should save the UTC value with the correct sign. r=gene 2013-10-15 16:43:53 +08:00
Jan Jongboom
0c9fc6174c Bug 924893 - Add info for the value_selector to contextchange chrome event. r=yxl 2013-10-17 11:08:55 -04:00
Carsten "Tomcat" Book
991da45214 Merge mozilla-central to b2g-inbound 2013-10-17 13:53:51 +02:00
Carsten "Tomcat" Book
e0e6d5915e Merge mozilla-inbound to mozilla-central 2013-10-17 13:43:37 +02:00
Shawn Huang
1ccf4eb5bd Bug 880610: Part2-Add build flag in UnixSocket to distinguish between bluez and bluedroid stack. r=echou 2013-10-17 18:25:55 +08:00
Shawn Huang
09b63ac029 Bug 880610: Part1-Add build flag to support both bluez/bluedroid stacks, r=glandium 2013-10-17 18:25:50 +08:00
Ryan VanderMeulen
04455a9b8e Backed out 4 changesets (bug 887699).
Backed out changeset 5c878c48d732 (bug 887699)
Backed out changeset 57b03d7055e8 (bug 887699)
Backed out changeset ea06175feb4f (bug 887699)
Backed out changeset 516d0f14f7fd (bug 887699)
2013-10-16 17:12:54 -04:00
Ryan VanderMeulen
400b11cacd Merge b2g-inbound to m-c. 2013-10-16 17:01:40 -04:00