Commit Graph

171059 Commits

Author SHA1 Message Date
B2G Bumper Bot
90f297b15e 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
fb33c43cc5 Bumping manifests a=b2g-bump 2014-02-27 16:25:59 -08:00
Oleg Romashin
8d903256a4 Bug 977695 - Update bubbles/cancelable attribute for pointer events. r=smaug 2014-02-27 16:13:05 -08:00
B2G Bumper Bot
1f7168ed50 Bumping manifests a=b2g-bump 2014-02-27 15:46:42 -08:00
B2G Bumper Bot
e24a41973c 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
c8b5c4e2fb Bumping manifests a=b2g-bump 2014-02-27 15:31:40 -08:00
B2G Bumper Bot
273fbeb00f 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
9ffff7386b Merge m-c to b2g-inbound. 2014-02-27 17:46:55 -05:00
Ryan VanderMeulen
b54a7b8d52 Backed out changeset c10115ce8c0d (bug 968447) for linux32 debug mochitest-bc perma-fail. 2014-02-27 17:45:08 -05:00
Ryan VanderMeulen
d8c7359358 Merge m-c to b2g-inbound. 2014-02-27 17:34:25 -05:00
Ryan VanderMeulen
3bbc20aed8 Merge fx-team to m-c. 2014-02-27 17:31:32 -05:00
B2G Bumper Bot
62d3d9ee34 Bumping manifests a=b2g-bump 2014-02-27 14:06:32 -08:00
B2G Bumper Bot
e653745c71 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
f91f7c1a76 Bug 959847. Part 11. Use nsLayoutUtils::ViewportHasDisplayPort instead of repeating boilerplate code. r=roc 2014-02-27 16:01:54 -06:00
Timothy Nikkel
0e4968b4d3 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
90c5ddcf90 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
576881fcd2 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
1e3662e0e8 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
57b3df2628 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
c1ef4c92c7 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
c5eadf4d6e 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
84799aa7d0 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
8aa800b645 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
d94b77e6f5 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
47e286d04d Merge inbound to m-c. 2014-02-27 16:55:18 -05:00
B2G Bumper Bot
f08f36e3c4 Bumping manifests a=b2g-bump 2014-02-27 13:41:29 -08:00
B2G Bumper Bot
cda593ddad 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
Andrew Halberstadt
42eb8bf745 Bug 976120 - emulator.py should set crash environment, check for crashes on all marionette exceptions, r=jgriffin 2014-02-27 16:36:27 -05:00
Andrew Halberstadt
08f0add81e Bug 976120 - shell.js should respect crash reporting environment, r=fabrice 2014-02-27 16:36:00 -05:00
B2G Bumper Bot
5d9ca77464 Bumping manifests a=b2g-bump 2014-02-27 13:36:23 -08:00
B2G Bumper Bot
a29e9a2535 Bumping manifests a=b2g-bump 2014-02-27 13:32:58 -08:00
B2G Bumper Bot
5c21467946 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fe8ce877d493
Author: gitmai <mri@tid.es>
Desc: Merge pull request #16610 from gitmai/bug-858017-network-alarm-complete

Bug 858017 - [COST CONTROL] Use Gecko native support for data usage alar...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/6fa0af39379e
Author: mai <mri@tid.es>
Desc: Bug 858017 - [COST CONTROL] Use Gecko native support for data usage alarms provided by NetworkStats API 2.0
2014-02-27 13:32:49 -08:00
Sotaro Ikeda
d4c5f44335 Bug 977596 - Fix build failure on flatfish r=jmuizelaar 2014-02-27 13:26:22 -08:00
Jed Davis
cffac485ff Bug 970676 - Turn on sandboxing on all relevant threads. r=dhylands r=bent f=kang 2014-02-27 13:18:01 -08:00
B2G Bumper Bot
b81ae908f1 Bumping manifests a=b2g-bump 2014-02-27 13:16:40 -08:00
B2G Bumper Bot
445eb972f6 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8911c19f1f8d
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #16675 from punamdahiya/Bug970275

Bug970275-[Download Manager]- Fix to display filename in header on opening an image file r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/2b82bdcf1d88
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug970275-[Download Manager]- Fix to display filename in header on opening an image file r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/f03cae8ab14f
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Merge pull request #16674 from reubenmorais/pt-br-layout

Bug 976791 - Make the pt-BR symbols layout match the en-US layout, but keep R$ instead of $. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/50e2953055bd
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 976791 - Make the pt-BR symbol layout match the en-US layout, but keep R$ instead of $. r=djf
2014-02-27 13:15:26 -08:00
Bill McCloskey
c4d44e02ee Bug 975876 - Allow GC in ~AutoMaybeTouchDeadZones to touch dead zones (r=luke) 2014-02-27 11:56:49 -08:00
Jan de Mooij
33c63e5da4 Bug 977538 - Disable PGO for CanonicalizeNaN. r=luke
--HG--
extra : rebase_source : 7be8e2eb69297cafa8e705c738e9ed814ad50308
2014-02-27 20:48:59 +01:00
B2G Bumper Bot
bd860472b8 Bumping manifests a=b2g-bump 2014-02-27 11:31:00 -08:00
B2G Bumper Bot
40745bac19 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/761b205f4e8b
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #16676 from eeejay/bug-967832

Bug 967832 - [Homescreen] Set fake-icon to aria-hidden. r=21

========

https://hg.mozilla.org/integration/gaia-central/rev/a17d460301f0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 967832 - [Homescreen] Set fake-icon to aria-hidden.
2014-02-27 11:26:15 -08:00
Sushil Chauhan
9058bca2dc Bug 976717 - Pass the Framebuffer rectangle to be cleared to LayerComposite. r=ncameron 2014-02-27 11:07:34 -08:00
B2G Bumper Bot
c541872ac4 Bumping manifests a=b2g-bump 2014-02-28 05:30:54 -08:00
B2G Bumper Bot
082f4a9b13 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dd9ff5e3621d
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #16450 from jmcanterafonseca/fix_current

Bug 929817 Current location header from Facebook con...

========

https://hg.mozilla.org/integration/gaia-central/rev/da95f0b5b826
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: [B2G] [1.2] [l10n] [Contacts]: Current location header from Facebook contacts is shown in English on every language
2014-02-28 05:25:31 -08:00
Chuck Lee
8df84ff558 Bug 975813 - Support IPv6 in Network Manager. r=vicamo,fabrice 2014-02-28 20:24:35 +08:00
B2G Bumper Bot
51616f99c2 Bumping manifests a=b2g-bump 2014-02-28 05:16:06 -08:00
B2G Bumper Bot
44b0a30e58 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bf28369024d0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15863 from daleharvey/966137

Bug 966137 - Ensure we only attempt one datastore write operation at a time. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/a34c5f3eee19
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 966137 - Ensure we only attempt one datastore write operation at a time. r=kgrandon
2014-02-28 05:11:13 -08:00
B2G Bumper Bot
fd9dded9f1 Bumping manifests a=b2g-bump 2014-02-28 04:31:32 -08:00
B2G Bumper Bot
d03e649ebd Bumping manifests a=b2g-bump 2014-02-28 04:25:45 -08:00
B2G Bumper Bot
a22af6d0c7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/95cd4e64f4b7
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16734 from AndreiH/bug_978024

Bug 978024 - Xfail test_dialer_airplane_mode.TestDialerAirplaneMode

========

https://hg.mozilla.org/integration/gaia-central/rev/e62fef8f63c5
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 978024 - Xfail test_dialer_airplane_mode.TestDialerAirplaneMode
2014-02-28 04:20:23 -08:00
B2G Bumper Bot
80e03dd1e1 Bumping manifests a=b2g-bump 2014-02-28 04:15:55 -08:00