Thomas Zimmermann
553d9c5e14
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-18 11:28:30 +02:00
Thomas Zimmermann
236405a63c
Bug 1161020: Implement new socket-connector interface for Bluetooth sockets, r=btian
2015-05-18 11:28:30 +02:00
Thomas Zimmermann
5b6ee4b668
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-18 11:28:30 +02:00
Thomas Zimmermann
e6c35a9ff4
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-18 11:28:30 +02:00
Thomas Zimmermann
859df18543
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-18 11:28:30 +02:00
Thomas Zimmermann
0936f09ecd
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-18 11:28:30 +02:00
Thomas Zimmermann
d9ca2a993a
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-18 11:28:30 +02:00
B2G Bumper Bot
53b503b2f0
Bumping manifests a=b2g-bump
2015-05-18 02:23:38 -07:00
B2G Bumper Bot
a7681f61ab
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/31f2c5ff2afb
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30102 from gaye/bug-1165660-correct-disabled-test-path
Bug 1165660 - Fix disabled marionette-helper test path
========
https://hg.mozilla.org/integration/gaia-central/rev/f0c0d18a08ca
Author: gaye <gaye@mozilla.com>
Desc: Bug 1165660 - Fix disabled marionette-helper test path
2015-05-18 02:21:25 -07:00
B2G Bumper Bot
479625a0d3
Bumping manifests a=b2g-bump
2015-05-18 01:57:39 -07:00
B2G Bumper Bot
440aa9a04a
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8ca7532efeba
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Merge pull request #30078 from sean2449/Bug-1165218
Bug 1165218 - [Stingray][TVDeck] Only storing TV tuner ID in asyncSto…, r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/3cd0b9e45710
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1165218 - [Stingray][TVDeck] Only storing TV tuner ID in asyncStorage is enough
* Remove storing 'TV_Hash' in async Storage, but storing 'Last-Tuner-ID' instead.
========
https://hg.mozilla.org/integration/gaia-central/rev/deec08faa08f
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30095 from gaye/bug-1165749-const-in-strict-mode
Bug 1165749 - Using const in strict mode is making it so that jsmario…
========
https://hg.mozilla.org/integration/gaia-central/rev/9685aaf652b4
Author: gaye <gaye@mozilla.com>
Desc: Bug 1165749 - Using const in strict mode is making it so that jsmarionette tests cannot be run locally
2015-05-18 01:55:27 -07:00
B2G Bumper Bot
b69ca914e9
Bumping manifests a=b2g-bump
2015-05-17 23:47:31 -07:00
B2G Bumper Bot
96eee1c1ed
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9007d36b7c2a
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #30066 from ian-liu/bluetooth/bug1163784_highlight_bluetooth_icon_while_profile_connection_changed
Bug 1163784 - Hightlight Bluetooth icon while profile connection changed
========
https://hg.mozilla.org/integration/gaia-central/rev/d9497d242379
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1163784 - Hightlight Bluetooth icon while profile connection changed
2015-05-17 23:45:17 -07:00
Fabrice Desré
ebe1917cb3
Bug 1165766 - Crash in AddFontSetFamilies() r=jtd
2015-05-17 20:33:46 -07:00
Hsin-Yi Tsai
1a9127270f
Bug 1164248 - Handling of session/sessionEnded for notifyUssdReceived. r=edgar
2015-05-13 15:26:16 +08:00
Jamin Liu
3242c56050
Bug 1098228 - Set Bluetooth discoverable to default value when BT state is BT_STATE_OFF. r=shuang
2015-05-18 09:27:23 +08:00
Alexandre Lissy
f933f52d81
Bug 1163997 - Re-enable notification tests on Mulet. r=mhenrentty
2015-05-12 06:17:00 -04:00
Bevis Tseng
6b0a6cd597
Bug 1162464 - Part 3: Refactor UiccConnector due to interface change. r=allstars.chh
2015-05-08 11:31:11 +08:00
Bevis Tseng
364c86e99a
Bug 1162464 - Part 2: Implementation Changes. r=echen
2015-05-08 11:23:09 +08:00
Bevis Tseng
c647ff437f
Bug 1162464 - Part 1: IDL Changes. r=echen
2015-05-08 10:57:16 +08:00
Phil Ringnalda
3143857603
Merge b-i to m-c, a=merge
2015-05-17 09:05:23 -07:00
Timothy Nikkel
93231ce78b
Bug 1165536. Don't include resolution compensation when adjusting the cliprect of ancestors of scrollbars. r=botond
...
We are trying to adjust for the async transform that gets applied to the scrollable container layer by applying a transform to the scrollbar layer. That means we also need to adjust our clip rect. The resolution compensation is not done for this reason (compensating for a transform on an ancestor layer), hence we don't need to adjust the clip rect for the resolution compensation.
2015-05-17 02:00:10 -05:00
B2G Bumper Bot
2a85a35ec6
Bumping manifests a=b2g-bump
2015-05-16 20:52:21 -07:00
B2G Bumper Bot
26876a3f36
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/709dd14fda8d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30092 from gaye/bug-1165660
Bug 1165660 - Disable intermittent marionette-helper test
========
https://hg.mozilla.org/integration/gaia-central/rev/4e61ac41fbfa
Author: gaye <gaye@mozilla.com>
Desc: Bug 1165660 - Disable intermittent marionette-helper test
2015-05-16 20:50:07 -07:00
B2G Bumper Bot
bcbcb36f9c
Bumping manifests a=b2g-bump
2015-05-16 11:43:17 -07:00
B2G Bumper Bot
7b9c30678d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/13c345d7e3e2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1165205 - merge pull request #30089 from jrburke:bug1165205-email-browser-url to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/f758b52824a5
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1165205 - [RTL][Email]The title in Google login page is truncated at left side
2015-05-16 11:40:33 -07:00
Phil Ringnalda
4649684036
Merge f-t to m-c, a=merge
2015-05-16 09:40:17 -07:00
Phil Ringnalda
6a2ec58b6a
Merge b-i to m-c, a=merge
2015-05-16 09:02:05 -07:00
Phil Ringnalda
d22fb4c9fd
Merge m-i to m-c, a=merge
2015-05-16 08:50:37 -07:00
Dão Gottwald
27fb633b15
Bug 1147808 - Cancel add-on installation when the tab or window closes while waiting for the user to confirm the installation. r=dtownsend
2015-05-16 13:28:34 +02:00
ffxbld
d89ecd849b
No bug, Automated HPKP preload list update from host bld-linux64-spot-152 - a=hpkp-update
2015-05-16 03:30:30 -07:00
ffxbld
0c4a5d8d8b
No bug, Automated HSTS preload list update from host bld-linux64-spot-152 - a=hsts-update
2015-05-16 03:30:28 -07:00
Brian Grinstead
d8eae22539
Bug 1164952 - Fix transparent window background in Dev Edition theme for Windows 7 classic mode;r=MattN
2015-05-15 18:34:57 -07:00
Jared Wein
d00e53f554
Bug 1160407 - followup, remove preprocessor flag from jar.mn. r=me
...
--HG--
extra : rebase_source : 9acb4c56b8211c00175865da6d7af1c776c15c2a
2015-05-15 20:44:07 -04:00
Wes Kocher
b0607333ce
Merge m-c to fx-team a=merge
2015-05-15 17:33:33 -07:00
Wes Kocher
961d54ee8e
Merge m-c to b2ginbound a=merge
2015-05-15 17:32:38 -07:00
Wes Kocher
5e59586179
Merge b2g-inbound to m-c a=merge
2015-05-15 17:29:29 -07:00
Brian Grinstead
5387e2ded5
Bug 1165360 - Force 1x icon for back button and forward button icons in Dev Edition theme;r=MattN
2015-05-15 16:49:04 -07:00
jlal@mozilla.com
7bd38d1cfe
Bug 1165468 - Upgrade to git 2.4 r=garndt
...
--HG--
extra : rebase_source : b7ba9e1046f250778f280c700a2f389c6c6446e0
2015-05-15 15:42:09 -07:00
B2G Bumper Bot
750f4e64d2
Bumping manifests a=b2g-bump
2015-05-15 15:37:39 -07:00
B2G Bumper Bot
606f36d2a6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/310f2f629ea4
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30088 from rwood-moz/bug1165475
Bug 1165475 - Fix incorrect path in raptor decision task
========
https://hg.mozilla.org/integration/gaia-central/rev/aba47fa5c945
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1165475 - Fix incorrect path in raptor decision task
2015-05-15 15:35:26 -07:00
B2G Bumper Bot
b7bb7915e1
Bumping manifests a=b2g-bump
2015-05-15 15:02:40 -07:00
B2G Bumper Bot
cd3d5aed4d
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3c3c14658d6d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30069 from gaye/bug-1164684-jsmarionette-in-gaia
Bug 1164684 - Move the jsmarionette code tree into test/jsmarionette
========
https://hg.mozilla.org/integration/gaia-central/rev/045704bb8885
Author: gaye <gaye@mozilla.com>
Desc: Bug 1164684 - Move the jsmarionette code tree into test/jsmarionette
========
https://hg.mozilla.org/integration/gaia-central/rev/490b3ff8d45d
Author: gaye <gaye@mozilla.com>
Desc: Bug 1164987 - Add jsmarionette component dependencies
========
https://hg.mozilla.org/integration/gaia-central/rev/22fbdb571a10
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1164796 - merge pull request #30064 from KevinGrandon:bug_1164796_migrate_video_tagged to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/93a76b896c6e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1164796 - [Video] Migrate to tagged template strings r=russn
2015-05-15 15:00:27 -07:00
Fabrice Desré
ed9ab11d12
Bug 1161537 - Intermittent test_dev_mode_activity.html | Got error: undefined - expected PASS r=me
2015-05-15 14:46:27 -07:00
B2G Bumper Bot
c41571236f
Bumping manifests a=b2g-bump
2015-05-15 14:43:14 -07:00
B2G Bumper Bot
230a464c2a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b55ed28fe172
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149928 - merge pull request #30012 from russnicoletti:bug-1149928 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/1e2e372536bc
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1149928 - [Nexus 5][Video]When we play a 1sec video, the progress bar cannot run smoothly.
2015-05-15 14:40:35 -07:00
B2G Bumper Bot
c67a67ebad
Bumping manifests a=b2g-bump
2015-05-15 13:52:35 -07:00
B2G Bumper Bot
41fbe16f80
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/65b78de3c796
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Bug 1159411 - Add ability to preload webapps into customisation. r=rickychien"
This reverts commit ecc112a7eb5502eae0f822a6cd7e6edeb0dea2fd.
2015-05-15 13:50:19 -07:00
Wander Lairson Costa
9d0222903e
Bug 1144994 part 3: Add aries to treeherder.
...
--HG--
extra : rebase_source : 9be0673a9d9f55eda6ca17e1d9ced051fab16afc
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
eb83d09feb
Bug 1144994 part 2: Switch aries nightlies from cypress to m-c.
...
cypress repo is gone, long live mozilla-central.
--HG--
extra : rebase_source : c5a60c2fdca476d889d70b448a7723c5527402ee
2015-05-15 17:09:16 -03:00