Commit Graph

177875 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
ec99c374e1 merge fx-team to mozilla-central 2014-04-08 15:33:02 +02:00
B2G Bumper Bot
3dceb2d425 Bumping manifests a=b2g-bump 2014-04-08 04:22:50 -07:00
B2G Bumper Bot
46d167f1bf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ff33728b950
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #18065 from rnowm/followup_992771

Bug 993304 - [Follow up] [VRD][Homescreen] use new Buttons and Inputs [BB] r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/39dce89ea2b2
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 993304 - [Follow up] [VRD][Homescreen] use new Buttons and Inputs [BB]
2014-04-08 04:21:11 -07:00
B2G Bumper Bot
937c3403fa Bumping manifests a=b2g-bump 2014-04-08 03:57:50 -07:00
B2G Bumper Bot
9ef2eabed4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/48c3449cd63e
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #17688 from elefant/bug/980814

Bug 980814 - Set system message handler when the test app is completely loaded.

========

https://hg.mozilla.org/integration/gaia-central/rev/529830401243
Author: hchang <hchang@mozilla.com>
Desc: Bug 980814 - Set system message handler when the test app is completely loaded.
2014-04-08 03:56:12 -07:00
B2G Bumper Bot
c4b14d2b98 Bumping manifests a=b2g-bump 2014-04-08 03:21:18 -07:00
B2G Bumper Bot
243310f018 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b24c2d662eb1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #17941 from kombuta/master

Bug 976576 - [DSDS][SIM Manager] Change the title text for "Data" CTA r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/f01fcc311064
Author: Lancelot Nyachoto <lancelot@quantum.com.na>
Desc: Bug 976576 - [DSDS][SIM Manager] Change the title text for "Data" CTA
  Change the description
  from "Internet connection, MMS, A-GPS and Marketplace payments will be sent from"
  to   "Data service network and Marketplace payments"

  Added a unique string id "sim-manager-outgoing-data-description"
2014-04-08 03:16:20 -07:00
B2G Bumper Bot
a1eac024e2 Bumping manifests a=b2g-bump 2014-04-08 02:56:20 -07:00
B2G Bumper Bot
afae0e849d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4e2a12df2731
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #18038 from rnowm/992863

Bug 992863 - [BB] update Input focus state r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/e81dc47a2496
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 992863 - [BB] update Input focus state
2014-04-08 02:50:55 -07:00
Asaf Romano
2346ab6804 Bug 993274 - Remove cmd_new:livemark. r=mak 2014-04-08 12:05:26 +03:00
Asaf Romano
4e97a29621 Fix for the patch checked in for bug 983623 - Don't import PlacesUtils twice. 2014-04-08 11:50:33 +03:00
Asaf Romano
903a9eec4a Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak 2014-04-08 11:42:06 +03:00
B2G Bumper Bot
0324b7d1b1 Bumping manifests a=b2g-bump 2014-04-08 01:36:23 -07:00
B2G Bumper Bot
1e51a49e67 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e997c9b80ced
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #18020 from luke-chang/992338_bengali_failed_on_eme

Bug 992338 - [B2G][Tarako][Everything.me] The first Bengali keyboard is not working correctly in the everything.me search bar, r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/fce4d2833c84
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 992338 - [B2G][Tarako][Everything.me] The first Bengali keyboard is not working correctly in the everything.me search bar
2014-04-08 01:31:11 -07:00
B2G Bumper Bot
5a6aabe56d Bumping manifests a=b2g-bump 2014-04-08 00:41:24 -07:00
B2G Bumper Bot
fe49f2694c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/82aa7db46a22
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #17629 from RudyLu/keyboard/Bug956175-switch_language

Bug 956175 - [keyboard refactor] handle language switching.
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2a7bb3d14e82
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 956175 - [keyboard refactor] handle language switching.
 - Add KeyboardLayoutManager, load layout definition file dynamically.
 - Change the format of layout definition from js to json.
 - Add unit tests.
2014-04-08 00:36:33 -07:00
Thomas Zimmermann
cab5fcb4dd Bug 990984: Explicitly close socket file descriptor, r=kyle
Closing the socket explicitly will make UnixSocket fail
if we're trying to read or write afterwards; indicating
potential bugs.
2014-04-08 09:30:58 +02:00
Thomas Zimmermann
88cf1c0e54 Bug 981239: Use atomic ref-counting for |UnixSocketConsumer|, r=kyle
|SocketSendTask| acquires a reference to |UnixSocketConsumer| on
the main thread and releases this reference on the I/O thread;
leading to race-conditions. This patch adds

  - atomicity for ref-counting of |UnixSocketConsumer|, and
  - stricter tests in the destructor of this class.
2014-04-08 09:27:47 +02:00
B2G Bumper Bot
b38304a595 Bumping manifests a=b2g-bump 2014-04-08 00:16:32 -07:00
B2G Bumper Bot
1bdfb88862 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/451250fa7e7c
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #17952 from rnowm/989933

Bug 989933 - Create green themed header [BB] for comms apps r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/08ef8aad0ec8
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 989933 - Create green themed header [BB] for comms apps
2014-04-08 00:11:10 -07:00
B2G Bumper Bot
75fa58ca8a Bumping manifests a=b2g-bump 2014-04-07 23:22:43 -07:00
Phil Ringnalda
50ea4f0b10 Back out a28cd2a8b397 (bug 992105) for Windows build bustage 2014-04-07 22:42:19 -07:00
Fredrik Lanker
e82b4c36c7 Bug 985481 - Make sure that a supported video size is set. r=mikeh 2014-04-08 00:21:00 +02:00
B2G Bumper Bot
3615d90b89 Bumping manifests a=b2g-bump 2014-04-08 00:53:02 -07:00
B2G Bumper Bot
826c411901 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3af4c3fce908
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #18061 from snowmantw/issue992281

Bug 992281 - [B2G][Dialer] When a call is ended while the proximity sensor is covered device will return to lockscreen

========

https://hg.mozilla.org/integration/gaia-central/rev/141fe467558b
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 992281 - [B2G][Dialer] When a call is ended while the proximity sensor is covered device will return to lockscreen
2014-04-08 00:51:17 -07:00
Robin Ricard
7eb8e517bc Bug 990259 - Double-tap zoom does not work when text reflow is enabled. r=margaret.leibovic
Fix regression introduced in 958111
2014-04-07 15:37:00 +02:00
Edgar Chen
b625cbc288 Bug 978027 - Part 4: Test cases for prl version. r=allstars.chh 2014-04-07 16:18:50 +08:00
Edgar Chen
627ebb29a3 Bug 978027 - Part 3: Get icc app index only when the _isCdma flag is ready to use. r=allstars.chh 2014-04-07 16:57:45 +08:00
Edgar Chen
3567f2c50f Bug 978027 - Part 2: RIL implementation for prl version. r=allstars.chh 2014-04-07 15:29:04 +08:00
Edgar Chen
de9a8c841d Bug 978027 - Part 1: Interface changes for prl version. r=hsinyi,allstars.chh 2014-04-07 14:44:45 +08:00
Vicamo Yang
293d1f79c3 Bug 979134: convert test_mobile_operator_names.js to Promise. r=hsinyi 2014-04-09 13:16:10 +08:00
Vicamo Yang
47423e6b5b Bug 979134: convert test_mobile_data_location.js to Promise. r=hsinyi 2014-04-09 13:16:09 +08:00
Vicamo Yang
fa82108d22 Bug 979134: convert test_mobile_voice_location.js to Promise. r=hsinyi 2014-04-09 13:16:07 +08:00
Vicamo Yang
fcdcede255 Bug 979134: convert test_mobile_data_state.js to Promise. r=hsinyi 2014-04-09 13:16:06 +08:00
Vicamo Yang
a79355124a Bug 979134: convert test_mobile_voice_state.js to Promise. r=hsinyi 2014-04-09 13:16:05 +08:00
Vicamo Yang
0c31f5c9b5 Bug 979134: convert test_mobile_networks.js to Promise. r=hsinyi 2014-04-09 13:16:04 +08:00
Vicamo Yang
592cc0d95c Bug 979134: share wrapDomRequestAsPromise. r=hsinyi 2014-04-09 13:16:03 +08:00
Jan Jongboom
acb270f1b0 Bug 946646 - Add nsClipboard implementation for gonk. r=yxl, r=fabrice 2014-04-07 11:49:35 +08:00
B2G Bumper Bot
d469e49d92 Bumping manifests a=b2g-bump 2014-04-10 05:21:25 -07:00
B2G Bumper Bot
9e09c30ef9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/354111e5040b
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #18049 from etiennesegonzac/bug-993018-place-new-call-activity

Bug 993018 - Replace the "place new call" postMessages with a WebActivity r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/47f5379c5cd4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 993018 - Replace the "place new call" postMessages with a WebActivity
in order to remove a callscreen->appWindow dependency.
2014-04-10 05:16:06 -07:00
Heiher
ad4e03a939 Bug 992613 - Fix up branding files missing for gtk3 widget toolkit when using aurora or official branding. r=gijs 2014-04-05 20:52:00 +01:00
Ted Clancy (:tedders1)
e51c562ec9 Bug 970303 - Don't call DatabaseInfo::Remove() when app is killed, in case another app is still using the database. r=bent 2014-04-03 16:57:40 -07:00
Jessica Jong
bb6203462b Bug 961921 - Part 2: add data connection tests for DSDS. r=hsinyi 2014-04-09 18:54:00 +02:00
Jessica Jong
9ce98e6211 Bug 961921 - Part 1: separate roaming preference for each client. r=hsinyi 2014-04-08 20:55:00 +02:00
Szu-Yu Chen [:aknow]
56ab53a7ec Bug 993255 - Part 3: Fix related test case. r=hsinyi 2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
28141d73a9 Bug 993255 - Part 2: Hangup pending outgoing call. r=hsinyi 2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
a3e0395827 Bug 993255 - Part 1: Refactor: extract removeVoiceCall. r=hsinyi 2014-04-10 02:05:00 +02:00
B2G Bumper Bot
186b56d766 Bumping manifests a=b2g-bump 2014-04-10 02:22:50 -07:00
B2G Bumper Bot
60f54dd098 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ba48614feb05
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #18143 from lissyx/bug994262

Bug 994262 - Make sure ModalDialog has title set r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/25dd42e4b5e0
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 994262 - Make sure ModalDialog has title set

========

https://hg.mozilla.org/integration/gaia-central/rev/bfd10421bf85
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #18147 from alivedise/bugzilla/994527/return-self-in-permission-manager-start

Bug 994527 - fix undefined permissionManager, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/53f1f4c19615
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 994527 - Fix undefined permissionManager

========

https://hg.mozilla.org/integration/gaia-central/rev/5225d11e62bb
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #18048 from mikehenrty/bug-987458-queuemozapps

Bug 987458 - [B2G][Calendar] Only one alarm will fire and only one notif...

========

https://hg.mozilla.org/integration/gaia-central/rev/2c5cb82162fa
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 987458 - [B2G][Calendar] Only one alarm will fire and only one notification displays if there are two events with alarms scheduled to fire at the same time
2014-04-10 02:21:00 -07:00
B2G Bumper Bot
24d58ba118 Bumping manifests a=b2g-bump 2014-04-10 02:11:14 -07:00