Commit Graph

268411 Commits

Author SHA1 Message Date
Bobby Holley
0618821f6f Bug 1216308 - Hoist IsCallerChrome check in HTMLMediaElement::Play to API entry point. r=bz 2015-10-19 17:54:46 -07:00
Boris Zbarsky
ef57b7f47d Bug 1216193. Implement webkitMatchesSelector. r=khuey 2015-10-19 20:18:09 -04:00
Boris Zbarsky
1fbd3807b2 Bug 1215755. Change the Web IDL parser to just put a next() method in iterator interfaces instead of using an additional IterableIterator interface. Fix up the other test failures in test_interface_maplikesetlikeiterable.py while I'm here. r=qdot 2015-10-19 20:17:39 -04:00
Daniel Holbert
1d8b904048 Bug 497495 late-breaking followup: s/GetAllocatedSize/GetFrameId/ in documentation, to reflect the same change having happened in code. (no review, comment-only, DONTBUILD) 2015-10-19 16:45:57 -07:00
Ralph Giles
eed1bfa1ec Bug 1215696 - Bump clobber. r=KWierso
See if this helps with the build failures after the previous landing.

ld: in ../../media/libstagefright/libMP4Metadata.a, malformed archive
TOC entry for __ZN3cmp5impls16isize.PartialOrd2gt20h0a6c1f9bd32789bbe1sE,
offset 234392240 is beyond end of file 4605472
2015-10-19 16:31:46 -07:00
Ralph Giles
8368369fe8 Bug 1215696 - Update tests for mp4parse v0.1.1. r=kinetik
Now that this is returning the correct number of tracks for
the test file we can un-XFAIL.
2015-10-19 16:30:52 -07:00
Ralph Giles
880d0638f6 Bug 1215696 - Update mp4parse-rust to v0.1.1. r=kinetik
Change is just to loop over the input buffer in read_box_from_buffer()
so we parse the entire contents instead of just the first box.

'extern crate byteorder' converted to 'mod byteorder'.
2015-10-19 16:30:43 -07:00
Wes Kocher
ec6130ecb7 Backed out changeset 668563c7fab8 (bug 1214077) for build failures 2015-10-19 16:21:44 -07:00
Cameron McCormack
b14353f25e Bug 1216043 - Rename nsStyleSheet::sheetType and make it an enum class. r=dbaron
The only substantive change here, apart from a few variables changing in
size from uint16_t to uint8_t, is FontFaceSet's use of SheetType::Unknown
(0xFF) instead of 0 for FontFaceRecords for script-created FontFaces.
2015-10-20 10:16:20 +11:00
Cameron McCormack
e656367743 Bug 1216041 - Add ranged iterator support to mozilla::{Array,RangedArray,EnumerationArray}. r=froydnj 2015-10-20 10:16:20 +11:00
Cameron McCormack
a75cc423c7 Bug 1216040 - Make ArrayLength support mozilla::EnumeratedArray. r=froydnj 2015-10-20 10:16:20 +11:00
Cameron McCormack
aa9ab1462e Bug 1216038 - Deduce underlying integer type for MakeEnumeratedRange starting at 0. r=froydnj 2015-10-20 10:16:19 +11:00
Wes Kocher
d72cc95f50 Backed out 3 changesets (bug 1204983) for talos(g2) failures
Backed out changeset 00c07b02c8a8 (bug 1204983)
Backed out changeset a4879b180d2d (bug 1204983)
Backed out changeset 38b6f878608a (bug 1204983)
2015-10-19 16:09:33 -07:00
Geoff Brown
2bf84b477a Bug 1216226 - Skip some slow js-reftests on Android Debug; r=me,trivial,test-only 2015-10-19 17:05:36 -06:00
Xidorn Quan
6500f96774 Bug 1214077 - Remove FRAMEARENA_HELPERS from nsRubyContentFrame. r=dholbert 2015-10-20 10:02:03 +11:00
Xidorn Quan
bd1e0148e4 Bug 1216087 - Unlock pointer whenever the element is unbound from the tree. r=smaug 2015-10-20 10:02:03 +11:00
Wes Kocher
9fd6c9e56d Backed out changeset c159526f9145 (bug 1127703) for test_formSubmission.html failures 2015-10-19 16:02:06 -07:00
Mike Hommey
9917a51ee8 Bug 1212773 - Extend jar maker syntax for jar file location. r=gps
Indicating a jar currently looks like the following in a jar manifest:
  path/to/name.jar:

The `path/to` doesn't contain the implicit "chrome/" directory. This, in
turn, doesn't allow much flexibility to use the jar maker for what is not
necessarily under chrome/.

To use the jar maker to fill some chrome manifest for the default theme
extension, we currently use a hackish path to get to the right location,
and rely on the chrome.manifest file in the parent directory never to be
picked by the package manifest, which is a quite horrible way to do this,
but worked well enough for that specific use case.

With the need to handle system addons at the build system level, it
becomes necessary to come up with something less hackish.

What this change introduces is an additional syntax for the jar manifest,
in the following form:
  [base/path] sub/path/to/name.jar:

Using this syntax, there is no implicit 'chrome' path. The `base/path` is
relative to the current DIST_SUBDIR, and the `sub/path` is relative to that
`base/path`. The distinction can be useful for build system backends.

The assumption that the "root" chrome.manifest is in the parent directory
of the implicit "chrome" directory dies, and the `base/path` is where the
root chrome.manifest is placed.
2015-10-20 07:36:51 +09:00
Mike Hommey
ee2be20998 Bug 1212773 - Pass a base directory to jar maker, instead of a chrome directory. r=gps 2015-10-20 07:36:47 +09:00
Nicholas Hurley
53fe63ba3f Bug 1213443 - Parallelism for <link rel=prefetch> r=bz 2015-10-19 12:46:57 -07:00
Nick Thomas
0f909ae44d Bug 1213721 - unbuffered python output during 'make upload', r=glandium 2015-10-20 10:59:19 +13:00
Benoit Girard
31a4af3751 Bug 1204136 - Align DisplayPort on non-tiling platform. r=botond 2015-10-13 15:19:51 -04:00
Cameron McCormack
f9aaf3f1a9 Bug 1203610 - Don't load on-demand non-SVG UA sheets during static document clone. r=jwatt 2015-10-20 08:59:37 +11:00
Wes Kocher
07faa372d1 Backed out 2 changesets (bug 1215696) for build bustage causing a CLOSED TREE
Backed out changeset c1c69af32aa7 (bug 1215696)
Backed out changeset a186c0afb34f (bug 1215696)
2015-10-19 15:02:56 -07:00
Ralph Giles
6e9feee194 Bug 1215696 - Update tests for mp4parse v0.1.1. r=kinetik
Now that this is returning the correct number of tracks for
the test file we can un-XFAIL.
2015-10-19 14:15:37 -07:00
Ralph Giles
e8609957d7 Bug 1215696 - Update mp4parse-rust to v0.1.1. r=kinetik
Change is just to loop over the input buffer in read_box_from_buffer()
so we parse the entire contents instead of just the first box.

'extern crate byteorder' converted to 'mod byteorder'.
2015-10-19 14:15:37 -07:00
Francois Marier
8cb0d929ec Bug 1215396 - Log Safe Browsing prefixes as they are added to the local database. r=gcp 2015-10-19 14:13:49 -07:00
Bobby Holley
60563c5027 Bug 1216072 - Pass aCallerIsChrome in more places. r=bz 2015-10-19 13:57:01 -07:00
Christoph Kerschbaumer
d022767327 Bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService (r=florian,olivier)
* * *
Bug 1204983 - Replace NewTabURL.jsm with simpleBrowserServices.js (r=florian)
2015-10-19 13:29:33 -07:00
Christoph Kerschbaumer
a50c9d422d Bug 1204983 - Allow about: pages to load remote content - tests (r=bholley) 2015-10-09 21:50:31 -07:00
Christoph Kerschbaumer
3e1391af9e Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana) 2015-10-09 22:03:27 -07:00
Ben Kelly
d88e27defe Bug 1212433 Fail fetch() calls that require preflight and also redirect. r=sicking a=abillings 2015-10-19 13:23:29 -07:00
Shu-yu Guo
4469c14daa Bug 1207868 - Implement Debugger.Object.asEnvironment. (r=jimb) 2015-10-19 13:21:00 -07:00
Ehsan Akhgari
cc8437882e Bug 1214948 - Add a script to build Linux clang using TaskCluster; r=ted
DONTBUILD
2015-10-19 16:14:12 -04:00
Wes Kocher
7f5e40d685 Merge m-c to inbound, a=merge 2015-10-19 12:57:51 -07:00
Eric Faust
f6d753beb3 Bug 1216107 - Remove bogus assert. (r=arai) 2015-10-19 12:53:57 -07:00
B2G Bumper Bot
2ca43e086f Bumping manifests a=b2g-bump 2015-10-19 08:53:17 -07:00
B2G Bumper Bot
9bb256de19 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6878d4020e3c
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #32485 from mcav/utility-tray-nest

Bug 1209387 - Notification container scrolling in native-scrolling Ut… r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/c2febf142731
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1209387 - Notification container scrolling in native-scrolling UtilityTray causes tray to fling up due to nested scroll container momentum.
2015-10-19 08:50:31 -07:00
B2G Bumper Bot
ec8b422db3 Bumping manifests a=b2g-bump 2015-10-19 08:28:18 -07:00
B2G Bumper Bot
da017e444f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1f403da51bf
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32562 from Cwiiis/bug1215967-paging-by-default-mistake

Bug 1215967 - Fix home screen paging being enabled by default. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/a26b2a7dc029
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1215967 - Fix home screen paging being enabled by default. r=gmarty
2015-10-19 08:25:35 -07:00
B2G Bumper Bot
a599b4047d Bumping manifests a=b2g-bump 2015-10-19 07:39:44 -07:00
B2G Bumper Bot
81b9bba1c7 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e7d0c511bb83
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #32549 from Phoxygen/bug1216085-emergency-call_rtl_refactoring

Bug 1216085 - [Emergency-call] Refacto CSS for RTL. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/981bf278f742
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1216085 - [Emergency-call] Refacto CSS for RTL.

========

https://hg.mozilla.org/integration/gaia-central/rev/0b58606b3298
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #32417 from Phoxygen/bug1209961-update_gaia_icons

Bug 1209961 - Update gaia-icons in gaia. r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/9be62759b703
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1209961 - Update gaia-icons in gaia.

It follows the new naming of icons in gaia-icons and uses
bidi-helper.css when BiDi-proof icons are needed.

========

https://hg.mozilla.org/integration/gaia-central/rev/8cc9b3858213
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #32510 from rickychien/reload-dependency

Bug 1205257 - Spark distro does not rebuild fine from build.sh r=@julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/e5ddf209619a
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1205257 - Spark distro does not rebuild fine from build.sh
2015-10-19 07:36:49 -07:00
B2G Bumper Bot
54a595b702 Bumping manifests a=b2g-bump 2015-10-19 07:09:04 -07:00
B2G Bumper Bot
623b14a699 Bumping manifests a=b2g-bump 2015-10-19 06:18:28 -07:00
B2G Bumper Bot
4237b7ad93 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/469c2040a2b5
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #32543 from julienw/1213539-followup

Bug 1213539 - Follow-up to fix a typo r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/1370b70140f3
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1213539 - Follow-up to fix a typo r=francisco
2015-10-19 06:15:25 -07:00
B2G Bumper Bot
c77dc268d4 Bumping manifests a=b2g-bump 2015-10-19 05:49:48 -07:00
B2G Bumper Bot
47d6b86ad9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a5749cf4131c
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #32531 from benfrancis/1215926

Bug 1215926 - Fix strings in pin dialog r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/9027816c12a6
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1215926 - Fix strings in pin dialog
2015-10-19 05:47:05 -07:00
B2G Bumper Bot
b904166b47 Bumping manifests a=b2g-bump 2015-10-19 04:58:20 -07:00
B2G Bumper Bot
995ded92e8 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a4561380a8d
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #32500 from albertopq/1215476-task-manager-test"

This reverts commit b86bffe236928abe156397d3582ae00d4699ac2e, reversing
changes made to 043b7c9231335e2257588005ab9c13dcdb7fc3c4.
2015-10-19 04:55:35 -07:00
B2G Bumper Bot
beff7d6f54 Bumping manifests a=b2g-bump 2015-10-19 04:03:22 -07:00