Eric Rahm
c60f772f62
Bug 1165518 - Part 1: Add Logging.h. r=froydnj
2015-05-19 11:15:32 -07:00
David Major
3d793b2dac
Bug 1166349: Use a fallible allocation in nsXMLHttpRequest::StreamReaderFunc. r=sicking,smaug.
...
--HG--
extra : rebase_source : be67c741928dbc8fbda8df4c0e1b7674e2a2942a
2015-05-19 16:14:51 -04:00
Nicholas Nethercote
fe7dc5bdde
Bug 1165786 - Remove PLDHashTable::SetOps(). r=froydnj.
...
--HG--
extra : rebase_source : 489edddf7e2c4669cb74555d60b851aed6e35d78
2015-05-18 00:52:08 -07:00
Terrence Cole
11569cbb78
Bug 1163810 - Use type-based dispatch for IncrementalReferenceBarrier; r=jonco
...
--HG--
extra : rebase_source : 79c26b082689f1f4c6374cf967e32e7c3bde7952
2015-05-13 19:13:49 -07:00
Wes Kocher
22483cbf35
Merge m-c to inbound, a=merge
2015-05-19 16:44:10 -07:00
Wes Kocher
53d1e1a9e5
Merge b2ginbound to central, a=merge
2015-05-19 16:42:57 -07:00
B2G Bumper Bot
bba85bedb6
Bumping manifests a=b2g-bump
2015-05-19 08:12:55 -07:00
B2G Bumper Bot
323680484c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c2b9d5ec2383
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1105285 - merge pull request #30101 from dwi2:bug1105285 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/6ef65007e88a
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1105285 - Prevent default behavior of hardware home button pressing when software home button is enabled
2015-05-19 08:10:32 -07:00
B2G Bumper Bot
efba5a1a44
Bumping manifests a=b2g-bump
2015-05-19 07:33:16 -07:00
B2G Bumper Bot
f0b0846cf2
Bumping manifests a=b2g-bump
2015-05-19 04:37:32 -07:00
B2G Bumper Bot
fe7cfb6d00
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9d2910149892
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1161750 - merge pull request #30091 from yuwen41200:master to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/6ed7e8b11bcc
Author: yuwen41200 <yuwen41200@gmail.com>
Desc: Bug 1161750 - [Settings][Date&Time] Toggling Automatic and Manual setting pushes/indents 'Region' and 'City' text up r=arthur
2015-05-19 04:35:36 -07:00
Thomas Zimmermann
a4face3b55
Bug 1161020: Remove old interface and implementation from socket-connector classes, r=kmachulis
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
cd0d102a9b
Bug 1161020: Use new socket-connector interface in socket classes, r=kmachulis
...
This patch converts the socket I/O classes to use the new interface
of the socket-connector classes. All sockets are now created and set
up by a socket connector.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
7066f2b6f0
Bug 1161020: Implement new socket-connector interface for Bluetooth sockets, r=btian
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
34117f6140
Bug 1161020: Implement new socket-connector interface for Bluetooth daemon socket, r=shuang
...
This patch moves |BluetoothDaemonSocketConnector| into its own file,
renames it to |BluetoothDaemonConnector| and implements the new socket-
connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
a611698da4
Bug 1161020: Implement new socket-connector interface for key store, r=chucklee
...
This patch moves |KeyStoreConnector| into its own file and implements
the new socket-connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
19225eac97
Bug 1161020: Implement new socket-connector interface for RIL, r=htsai
...
This patch moves |RilConnector| into its own file and implements
the new socket-connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
62b1926054
Bug 1161020: Implement new socket-connector interface for NFC, r=allstars.chh
...
This patch moves |NfcConnector| into its own file and implements
the new socket-connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
874110779f
Bug 1161020: Added clean interface to |UnixSocketConnector|, r=kmachulis
...
The current interface of |UnixSocketConnector| doesn't follow any design
and is not easily understandable.
This patch adds a new interface to the class. The new interface provides
a method for each of the following operations:
* converting an address to a human-readable string,
* creating a listening socket,
* creating a stream socket, and
* accepting a stream socket from a listening socket.
All arguments are stored in the connector class, so that connect and
listen methods of the socket classes don't require protocol-specific
arguments. All socket parameters are set within the connector class,
so each connector class can now select parameters individually.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
9ef16cd98a
Bug 1164498: Remove |DispatchBluetoothReply|, r=btian
...
This patch removes |DispatchBluetoothReply|. The only remaining user
is |BluetoothDBusService|, but it comes with its own implemenation of
the function.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
9001e89a61
Bug 1164498: Remove |DispatchBluetoothReply| from |BluetoothHfpManger|, r=btian
...
This patch replaces |DispatchBluetoothReply| in |BluetoothHfpManager|
with corresponding calls to |DispatchReplySuccess| or |DispatchReplyError|.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
0408a58958
Bug 1164498: Remove |DispatchBluetoothReply| from |BluetoothProfileController|, r=btian
...
This patch replaces |DispatchBluetoothReply| in |BluetoothProfileController|
with corresponding calls to |DispatchReplySuccess| or |DispatchReplyError|.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
c9ea3365c5
Bug 1164498: Remove |DispatchBluetoothReply| from |BluetoothServiceBluedroid|, r=btian
...
This patch replaces |DispatchBluetoothReply| in |BluetoothServiceBluedroid|
by corresponding calls to |DispatchReplySuccess| or |DispatchReplyError|.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
62abc1dded
Bug 1164498: Cleanup Bluetooth utility functions for dispatching replies, r=btian
...
This patch adds support for |DispatchReplySuccess| and |DispatchReplyError|
to Bluetooth v1.
2015-05-19 12:28:38 +02:00
B2G Bumper Bot
0ea0b890d6
Bumping manifests a=b2g-bump
2015-05-19 03:27:22 -07:00
B2G Bumper Bot
d4a99e1c30
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e09b00b0e18b
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #30116 from huchengtw-moz/bug-1164353-browser-context-menu-smart-modal-dialog
Bug 1164353 - migrate browser context menu to use smart-modal-dialog, r=rexboy, r=sungchiu
========
https://hg.mozilla.org/integration/gaia-central/rev/16e03106e123
Author: John Hu <johu@mozilla.com>
Desc: Bug 1164353 - migrate browser context menu to use smart-modal-dialog
2015-05-19 03:25:27 -07:00
Carsten "Tomcat" Book
3b641432c4
merge mozilla-inbound to mozilla-central a=merge
2015-05-19 11:58:45 +02:00
Carsten "Tomcat" Book
8a45c75c63
merge fx-team to mozilla-central a=merge
2015-05-19 11:55:11 +02:00
B2G Bumper Bot
83f589016c
Bumping manifests a=b2g-bump
2015-05-19 02:53:24 -07:00
B2G Bumper Bot
c096f6829b
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9985ff19b864
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149469 - merge pull request #30059 from dwi2:bug1149469 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/9977770bcd6e
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1149469 - Implement card filtering by group
========
https://hg.mozilla.org/integration/gaia-central/rev/e45632c2eaab
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #30118 from shamenchens/Bug1166148-UpdateGaiaNodeModules
Bug 1166148 - Bump marionette-js-runner version to 1.0.17, r=evanxd
========
https://hg.mozilla.org/integration/gaia-central/rev/cfd6131ce27c
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1166148 - Bump marionette-js-runner version to 1.0.17
========
https://hg.mozilla.org/integration/gaia-central/rev/0c3d64bdf988
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #29997 from EragonJ/bug-1159177
Bug 1159177 - [Wifi] disable submit button if no ssid, r=Arthur
========
https://hg.mozilla.org/integration/gaia-central/rev/a4f9e64a7bd6
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1159177 - [Wifi] disable submit button if no ssid, r=Arthur
2015-05-19 02:51:29 -07:00
Carsten "Tomcat" Book
686d7a4712
Backed out changeset e513640d9995 (bug 1151672) for breaking ics emulator debug tests on a CLOSED TREE
2015-05-19 11:45:47 +02:00
Carsten "Tomcat" Book
34a4bc1f14
Backed out changeset 78b19f9f8da8 (bug 970307)
2015-05-19 11:44:43 +02:00
Carsten "Tomcat" Book
532048239b
Backed out changeset daa19810f688 (bug 1138620
)
2015-05-19 11:44:37 +02:00
Carsten "Tomcat" Book
6f6e49a360
Backed out changeset 1b09d2b41795 (bug 1113429)
2015-05-19 11:44:32 +02:00
Carsten "Tomcat" Book
005c5ce415
Backed out changeset 4d2839eea957 (bug 970307)
2015-05-19 11:44:27 +02:00
B2G Bumper Bot
ede765f6a4
Bumping manifests a=b2g-bump
2015-05-18 22:12:54 -07:00
B2G Bumper Bot
87601cf0c9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8fa0242e0aa7
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #30076 from zbraniecki/1164722-reenable-notification-rtl-tests
Bug 1164722 - Reenable system notification rtl tests. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/39de8a7a8ada
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1164722 - Reenable system notification rtl tests
2015-05-18 22:10:34 -07:00
Matthew Gregan
1232fe7f4d
Backed out changeset dd1417716d76 (bug 1103824) for Android issues. CLOSED TREE.
2015-05-19 17:08:18 +12:00
Edgar Chen
6fa5e76e2b
Bug 1166149 - Make test_ril_code_quality.py can be ran via mach command. r=aknow
2015-05-19 12:06:16 +08:00
B2G Bumper Bot
3d5050335c
Bumping manifests a=b2g-bump
2015-05-19 00:12:51 -07:00
B2G Bumper Bot
99f2026c5c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0b103015272b
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #29855 from evanxd/bug-1157140
Bug 1157140 - Add MozChromeEvent and MozContentEvent to control the audio channels in System app r=alive, dkuo
========
https://hg.mozilla.org/integration/gaia-central/rev/11d581d3808f
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1157140 - Add MozChromeEvent and MozContentEvent to control the audio channels in System app r=alive, dkuo
2015-05-19 00:10:31 -07:00
B2G Bumper Bot
67303d945a
Bumping manifests a=b2g-bump
2015-05-18 23:52:13 -07:00
B2G Bumper Bot
4b7b0108bc
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f5d9050ae643
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1164346 - merge pull request #30097 from EragonJ:bug-1164346-another to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/7b323f925e58
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1164346 - Add a locale id check hook
========
https://hg.mozilla.org/integration/gaia-central/rev/e01ed9222306
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1161985 - merge pull request #30022 from steveck-chung:new-message-recipient-css to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/c7dd3c741020
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1161985 - [Messages][NG] Split recipient and non-compose related styling from compose.css, r=azasypkin
========
https://hg.mozilla.org/integration/gaia-central/rev/57dc5b6d0e1e
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1158351 - merge pull request #29846 from aron-bordin:wifi_helper_is_valid_input_tests to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/0a0ba417e523
Author: Aron Bordin <aron.bordin@gmail.com>
Desc: Bug 1158351 - Add unit tests for WifiHelper.isValidInput R=aron.bordin
2015-05-18 23:50:19 -07:00
Cervantes Yu
a12ce249b1
Backout change 39e167bbd14c, a80140872ea5, adae9be2294d and b71ccef9c674 (bug 970307).
...
--HG--
extra : rebase_source : 829e80228e07440285383316d2c4fea017828529
2015-05-19 14:31:25 +08:00
Cervantes Yu
d99237270d
Backout change 3285d8bef13f (bug 1113429) due to backout of bug 970307.
...
--HG--
extra : rebase_source : f7415a638cc759b434a01ffdf790f98464cf6dea
2015-05-19 14:31:22 +08:00
Cervantes Yu
96c90ab30d
Backout change b371db089894 (bug 1138620
) due to backout of bug 970307.
...
--HG--
extra : rebase_source : f2cfdfa5c6c0d5ecfff26306f6145afceb4ed408
2015-05-19 14:31:20 +08:00
Cervantes Yu
c1ef01ef80
Backout change 3f62597c7e66 due to backout of bug 970307.
...
--HG--
extra : rebase_source : e00fa9cbef1a912d4cdcb69b780dbaeced2b2371
2015-05-19 14:31:18 +08:00
Cervantes Yu
0cb0373532
Bug 1151672: Remove the calls to nsThreadManager::SetThreadWorking() and nsThreadManager::SetThreadIdle() due to backout of bug 970307. r=seth
...
--HG--
extra : rebase_source : a38ef4c89d0bad39563d12dac52f661bdf8cc765
2015-05-19 11:26:21 +08:00
B2G Bumper Bot
cb1f1c410b
Bumping manifests a=b2g-bump
2015-05-18 23:02:22 -07:00
B2G Bumper Bot
83dcdca237
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6206fc1b4a65
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30109 from KevinGrandon/bug_1160110_localization_follow_up
Bug 1160110 - Follow-up, simplify translation logic by using translateFragment
========
https://hg.mozilla.org/integration/gaia-central/rev/8b4c8491b088
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1160110 - Follow-up, simplify translation logic by using translateFragment
2015-05-18 23:00:27 -07:00