Commit Graph

137254 Commits

Author SHA1 Message Date
David Zbarsky
cca410aaf8 Bug 888685: SVGAnimatedAngle shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
David Zbarsky
48d0fb8919 Bug 888685: SVGAngle shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
David Zbarsky
c9b05748a2 Bug 888685: SVGAnimatedBoolean shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
Ehsan Akhgari
3c0afe53b2 Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug 2013-07-05 13:57:28 -04:00
Marco Bonardo
d4bf5ac8b8 bug 887404 - Allow test_browserGlue_distribution.js to run parallel to other tests.
r=gavin
2013-07-05 18:44:18 +02:00
Neil Deakin
c7b77cbe6d Bug 887718, don't call SetVisibility when focus test mode is enabled, r=smaug 2013-07-05 12:05:26 -04:00
Phil Ringnalda
770774b2c4 Merge m-c to m-i harder 2013-07-05 07:42:16 -07:00
Phil Ringnalda
7de5d10ee7 Merge m-c to m-i 2013-07-05 07:41:30 -07:00
Margaret Leibovic
9ed97f00b7 Bug 872806 - (Part 2) Remove unnecessary distribution path shared pref. r=mfinkle 2013-07-05 07:37:15 -07:00
Margaret Leibovic
daf3e08d02 Bug 872806 - (Part 1) Update DirectoryProvider to handle returning distribution location in JS. r=mfinkle 2013-07-05 07:37:00 -07:00
Till Schneidereit
dc230478e6 Bug 866471 - fix broken assert implementation. r=bustage 2013-07-05 16:06:31 +02:00
Alexander Surkov
3833f735f6 Bug 875794 - get text at offset for line_start boundary fails on last empty line, r=tbsaunde 2013-07-05 09:00:01 -04:00
Sankha Narayan Guria
7490673120 Bug 866471 - Change assert for self-hosted functions into debug-only macro. r=tschneidereit
--HG--
extra : rebase_source : ea2b8aa1f44f0d392e9fc2cc9d0631bd99c59b07
2013-07-05 14:39:21 +05:30
Tim Taubert
d803f8e745 merge m-c to fx-team 2013-07-05 08:56:02 +02:00
Suhas Nandakumar
d1d00ad556 Bug 886891: Don't show recording indicator when using fake sources r=jesup 2013-07-04 22:53:10 -07:00
Robert O'Callahan
2664e02723 Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
--HG--
extra : rebase_source : 913683cc16a717bf73f9976292af965aba6b7758
2013-07-05 13:49:53 +12:00
Phil Ringnalda
8420eeef3d Merge birch and inbound to central 2013-07-04 18:11:28 -07:00
Nikhil Marathe
36e0808a9f Bug 888058 - SimplePush: catch ping exception. r=dougt 2013-07-04 09:25:05 -07:00
Gaia Pushbot
f8aba5da46 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
Gaia Pushbot
e8c360d286 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
5103b1ffb8 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
a96938d6ef 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
fb4a753938 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
01d04ea6a8 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
d8f51d1d31 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
6225eb2d20 Bug 884253 - Define new error messages for Bluetooth profiles, r=gyeh 2013-07-04 17:45:06 +08:00
Gaia Pushbot
9eca241bd7 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
73b7aeca45 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
422c6ddd83 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
Nicholas Nethercote
3714e935ae Bug 888083 (part 2) - Remove the final case where a vanilla .h file #includes an inline-header. r=jandem.
--HG--
extra : rebase_source : cd4497c7136e17ca25446644af25294c09108b89
2013-07-03 21:57:47 -07:00
Nicholas Nethercote
c1f7b30da1 Bug 888083 (part 1) - Remove all but one of the cases where a vanilla .h file #includes an inline-header. r=jandem.
--HG--
extra : rebase_source : db025d7525529f28dfa112f009597e9fe982cfef
2013-07-03 20:41:30 -07:00
Shane Caraveo
64fe484a43 bug 860421 fix intermittent failure in chat tests, r=markh 2013-07-04 19:21:27 -07:00
Phil Ringnalda
dc91ee3dcb Merge m-c to m-i 2013-07-04 18:14:56 -07:00
Ehsan Akhgari
362e8b3898 Backed out changeset 170e1863b9b6 (bug 890382) because of xpcshell test failures 2013-07-04 20:59:44 -04:00
Matthew Gregan
2b4050c81d Bug 889201 - Add tests for VideoPlaybackQuality. r=roc 2013-07-05 12:24:55 +12:00
Matthew Gregan
c14ecacbae Bug 889205 - Change HTMLVideoElement.videoPlaybackQuality attribute to getVideoPlaybackAttribute method to reflect the current spec. r=roc 2013-07-05 12:24:35 +12:00
Masatoshi Kimura
c4547c9358 Bug 889148 - Remove legacy QS/classinfo bits from events even more. r=smaug, peterv 2013-07-05 07:53:59 +09:00
Ehsan Akhgari
7fce3192db Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug 2013-07-04 18:12:39 -04:00
Nicholas Cameron
5b4c1e557b Bug 874721. Unify mask type enums; r=bas 2013-07-05 09:48:33 +12:00
Nicholas Cameron
a0c22431a6 Bug 756606. Fix an assert in the d3d11 compositor. r=bas 2013-07-05 09:46:34 +12:00
Vicamo Yang
6c45df4dec 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
16eb323c49 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
77ffe87a2a 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
2933f320ed 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
a84b9632d2 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
0b534286ca Bug 884134 - Fix ifdef to un-break B2G mochitest-3. 2013-07-03 16:38:28 -04:00
ffxbld
f5958bbb6d 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
c493147b61 Bug 889963 - Unbust |mach build| when build terminal isn't present; r=ted
DONTBUILD (NPOTB)
2013-07-03 11:59:58 -07:00
George Wright
09e0ff6d4f Bug 889969 - Inform Skia whether we support GL_OES_rgb8_rgba8 or not r=mattwoodrow
---
 gfx/gl/GLContextSkia.cpp | 4 ++++
 1 file changed, 4 insertions(+)
2013-07-03 14:34:33 -04:00
Rick Eyre
41e11bfdcb Bug 882714 - Implement TextTrackCue::DisplayState r=rillian
- Renamed mCueDiv to mDisplayState to match spec.
- Introduced mReset which is set whenever TextTrackCue changes in
a way that will mean we have to rebuild the computed cuetext of the
TextTrackCue.
2013-07-04 23:24:43 +02:00