Commit Graph

354921 Commits

Author SHA1 Message Date
B2G Bumper Bot
c7d9db250c Bumping manifests a=b2g-bump 2014-04-08 04:22:50 -07:00
B2G Bumper Bot
5cf684d2e8 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
f29d925fe3 Bumping manifests a=b2g-bump 2014-04-08 03:57:50 -07:00
B2G Bumper Bot
56d83ddc23 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
8f01bd7cc0 Bumping manifests a=b2g-bump 2014-04-08 03:21:18 -07:00
B2G Bumper Bot
dff36e1c39 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
9dc0f8e1fb Bumping manifests a=b2g-bump 2014-04-08 02:56:20 -07:00
B2G Bumper Bot
652e523254 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
9e2d98e42e Bug 993274 - Remove cmd_new:livemark. r=mak 2014-04-08 12:05:26 +03:00
Asaf Romano
5a82eade2f Fix for the patch checked in for bug 983623 - Don't import PlacesUtils twice. 2014-04-08 11:50:33 +03:00
Asaf Romano
08a4a240bf Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak 2014-04-08 11:42:06 +03:00
B2G Bumper Bot
eb85e81602 Bumping manifests a=b2g-bump 2014-04-08 01:36:23 -07:00
B2G Bumper Bot
49315f2b11 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
2944adf14a Bumping manifests a=b2g-bump 2014-04-08 00:41:24 -07:00
B2G Bumper Bot
5fa84f1349 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
b1a0dca697 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
f6123e2f13 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
729a7800e1 Bumping manifests a=b2g-bump 2014-04-08 00:16:32 -07:00
B2G Bumper Bot
f7a9248506 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
3a6a117e75 Bumping manifests a=b2g-bump 2014-04-07 23:22:43 -07:00
Phil Ringnalda
23b6d162d1 Back out a28cd2a8b397 (bug 992105) for Windows build bustage 2014-04-07 22:42:19 -07:00
Fredrik Lanker
2c245ff377 Bug 985481 - Make sure that a supported video size is set. r=mikeh 2014-04-08 00:21:00 +02:00
B2G Bumper Bot
6304153f29 Bumping manifests a=b2g-bump 2014-04-08 00:53:02 -07:00
B2G Bumper Bot
af0cee4b14 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
1f3875996d 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
Heiher
f717e875e8 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
Bevis Tseng
e88732c44c Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai 2014-04-03 16:46:51 +08:00
Bevis Tseng
c34f95c600 Bug 990918 - Part 1: Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist. r=htsai 2014-04-03 16:33:56 +08:00
B2G Bumper Bot
03a2efcbe2 Bumping manifests a=b2g-bump 2014-04-07 21:06:25 -07:00
B2G Bumper Bot
4bbb82e620 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee2b3048ba1e
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #17950 from mcav/stopwatch-l10n

Bug 988057 - [Stopwatch][l10n] Localization of stopwatch is broken. r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/1ce72ce5ed12
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 988057 - [Stopwatch][l10n] Localization of stopwatch is broken.
2014-04-07 21:01:11 -07:00
Ryan VanderMeulen
7e307949c2 Merge m-c to b2g-inbound. 2014-04-07 22:39:09 -04:00
Ryan VanderMeulen
d0849cfd3c Merge b2g-inbound to m-c. 2014-04-07 22:29:35 -04:00
B2G Bumper Bot
a2e37f2e04 Bumping manifests a=b2g-bump 2014-04-07 19:02:49 -07:00
B2G Bumper Bot
c3e7258337 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7685bf4c4968
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17630 from steveck-chung/bug-983631

Bug 983631 - [Messages] After deleting a message thread the notification persists forever. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/b9986a0e8c20
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 983631 - [Messages] After deleting a message thread the notification persists forever.

* Add closeNotificationsForThread api and make it return as promise
* Apply julien's promise-based test case
2014-04-07 19:01:12 -07:00
B2G Bumper Bot
4a1ca3853f Bumping manifests a=b2g-bump 2014-04-07 18:51:35 -07:00
B2G Bumper Bot
48a03aa8f5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aed1eb065c43
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #18019 from yurenju/maxBuffer

Bug 992773 - maxBuffer for child_process.exec is exceeded in |make build... r=@cctuan

========

https://hg.mozilla.org/integration/gaia-central/rev/7d0c35d4db39
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 992773 - maxBuffer for child_process.exec is exceeded in |make build-test-integration|
2014-04-07 18:46:17 -07:00
B2G Bumper Bot
4019412c14 Bumping manifests a=b2g-bump 2014-04-07 17:57:52 -07:00
B2G Bumper Bot
9f372efafe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fe08cb3ebbe9
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #18058 from mcav/gelam-tarako

Bug 991567 - [Tarako][Email] Email app is killed while downloading an at...

========

https://hg.mozilla.org/integration/gaia-central/rev/cb33d701f751
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 991567 - [Tarako][Email] Email app is killed while downloading an attachment. r=asuth
2014-04-07 17:56:13 -07:00
Myk Melez
c51d75d2a4 Bug 989294 - release index when app is uninstalled; r=mfinkle 2014-04-07 16:20:16 -07:00
B2G Bumper Bot
0a463bd525 Bumping manifests a=b2g-bump 2014-04-07 16:01:29 -07:00
B2G Bumper Bot
0b97601518 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65cb0c455f05
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #18047 from wilsonpage/991844

Bug 991844 - [Camera][Buri] Blue highlight Ring around Camera doesn't properly

========

https://hg.mozilla.org/integration/gaia-central/rev/6abfa9864ef3
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 991844 - [Camera][Buri] Blue highlight Ring around Camera doesn't properly change state when you take a photo
2014-04-07 15:56:07 -07:00
B2G Bumper Bot
3a9a07ddc4 Bumping manifests a=b2g-bump 2014-04-07 15:46:25 -07:00
B2G Bumper Bot
d38e329270 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39b3abef5580
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18009 from evanxd/bug-984572

Bug 984572 - JSHint fixes for js/*, js/utils and js/worker.

========

https://hg.mozilla.org/integration/gaia-central/rev/3bc81bb7fb3b
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 984572 - JSHint fixes for js/*, js/utils and js/worker.
2014-04-07 15:41:07 -07:00
B2G Bumper Bot
1dab51bace Bumping manifests a=b2g-bump 2014-04-07 15:31:42 -07:00
B2G Bumper Bot
c078891867 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bca31cd48f12
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #17976 from wilsonpage/bug/991924

Bug 991924 - [Camera][Buri] Performance regression when selecting shutter button (camera and video)

========

https://hg.mozilla.org/integration/gaia-central/rev/0bf8950700d2
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 991924 - [Camera][Buri] Performance regression when selecting shutter button (camera and video)
2014-04-07 15:26:10 -07:00
B2G Bumper Bot
3d17d26aed Bumping manifests a=b2g-bump 2014-04-07 15:02:49 -07:00
B2G Bumper Bot
ae7190b2c8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18d39cd2056f
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #17827 from mcav/email-onnext

Bug 990171 - [Email] Fix NPE in FormNavigation card handling. r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/f9378191237a
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 990171 - [Email] Fix NPE in FormNavigation card handling.
2014-04-07 15:00:50 -07:00
B2G Bumper Bot
8c706bb5af Bumping manifests a=b2g-bump 2014-04-07 13:57:50 -07:00
B2G Bumper Bot
4ed0067167 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a224d7350d4
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #17992 from wilsonpage/bug/985006

Bug 985006 - [Camera][Madai][QRD Only] Camera Submenu is not displayed properly on rapid back and forth from submenu to camera menu

========

https://hg.mozilla.org/integration/gaia-central/rev/03d8b652642b
Author: Wilson Page <wilsonpage@me.com>
Desc: [Camera][Madai][QRD Only] Camera Submenu is not displayed properly on rapid back and forth from submenu to camera menu

========

https://hg.mozilla.org/integration/gaia-central/rev/3f423a181f2a
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 977692 - [Clock] Refactor Ring View r=millermedeiros
2014-04-07 13:56:08 -07:00
B2G Bumper Bot
ca21b06636 Bumping manifests a=b2g-bump 2014-04-07 13:42:52 -07:00