B2G Bumper Bot
49b7a7fc3e
Bumping manifests a=b2g-bump
2014-07-31 05:31:15 -07:00
B2G Bumper Bot
d591a460b2
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cb4d7ca87785
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #22207 from svic/Bug_1043856"
This reverts commit 6a3e55ac1391a78ee77f247d69bb3f71da43ece9, reversing
changes made to efd6f69414f80e587c59e6bd2d381e30dd288d2e.
2014-07-31 05:25:31 -07:00
Thomas Zimmermann
f8f98629f3
Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle
...
This patch cleans up |UnixSocketImpl| and it's file in general. The
patch
- renames |UnixSocketImpl| to |UnixSocketConsumerIO|,
- moves method definitions out of class definition,
- adds const correctness,
- adds MOZ_FINAL to several classes,
- moves task classes to a separate location.
No functional changes are performed.
2014-07-31 13:55:30 +02:00
Thomas Zimmermann
19d9223f35
Bug 1046109: Add |SocketIOShutdownTask|, r=kyle
...
|SocketIOShutdownTask| invokes the shutdown procedure for Socket I/O
objects on the I/O thread.
2014-07-31 13:55:30 +02:00
Thomas Zimmermann
35632f98aa
Bug 1046109: Add |SocketIOSendTask|, r=kyle
...
|SocketIOSendTask| moves data from the main thread to the Socket I/O
class on the I/O thread, and invokes the Socket I/O classes sending
methods.
2014-07-31 13:55:30 +02:00
Thomas Zimmermann
aadf6d5e16
Bug 1046109: Add |SocketIOTask|, r=kyle
...
|SocketIOTask| is a task-class template that holds a reference to
a Socket I/O object. It replaces |UnixSocketImplTask|, which only
supports objects of type |UnixSocketImpl|.
2014-07-31 13:55:29 +02:00
Thomas Zimmermann
2747e4a5e1
Bug 1046109: Add |SocketIOBase|, r=kyle
...
|SocketIOBase| is a base class for Socket I/O classes. It's not a
requirement, but provides a number of helpful methods for common
I/O operations on the I/O thread.
2014-07-31 13:55:29 +02:00
Thomas Zimmermann
f256e6fef4
Bug 1046109: Add |SocketIODeleteInstanceRunnable|, r=kyle
...
|SocketIODeleteInstanceRunnable| deletes a Socket I/O object on the
main thread. This is required to serialize the close operation of
Socket consumers.
2014-07-31 13:55:29 +02:00
Thomas Zimmermann
1cb02024c4
Bug 1046109: Add |SocketIORequestClosingRunnable|, r=kyle
...
|SocketIORequestClosingRunnable| notifies the Socket consumer on
the main thread to clean up the Socket I/O object and close the
connection.
2014-07-31 13:55:28 +02:00
Thomas Zimmermann
fee8753bfe
Bug 1046109: Add |SocketIOReceiveRunnable|, r=kyle
...
|SocketIOReceiveRunnable| sends received data from the Socket I/O
object on the I/O thread to the Socket consumer on the main thread.
2014-07-31 13:55:28 +02:00
Thomas Zimmermann
60f0025c1f
Bug 1046109: Add |SocketIOEventRunnable|, r=kyle
...
|SocketIOEventRunnable| sends a notification from the Socket I/O
object to a Socket consumer on the main thread.
2014-07-31 13:55:28 +02:00
Thomas Zimmermann
757296d36b
Bug 1046109: Add |SocketIORunnable|, r=kyle
...
|SocketIORunnable| is a runnable class template that holds a
reference to a arbitrary Socket I/O object. |SocketIORunnable|
replaces |UnixSocketImplRunnable|, which only handles objects of
type |UnixSocketImpl|.
2014-07-31 13:55:28 +02:00
Thomas Zimmermann
c12b17b08a
Bug 1046109: Add |SocketConsumerBase| and inherit |UnixSocketConsumer| from it, r=kyle
...
|SocketConsumerBase| handles connection state for |UnixSocketConsumer|
and its derived classes. Implementing classes must override a number of
virtual methods, to handle notifications about changes to the state of
the connection.
2014-07-31 13:55:27 +02:00
B2G Bumper Bot
2e37573e71
Bumping manifests a=b2g-bump
2014-07-31 04:46:17 -07:00
B2G Bumper Bot
93e51b4fff
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/55c5e5ee283e
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #22311 from arcturus/bug-1045503
Bug 1045503
- [tarako][contacts] we should reduce the use of storage by contacts app r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/6d0a183870cb
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1045503
- [tarako][contacts] we should reduce the use of storage by contacts app
2014-07-31 04:42:57 -07:00
Carsten "Tomcat" Book
20012303e0
Merge mozilla-central to b2g-inbound
2014-07-31 13:11:41 +02:00
Carsten "Tomcat" Book
473af55a4a
Merge mozilla-central to fx-team
2014-07-31 13:08:59 +02:00
Carsten "Tomcat" Book
e7567904cc
merge fx-team to mozilla-central a=merge
2014-07-31 13:01:27 +02:00
Carsten "Tomcat" Book
8457c6a69a
merge mozilla-inbound to mozilla-central a=merge
2014-07-31 12:57:22 +02:00
B2G Bumper Bot
108c61a6a6
Bumping manifests a=b2g-bump
2014-07-31 03:51:33 -07:00
B2G Bumper Bot
5b65603484
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/02e996a4c33b
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #22038 from stasm/1030334-early-mo
Bug 1030334 - Initialize the MO when DOM is interactive. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/2288b0d948ab
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1030334 - Initialize the MO when DOM is interactive. r=gandalf
2014-07-31 03:45:37 -07:00
B2G Bumper Bot
1ece6afdb7
Bumping manifests a=b2g-bump
2014-07-31 03:36:46 -07:00
B2G Bumper Bot
01fbccdeb9
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cf8568d3dba4
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #22339 from huchengtw-moz/system-bug-1044735
Bug 1044735 - homescreenLauncher and lockScreenNotifications is undefine..., r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/d56ce36d1f38
Author: John Hu <im@john.hu>
Desc: Bug 1044735 - homescreenLauncher and lockScreenNotifications is undefined while reloading in Nightly
========
https://hg.mozilla.org/integration/gaia-central/rev/e0a043f45a01
Author: pacorampas <b.frv@tid.es>
Desc: Merge pull request #22345 from pacorampas/layout
Bug 1033230 - create a new Layout css file in the shared directory r=arnau
========
https://hg.mozilla.org/integration/gaia-central/rev/30e547a9136e
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1033230 - create a new Layout css file in the shared directory
2014-07-31 03:30:31 -07:00
B2G Bumper Bot
61c19bd787
Bumping manifests a=b2g-bump
2014-07-31 02:56:52 -07:00
Carsten "Tomcat" Book
1d18fdbd48
Backed out changeset 4056345284df (bug 1046341) for B2G ICS Emulator Debug m7 test failure
2014-07-31 11:52:52 +02:00
B2G Bumper Bot
860326fad9
Bumping manifests a=b2g-bump
2014-07-31 02:21:24 -07:00
B2G Bumper Bot
20df0ed4a0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/041fc5afa17d
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #22273 from eliperelman/bug-1045717-close-app-on-memory-test-failure
Bug 1045717 - Close app before asserting values from memory usage r=hub
========
https://hg.mozilla.org/integration/gaia-central/rev/9b9c07cb7e40
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1045717 - Close app before asserting values from memory usage
2014-07-31 02:15:36 -07:00
B2G Bumper Bot
413c406682
Bumping manifests a=b2g-bump
2014-07-31 01:51:56 -07:00
B2G Bumper Bot
69e2723763
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/824f91896cf5
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #22202 from mnjul/bug_1038502_3_lockscreen_notification_alignment
Bug 1038502 - [VsD Refresh] Lockscreen Visual Refresh > Notifications not to spec > Alignment issue. r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/9687214e9667
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1038502 - [VsD Refresh] Lockscreen Visual Refresh > Notifications not to spec > Alignment issue
2014-07-31 01:50:31 -07:00
B2G Bumper Bot
98a343d6aa
Bumping manifests a=b2g-bump
2014-07-31 01:41:34 -07:00
B2G Bumper Bot
7c691aa3e8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0554691e9aa8
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #22304 from mnjul/bug_1046071_lockscreen_noti_arrow_hidpi
Bug 1046071 - [VsD Refresh] Lockscreen Visual Refresh > Missing HiDPI notifications arrow assets. r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/96ba88c1cbae
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1046071 - [VsD Refresh] Lockscreen Visual Refresh > Missing HiDPI notifications arrow assets
2014-07-31 01:35:32 -07:00
Carsten "Tomcat" Book
edf6675141
Backed out changeset 56a5acbceadb (bug 1046109) for bustage on a CLOSED TREE
2014-07-31 10:14:57 +02:00
Carsten "Tomcat" Book
1593080334
Backed out changeset ddb118aa2648 (bug 1046109)
2014-07-31 10:14:34 +02:00
Carsten "Tomcat" Book
9c9ee71760
Backed out changeset 3b3966a2b854 (bug 1046109)
2014-07-31 10:14:32 +02:00
Carsten "Tomcat" Book
e3f2063eae
Backed out changeset 38c914d4c7a7 (bug 1046109)
2014-07-31 10:14:30 +02:00
Carsten "Tomcat" Book
d8f5680195
Backed out changeset 795507bd02d3 (bug 1046109)
2014-07-31 10:14:29 +02:00
Carsten "Tomcat" Book
4906608cdb
Backed out changeset be0077054b48 (bug 1046109)
2014-07-31 10:14:27 +02:00
Carsten "Tomcat" Book
c09a652709
Backed out changeset 0bf18526200b (bug 1046109)
2014-07-31 10:14:26 +02:00
Carsten "Tomcat" Book
1aed5ff89c
Backed out changeset 9ef0211ae121 (bug 1046109)
2014-07-31 10:14:24 +02:00
Carsten "Tomcat" Book
ce5d8cbd2d
Backed out changeset 5314248e45b5 (bug 1046109)
2014-07-31 10:14:23 +02:00
Carsten "Tomcat" Book
a50c27d1bd
Backed out changeset b20b097fde99 (bug 1046109)
2014-07-31 10:14:21 +02:00
Carsten "Tomcat" Book
2cf95b537d
Backed out changeset 452a777db125 (bug 1046109)
2014-07-31 10:14:18 +02:00
B2G Bumper Bot
ede332b35c
Bumping manifests a=b2g-bump
2014-07-31 00:42:07 -07:00
B2G Bumper Bot
bd60e96a05
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/720e0143b553
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #22134 from lightsofapollo/revite-master
Revite master
========
https://hg.mozilla.org/integration/gaia-central/rev/eb855c1f023f
Author: William Chen <wchen@mozilla.com>
Desc: Bug 1038439 - Remove web components preference from Gaia. r=vingtetun
2014-07-31 00:35:34 -07:00
Thomas Zimmermann
33e4f2a298
Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle
...
This patch cleans up |UnixSocketImpl| and it's file in general. The
patch
- renames |UnixSocketImpl| to |UnixSocketConsumerIO|,
- moves method definitions out of class definition,
- adds const correctness,
- adds MOZ_FINAL to several classes, and
- moves task classes to a separate location.
No functional changes are performed.
2014-07-31 09:29:20 +02:00
Thomas Zimmermann
a9b4333ac2
Bug 1046109: Add |SocketIOShutdownTask|, r=kyle
...
|SocketIOShutdownTask| invokes the shutdown procedure for Socket I/O
objects on the I/O thread.
2014-07-31 09:29:20 +02:00
Thomas Zimmermann
c432a85ebf
Bug 1046109: Add |SocketIOSendTask|, r=kyle
...
|SocketIOSendTask| moves data from the main thread to the Socket I/O
class on the I/O thread, and invokes the Socket I/O classes sending
methods.
2014-07-31 09:29:20 +02:00
Thomas Zimmermann
6a1b24606f
Bug 1046109: Add |SocketIOTask|, r=kyle
...
|SocketIOTask| is a task-class template that holds a reference to
a Socket I/O object. It replaces |UnixSocketImplTask|, which only
supports objects of type |UnixSocketImpl|.
2014-07-31 09:29:20 +02:00
Thomas Zimmermann
af11427c1d
Bug 1046109: Add |SocketIOBase|, r=kyle
...
|SocketIOBase| is a base class for Socket I/O classes. It's not a
requirement, but provides a number of helpful methods for common
I/O operations on the I/O thread.
2014-07-31 09:29:19 +02:00
Thomas Zimmermann
f24375cd4f
Bug 1046109: Add |SocketIODeleteInstanceRunnable|, r=kyle
...
|SocketIODeleteInstanceRunnable| deletes a Socket I/O object on the
main thread. This is required to serialize the close operation of
Socket consumers.
2014-07-31 09:29:19 +02:00