Commit Graph

170844 Commits

Author SHA1 Message Date
B2G Bumper Bot
ddecd6b15b 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
f241c7cc46 Bumping manifests a=b2g-bump 2014-02-28 03:36:16 -08:00
B2G Bumper Bot
667c70a349 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
433684edfa Bumping manifests a=b2g-bump 2014-02-28 03:26:37 -08:00
B2G Bumper Bot
3efbd464e4 Bumping manifests a=b2g-bump 2014-02-28 02:41:34 -08:00
B2G Bumper Bot
8b37c73a98 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
4025634f1f Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang 2014-02-28 18:05:10 +08:00
Jessica Jong
fdff1b130f Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang 2014-02-28 18:05:06 +08:00
Jessica Jong
5938501a14 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
688c8cab8b Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi 2014-02-28 18:04:59 +08:00
Jessica Jong
948ed046c8 Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang 2014-02-28 18:04:55 +08:00
B2G Bumper Bot
ded4b7664b Bumping manifests a=b2g-bump 2014-02-28 01:56:11 -08:00
B2G Bumper Bot
8a23799b2d 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
007db7d21b Bumping manifests a=b2g-bump 2014-02-28 01:31:15 -08:00
B2G Bumper Bot
ebc1419c16 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
b8da10ea47 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
aeb9f13274 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
a3e0c85af9 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
Wes Kocher
e4299dd8a6 Merge m-c to b2g-inbound 2014-02-27 17:47:32 -08:00
B2G Bumper Bot
3e0dc78c34 Bumping manifests a=b2g-bump 2014-02-27 17:30:48 -08:00
B2G Bumper Bot
555f137bed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/46003c7d6ba5
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #16726 from gaye/revert-bug-972666

Revert "Merge pull request #16621 from millermedeiros/972666-lines-over-...

========

https://hg.mozilla.org/integration/gaia-central/rev/3cd53688bbfc
Author: Gareth Aye <gaye@mozilla.com>
Desc: Revert "Merge pull request #16621 from millermedeiros/972666-lines-over-events"

This reverts commit b1fdd71bf7f3455dbbf015e08175145e02b36d2a, reversing
changes made to 877ddee8e913319780f7e9ccf1770c8af584b976.
2014-02-27 17:25:22 -08:00
Wes Kocher
a809356ca7 Merge b2g-inbound to m-c 2014-02-27 17:08:04 -08:00
Wes Kocher
9da41647fe Merge inbound to m-c 2014-02-27 16:52:51 -08:00
B2G Bumper Bot
4482e81b33 Bumping manifests a=b2g-bump 2014-02-27 16:36:37 -08:00
B2G Bumper Bot
64e61610e6 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e2666ec5cdff
Author: KWierso <kwierso@gmail.com>
Desc: Revert "Merge pull request #16610 from gitmai/bug-858017-network-alarm-complete" for network alarm test bustage

This reverts commit 877ddee8e913319780f7e9ccf1770c8af584b976, reversing
changes made to 9422aca1931ba6c68784f9e80bb1b6a7fcfd92e3.
2014-02-27 16:35:23 -08:00
B2G Bumper Bot
1c56b81be4 Bumping manifests a=b2g-bump 2014-02-27 16:25:59 -08:00
B2G Bumper Bot
4106229768 Bumping manifests a=b2g-bump 2014-02-27 15:46:42 -08:00
B2G Bumper Bot
d68fa1de37 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/722dcacafb69
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #16720 from jaoo/969298-2

Bug 969298 - [Gaia] Need to add setting menus for 'dun' and 'ims' apn types. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/25264c9d5e8a
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 969298 - [Gaia] Need to add setting menus for 'dun' and 'ims' apn types
2014-02-27 15:45:26 -08:00
B2G Bumper Bot
0ecb206501 Bumping manifests a=b2g-bump 2014-02-27 15:31:40 -08:00
B2G Bumper Bot
b8d706ab70 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bba6a25c9308
Author: Joan Leon <joan.leon@gmail.com>
Desc: Merge pull request #16657 from nucliweb/976665-Cost-Control

Add display:flex for fix height 100% on iframe

========

https://hg.mozilla.org/integration/gaia-central/rev/878660c8c91c
Author: Joan Leon <joan.leon@gmail.com>
Desc: Add display:flex for fix height 100% on iframe
2014-02-27 15:30:33 -08:00
Ryan VanderMeulen
16bda763cb Merge m-c to b2g-inbound. 2014-02-27 17:46:55 -05:00
Ryan VanderMeulen
49d631a2d8 Backed out changeset c10115ce8c0d (bug 968447) for linux32 debug mochitest-bc perma-fail. 2014-02-27 17:45:08 -05:00
Ryan VanderMeulen
b1611fccd5 Merge m-c to b2g-inbound. 2014-02-27 17:34:25 -05:00
Ryan VanderMeulen
62397fa8e2 Merge fx-team to m-c. 2014-02-27 17:31:32 -05:00
B2G Bumper Bot
f2cacac489 Bumping manifests a=b2g-bump 2014-02-27 14:06:32 -08:00
B2G Bumper Bot
6b29391e6e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/329a099e53ef
Author: gitmai <mri@tid.es>
Desc: Merge pull request #16706 from gitmai/bug-977399-error-reset-report-picker

Bug 977399 -[B2G][Cost Control] 'Reset report' picker cannot be changed ...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/d2e607ebfae1
Author: mai <mri@tid.es>
Desc: Bug 977399 -[B2G][Cost Control] 'Reset report' picker cannot be changed after data reset
2014-02-27 14:05:26 -08:00
Timothy Nikkel
00358747ba Bug 959847. Part 11. Use nsLayoutUtils::ViewportHasDisplayPort instead of repeating boilerplate code. r=roc 2014-02-27 16:01:54 -06:00
Timothy Nikkel
c98b478ef2 Bug 959847. Part 10. Implement GetBounds, GetOpaqueRegion, and ShouldBuildLayerEvenIfInvisible for nsDisplaySubDocument items that are being used as scrollable layers like scroll layer items. r=roc 2014-02-27 16:01:54 -06:00
Timothy Nikkel
7c6fe99703 Bug 959847. Part 9. Subdocument items for subdocuments that have displayports need to expand the visibility region. r=roc 2014-02-27 16:01:54 -06:00
Timothy Nikkel
5d30b2243f Bug 959847. Part 8. Don't let ProcessDisplayItems set the clip on subdocument items when they are being used to draw the display port content. r=roc 2014-02-27 16:01:54 -06:00
Timothy Nikkel
bbe19b1635 Bug 959847. Part 7. Move ignoreViewportScrolling computation lower, where we actually use it. r=roc 2014-02-27 16:01:53 -06:00
Timothy Nikkel
a56df55cd5 Bug 959847. Part 6. Only call RecordFrameMetrics from PaintForFrame if we are ignoring viewport scrolling so that we don't call it twice for the same scroll frame (the other one being the scroll layers created by nsGfxScrollFrame). r=roc 2014-02-27 16:01:53 -06:00
Timothy Nikkel
33274d8cd4 Bug 959847. Part 5. Only call RecordFrameMetrics for subdocuments if we are ignoring viewport scrolling so that we don't call it twice for the same scroll frame (the other one being the scroll layers created by nsGfxScrollFrame). r=roc 2014-02-27 16:01:53 -06:00
Timothy Nikkel
b2fdd6bcf1 Bug 959847. Part 4. Call RecordFrameMetrics for subdocument layers. r=roc
We do this by creating a new display item type: nsDisplaySubDocument.

Original patch by Kartikaya Gupta <kgupta@mozilla.com>.
2014-02-27 16:01:53 -06:00
Timothy Nikkel
f391dc3f7b Bug 959847. Part 3. Make zoom items be contained in resolution items for subdocuments if they occur together. r=roc
Wrap the zoom item in the resolution item if we have both because we want the resolution scale applied on top of the app units per dev pixel conversion. Resolution is just a scale transform and app units per dev pixel affect layout, so conceptually the resolution gets applied after.
2014-02-27 16:01:52 -06:00
Timothy Nikkel
184dbd98bd Bug 959847. Part 2. Don't ignore "ignore viewport scrolling" on subdocuments. r=roc
This means that the layer we create in nsSubDocumentFrame::BuildDisplayList becomes the scrollable layer for the document and we early early from ScrollFrameHelper::BuildDisplayList before it gets to the nsDisplayScrollLayer creation.
2014-02-27 16:01:52 -06:00
Timothy Nikkel
2457fccf35 Bug 959847. Part 1. Retrieve the displayport of the root scroll frame the same way as everywhere else does in nsSubDocumentFrame::BuildDisplayList. r=roc 2014-02-27 16:01:52 -06:00
Ryan VanderMeulen
48d69f19f8 Merge inbound to m-c. 2014-02-27 16:55:18 -05:00
B2G Bumper Bot
acbb5bd951 Bumping manifests a=b2g-bump 2014-02-27 13:41:29 -08:00
B2G Bumper Bot
e2ba815b34 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2bb241995468
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #16621 from millermedeiros/972666-lines-over-events

Bug 972666 - [Calendar] lines over events longer than 2 hours r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/fab6c91479fd
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 972666 - [Calendar] lines over events longer than 2 hours

========

https://hg.mozilla.org/integration/gaia-central/rev/cf294dfce912
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Revert "Bug 942854 - [Calendar] Scrolling the week view results into results into overlapping artifacts. r=kgrandon"

This reverts commit 78dc0c0013d25de52175e750e4be46bfb2727ef3.
2014-02-27 13:40:16 -08:00