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

445991 Коммитов

Автор SHA1 Сообщение Дата
Jonas Sicking c21e611fda Bug 1195167 part 3: Remove more scheme-specific handling from FetchDriver. r=bkelly 2015-10-19 18:24:36 -07:00
Jonas Sicking 531997fc91 Bug 1195167 part 2: Remove redundant aCORSFlag argument and instead use mCORSFlagEverSet. r=bkelly 2015-10-19 18:24:36 -07:00
Jonas Sicking be2deca017 Bug 1195167 part 1: Let necko handle all protocols. r=bkelly 2015-10-19 18:24:36 -07:00
Chris Manchester 08c59074db Bug 1175857 - Build libraries composing dump_syms with optimization. r=glandium
A previous patch enabled optimizations when building the dump_syms executable.
This patch enables optimizations when building dependent libraries, where much
of the work is actually done, to achieve the expected speeedup.

--HG--
extra : commitid : 6Ud7gz1BNMU
2015-10-19 17:57:11 -07:00
Bobby Holley 3b14342481 Bug 1216308 - Hoist IsCallerChrome check in HTMLMediaElement::Play to API entry point. r=bz 2015-10-19 17:54:46 -07:00
Boris Zbarsky 5019244e1d Bug 1216193. Implement webkitMatchesSelector. r=khuey 2015-10-19 20:18:09 -04:00
Boris Zbarsky b1debd2d49 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 d6fe9b1f50 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 de693b12b7 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 ed4d10cea4 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 1c5fbb1d62 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 743fd15585 Backed out changeset 668563c7fab8 (bug 1214077) for build failures 2015-10-19 16:21:44 -07:00
Cameron McCormack 2f1046d287 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 0cabb3c016 Bug 1216041 - Add ranged iterator support to mozilla::{Array,RangedArray,EnumerationArray}. r=froydnj 2015-10-20 10:16:20 +11:00
Cameron McCormack 8df7b927c3 Bug 1216040 - Make ArrayLength support mozilla::EnumeratedArray. r=froydnj 2015-10-20 10:16:20 +11:00
Cameron McCormack 4fa140ec32 Bug 1216038 - Deduce underlying integer type for MakeEnumeratedRange starting at 0. r=froydnj 2015-10-20 10:16:19 +11:00
Wes Kocher c6deb98829 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 c06380f4d5 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 b10afa31af Bug 1214077 - Remove FRAMEARENA_HELPERS from nsRubyContentFrame. r=dholbert
--HG--
extra : rebase_source : 82e1e504e8e4e97ca65194e4061e95711274ce65
extra : source : 0bbfe0613c5494cf972de59adff4a26285e74524
2015-10-20 10:02:03 +11:00
Xidorn Quan 932d0fcec1 Bug 1216087 - Unlock pointer whenever the element is unbound from the tree. r=smaug
--HG--
extra : rebase_source : c23d4bd5ac8c90fc2bfd4dac7c9df846a4378bce
extra : source : 5afd69a459ec2840e452f16cabcd8736a1d3921b
2015-10-20 10:02:03 +11:00
Wes Kocher 4713742f00 Backed out changeset c159526f9145 (bug 1127703) for test_formSubmission.html failures 2015-10-19 16:02:06 -07:00
Mike Hommey 223417d648 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 a8bec728dc 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 1f3e7e88b7 Bug 1213443 - Parallelism for <link rel=prefetch> r=bz
--HG--
extra : rebase_source : 386f6fb7b4fb5513bb4821ba59d2d205ce9b75b4
2015-10-19 12:46:57 -07:00
Nick Thomas 20d95cef4f Bug 1213721 - unbuffered python output during 'make upload', r=glandium
--HG--
extra : rebase_source : bc64f6d336d2f0a27bc9e1b31e93f254892d499a
2015-10-20 10:59:19 +13:00
Benoit Girard ed6ac1f03b Bug 1204136 - Align DisplayPort on non-tiling platform. r=botond
--HG--
extra : commitid : LTz9E2S15m7
2015-10-13 15:19:51 -04:00
Cameron McCormack 7e5d31c9c3 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 1492cb26ec 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 2250d068e3 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 2e0c0bdbde 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 3ae91b2ba9 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 3f0e560af7 Bug 1216072 - Pass aCallerIsChrome in more places. r=bz 2015-10-19 13:57:01 -07:00
Christoph Kerschbaumer 38062824d0 Bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService (r=florian,olivier)
* * *
Bug 1204983 - Replace NewTabURL.jsm with simpleBrowserServices.js (r=florian)

--HG--
rename : browser/components/newtab/tests/xpcshell/test_NewTabURL.js => browser/components/newtab/tests/xpcshell/test_AboutNewTabService.js
2015-10-19 13:29:33 -07:00
Christoph Kerschbaumer 9a39863425 Bug 1204983 - Allow about: pages to load remote content - tests (r=bholley) 2015-10-09 21:50:31 -07:00
Christoph Kerschbaumer 1526f05f35 Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana) 2015-10-09 22:03:27 -07:00
Ben Kelly 8a3900afa1 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 cd0445bf55 Bug 1207868 - Implement Debugger.Object.asEnvironment. (r=jimb) 2015-10-19 13:21:00 -07:00
Ehsan Akhgari 61b07632ad Bug 1214948 - Add a script to build Linux clang using TaskCluster; r=ted
DONTBUILD
2015-10-19 16:14:12 -04:00
Wes Kocher f0b23ff14e Merge m-c to inbound, a=merge 2015-10-19 12:57:51 -07:00
Eric Faust ff8fd153ef Bug 1216107 - Remove bogus assert. (r=arai) 2015-10-19 12:53:57 -07:00
B2G Bumper Bot d016d7e576 Bumping manifests a=b2g-bump 2015-10-19 08:53:17 -07:00
B2G Bumper Bot 5997909a93 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 6d011edbd5 Bumping manifests a=b2g-bump 2015-10-19 08:28:18 -07:00
B2G Bumper Bot 8d77b34c6a 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 85c3896e70 Bumping manifests a=b2g-bump 2015-10-19 07:39:44 -07:00
B2G Bumper Bot b4969bd7aa 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 78084d012c Bumping manifests a=b2g-bump 2015-10-19 07:09:04 -07:00
B2G Bumper Bot 5aae2fc480 Bumping manifests a=b2g-bump 2015-10-19 06:18:28 -07:00
B2G Bumper Bot 183ac70ad7 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 944f63848f Bumping manifests a=b2g-bump 2015-10-19 05:49:48 -07:00