B2G Bumper Bot
a743b6081c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a3a55ab202e6
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #16030 from steveck-chung/message-read-report
Bug 926852 - [Messages] Read receipts feature Gaia implementation. r=julienw , crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/0f04f27a2398
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 926852 - [Messages] Read receipts feature Gaia implementation
2014-02-17 19:05:10 -08:00
B2G Bumper Bot
e46690f7c0
Bumping manifests a=b2g-bump
2014-02-17 19:01:00 -08:00
B2G Bumper Bot
fd47bc580c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f96fce93bc62
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #15512 from huchengtw-moz/gallery/Bug_960215-gallery-open-activity-rotation
Bug 960215 - [B2G][Messages] Image-attachment does not fill the screen i..., r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/4e53e832be20
Author: John Hu <johu@mozilla.com>
Desc: Bug 960215 - [B2G][Messages] Image-attachment does not fill the screen in landscape orientation
2014-02-17 18:55:11 -08:00
B2G Bumper Bot
73ed060c08
Bumping manifests a=b2g-bump
2014-02-17 16:51:01 -08:00
Timothy Nikkel
1668925b8b
Bug 966510. Display ports on scrollable elements won't work on Android until APZC is used there, so skip this reftesting using that there.
2014-02-17 18:46:57 -06:00
Gregory Szorc
1cfcdd7195
NO BUG - Fix sorted moz.build failure in rdf/tests/dsds/moz.build; r=me
2014-02-17 16:46:22 -08:00
B2G Bumper Bot
32b8bc9bcb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/85c3d3ec06cc
Author: Fabien Cazenave <fabien@mozilla.com>
Desc: Merge pull request #16247 from fabi1cazenave/smsUpdateThread-bug968815
Bug 968815 - [SMS] update thread when last message is deleted, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/31024440c700
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 968815 - [SMS] update thread when last message is deleted, r=julienw
2014-02-17 16:45:14 -08:00
Phil Ringnalda
f496c2e788
Merge m-c to f-t
2014-02-17 15:27:12 -08:00
Phil Ringnalda
db18726df0
Merge m-c to b-i
2014-02-17 15:26:12 -08:00
Phil Ringnalda
b04b1ed3bf
Merge f-t to m-c
2014-02-17 15:24:26 -08:00
Phil Ringnalda
f67717c33f
Merge b-i to m-c
2014-02-17 15:16:03 -08:00
B2G Bumper Bot
13427b14c6
Bumping manifests a=b2g-bump
2014-02-17 13:25:57 -08:00
B2G Bumper Bot
1a485b23c1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/79e2c9d07063
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #16256 from KevinGrandon/bug_971484_system_dialercomms_v2
Bug 971484 - [System2] Instantiable DialerComms r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/51917db7e908
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971484 - [System2] Instantiable DialerComms r=alive
2014-02-17 13:25:11 -08:00
Tony Young
7d51ca8e91
test for bug 938022
...
--HG--
extra : transplant_source : %FE%A1%93%10%AE%86C%F7G%00%9B%E3Y%F7%08%DF%A26%1A%5B
2014-02-18 10:17:29 +13:00
L. David Baron
7cdf2cce3d
Bug 434102: Make outlines behave reasonably on XUL tree pseudo-elements again. r=roc
...
This was a regression from bug 133165 which I noticed while working on
bug 480888, but wished to fix in a separate patch (despite that it would
have been slightly easier to fix it in the same patch).
2014-02-17 20:07:46 -08:00
L. David Baron
c8a45405a9
Bug 480888 patch 5: Add tests that should catch the regression across platforms that was previously caught only by a reftest on Android.
...
The outline-overflow-inline-block-* tests fail, as expected, with the
aOverflowOverride parameter to UnionBorderBoxes always changed to null.
Note that the outline-overflow-inline-block-* tests depend on the fix
for bug 709014.
2014-02-17 20:07:46 -08:00
L. David Baron
b3bff6bf01
Bug 709014 patch 1: Honor margin-left and margin-right on elements in inline layout that have 0 width and/or height (commonly, inline-blocks). r=roc
...
Prior to this patch, we failed to honor:
* margin-left on elements in inline layout with 0 width and 0 height
* margin-right on elements in inline layout with 0 width
I think that was because the code in CanPlaceFrame to discard both
margins when the width was 0 was running after the left-margin was
applied, unless the later code in PlaceFrame (checking both width 0 and
height 0) un-applied that left margin.
The assertion count change in test_value_computation.html is due to 2
additional "bad width" assertions (I presume from honoring large
margins that were previously ignored).
The change to 538935-1-ref.html is to match an improvement in rendering
of the margins in the test, where both sides of the margin are now
honored.
The change to layout/reftests/text-overflow/marker-basic-ref.html is to
keep the reference (which uses margins) rendering the same way following
the changes to margin handling.
The new behavior (in the reftests added in layout/reftests/inline/)
matches at least Chromium; I didn't check any other browsers.
2014-02-17 20:07:45 -08:00
L. David Baron
d3ea454fd4
Make fix-linux-stack handle addresses with lowercase hexidecimal, since that seems to be the thing these days. No bug.
...
(mrbkap, I, and ehoogeveen have all seen lowercase lately.)
2014-02-17 20:07:45 -08:00
L. David Baron
7d3ce1d20e
Bug 965655: Revert test disabling from changeset 8a0d810a0cca now that bug 969590 (switch of test slaves) is fixed.
2014-02-17 20:07:45 -08:00
Robert O'Callahan
2dc7872760
Bug 972713. Part 2: Ignore active scrolled roots in inactive layer trees, because they don't help and could hurt. r=mattwoodrow
2014-02-18 17:00:35 +13:00
Robert O'Callahan
327f3d5a51
Bug 972713. Part 1: Make all callers of GetAnimatedGeometryRootFor pass a display item so we can stop searching when we reach the item's reference frame. r=mattwoodrow
...
This guarantees that the animated geometry root for an item is always in the
same display list coordinate system as the frame.
--HG--
extra : rebase_source : 249fd847a2c08f8d0846d698cce9dd4681e38a98
2014-02-18 14:26:57 +13:00
Terrence Cole
62a6772bc5
Backout bea3f06585ec (Bug 969012) for arm simulator failures.
2014-02-17 19:22:34 -08:00
Cameron McCormack
411c788241
Bug 961364 - Clear the column type bits before setting them in nsTableCol{,Group}Frame::SetColType. r=dbaron
2014-02-18 13:32:06 +11:00
B2G Bumper Bot
29cd02c2d5
Bumping manifests a=b2g-bump
2014-02-17 13:16:02 -08:00
B2G Bumper Bot
a8d48f85c2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/382af669abf4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #16271 from KevinGrandon/bug_971561_system_banner_v2
Bug 971561 - [System2] Instantiable SystemBanner r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/c11fa009d1cb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971561 - [System2] Instantiable SystemBanner r=alive
2014-02-17 13:10:10 -08:00
B2G Bumper Bot
ce955b5e7a
Bumping manifests a=b2g-bump
2014-02-17 12:20:56 -08:00
B2G Bumper Bot
6114a6914e
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1adfbae4582a
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #16147 from hfiguiere/bug947442
Bug 947442 - Assert if no results have been collected. r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/0ea9e3e5667b
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - more nits. Don't collect memstat if runner isn't "host"
========
https://hg.mozilla.org/integration/gaia-central/rev/fb9d60db47a2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - Address review comments.
========
https://hg.mozilla.org/integration/gaia-central/rev/46e5a0f8a10d
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - The reporter mark as a failure the lack of results.
========
https://hg.mozilla.org/integration/gaia-central/rev/0d0b63fcfdc2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - Assert if no results have been collected.
This cause an error to be reported in the test results.
2014-02-17 12:20:10 -08:00
Jonathan Watt
6a6d2569a9
Bug 973344 - Remove workaround introduced by bug 947718 now that bug 946184 is fixed, especially since it causes crashes with the dom.forms.number pref disabled. r=ehsan
2014-02-17 20:06:45 +00:00
B2G Bumper Bot
e2b9e9dea8
Bumping manifests a=b2g-bump
2014-02-17 11:05:57 -08:00
B2G Bumper Bot
3715347434
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/85bebb37650e
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #16375 from julienw/bump-test-agent-0.18.0
Bug 973665 - Bump version to 0.18.0 in Gaia r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/c7e27df3a616
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 973665 - Bump version to 0.18.0 in Gaia
2014-02-17 11:05:10 -08:00
Patrick McManus
b03da0f6e7
bug 973207 - revert 905460 for nightly crashes r=backout
2014-02-17 13:53:25 -05:00
Benjamin Bouvier
5413422a19
Bug 936740: Inline Math.ceil for double inputs where an integer is returned; r=jandem
2014-02-17 19:17:29 +01:00
B2G Bumper Bot
c60424a738
Bumping manifests a=b2g-bump
2014-02-17 10:16:02 -08:00
B2G Bumper Bot
d990a2d92f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f0711dcb4c9e
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #15753 from steveck-chung/bug-961950
Bug 961950 - Replace message edit button with option menu contains delete / settings option
========
https://hg.mozilla.org/integration/gaia-central/rev/9a59116ca6ee
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 961950 - Replace message edit button with option menu contains delete / settings option
2014-02-17 10:15:13 -08:00
Masatoshi Kimura
d867397376
Bug 973313 - Remove reference to vccorlib. r=jimm
2014-02-18 01:20:19 +09:00
B2G Bumper Bot
93b173869c
Bumping manifests a=b2g-bump
2014-02-17 07:46:02 -08:00
B2G Bumper Bot
98383b212b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a3d4eb8f484c
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #16368 from nucliweb/97360-Cost-control
Fix Arrow Position
========
https://hg.mozilla.org/integration/gaia-central/rev/51173b67d02b
Author: Joan Leon <joan.leon@gmail.com>
Desc: Fix Arrow Position
Reposition the background image to fit
2014-02-17 07:40:11 -08:00
B2G Bumper Bot
c793a685a7
Bumping manifests a=b2g-bump
2014-02-17 06:25:55 -08:00
B2G Bumper Bot
0688ef313d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/591b714a4728
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #15804 from crdlc/bug-964724
Bug 964724 - Hide regular Offline Error Screen When Connectivity Resumes...
========
https://hg.mozilla.org/integration/gaia-central/rev/815d055bbcc1
Author: crdlc <crdlc@tid.es>
Desc: Bug 964724 - Hide regular Offline Error Screen When Connectivity Resumes - App Foreground and Background
2014-02-17 06:25:10 -08:00
B2G Bumper Bot
ec7b0c5341
Bumping manifests a=b2g-bump
2014-02-17 06:06:01 -08:00
B2G Bumper Bot
1100f540e4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/95abe5f17339
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16363 from zacc/bug_968150
Bug 968150 - test_sms_to_dialer.py - Shuffle test order to avoid race r=...
========
https://hg.mozilla.org/integration/gaia-central/rev/37d14094d488
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 968150 - test_sms_to_dialer.py - Shuffle test order to avoid race r=bebe
2014-02-17 06:00:11 -08:00
B2G Bumper Bot
5de8bef86b
Bumping manifests a=b2g-bump
2014-02-17 05:51:03 -08:00
B2G Bumper Bot
ae89b49297
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd581809ffed
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16364 from chirarobert/remove_call_log_to_keyboard
Fixed intermittent failures of test_call_log_all_calls()
========
https://hg.mozilla.org/integration/gaia-central/rev/000f66367fec
Author: chirarobert <chirarobert@yahoo.com>
Desc: Fixed intermittent failures of test_call_log_all_calls()
Removed two steps from the test because they are not present in the moztrap scenario and the test fails intermittently when changing from call log to keypad.
========
https://hg.mozilla.org/integration/gaia-central/rev/b5236be3cc2c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #16050 from mikehenrty/bug-968914-unittests
Bug 968914 - Follow-up: Add unit tests for SIM Dialog Retry count
========
https://hg.mozilla.org/integration/gaia-central/rev/2d7d907a90ea
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 968914 - Follow-up: Add unit tests for SIM Dialog Retry count
2014-02-17 05:45:13 -08:00
Georg Fritzsche
472c99098b
Bug 896418 - Improve naming for CtP popupNotification centerActions. r=jaws
2014-02-17 14:41:10 +01:00
Nicolas Silva
da82a09e89
Bug 973892 - part 2) Specify the moz2d backend when creating a TextureClient. r=Bas
2014-02-19 18:17:49 +01:00
Nicolas Silva
dc64acd28e
Bug 973892 - Part 1) Choose the backend in ImageDataSerializer::GetAsDrawTarget. r=mattwoodrow
2014-02-19 18:17:40 +01:00
B2G Bumper Bot
2e31d2e17e
Bumping manifests a=b2g-bump
2014-02-17 05:01:01 -08:00
Carsten "Tomcat" Book
9aaeeeeebd
Merge mozilla-central to mozilla-inbound
2014-02-17 13:59:18 +01:00
B2G Bumper Bot
009f757367
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/025311e0fffc
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16175 from bebef1987/sleep_menu
Bug 968751 - Write a test to open long-press power button menu
========
https://hg.mozilla.org/integration/gaia-central/rev/29eb97bf015a
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 968751 - Write a test to open long-press power button menu
2014-02-17 04:55:14 -08:00
B2G Bumper Bot
5ff1917450
Bumping manifests a=b2g-bump
2014-02-17 04:50:59 -08:00