348335 Commits

Author SHA1 Message Date
B2G Bumper Bot
404590c3ef 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
75605af986 Bumping manifests a=b2g-bump 2014-02-27 16:25:59 -08:00
B2G Bumper Bot
ee84b41970 Bumping manifests a=b2g-bump 2014-02-27 15:46:42 -08:00
B2G Bumper Bot
db5ae85a5f 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
4856376ac7 Bumping manifests a=b2g-bump 2014-02-27 15:31:40 -08:00
B2G Bumper Bot
924883e105 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
92e1ee3ff9 Merge m-c to b2g-inbound. 2014-02-27 17:46:55 -05:00
Ryan VanderMeulen
15836c447c Backed out changeset c10115ce8c0d (bug 968447) for linux32 debug mochitest-bc perma-fail. 2014-02-27 17:45:08 -05:00
Ryan VanderMeulen
8e1451ad9a Merge m-c to b2g-inbound. 2014-02-27 17:34:25 -05:00
Ryan VanderMeulen
c2a4879d8a Merge fx-team to m-c. 2014-02-27 17:31:32 -05:00
B2G Bumper Bot
cb41a6a857 Bumping manifests a=b2g-bump 2014-02-27 14:06:32 -08:00
B2G Bumper Bot
c97247e0ca 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
d283416014 Bug 959847. Part 11. Use nsLayoutUtils::ViewportHasDisplayPort instead of repeating boilerplate code. r=roc 2014-02-27 16:01:54 -06:00
Timothy Nikkel
21fd864c46 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
25c10ba585 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
7d49d25691 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
1055974519 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
08feb4e38a 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
9071126dd1 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
30c667bcf3 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
b1372b9c82 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
502b511f5a 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
8c37717882 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
6435a8a9dd Merge inbound to m-c. 2014-02-27 16:55:18 -05:00
B2G Bumper Bot
d0fcc7ebbe Bumping manifests a=b2g-bump 2014-02-27 13:41:29 -08:00
B2G Bumper Bot
fda63bcfad 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
b1a307fe9e 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
06fdef4132 Bug 976120 - shell.js should respect crash reporting environment, r=fabrice 2014-02-27 16:36:00 -05:00
B2G Bumper Bot
73232d1943 Bumping manifests a=b2g-bump 2014-02-27 13:36:23 -08:00
B2G Bumper Bot
b122be1751 Bumping manifests a=b2g-bump 2014-02-27 13:32:58 -08:00
B2G Bumper Bot
dffc278b45 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
9b4a9e519a Bug 977596 - Fix build failure on flatfish r=jmuizelaar 2014-02-27 13:26:22 -08:00
Jed Davis
789c3d2ddb 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
bf78aa5ab5 Bumping manifests a=b2g-bump 2014-02-27 13:16:40 -08:00
B2G Bumper Bot
67b3d639a9 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
B2G Bumper Bot
ec6a34ee46 Bumping manifests a=b2g-bump 2014-02-27 11:31:00 -08:00
B2G Bumper Bot
a495ddfa44 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
Marina Samuel
f3e0c69f6e 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
dd858eced2 Bumping manifests a=b2g-bump 2014-02-27 10:46:40 -08:00
B2G Bumper Bot
10f0638824 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
1b16e00aea Bug 977597 - Use FxA production server URI. r=jedp 2014-02-27 19:41:46 +01:00
B2G Bumper Bot
126ecc4523 Bumping manifests a=b2g-bump 2014-02-27 09:56:32 -08:00
B2G Bumper Bot
3049439324 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
17cd105229 Bumping manifests a=b2g-bump 2014-02-27 09:50:55 -08:00
B2G Bumper Bot
b06874991b 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
776d77b6b5 bug 977677 - GeckoView can't access some resources it needs r=snorp 2014-02-27 12:19:06 -05:00
stefanh@inbox.com
51ccb33a0d Bug 970079 - Native theming for MacOS X help buttons, css part. r=dao. 2014-02-27 18:12:20 +01:00
stefanh@inbox.com
e25b790a1a Bug 970079 - Native theming for MacOS X help buttons, widget part. r=mstange, roc. 2014-02-27 18:12:16 +01:00
Arnaud Bienner
2f973a3734 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
08ad122fd2 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