Jason Smith
b7913dcb90
Bug 950406 - Turn on P2P mochitests in b2g desktop builds. r=jesup
2013-12-14 15:49:09 -08:00
Marco Castelluccio
50ba2b6f81
Bug 917673 - Throw APP_PACKAGE_INVALID when the JAR is invalid and throw APP_PACKAGE_CORRUPT when the JAR has been tampered with. r=fabrice
2013-12-15 14:03:28 -05:00
Phil Ringnalda
79617fae3c
Merge m-c to b-i
2013-12-14 18:39:38 -08:00
Nick Alexander
19db3a26ae
Bug 923950 - Fix Android single locale repacks. r=glandium
...
There are two parts to this. The first is to add AndroidManifest.xml
as a dependency to the "no dependencies" ap_ built during packaging.
The aapt call requires it. So "no dependencies" is more accurately
"no *resource* dependencies".
The second is to avoid including the Android res/ directory in the
language repack step. What happens is that the l10n.py script sees
the Android res/ files left in the dist/ directory after unpacking and
expects to find them in the objdir. They're not there, so the script
fails. To avoid this, we delete them after unpacking. See the
comments in packager.mk describing this process.
--HG--
extra : rebase_source : 35c3c125dddcd575c1a5e8ad58f9aa13ff2db4c3
2013-12-14 15:36:17 -08:00
Gaia Pushbot
deab4b33bc
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/de7d1d59e942
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Revert "Merge pull request #14667 from mcav/utf7""
This reverts commit 7852023abb572c522a07af558e7c19f557cc4866.
That was a wrong revert, it didn't fix the failing tests.
2013-12-14 13:55:23 -08:00
Jim Mathies
f7f56c4576
Bug 947146 - Remove hover states from elements that get touch tapped, plus some tests. r=mbrubeck
2013-12-14 14:40:56 -06:00
Jim Mathies
8f6c84ae13
Bug 945765 - Add some basic front end apzc tests to catch regressions. r=mbrubeck
2013-12-14 14:40:56 -06:00
Jim Mathies
cb5c0faef6
Bug 941774 - Win32/winrt shared implementation. r=bbondy
2013-12-14 14:40:56 -06:00
Jim Mathies
eb0464623a
Bug 941774 - Base widget implementation. r=roc
2013-12-14 14:40:56 -06:00
Jim Mathies
d85f619b11
Bug 941774 - Centralize various dpi related queries on Windows. r=bbondy
2013-12-14 14:40:55 -06:00
Jim Mathies
62861a6442
Bug 941774 - New dom utils methods for injecting native touch input. r=smaug
2013-12-14 14:40:55 -06:00
Dave Hylands
1f902a595b
Bug 915974 - Make adb stay on if USB functions are being used. r=fabrice
2013-12-14 11:44:57 -08:00
Gaia Pushbot
ae78283bb9
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5449cb5b262e
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #14667 from mcav/utf7"
This reverts commit cfa88581f0bdaa3d4b7a3773ae87edc55260a2ab, reversing
changes made to b44a75862ebcb651381eabc9c3a3b203d76d63bf.
This is breaking 6 integration tests
2013-12-14 10:40:24 -08:00
Peter Van der Beken
6136a7c202
Bug 938640 - Make forwarding to outer conditional on current inner. r=bz.
2013-12-14 18:52:13 +01:00
Peter Van der Beken
528dba0d42
Bug 938640 - Move GetTopImpl. r=bz.
2013-12-14 18:52:12 +01:00
Brian Smith
d067308638
Back out cset bce074481220 (bug 950507) for build failure on Windows when warnings are treated as errors
2013-12-16 00:39:15 -08:00
Brian Smith
abb4b93333
Back out cset caa78bef50e3 (bug 950506) for build failure on Windows when warnings are treated as errors
2013-12-16 00:39:13 -08:00
Brian Smith
bf28b3dc60
Back out cset 1566a2e95c3b (bug 950505) for build failure on Windows when warnings are treated as errors
2013-12-16 00:39:11 -08:00
Raymond Etornam Agbeame
b6a36ce552
Bug 945857: Remove the security.fresh_revocation_info.require preference, r=briansmith
2013-12-16 00:09:21 -08:00
Matt Woodrow
adff6f24ed
Bug 913503 - Fix reversed if() condition to fix bustage.
2013-12-16 21:05:20 +13:00
Gregory Szorc
569c7918e8
Bug 950370 - Capture WebIDL example interfaces in moz.build; r=glandium
...
Previously, the set of WebIDL example interfaces to build was hardcoded
in the mozwebidlcodegen Python package. Unfortunately, the example
interfaces in that set were dependent on test-only bindings files,
resulting in build failures when tests were disabled (because those
test-only bindings were defined in a test directory).
In this patch, we now declare example interfaces in moz.build files
so the set of example interfaces lives next to the set of defined
bindings files. The example interfaces are defined in a test moz.build
file - in the same file declaring the bindings files that contain the
interfaces - so the example interfaces only get picked up if the
corresponding bindings are defined.
We could probably switch WebIDL moz.build variables to use lists with
flags. That would be good followup fodder. For now, let's fix the build.
--HG--
extra : rebase_source : 00070a6d560625bc84ab9b10d6848ea037f8f5ed
extra : amend_source : 0890ecef444ba58533fcfaa333773d78deafd7f3
2013-12-15 11:43:47 -08:00
Matt Woodrow
7e4d69c48b
Bug 913503 - Update windowed plugin positions before we schedule a composite with OMTC. r=roc
2013-12-16 18:38:42 +13:00
Matt Woodrow
4b38430d54
Bug 948848 - Fold transform scale factors down to leaf layers even for temporary layer managers since it can make a difference for clips that are snapped to pixel boundaries. r=roc
2013-12-16 18:37:47 +13:00
Phil Ringnalda
6dca4a53b6
Bug 934057 - Disable test_notifications_popup.html on Linux for constant failures
...
--HG--
extra : rebase_source : 1c585e1593ccfbcc5613ebe07aed594a0e8c762b
2013-12-15 21:17:52 -08:00
Phil Ringnalda
6a3b0ac1a2
Bug 934301 - Disable test_bug450930.xhtml for constant failures
...
--HG--
extra : rebase_source : 9d1dc6c2ff2875272abb0af06d6eb769065e5777
2013-12-15 21:14:50 -08:00
Phil Ringnalda
1ec3283fa3
Bug 945189 - Disable test_bug602838.html on gonk for constant failures
...
--HG--
extra : rebase_source : 855afa97756a21c6ea2443d883f8c05b5b094c1c
2013-12-15 21:11:31 -08:00
Peiyong Lin
65d1f9dd1c
Bug 950072 - Metro "View Source" menu item should open a "child" tab. r=mbrubeck
2013-12-14 08:56:28 -08:00
Jan de Mooij
ebf24540c5
Bug 949475 - Add some debug-only sanity checks. r=bhackett
...
--HG--
extra : rebase_source : c64b96293ea729eb3dee52c59262904db849d7ae
2013-12-14 14:32:35 +01:00
ffxbld
f00e1e651f
No bug, Automated HSTS preload list update from host bld-linux64-ix-037 - a=hsts-update
2013-12-14 03:18:03 -08:00
ffxbld
9f2bdf5624
No bug, Automated blocklist update from host bld-centos6-hp-016 - a=blocklist-update
2013-12-14 03:11:25 -08:00
Tim Taubert
791db7ece0
Backed out changeset 7b156069de68 (bug 936065) for causing bug 950320 r=smacleod
2013-12-14 09:38:07 +01:00
Florian Quèze
7d29a95d53
Bug 950051 - context-menu reload in SocialAPI panels doesn't reload the panel, r=mixedpuppy.
2013-12-17 00:10:30 +01:00
Peiyong Lin
f9950ce594
Bug 946754 - [Australis] Switch CustomizableUI tests from using homebrewed test runner to built-in add_task. r=mconley
2013-12-16 18:00:34 -05:00
Gaia Pushbot
c70454c76c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/45fc76dab544
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #14638 from timdream/include-pinyin
Bug 949958 - Include Pinyin IME in eng build by default, r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/3a118a3c0534
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 949958 - Include Pinyin IME in eng build by default
2013-12-13 20:20:23 -08:00
Ryan VanderMeulen
62591c8121
Merge inbound to m-c.
2013-12-13 16:15:52 -05:00
Ryan VanderMeulen
d9662b7431
Merge fx-team to m-c.
2013-12-13 15:39:51 -05:00
Brian Grinstead
163cea2fc8
Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul
2013-12-13 13:17:23 -06:00
Gaia Pushbot
5e08f61254
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/62c0ad5b88f1
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #14519 from lightsofapollo/s3-uploads
Bug 948177 - Setup Travis S3 bucket / artifact configuration +shepherd
========
https://hg.mozilla.org/integration/gaia-central/rev/a0b719d1599c
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 948177 - Setup Travis S3 bucket / artifact configuration
2013-12-13 10:45:24 -08:00
Matt Brubeck
572decfc05
Bug 950075 - Don't forward non-navigation keys to the menu list [r=rsilveira]
2013-12-13 10:40:23 -08:00
Fabrice Desré
fd582ffeda
Bug 949191 - [B2G][Browser] unknown cert issuer error message text overlaps the border and the text's letters are too small to read it r=gwagner
2013-12-13 10:38:38 -08:00
Ryan VanderMeulen
23f61ba41a
Backed out 7 changesets (bug 949668) for Windows jit-test failures on a CLOSED TREE.
...
Backed out changeset 3786ca248031 (bug 949668)
Backed out changeset 05c4fa8d327b (bug 949668)
Backed out changeset ca7eeb4f5570 (bug 949668)
Backed out changeset ff3bdc0fb8e3 (bug 949668)
Backed out changeset 2ff5f77b2047 (bug 949668)
Backed out changeset 246083962f43 (bug 949668)
Backed out changeset 8af12200ad0b (bug 949668)
2013-12-13 13:30:27 -05:00
Steve Fink
c8ef351fd9
Bug 949878 - Switch to integer indexes to avoid pathological array slowdown, r=terrence
...
--HG--
extra : rebase_source : 93cd0bdd1bb2b1b4f104112613b3609ee4235ddd
2013-12-13 09:50:13 -08:00
Mats Palmgren
137a315ce4
Bug 949932 - Null-check the new StickyScrollContainer in case we don't have any scroll frame ancestors, e.g. in a position:fixed sub-tree. r=roc
2013-12-13 12:46:59 -05:00
Gaia Pushbot
de327d8389
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2b63513acfbf
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #14649 from fcampo/sms-overlay-style-broken-947285
Bug 947285 - [Messaging] Notice style is broken (r=julienw)
========
https://hg.mozilla.org/integration/gaia-central/rev/a6211c58e5cf
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 947285 - [Messaging] Notice style is broken
2013-12-13 09:30:25 -08:00
Vivien Nicolas
1760b8ca45
Bug 943849 - [Shared] Fixed headers does not follow correctly the rendered view. r=kats
2013-12-13 18:23:49 +01:00
Vivien Nicolas
de215e0940
Bug 949404 - Applications are half repainted once the keyboard is closed. r=Cwiiis
2013-12-13 18:23:47 +01:00
Brian Warner
0ea0c34d5d
Bug 949241 - Enhance HAWK tests. r=rnewman
2013-12-13 12:12:01 -05:00
Jan Beich
f6ee7f5b75
Bug 948946 - Test toolkit, not platform, for linux theme. r=dao
2013-12-13 12:12:00 -05:00
Brian R. Bondy
bf03b48c00
Bug 945829 - Metrofox hangs on startup when trying to show the profile chooser dialog. r=jimm
2013-12-13 12:12:00 -05:00
Chris Karlof
124d02bea1
Bug 772261 - Add duration to token server and client. r=rnewman
2013-12-13 12:12:00 -05:00