Commit Graph

137092 Commits

Author SHA1 Message Date
Gaia Pushbot
bd17e33894 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/872dcf886fc6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10779 from alivedise/bugzilla/889224/remove-remember-me-for-fullscreen

Bug 889224 - Remove remember me option for fullscreen request, r=timdream, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/1a20751023e5
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 889224 - Remove remember me option for fullscreen request

========

https://hg.mozilla.org/integration/gaia-central/rev/5c8f935b95f0
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10786 from mozshiao9/master_sms_889211

Bug 889211 - [SMS] The delivery repory icon for the message is shown with two check, r=@steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/2395a22557e4
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 889211 - [SMS] The delivery repory icon for the message is shown with two checks
2013-07-04 03:40:22 -07:00
Gaia Pushbot
2fe379bb29 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9f6691adac69
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885283 - [sms] receiving a SMS from an existing thread but on a new thread container is broken r=gnarf

* Refactored how threads are added when a new message is received
* This incidentally resolves the bug
* made FixedHeader's refresh and scroll handler so that it's being called once
  per tick only. Then we won't be afraid of calling refresh too many.
* remove some unused code in FixedHeader
* adds tests for FixedHeader
* Fix indentation of createThreadMockup
2013-07-04 03:30:22 -07:00
Gaia Pushbot
20dd44b81d Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8637e29fffcb
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890079 - Homescreen grid tests failing in TBPL with: document.createTouch is not a function r=crdlc

don't try to send touch events if document.createTouch is missing.
2013-07-04 03:20:23 -07:00
Gene Lian
1de5e590e4 Bug 890146 - [MMS] Unable to send MMS to the contact number saved with parentheses. Need to normalize the phone numbers before sending. r=vicamo 2013-07-04 13:49:16 +08:00
Eric Chou
e5c03e1344 Bug 884253 - Define new error messages for Bluetooth profiles, r=gyeh 2013-07-04 17:45:06 +08:00
Gaia Pushbot
e84b194d5b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a08ec95a1863
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10762 from comoyo/keyboard_selectionend_gaia

Bug 889347 - SelectionChange event doesn't bubble through in mozKeyboard. r=xyuan

========

https://hg.mozilla.org/integration/gaia-central/rev/c2c684f4fec8
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 889347 - SelectionChange event doesn't bubble through in mozKeyboard
2013-07-04 02:35:22 -07:00
Gaia Pushbot
0769623996 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/76f431dd5fff
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10614 from jrburke/bug886446-email-partition

Bug 886446 - [email] Partition card loading, cache initial card HTML for fast startup r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/0bfac4c5f317
Author: jrburke <jrburke@gmail.com>
Desc: Bug 886446 - [email] Partition card loading, cache initial card HTML for fast startup
2013-07-04 01:15:23 -07:00
Gaia Pushbot
a7022f5df8 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e76887bfdff5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10783 from marcofreda527/bug-888841-gaia-px

Bug 888841 - To use the specific value from device makefile for GAIA_DEV_PIXELS_PER_PX. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/6e560635df07
Author: Marco Chen <mchen@mozilla.com>
Desc: Bug 888841 - To use the specific value from device makefile for GAIA_DEV_PIXELS_PER_PX. r=timdream.
2013-07-03 23:45:23 -07:00
Vicamo Yang
690029049b Bug 871946 - B2G MobileMessage: rename dom/mobilemessage/src/ril to dom/mobilemessage/src/gonk. r=gene
--HG--
rename : dom/mobilemessage/src/ril/MmsPduHelper.jsm => dom/mobilemessage/src/gonk/MmsPduHelper.jsm
rename : dom/mobilemessage/src/ril/MmsService.js => dom/mobilemessage/src/gonk/MmsService.js
rename : dom/mobilemessage/src/ril/MmsService.manifest => dom/mobilemessage/src/gonk/MmsService.manifest
rename : dom/mobilemessage/src/ril/MobileMessageDatabaseService.js => dom/mobilemessage/src/gonk/MobileMessageDatabaseService.js
rename : dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest => dom/mobilemessage/src/gonk/MobileMessageDatabaseService.manifest
rename : dom/mobilemessage/src/ril/SmsService.cpp => dom/mobilemessage/src/gonk/SmsService.cpp
rename : dom/mobilemessage/src/ril/SmsService.h => dom/mobilemessage/src/gonk/SmsService.h
rename : dom/mobilemessage/src/ril/WspPduHelper.jsm => dom/mobilemessage/src/gonk/WspPduHelper.jsm
rename : dom/mobilemessage/src/ril/mms_consts.js => dom/mobilemessage/src/gonk/mms_consts.js
rename : dom/mobilemessage/src/ril/wap_consts.js => dom/mobilemessage/src/gonk/wap_consts.js
2013-07-04 10:55:45 +08:00
Gaia Pushbot
77630c5348 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/41b850b0339d
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10721 from yurenju/bug885228

Bug 885228: added 1.5x iamges in shared directory r=basiclines

========

https://hg.mozilla.org/integration/gaia-central/rev/f03389a6de6c
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 885228: added 1.5x iamges in shared directory
2013-07-03 19:40:22 -07:00
Gaia Pushbot
ac9794dcab Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4ec0216e9571
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10654 from mykmelez/battery-charging

Bug 887634 - Don't shut down because of low battery level if battery is charging r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/07ba4a8e816b
Author: Myk Melez <myk@mozilla.org>
Desc: don't shut down because of low battery level if battery is charging
2013-07-03 15:15:41 -07:00
Gaia Pushbot
77288a9dde Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6cf7a6a11323
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10763 from leob2g/bug_889784_retake_size_limit_message_during

 BUG 889784 limit size popup for retake pick video. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/e9eed87bc734
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc:  BUG 889784 limit size popup for retake pick video
2013-07-03 15:05:22 -07:00
Gaia Pushbot
7b01fdc229 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/67d19cc463ee
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10756 from huchengtw-moz/video/Bug_889229_shows1-60_on_duration

Bug 889229 - shows 1:60 on duration when open files with activity, view....r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/8fee30488b0b
Author: John Hu <johu@mozilla.com>
Desc: Bug 889229 - shows 1:60 on duration when open files with activity, view.js.
2013-07-03 14:41:34 -07:00
Ryan VanderMeulen
7500c901d1 Bug 884134 - Fix ifdef to un-break B2G mochitest-3. 2013-07-03 16:38:28 -04:00
ffxbld
14f6c77441 No bug, Automated HSTS preload list update from host bld-linux64-ec2-324 - a=hsts-update 2013-07-03 12:25:37 -07:00
Gregory Szorc
76d3509e1d Bug 889963 - Unbust |mach build| when build terminal isn't present; r=ted
DONTBUILD (NPOTB)
2013-07-03 11:59:58 -07:00
Ryan VanderMeulen
f8bd9dd8f9 Merge inbound and m-c. 2013-07-03 14:04:16 -04:00
Ryan VanderMeulen
d898a9f39b Merge birch and m-c. 2013-07-03 14:03:01 -04:00
Gaia Pushbot
7812ac3202 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/94ed925b75d0
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #10724 from gabrielesvelto/bug-888184

Bug 888184 - Remove the canvas-based animations introduced in the workaround for bug 822345 r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/106257582c77
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 888184 - Remove the canvas-based animations introduced in the workaround for bug 822345

- Removed the JavaScript code used to create the animations
- Replace the animated canvases with APNG animtions
- Removed the unused PNG files and recompressed the existing ones
2013-07-03 10:15:56 -07:00
Gregory Szorc
f9a538ad35 Bug 886498 - Obtain lock before writing to terminal; r=ted
DONTBUILD (NPOTB)
2013-07-03 10:06:52 -07:00
Michael Wu
5a9750ee88 Bug 884134 - Messages to vold need sequence number in gonk-JB, r=dhylands 2013-07-03 12:37:39 -04:00
Gaia Pushbot
c0e2120094 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f7f349019ccb
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 883813 - [SMS][MMS] Placeholder string "Message" is not localizable r=julienw

Use HTML5 "data-" attribute for the localization value because setting
arbitrary elements is explicitly *not* supported by Gaia's L10n library.
2013-07-03 08:15:27 -07:00
Gaia Pushbot
ae38143e61 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c33a4a5188f4
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10512 from daleharvey/858998

Bug 858998 - Add l10n string for Top Sites. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/9ab636f74de0
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 858998 - Add seperate l10n strings for top sites
2013-07-03 07:20:28 -07:00
Ryan VanderMeulen
d76a3b07df Bug 848491 - Touch CLOBBER for the Skia update.
CLOSED TREE
2013-07-03 10:15:51 -04:00
Ryan VanderMeulen
8bf46962c6 Backed out changeset cff8971a6519 (bug 882523) for Linux reftest-ipc crashes. 2013-07-03 10:14:11 -04:00
Gaia Pushbot
92ba19ca28 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a11b254563d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10469 from eeejay/lockscreen-a11y-tweaks

Bug 884514, 884517 - Lockscreen a11y tweaks

========

https://hg.mozilla.org/integration/gaia-central/rev/cb45fd51a8f0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 884514 - Hide windows when lockscreen is active.

Changing the style of the app iframes won't work well because it will interfere with the way that audio apps work. So we need to use aria-hidden.

========

https://hg.mozilla.org/integration/gaia-central/rev/f31603695163
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 884517 - Change lockscreen to not collapse button area when screenreader is enabled.

Updates:
 - Conditionally remove 'triggered' class when screen reader is disabled.
 - Also deleted some obsolete 'triggered' class removal lines that followed.
2013-07-03 06:55:22 -07:00
Jan Jongboom
98d5bbe4bb Bug 889347 - Fire the onselectionchange event whenever the selection changes. r=xyuan 2013-07-03 09:33:33 -04:00
Ryan VanderMeulen
5026f8d12d Merge birch and m-c. 2013-07-03 09:13:23 -04:00
Gaia Pushbot
e4bf5c7769 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4567d6a94813
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10752 from Rik/20minutos-889560

Bug 889560 - Remove 20minutos.es from UA overrides r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/fa50062b108d
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 889560 - Remove 20minutos.es from UA overrides
2013-07-03 05:15:25 -07:00
Gaia Pushbot
4ff89d203d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0ce8987e0497
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10748 from ochameau/bug889384

Bug 889384 - Windows desktop B2G build failure during webapp.zip packaging. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/f3a1dc43c83c
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 889384 - Windows desktop B2G build failure during webapp.zip packaging.
2013-07-03 03:15:32 -07:00
Gaia Pushbot
e1ed515d0b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a67098916757
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10548 from masap/20130622

Bug 791506 - [Wifi] Enable BSSID for WPS PIN, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/a063efbff157
Author: masap <masashi.honma@gmail.com>
Desc: Bug 791506 - [Wifi] Enable BSSID for WPS PIN
2013-07-03 01:00:27 -07:00
Phil Ringnalda
88885b6dcb Merge birch to m-c 2013-07-02 20:08:50 -07:00
George Wright
33edbbdefe Bug 848491 - Add patches to the Skia patches directory
From 35a22019f62d4e13a293e9d576b6a692b0411ac8 Mon Sep 17 00:00:00 2001
2013-07-02 22:32:00 -04:00
Gregory Szorc
0715bcad95 Bug 889669 - Use Python 3 compatible octal syntax; r=ted
And change the permissions to be more standard for a user directory.

DONTBUILD (NPOTB)
2013-07-02 17:32:38 -07:00
Richard Newman
448678d26c Bug 889413 - FormWrapper._finalize is not a function. r=markh 2013-07-02 15:09:17 -07:00
Nick Alexander
a19a1cb490 Merge m-c to s-c 2013-07-02 14:59:21 -07:00
Richard Newman
c9f969398a Bug 885886 - Clarify definitions of FHR init times. r=doc-only 2013-07-02 14:13:52 -07:00
Gaia Pushbot
06e48e6964 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/82cba799ba6a
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Merge pull request #10725 from siemiatj/bug_888181

Bug 888181 - Remove all prefixed usages of mozvisibilitychange and mozHi...

========

https://hg.mozilla.org/integration/gaia-central/rev/355fda17355e
Author: jakub <jakub@bryntum.com>
Desc: Bug 888181 - Remove all prefixed usages of mozvisibilitychange and mozHidden
2013-07-02 14:05:27 -07:00
Richard Newman
44ce7b941c Bug 888692 - Missing trackChanges call in forms.js. r=markh 2013-07-02 12:30:10 -07:00
Gaia Pushbot
d8e8b4dd8a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9f135cb57a0a
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10677 from benfrancis/887896

Bug 887896 - Regression: Focussing address bar does not show & select URL. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/9b39ec340c4d
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 887896 - Regression: Focussing address bar does not show & select URL
2013-07-02 12:25:24 -07:00
Ryan VanderMeulen
dbbfac2e39 Merge m-c and birch. 2013-07-02 15:16:35 -04:00
Gaia Pushbot
d4bc31ee48 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8363cb4b2029
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #10577 from jaoo/863181

Bug 863181 - [Settings][Call Settings] the 'timeSeconds' for no_reply call forwarding dose not be set correctly. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/eb133288efd1
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 863181 - [Settings][Call Settings] the 'timeSeconds' for no_reply call forwarding dose not be set correctly
2013-07-02 12:15:25 -07:00
Ryan VanderMeulen
b18e2e7f80 Merge fx-team and m-c. 2013-07-02 15:13:58 -04:00
Ryan VanderMeulen
633bafbdd3 Merge birch and m-c. 2013-07-02 15:12:40 -04:00
Richard Newman
ee37e7ed20 Bug 888665 - Bad stored add-ons cause document generation failure in the presence of good add-ons. r=nalexander 2013-07-02 12:08:09 -07:00
Richard Newman
4e5090e300 Bug 888676 - NPE accessing mHealthRecorder in GeckoApp. r=nalexander 2013-07-02 12:08:09 -07:00
Richard Newman
4d581b3cde Bug 888248 - java.lang.NullPointerException: at org.mozilla.gecko.health.BrowserHealthRecorder (recordSearch). r=nalexander 2013-07-02 12:08:08 -07:00
Nick Alexander
eb3d11a9d7 Bug 887115 - Make Android packager expect omnijar in root directory. r=glandium 2013-07-02 12:00:34 -07:00
Nick Alexander
d73cbfedf4 Bug 888250 - Make sure generated report is not null in BrowserHealthReporter. r=rnewman 2013-07-02 12:00:34 -07:00
Ryan VanderMeulen
0d9d01968b Backed out changeset d155557b651c (bug 888323) for bustage.
CLOSED TREE
2013-07-02 14:15:39 -04:00