Commit Graph

171059 Commits

Author SHA1 Message Date
B2G Bumper Bot
cbb9665241 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d66ae3e4ca7d
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #16721 from lissyx/bug970832

Bug 970832 - Balance pending image loading counter

========

https://hg.mozilla.org/integration/gaia-central/rev/20dcd48de3bc
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 970832 - Balance pending image loading counter

Contacts pictures were not correctly imported because the onscroll
handler was checking the |imgsLoading| counter to be able to stop
pending requests. However, decrementing this variable was only performed
in the onsuccess handler of the image loading. If for any reason you
have some that fails, they would not get accounted as not loading
anymore. Upon onscroll event, this would trigger window.stop() call,
which will at the end break in the middle your pending XHR that perform
pictures import. Thus, we also perform decrementation in the error
handler.
2014-02-28 04:10:30 -08:00
B2G Bumper Bot
84e8062b8a Bumping manifests a=b2g-bump 2014-02-28 03:36:16 -08:00
B2G Bumper Bot
eb7e76b49f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a98c1728b9c
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #16716 from flodolo/bug977619_dialerid

Bug 977619 - [Dialer] Use the correct l10n-id in oncall.html (select-audio-sources) r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4d90f4714790
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 977619 - [Dialer] Use the correct l10n-id in oncall.html (select-audio-sources)
2014-02-28 03:30:24 -08:00
B2G Bumper Bot
6b78541457 Bumping manifests a=b2g-bump 2014-02-28 03:26:37 -08:00
B2G Bumper Bot
4b1baea2f9 Bumping manifests a=b2g-bump 2014-02-28 02:41:34 -08:00
B2G Bumper Bot
0a7d2721fe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22c08158e15f
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #16731 from asutherland/email-fix-bare

Bug 978005 - [email] Fix usage of Bareword DOM constructors TextDecoder and TextEncoder. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/3480b37fdce0
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 978005 - [email] Fix usage of Bareword DOM constructors TextDecoder and TextEncoder. r=asuth

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/288
2014-02-28 02:40:33 -08:00
Jessica Jong
ec1385c5ac Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang 2014-02-28 18:05:10 +08:00
Jessica Jong
44d60b81be Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang 2014-02-28 18:05:06 +08:00
Jessica Jong
b6005b9988 Bug 960865 - Part 3: modify nat command to support setting rules for secondary routing table. r=vchang 2014-02-28 18:05:02 +08:00
Jessica Jong
223ebc982e Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi 2014-02-28 18:04:59 +08:00
Jessica Jong
9d13d18d6f Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang 2014-02-28 18:04:55 +08:00
B2G Bumper Bot
d2cbe88f36 Bumping manifests a=b2g-bump 2014-02-28 01:56:11 -08:00
B2G Bumper Bot
e6c9afef95 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d54340d6608a
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #16724 from bholley/fix_notification_spy

Bug 976935 - Use a stub rather than a spy for the Notification constructor. v2 r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/c170d5e645b7
Author: Bobby Holley <bobbyholley@gmail.com>
Desc: Bug 976935 - Use a stub rather than a spy for the Notification constructor. v2
2014-02-28 01:50:22 -08:00
B2G Bumper Bot
1e2bd9b2af Bumping manifests a=b2g-bump 2014-02-28 01:31:15 -08:00
B2G Bumper Bot
906ca58110 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/503c38f7c1d9
Author: Fabien Cazenave <fabien@mozilla.com>
Desc: Merge pull request #16717 from fabi1cazenave/plural-bug977627

Bug 977627 - [Download Manager] Files delete notification lacks plural support

========

https://hg.mozilla.org/integration/gaia-central/rev/8b785c064d4c
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 977627 - [Download Manager] Files delete notification lacks plural support, r=Pike
2014-02-28 01:25:25 -08:00
Thomas Zimmermann
62b6239698 Bug 977672: Cleanup includes and defines in UnixSocket.cpp, r=kyle
The patch removes unnecessary includes and define statements from
UnixSocket.cpp.
2014-02-28 10:16:53 +01:00
Thomas Zimmermann
eee5faae9c Bug 977672: Cleanup runnables and tasks in UnixSocket.cpp, r=kyle
This patch cleans up runnables and tasks in UnixSocket.cpp. Every
runnable's name now ends in Runnable. There are a base classes for
runnables and tasks that hold reference to UnixSocketImpl and from
which all runnables and tasks inherit.
2014-02-28 10:16:53 +01:00
Thomas Zimmermann
ee103c53d3 Bug 977672: Assert O_NONBLOCK for watched file descriptors, r=kyle
We cannot use blocking file-descriptor I/O on the I/O thread. This
patch adds an assertion to UnixFdWatcher the tests for the O_NONBLOCK
flag, when installing a file descriptor. In UnixFileWatcher, the
Open method tests for the O_NONBLOCK flag for the opened file.

File-descriptor flags for UnixSocketImpl et al are currently set by
UnixSocketImpl itself. Later patches should move this into the
methods of connector classes.
2014-02-28 10:16:52 +01:00
Marina Samuel
e5bab5bbb9 Bug 975111: Add 'Relaunch in Windows 8 Touch' button to the menu bar. r=mconley 2014-02-27 11:01:04 -08:00
B2G Bumper Bot
8e582f19d4 Bumping manifests a=b2g-bump 2014-02-27 10:46:40 -08:00
B2G Bumper Bot
7f419601ae Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ddf3925373b
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #15813 from mcjimenez/bug923444_v3

Bug 923444 - SV: Power on operator animation runtime customization by SIM

========

https://hg.mozilla.org/integration/gaia-central/rev/795de76a4512
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 923444 - SV: Power on operator animation runtime customization by SIM
2014-02-27 10:45:35 -08:00
Fernando Jiménez
cf4f53aa91 Bug 977597 - Use FxA production server URI. r=jedp 2014-02-27 19:41:46 +01:00
B2G Bumper Bot
2bbf72f236 Bumping manifests a=b2g-bump 2014-02-27 09:56:32 -08:00
B2G Bumper Bot
98e501a2be Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/50018d17d90a
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16673 from malini/vbump

Bug 974600 - update to marionette_client 0.7.5, bump version

========

https://hg.mozilla.org/integration/gaia-central/rev/d6f42816c982
Author: Malini Das <mdas@mozilla.com>
Desc: update to marionette_client 0.7.5, bump version
2014-02-27 09:55:24 -08:00
B2G Bumper Bot
aae1ebeedd Bumping manifests a=b2g-bump 2014-02-27 09:50:55 -08:00
B2G Bumper Bot
75d89318b8 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/314c4a791f12
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #16303 from etiennesegonzac/assert-no-reflow-keypad

Bug 939186 - Introducing the ReflowHelper for marionette JS tests.
r=gaye, rik

========

https://hg.mozilla.org/integration/gaia-central/rev/f902576f5ae2
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 939186 - Introducing the ReflowHelper for marionette JS tests.
And a first test using it for the Dialer Keypad.
r=gaye, rik

========

https://hg.mozilla.org/integration/gaia-central/rev/22f49facdbe0
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #16548 from mcjimenez/bug970929

Bug 970929 - Customize network indicator by SIM displayed in Settings:Cellular & Data:Network operator:Network Type

========

https://hg.mozilla.org/integration/gaia-central/rev/15f66ad92e4d
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 970929 - Customize network indicator by SIM displayed in Settings:Cellular & Data:Network operator:Network Type
2014-02-27 09:45:27 -08:00
Brad Lassey
d9849195e5 bug 977677 - GeckoView can't access some resources it needs r=snorp 2014-02-27 12:19:06 -05:00
stefanh@inbox.com
ac0256733a Bug 970079 - Native theming for MacOS X help buttons, css part. r=dao. 2014-02-27 18:12:20 +01:00
stefanh@inbox.com
0d496326a6 Bug 970079 - Native theming for MacOS X help buttons, widget part. r=mstange, roc. 2014-02-27 18:12:16 +01:00
Arnaud Bienner
a17411ef7f Bug 977643 - Remove redundant line for 'dom.forms.color' pref (and stale comment) in mobile.js file, so that it'll get the pref from all.js instead. r=dholbert 2014-02-27 17:16:18 +01:00
Horia Iosif Olaru
87474ede3c Bug 952051 - Add reftests. r=roc
* Add a reftest for checking that blending takes place between a blended child element that is clipped by a rounded rect and its parent element (which has overflow hidden, and rounded corners).
* Add a reftest to check the behavior described in bug 947121 no longer reproduces.
2014-02-27 11:56:48 -05:00
Horia Iosif Olaru
c26db357b5 Bug 952051 - Change the GetOperator call in FlushGroup to take into account the mix-blend-mode operator for the group. r=roc
Create a new GetEffectiveOperator function that also takes into acount the mix-blend-mode operator for basic layers. Replace logic that chooses between the effective mix blend mode and the operator returned by GetOperator, with calls to this function.
2014-02-27 11:56:48 -05:00
Marco Castelluccio
0c48df7ac8 Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz 2014-02-27 11:56:48 -05:00
Monica Chew
f6cb7a4cb2 Bug 977663: fix start of url params to ? (r=gcp) 2014-02-27 08:55:27 -08:00
Luke Wagner
994924da45 Remove JS_ prefix from DescribeScriptedCaller in comments NPOTB (no bug, r=me) 2014-02-27 10:47:54 -06:00
Eitan Isaacson
5d5bb9c7bf Bug 971255 - [AccessFu] Allow providing a callable argument to Logger log calls. r=yzen 2014-02-27 10:42:45 -05:00
Benjamin Bouvier
7a3e028e1e Bug 939843: Required changes in the rest of the tree; r=froydnj
--HG--
extra : rebase_source : 5757eb2b73755c8da08112b91b025a8fa860d7e8
2014-02-27 16:23:16 +01:00
Benjamin Bouvier
b43022bc95 Bug 939843: Required changes in Spidermonkey; r=mjrosenb
--HG--
extra : rebase_source : e629b045dfe460348c339ef0e7d301b67c6799fd
2014-02-27 16:23:11 +01:00
Benjamin Bouvier
edaecec986 Bug 939843: Tests for mfbt::Floats; r=waldo
--HG--
extra : rebase_source : a6515f7d4e82e020fd7686f14932855873078813
2014-02-27 16:23:08 +01:00
Gijs Kruitbosch
ec2f686e3e Bug 973932 - Australis' CustomizeMode isn't resetting the currentset attribute on the addon-bar, r=mconley 2014-02-27 13:12:18 +00:00
Gijs Kruitbosch
eb4cc632b3 Bug 978068 - [Australis] - fastcustomizeanimation attribute set on wrong tab, r=mikedeboer 2014-02-28 15:06:12 +00:00
Sayan Chowdhury
c155fdbd90 Bug 974638 - Stylesheet selector should display full href of stylesheet in a tooltip. r=harth 2014-02-28 09:20:28 -05:00
Mike Conley
f87ed34df5 Bug 977796 - [Australis] Disable subpixel AA on all labels during customize mode transition for Windows. r=jaws. 2014-02-26 16:42:18 -05:00
Mike Conley
cebb670f1f Backed out changeset a267ac44d506 because it was the wrong patch. 2014-02-28 00:16:08 -05:00
Mike Conley
4d62fc4d71 Bug 977796 - [Australis] Disable subpixel AA on all labels during customize mode transition for Windows. r=jaws. 2014-02-26 16:42:18 -05:00
Mark Hammond
df34c67f0f Bug 977931 - return an error object even when restResponse.headers is null. r=spenrose 2014-02-28 13:24:49 +11:00
Wes Kocher
e255731d1e Merge m-c to fx-team 2014-02-27 17:48:19 -08:00
Jan de Mooij
25a5a4b3eb Bug 939562 part 3 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke
--HG--
extra : rebase_source : e25c6f5f381a972c472fb8a845c737fb31617682
2014-02-26 10:25:36 +01:00
Jan de Mooij
0327a76db8 Bug 977921 - Override ASan malloc_context_size to save memory. r=decoder
--HG--
extra : rebase_source : 500882c214de079c1d493e21a9ee91c3da743226
2014-02-28 16:33:25 +01:00
Ehsan Akhgari
6b9893cdfc Bug 977279 - Add a missing initguid.h include to DrawTargetD2D.cpp 2014-02-28 10:42:23 -05:00