Commit Graph

196659 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
67277fe8a6 Backed out changeset 0bf18526200b (bug 1046109) 2014-07-31 10:14:26 +02:00
Carsten "Tomcat" Book
743d94d86b Backed out changeset 9ef0211ae121 (bug 1046109) 2014-07-31 10:14:24 +02:00
Carsten "Tomcat" Book
a8032328ce Backed out changeset 5314248e45b5 (bug 1046109) 2014-07-31 10:14:23 +02:00
Carsten "Tomcat" Book
1b55f6b2f5 Backed out changeset b20b097fde99 (bug 1046109) 2014-07-31 10:14:21 +02:00
Carsten "Tomcat" Book
09403bbadc Backed out changeset 452a777db125 (bug 1046109) 2014-07-31 10:14:18 +02:00
B2G Bumper Bot
df1fbbd733 Bumping manifests a=b2g-bump 2014-07-31 00:42:07 -07:00
B2G Bumper Bot
5c5b74272f 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
a9d0d75b4a 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
06c2c0b5bc 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
d1b73ef017 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
5061486cef 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
e3f2e64199 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
287a70bce6 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
Thomas Zimmermann
b8fcc1bbe3 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 09:29:19 +02:00
Thomas Zimmermann
be02206b7a 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 09:29:18 +02:00
Thomas Zimmermann
f501cba9e1 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 09:29:18 +02:00
Thomas Zimmermann
3f806cb10b 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 09:29:18 +02:00
Thomas Zimmermann
a558eeb251 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 09:29:17 +02:00
B2G Bumper Bot
bf26426892 Bumping manifests a=b2g-bump 2014-07-31 00:26:42 -07:00
B2G Bumper Bot
4c39a4333f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee0bdd301f9f
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #22289 from ashishmadeti/master

Bug 1032043 - Fix jshint error for build/watcher.js r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/63ff58e3ae55
Author: Ashish Madeti <ashishmadeti@gmail.com>
Desc: Bug 1032043 - Fix jshint error for build/watcher.js

========

https://hg.mozilla.org/integration/gaia-central/rev/5a1b68cfe785
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #22268 from xfq/Bug1032022

Bug 1032022 - Fix jshint error for build/optimize-clean.js r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/e10f850f8015
Author: Xue Fuqiao <xfq.free@gmail.com>
Desc: Bug 1032022 - Fix jshint error for build/optimize-clean.js
2014-07-31 00:20:29 -07:00
B2G Bumper Bot
c72948d4b9 Bumping manifests a=b2g-bump 2014-07-31 00:13:41 -07:00
B2G Bumper Bot
bd4952088e Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6791eae27ed9
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #22256 from sudheesh001/Patch_1041449

Bug 1041449 - Lockscreen PIN keypad Visual Update for Bug 983043 , r=mnjul

========

https://hg.mozilla.org/integration/gaia-central/rev/f2aa7fd6b879
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Puts the seperated css rules together

========

https://hg.mozilla.org/integration/gaia-central/rev/edf52106104d
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Fixes Bug 1041449, Visual Update for Bug 983043 , r=mnjul

========

https://hg.mozilla.org/integration/gaia-central/rev/a17a7536b764
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #22292 from gasolin/issue-1040406

Bug 1040406 - dismiss current permission dialog once attentionscreenshow..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/2385eb8e6752
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1040406 - dismiss current permission dialog once attentionscreenshow event is got

========

https://hg.mozilla.org/integration/gaia-central/rev/5056c651e75d
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22242 from kamituel/Bug_1033695_nfc_utils_cleanup

Bug 1033695 - nfc_utils.js cleanup. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/d2e663d9b6f6
Author: Kamil Leszczuk <kamituel@gmail.com>
Desc: x

========

https://hg.mozilla.org/integration/gaia-central/rev/2ccf6cd178a4
Author: Kamil Leszczuk <kamituel@gmail.com>
Desc: Bug 1033695: nfc_utils.js cleanuo
2014-07-31 00:13:31 -07:00
Andrew Osmond
4f1d367ae7 Bug 1046341 - Release camera hardware if initialization fails. r=mikeh 2014-07-30 17:35:00 +02:00
J. Ryan Stinnett
7c65de5273 Bug 1045533 - Add sandboxbroker to b2g desktop. r=tabraldes 2014-07-30 08:14:00 +02:00
Kershaw Chang
43817133b5 Bug 1044093 - Avoid calling RegisterUeventListener in main thread, r=dhylands 2014-07-30 01:07:00 +02:00
B2G Bumper Bot
ecdc93bb3a Bumping manifests a=b2g-bump 2014-07-30 23:26:15 -07:00
B2G Bumper Bot
c841d54339 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2d20953fd97b
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #22315 from azasypkin/bug-1046248-attach-button-size

Bug 1046248 - [Messages] Set explicit background image size for "Add attachment" button. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/f70a14767456
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1046248 - [Messages] Set explicit background image size for "Add attachment" button. r=schung
2014-07-30 23:20:29 -07:00
B2G Bumper Bot
74b11faa24 Bumping manifests a=b2g-bump 2014-07-30 23:11:20 -07:00
B2G Bumper Bot
771ec6b2ba Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2574260b7519
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #22291 from timdream/keyboard-state-control

Bug 1040598 - Introduce StateManager and remove keyboard.js, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/fc86a7e24602
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part VIII) Introduce StateManager

========

https://hg.mozilla.org/integration/gaia-central/rev/1383456fde09
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part VII) Remove sync reflow workaround

========

https://hg.mozilla.org/integration/gaia-central/rev/5f835b068689
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part VI) Always wait for IMEngine before rendering the layout

========

https://hg.mozilla.org/integration/gaia-central/rev/7707d151349b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part V) Fix log and test pattern of LayoutManager and InputMethodManager

========

https://hg.mozilla.org/integration/gaia-central/rev/20ee25a3e766
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part IV) Clean up KeyboardApp and misc functions in keyboard.js

========

https://hg.mozilla.org/integration/gaia-central/rev/b111afc501f8
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part III) Implement LayoutRenderingManager

========

https://hg.mozilla.org/integration/gaia-central/rev/8ea22c32590f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part II) Centralize keyboard state to updateCurrentKeyboardState

========

https://hg.mozilla.org/integration/gaia-central/rev/f740819da0b3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1040598 - (Part I) Move dataPromise to updateInputContextData
2014-07-30 23:05:30 -07:00
B2G Bumper Bot
f2d5d20a92 Bumping manifests a=b2g-bump 2014-07-30 20:31:54 -07:00
B2G Bumper Bot
4b132e1b40 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31705094590a
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #22254 from RudyLu/keyboard/Bug1031561-no_auto_capitalize_acronym

Bug 1031561 - don't auto-capitalize when there are 2 uppercase letters in
r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/11a98591a9ef
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1031561 - don't auto-capitalize when there are 2 uppercase letters
in front of the cursor.
2014-07-30 20:30:28 -07:00
B2G Bumper Bot
9659b3229e Bumping manifests a=b2g-bump 2014-07-30 19:31:18 -07:00
B2G Bumper Bot
d5227177cd Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3aae224e8a4e
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #21162 from yurenju/callscreen

Bug 1000049 - APP=callscreen make install-gaia should give some informat... r=@cctuan

========

https://hg.mozilla.org/integration/gaia-central/rev/4a15f0b801a1
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1000049 - APP=callscreen make install-gaia should restart b2g to pick up the changes

========

https://hg.mozilla.org/integration/gaia-central/rev/0c6faf923b9e
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Merge pull request #22068 from mancas/bug929311"

This reverts commit c0a8cebe31c49a90c443226710aef36c1e62bdc2, reversing
changes made to 89b3cd51330ae0ae848057a8d453c252e147e61d.
2014-07-30 19:25:33 -07:00
B2G Bumper Bot
25861da7a7 Bumping manifests a=b2g-bump 2014-07-30 16:11:20 -07:00
B2G Bumper Bot
556a0b43ce Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7d86aed57eca
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1002417 - [Web Components] Add simple readme for web component usage in gaia. r=drs (over irc)
2014-07-30 16:05:34 -07:00
B2G Bumper Bot
94f5ce9dba Bumping manifests a=b2g-bump 2014-07-30 15:41:59 -07:00
B2G Bumper Bot
760444254d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7851acf91df
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22328 from KevinGrandon/bug_1037864_fix_locale_paths

Bug 1037864 - Follow-up, fix relative pathing of properties files

========

https://hg.mozilla.org/integration/gaia-central/rev/2ab6fb68b362
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1037864 - Follow-up, fix relative pathing of properties files r=gandalf
2014-07-30 15:40:34 -07:00
B2G Bumper Bot
7c81a5c408 Bumping manifests a=b2g-bump 2014-07-30 15:01:24 -07:00
B2G Bumper Bot
c63482522c Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d347cf2a6853
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #22324 from zacc/bug_1039966

Revert "Revert "Bug 1039966 - Update gaiatest marionette_client to 0.8.1...

========

https://hg.mozilla.org/integration/gaia-central/rev/11876f8682d1
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Revert "Bug 1039966 - Update gaiatest marionette_client to 0.8.1 and dependency moztest to >= 0.6""

This reverts commit d15e133c0bac9f22218991ea2de157387ece792c.

========

https://hg.mozilla.org/integration/gaia-central/rev/08a176cd64ea
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #22087 from yzen/bug-1042944

Bug 1042944 - added screen reader functionality to the system accessibil...

========

https://hg.mozilla.org/integration/gaia-central/rev/771623fe5b16
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1042944 - added screen reader functionality to the system accessibility component. r=alive
2014-07-30 14:55:34 -07:00
Fabrice Desré
7f556803c8 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
B2G Bumper Bot
3da95e6b63 Bumping manifests a=b2g-bump 2014-07-30 14:31:31 -07:00
B2G Bumper Bot
8b4ffae2ed Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30e2c7de9707
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #22326 from dmarcos/bug1046316

Bug 1046316 - [Camera] Focus view not appended to viewfinder

========

https://hg.mozilla.org/integration/gaia-central/rev/8351f9ef4bbd
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 1046316 - [Camera] Focus view not appended to viewfinder

========

https://hg.mozilla.org/integration/gaia-central/rev/25ec7352c30b
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #22325 from vingtetun/followup-bugsmooth

Bug 1039519 - Implement a smooth transition to show/hide the rocketbar w...

========

https://hg.mozilla.org/integration/gaia-central/rev/2de3cce4f8df
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1039519 - Implement a smooth transition to show/hide the rocketbar when scrolling up/down a page. Followup. r=me
2014-07-30 14:25:46 -07:00
Ryan VanderMeulen
65688cdced Merge m-c to b2g-inbound on a CLOSED TREE. a=merge 2014-07-30 17:17:58 -04:00
Ryan VanderMeulen
4aa9f2dca1 Merge inbound to m-c. a=merge 2014-07-30 17:13:20 -04:00
Ryan VanderMeulen
c667edb2cb Merge fx-team to m-c. a=merge 2014-07-30 15:54:37 -04:00
B2G Bumper Bot
269d92e804 Bumping manifests a=b2g-bump 2014-07-30 12:41:40 -07:00
B2G Bumper Bot
67016f8181 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18d5dc74bae9
Author: pacorampas <b.frv@tid.es>
Desc: Merge pull request #22112 from pacorampas/1043318

Bug 1043318 - [Dialer] [Keypad] On suggestion item when the text goes outside the edge, you can drag the upper part and move the whole screen. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/fe1021626786
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1043318 - [Dialer] [Keypad] On suggestion item when the text goes outside the edge, you can drag the upper part and move the whole screen.
2014-07-30 12:35:34 -07:00
B2G Bumper Bot
58f42c55ce Bumping manifests a=b2g-bump 2014-07-30 12:26:21 -07:00
B2G Bumper Bot
e1958dd992 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0e6c90d103a
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #21507 from azasypkin/bug-1035279-errors-mapping

Bug 1035279 - [Messages][Refactoring] Move error codes mapping from dialog.js to a separate file. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/50e5b702a7be
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1035279 - [Messages][Refactoring] Move error codes mapping from dialog.js to a separate file. r=julien
2014-07-30 12:20:33 -07:00
B2G Bumper Bot
4b44130d80 Bumping manifests a=b2g-bump 2014-07-30 12:11:30 -07:00