Граф коммитов

346483 Коммитов

Автор SHA1 Сообщение Дата
Karl Tomlinson a9f43c115f b=973782 revert 8e574d7a951a, failing test from bug 938022 DONTBUILD 2014-02-18 21:31:55 +13:00
Nick Alexander dd3e43e814 Bug 973807 - Fixes to AndroidEclipse build backend. r=me
Largest changes: run mach less frequently and add build logging.
2014-02-18 00:08:41 -08:00
Arnaud Sourioux 2d583fd28f Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert 2014-02-17 23:47:48 -08:00
Ehsan Akhgari 9e38fc2acd Bug 973393 - Move the LOCAL_INCLUDES in ipc to moz.build; r=glandium 2014-02-18 02:12:54 -05:00
Ehsan Akhgari e613d30a2c Bug 973143 - Move some variables to moz.build; r=glandium 2014-02-18 02:02:00 -05:00
Ehsan Akhgari 73b8879e45 Bug 973142 - Get rid of the MOZILLA_INTERNAL_API makefile variable; r=glandium
It's just as easy to directly set the preprocessor macro in the moz.build
files.  Using this variable doesn't really buy us anything.

This patch also removes unused code from rdf/tests/dsds.
2014-02-18 01:56:51 -05:00
Ehsan Akhgari 1cd0a37ec0 Bug 970123 - Avoid read-aheading icudt52.dll for better startup performance; r=glandium 2014-02-18 01:30:36 -05:00
Ehsan Akhgari ff62971cb9 Bug 973395 - Move the LOCAL_INCLUDES in media to moz.build; r=glandium 2014-02-18 01:15:48 -05:00
Ehsan Akhgari 9efa231949 Bug 973646 - Port some CXXFLAGS logic in js/src/Makefile.in to the DEFINES variable; r=glandium 2014-02-18 01:10:22 -05:00
Ehsan Akhgari 929a4cfcac Bug 973402 - Move the LOCAL_INCLUDES in js/src to moz.build; r=glandium 2014-02-18 01:09:30 -05:00
Ehsan Akhgari 996229d3d0 Bug 973403 - Move the LOCAL_INCLUDES in memory to moz.build; r=glandium 2014-02-18 01:05:51 -05:00
Ehsan Akhgari 0d63e8caea Bug 973391 - Move the LOCAL_INCLUDES in webapprt to moz.build; r=glandium 2014-02-18 01:03:08 -05:00
Ehsan Akhgari 53ce387626 Bug 973389 - Move the LOCAL_INCLUDES in mozglue to moz.build; r=glandium 2014-02-18 01:02:32 -05:00
L. David Baron 0c3a548d62 Update test failure annotation for bug 791480, now that we're running tests on Windows NT 6.2 as well. 2014-02-17 21:48:40 -08:00
L. David Baron 4161cb1bfb Bug 434102 followup: Mark reftest as failing on Mac. 2014-02-17 21:32:42 -08:00
Phil Ringnalda 4c26d2de09 Merge m-c to m-i 2014-02-17 20:57:46 -08:00
Phil Ringnalda e0a06f0abb Merge f-t to m-c 2014-02-17 20:56:06 -08:00
Phil Ringnalda 119f4a0bdb Merge m-i to m-c 2014-02-17 20:50:51 -08:00
Karl Tomlinson b4bcb7ce99 debug logging for bug 966322
--HG--
extra : transplant_source : %F1%F9%BF%04%A3%10W%E1%22%E21%05%92%B9%5B%FCd%13%D4%BA
2014-02-18 17:40:58 +13:00
Timothy Nikkel 52a73b5834 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 620929b4d0 NO BUG - Fix sorted moz.build failure in rdf/tests/dsds/moz.build; r=me 2014-02-17 16:46:22 -08:00
Phil Ringnalda d15ea8727b Merge m-c to f-t 2014-02-17 15:27:12 -08:00
Phil Ringnalda efd3a4681c Merge f-t to m-c 2014-02-17 15:24:26 -08:00
Phil Ringnalda cbca7482aa Merge b-i to m-c 2014-02-17 15:16:03 -08:00
Tony Young 229f24fdcf 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 191a0147b8 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 7f961c4964 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 fbcb130e34 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 e4e2cc5501 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 960021196f 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 9153867fae 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 7b54370bdc 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 4412156bf4 Backout bea3f06585ec (Bug 969012) for arm simulator failures. 2014-02-17 19:22:34 -08:00
Cameron McCormack 415a94a6de 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 cbee6ceb8f Bumping manifests a=b2g-bump 2014-02-17 12:20:56 -08:00
B2G Bumper Bot 62f5b48b0e 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
B2G Bumper Bot 13f755a996 Bumping manifests a=b2g-bump 2014-02-17 11:05:57 -08:00
B2G Bumper Bot 4383e69754 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 730fb7cb62 bug 973207 - revert 905460 for nightly crashes r=backout 2014-02-17 13:53:25 -05:00
Benjamin Bouvier ced68a1795 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 e625043074 Bumping manifests a=b2g-bump 2014-02-17 10:16:02 -08:00
B2G Bumper Bot cc2787bf57 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 0b68c4c7e9 Bug 973313 - Remove reference to vccorlib. r=jimm 2014-02-18 01:20:19 +09:00
B2G Bumper Bot 90a046f749 Bumping manifests a=b2g-bump 2014-02-17 07:46:02 -08:00
B2G Bumper Bot 52255af55d 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 9cd4948106 Bumping manifests a=b2g-bump 2014-02-17 06:25:55 -08:00
B2G Bumper Bot 128a07cebe 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 36e303f21e Bumping manifests a=b2g-bump 2014-02-17 06:06:01 -08:00
B2G Bumper Bot ec101e9685 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 c84cb4e54a Bumping manifests a=b2g-bump 2014-02-17 05:51:03 -08:00