Jared Wein
33707a2c3e
Automated merge with https://hg.mozilla.org/mozilla-central
2013-07-07 17:21:25 -04:00
ffxbld
25943dad1e
No bug, Automated HSTS preload list update from host bld-linux64-ix-019 - a=hsts-update
2013-07-06 03:26:18 -07:00
ffxbld
0bfc049edc
No bug, Automated blocklist update from host bld-linux64-ec2-059 - a=blocklist-update
2013-07-06 03:24:06 -07:00
Tim Taubert
5ddc37fef0
merge m-c to fx-team
2013-07-05 08:56:02 +02:00
Phil Ringnalda
da562a9c59
Merge birch and inbound to central
2013-07-04 18:11:28 -07:00
Gijs Kruitbosch
3261b5d01f
Merge mozilla-central and ux
2013-07-05 00:49:58 +02:00
Gijs Kruitbosch
318d317bbe
Bug 890356 - After exiting Lion fullscreen, context menus on toolbars no longer work, r=dao
2013-07-04 20:12:23 +02:00
Nikhil Marathe
b6cccf566f
Bug 888058 - SimplePush: catch ping exception. r=dougt
2013-07-04 09:25:05 -07:00
Gaia Pushbot
851bd9c42b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9621115bda40
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10709 from fabi1cazenave/l10nOptim-bug853933
Bug 853933 - Don't inline all locales as JSON in the HTML, r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/cf0c69f54763
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 853933 - Don't inline all locales as JSON in the HTML
Currently, in order to ensure that apps are translated before first paint, all l10n resources are included as one multi-locales JSON dictionary, which is serialized in an inline `<script>` element for each HTML document. This works fine when shipping few locales, but it can increase the document size quite badly for 60+ locales, thus delaying the startup time very significantly.
This patch allows to support 60+ locales more easily by having:
* one minimal JSON dictionary per locale in each HTML file;
* one extensive JSON dictionary per locale in each webapp.
The inline JSON dictionary is split on a per-locale basis (= one `<script>` node per supported locale) and only contains the l10n strings that are required to translate the HTML document: the "startup cost" of each locale becomes neglectable, and it removes the risk of high RAM consumption when parsing a giant multi-locale JSON at startup.
All l10n resources that are not declared in the HTML document are concatenated in a single JSON dictionary per locale: this reduces the number of disk I/O to load l10n resources and does not increase the total disk size of each webapp. To enable this, this patch implements a `{{locale}}` quasi-litteral in the HTML markup that is used to declare l10n resources:
<link rel="prefetch" type="application/l10n" href="/{{locale}}.json" />
where `{{locale}}` is replaced by the value of `navigator.language`.
Note that this latter optimization is only interesting for apps that wait for the `localized` event to start. With the inline JSON dictionary for the declarative content and the `mozL10n.localize()` method, most apps could probably stop waiting for this `localized` event now.
2013-07-04 06:40:22 -07:00
Ehsan Akhgari
508e8b2f4d
Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc
2013-07-04 09:25:12 -04:00
Ehsan Akhgari
7721ae648c
Bug 889016 - Part 1: Add an API to report a not-enough-arguments error in Web IDL bindings; r=bzbarsky
2013-07-04 09:24:49 -04:00
Ehsan Akhgari
0b7fe769e3
Bug 890023 - Set the output channel count for ConvolverNode to 2 unconditionally; r=roc
2013-07-04 09:22:22 -04:00
Kartikaya Gupta
99fb32edc1
Bug 866265 - Use the resolution from the metrics object instead of inferring it from the layer transform. r=kentuckyfriedtakahe
2013-07-04 09:13:52 -04:00
Kartikaya Gupta
7c400dc164
Bug 803207 - Kill GetDevicePixelsPerMetaViewportPixel and use widget scaling correctly on Fennec. r=mbrubeck
2013-07-04 09:02:29 -04:00
David Burns
eb2df38350
Bug 890214 : adding missing import to marionette testrunner; r=dhunt
2013-07-04 13:46:10 +01:00
Gaia Pushbot
92c626df42
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2cbab6f51d9a
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10775 from cctuan/master-hd
Bug 881148 - hdpi/xhdpi resolution assets and layout for Gallery app
========
https://hg.mozilla.org/integration/gaia-central/rev/302b70caf57d
Author: gduan <gduan@mozilla.com>
Desc: Bug 881148 - hdpi/xhdpi resolution assets and layout for Gallery app - update images
2013-07-04 04:35:26 -07:00
Gaia Pushbot
f17cbd279b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/38ef06586fad
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10794 from alivedise/bugzilla/889175/incoming-call-statusbar
Bug 889175 - Fix UI problem of fullscreen app when call incoming, r=timdream, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/fe83e3a42657
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 889175 - Fix UI problem of fullscreen app when call incoming
2013-07-04 03:50:23 -07:00
Gaia Pushbot
03213d182e
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
dbd6a46a7b
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
4a612905fe
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
Florian Quèze
b8686474d2
Bug 888867 - chat nub not sized correctly on a Mac retina screen, r=mixedpuppy.
2013-07-04 12:16:03 +02:00
Florian Quèze
58c940ef27
Bug 888336 - chat title not displayed after tearing off and reattaching a chat window, r=mixedpuppy.
2013-07-04 12:12:24 +02:00
Cameron McCormack
ae3ec48da0
Bug 890196 - Remove unnecessary code to fill out nsSVGTextFrame2::mPositions when more characters are specified than positions. r=longsonr
2013-07-04 18:31:24 +10:00
Simon Montagu
04f6862b09
Use GetFrameBaseLevel to drill down to the first leaf frame instead of just looking at the first child when getting the line direction. Bug 889742, r=roc
2013-07-04 10:13:52 +03:00
Steve Fink
0fa76abb7c
Bug 890076 - Move isConstructing to CallArgs, r=Waldo
...
--HG--
extra : rebase_source : f66e59fbd201153a4329a82264c32ad72465d654
2013-07-03 22:59:43 -07:00
Gene Lian
57ad6429a7
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
4a9e7fa0c5
Bug 884253 - Define new error messages for Bluetooth profiles, r=gyeh
2013-07-04 17:45:06 +08:00
Gaia Pushbot
a2dd2a467b
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
d6802492ad
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
6bd450deea
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
1643cfb86b
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
d22494e0ec
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
Gijs Kruitbosch
7973353857
Merge mozilla-central and ux
2013-07-04 01:23:30 +02:00
Gaia Pushbot
995f5db2c4
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
17cdac1ad7
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
Gijs Kruitbosch
34282cf7a7
Bug 888775 - Windows 7 with LWT shifts down the tabs because of the add-on bar binding, r=jaws
...
--HG--
extra : rebase_source : 53c977899e6b627aa9872d1e200a821d145feb24
2013-07-03 23:56:08 +02:00
Gaia Pushbot
42845a431e
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
d4843c0cfc
Bug 884134 - Fix ifdef to un-break B2G mochitest-3.
2013-07-03 16:38:28 -04:00
ffxbld
ed24ba9117
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
107928e90b
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
a4120936bf
Merge inbound and m-c.
2013-07-03 14:04:16 -04:00
Ryan VanderMeulen
474e756b18
Merge birch and m-c.
2013-07-03 14:03:01 -04:00
Gaia Pushbot
bb558d1dff
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
d561e39bd3
Bug 886498 - Obtain lock before writing to terminal; r=ted
...
DONTBUILD (NPOTB)
2013-07-03 10:06:52 -07:00
Jared Wein
cef6c82991
Automated merge with https://hg.mozilla.org/mozilla-central
2013-07-03 12:40:14 -04:00
Michael Wu
e6e6009444
Bug 884134 - Messages to vold need sequence number in gonk-JB, r=dhylands
2013-07-03 12:37:39 -04:00
Gaia Pushbot
a6cc846f73
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
b6fa89c306
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
8db0da549f
Bug 848491 - Touch CLOBBER for the Skia update.
...
CLOSED TREE
2013-07-03 10:15:51 -04:00
Ryan VanderMeulen
f23d636f4e
Backed out changeset cff8971a6519 (bug 882523) for Linux reftest-ipc crashes.
2013-07-03 10:14:11 -04:00