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

479539 Коммитов

Автор SHA1 Сообщение Дата
Andrew Comminos 1a2c265bd6 Bug 1279744 - Improve fallback handling for glXWaitVideoSync. r=lsalzman
MozReview-Commit-ID: JXy6yupyd3v
2016-06-16 04:13:03 +01:00
Mike Hommey a4b157940a Bug 1278415 - Make the buildconfig module use MozbuildObject.from_environment. r=gps
The buildconfig module predates MozbuildObject.from_environment, and
it's about time to start factoring things out such that we only have
one way to get config.status data. This is step 1: making the
buildconfig module use MozbuildObject.from_environment.

Eventually, we'll want to remove the buildconfig module uses everywhere.
2016-06-16 11:43:35 +09:00
Mike Hommey 721ada9f07 Bug 1278415 - Ensure MOZ_CURRENT_PROJECT is set when running make directly in objdir. r=gps
The topobjdir-finding logic in mozbuild relies on MOZ_CURRENT_PROJECT
being set, and it's currently only set when going through client.mk.

On automation, during universal builds, make check is invoked directly
in one of the objdirs, so MOZ_CURRENT_PROJECT is not set. We've had
other similar problems in the past. Ensuring MOZ_CURRENT_PROJECT is set
in the objdir itself should reduce the risk of other such issues in the
future.
2016-06-16 11:43:30 +09:00
Mike Hommey 8a3b88f341 Bug 1278415 - Also write a mozinfo for js standalone builds. r=gps
Historically, a mozinfo for js standalone build has not been necessary,
but with the move towards a) having things work with mach and b)
buildconfig using the MozbuildObject.from_environment in next patch,
mozinfo becomes necessary (it's required for
MozbuildObject.from_environment to find the directory is an objdir).

Interestingly, hazard builds do both a js standalone build and a desktop
Firefox build at the same time, both of which are done with MOZCONFIG
set in the environment... with the Firefox mozconfig. The result of now
writing a mozinfo for js standalone builds is that in that case, they
end up with a reference to the mozconfig, which the build system then
reads, and finds a MOZ_OBJDIR, which then doesn't match the js
standalone build objdir. So for those builds, reset MOZCONFIG.
2016-06-16 11:43:23 +09:00
Bob Silverberg 5741f3e29e Bug 1272684 - Remove PlacesUtils.promiseUpdatePlace as it has been replaced with PlacesUtils.history.insert, r=mak
MozReview-Commit-ID: 6UcizhKi24h

--HG--
extra : transplant_source : 5%08%06%82Wc%CAi%89Z2%A0%ADl/%C1K%89%AA%3C
2016-06-09 08:58:21 -04:00
moby f79cb6e071 Bug 1203079 - Allow Ctrl+Shift+C to cancel element picker even if page becomes unfocused; r=pbro
--HG--
extra : rebase_source : b8859d16fdf64903b55779fb5972d4ccb840b0ce
2016-06-14 04:57:00 +01:00
Onno Ekker f1de083a08 Bug 1279953 - Ambiguous string usage for "not encrypted page". r=dolske
--HG--
extra : rebase_source : e6ea020d8b98e9bef2e895e5312edc47d839cc2c
2016-06-13 22:14:04 +02:00
Timothy Guan-tin Chien 4901223999 Bug 1231701 - Ship our own variant of EmojiOne on Windows and Linux, r=glandium, r=dolske, r=jfkthame, r=gerv
This patch bundles a color font named "EmojiOne Mozilla", and turn on
the necessary code for including the bundled font, on Linux and Windows.
With that, users of Linux and Windows <=8.0 is able to see color Emoji
on Firefox without support from System.

The font bundled is the v0.2.1 version, generated from the project repo
in

https://github.com/mozilla/emojione-colr

with artwork from the original EmojiOne font and Twemoji,
under CC BY 4.0 license.

Test files, about:license page, and the packager instruction are
modified accordingly.

MozReview-Commit-ID: 2mmxnA0vS3u

--HG--
extra : rebase_source : 34008d9063fa0ecf95d4f76d645f0d40635290ba
2016-06-15 21:58:49 +01:00
Gijs Kruitbosch 04654fd5c1 Bug 1280177 - fix titlebar button position in devedition, r=mstange
MozReview-Commit-ID: 5lTpdW38gOL

--HG--
extra : rebase_source : 0d0fede93d77fb113f2bc6d52f3a37ffe6119162
2016-06-15 12:42:53 +01:00
Drew Willcoxon d357c59414 Bug 1279845 - Remove duplicate download-blocked.svg. r=jaws
MozReview-Commit-ID: 3kavXPIT6Hn
2016-06-16 03:04:47 -07:00
Mike de Boer ea46634171 Bug 1279742 - render the highlighter mask using plain HTML and CSS, instead of an SVG document. This improves performance and solves various layouting issues. r=jaws 2016-06-16 10:38:30 +01:00
Gijs Kruitbosch 97d70544b0 Bug 1279208, followup, rs=bustage/dao
MozReview-Commit-ID: BQo5WCM9us3
2016-06-16 10:38:24 +01:00
Gijs Kruitbosch a60614a313 Bug 1279208, r=mak
MozReview-Commit-ID: KOuTjwn9MSx

--HG--
extra : rebase_source : 9ab3fbb75019e6a7ccfca4164d18c9b756c43d7d
extra : amend_source : bdf3328e53f56c37cca745e03254f3483fd188df
2016-06-09 13:25:07 +01:00
DimiL 1ba65bb6c1 Bug 1272239 - P2. Testcase, only tables with provider could register gethash url in listmanager. r=francois
--HG--
extra : rebase_source : 9bb3c392f9443412ad60a01467ab9c77645f81ef
2016-05-30 17:09:11 +08:00
dlee 8044ad8507 Bug 1272239 - P1. Support completion for test database. r=francois
--HG--
extra : rebase_source : 7f1b786db70e2de24d1d561bb329bad0d853e020
2016-06-14 14:32:03 +01:00
Alastor Wu ed8316cfbc Bug 1276831 - part4 : modify web-platform-test. r=rillian
The idl-test-harness can't detect the multiple types in webidl [1], so it doesn't know about the type like "double or AutoKeyword".
The same problem also happen in VTTCue's line property, and we have already expected its fail.
Therefore, we should expect this fail before we fix the problem of idl-test-harness.

[1] http://searchfox.org/mozilla-central/source/dom/imptests/idlharness.js#375
MozReview-Commit-ID: 5XvOwdmqKDP

--HG--
extra : rebase_source : fd72ef43d1f24792a1b3e228da7a7dca9483b1da
2016-06-15 16:52:07 +01:00
Alastor Wu e6b6990123 Bug 1276831 - part3 : modify vtt.jsm. r=rillian
MozReview-Commit-ID: HpSbiNFtVR0

--HG--
extra : rebase_source : 04be33322b4847c21703b284075d91d4b236b9ed
2016-06-15 16:52:03 +01:00
Alastor Wu 0aa0671885 Bug 1276831 - part2 : modify test. r=rillian
MozReview-Commit-ID: L7NF8Wu7dSF

--HG--
extra : rebase_source : 49f996ec3158ecb051f87c9a5829cfc2f807ec29
2016-06-15 16:51:23 +01:00
Alastor Wu 360c0c9da2 Bug 1276831 - part1 : VTTCue's position should be double or auto keyword. r=rillian,smaug
MozReview-Commit-ID: 5zsEMxbwuEH

--HG--
extra : rebase_source : 85bef3d55b06509e5178e1709a752096d0ed402a
2016-06-15 16:51:17 +01:00
Christoph Kerschbaumer e6988379ea Bug 1280204 - Convert devtools/client/shared/theme.js to use channel.open2(). r=grinstead 2016-06-15 13:19:31 +01:00
Christoph Kerschbaumer 4a09f2e308 Bug 1280179 - Fix type on csp.properties . r=arroway 2016-06-15 09:24:16 +01:00
Thomas Nguyen 4b7ad0e2c5 Bug 1223838 - Fix wrong policy associated with empty string. r=fkiefer,hsivonen
MozReview-Commit-ID: 7kFH39cegmH
2016-05-30 15:17:45 +08:00
Thomas Nguyen 8e14007b6d Bug 1223838 - Update web platform test meta file. r=franziskuskiefer
MozReview-Commit-ID: EppPBARvdGB
2016-05-11 15:57:50 +08:00
Franziskus Kiefer cbf15542b0 Bug 1223838 - enable perElementReferrer by default. r=hsivonen 2015-12-02 11:12:12 +01:00
Dimi Lee 83ab2f2e39 Bug 1148732 - (CVE-2015-4483) feed: protocol + POST method => mixed scripting. r=tanvi 2016-05-23 12:11:02 +08:00
Alastor Wu 291e07c023 Bug 1276130 - part3 : modify web-platform test. r=rillian
MozReview-Commit-ID: BjeiP1XeC8T

--HG--
extra : rebase_source : 8e71d44228291ad14fac21e7058fbf01eb126e2f
2016-06-14 16:56:16 +01:00
Alastor Wu 3e5a369ad1 Bug 1276130 - part2 : modify test. r=rillian
MozReview-Commit-ID: 1q8MywAMYx5

--HG--
extra : rebase_source : a15b65960547d59702990fd781897a61f09b3025
2016-06-14 16:48:47 +01:00
Alastor Wu 3d967f770e Bug 1276130 - part1 : replace the value 'middle' with 'center. r=rillian,smaug
MozReview-Commit-ID: 9rh32HkilYv

--HG--
extra : rebase_source : bf08e4ffc77378553760dfae3854248cf700ea09
2016-06-14 14:39:29 +01:00
Alastor Wu 4aae6261d7 Bug 1278164 - part2 : modify test. r=rillian
MozReview-Commit-ID: 25vgl3t1ssj

--HG--
extra : rebase_source : 766da34d9964021bdf86e7c1b4785d6f2fec2d4b
2016-06-14 13:04:33 +01:00
Alastor Wu 08393e087b Bug 1278164 - part1 : empty cue's display state when its active flag is unset r=rillian
MozReview-Commit-ID: CAKVpwrUyAO

--HG--
extra : rebase_source : 4c7bc259906f88346855dacb2f59c856e293124c
2016-06-14 12:41:09 +01:00
Gregory Arndt 54542098dc Bug 1280129 - Update tasks to use v2 treeherder routes r=dustin
Jobs reporting to treeherder should rely on the task route for project,
revision, and pushlog ID rather than things stuffed into task.extra.treeherder.

This also removes the need for a revision_hash that was calculated by mozilla-taskcluster.

MozReview-Commit-ID: EcQM9QRZzgG

--HG--
extra : rebase_source : f04f6724feef2dd51b4b98c67c9a261b093f452b
extra : amend_source : 0590605834d93359206f49edd94396c43b57f6dd
2016-06-14 12:56:25 -05:00
Andrea Marchesini 3e97f31d3c Bug 1280229 - Add telemetry to XHR::Constructor in workers, r=smaug 2016-06-15 15:16:19 +01:00
Mason Chang b912ea2340 Bug 1279064 - Skia reftest fuzzing for skia content on windows. r=lsalzman 2016-06-08 10:51:27 -07:00
Jonathan Kew 5a98bcfa1e Bug 1278614 - Update the freetype-based GetGlyph method to conform to the expectations of the HarfBuzz callbacks, returning 0 for unsupported <Base, Variation-Selector> sequences instead of automatically returning the default mapping and ignoring the VS. r=karlt 2016-06-07 20:29:25 +01:00
Jonathan Kew 96bb44cd34 Bug 1276594 - Don't rely on the fontconfig charmap for user fonts or app-bundled fonts; check the cmap directly instead. r=karlt 2016-06-15 14:35:05 +01:00
Gregory Arndt a963e59e11 Bug 1277975 - Add jobKind to task definitions r=dustin
Adding jobKind to task definitions allow tasks to be categorized appropriately on
treeherder once jobs are consumed via pulse messages.  The available options are:
test, build, and other.

This should cover most of the tasks within the graph and if there are any issues,
it will not cause the job to not show up, but might affect job failure color.

Any tasks not covered by this change will default to "other" within treeherder.

MozReview-Commit-ID: 6fq25JvpDXz

--HG--
extra : rebase_source : 8670f45d51941d978a44596cc6e9ceb4e85efd3c
2016-06-13 11:56:41 -05:00
Neil Deakin 1d9f4fd998 Bug 1208078, improve drag feedback appearance in e10s, r=jared 2016-06-15 08:49:06 -04:00
Sotaro Ikeda f731d220ed Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
Mike Hommey cae8c6bcee Bug 1264534 - Create system wrappers for all declared STL headers. r=froydnj
Until now, we had some STL headers listed in the system-headers list
such that they would get a system wrapper, but not all of them.

On the other hand, the STL wrappers do the same job as the system
wrappers (applying default visibility), on top of their own, so the
presence of the STL headers in system-headers wasn't making much of a
difference.

Except we have places in the tree where we can't build with STL wrappers
for a number of reasons. And in that case, we *do* need system wrappers
for the STL headers, but we didn't have system wrappers for all of them.

So instead of relying on the STL headers being listed both in
system-headers and stl-headers, concatenate both lists to create the
system wrappers.
2016-06-15 19:57:12 +09:00
Andrea Marchesini 7c172bb734 Bug 1274265 - browser_broadcastchannel.js should not expose content promises to the rest of the test, r=jhao 2016-06-15 11:51:44 +01:00
Jan Varga 2d1e6d62c8 Bug 1246828 - Part 4: Rename profile-before-change2 to profile-before-change-qm and profile-before-change3 to profile-before-change-telemetry; r=asuth 2016-06-15 11:49:04 +01:00
Jan Varga ba7d23556d Bug 1246828 - Part 3: Modify Factory instance counting to include FactoryOp and Database instances too; r=asuth 2016-06-15 11:48:56 +01:00
Kyle Huey a43998c8bf Bug 1246828 - Part 2: Main changes, quota manager shutdown pushed back to profile-before-change2; r=asuth 2016-06-15 11:48:50 +01:00
Jan Varga b85865d615 Bug 1246828 - Part 1: Add an additional notification profile-before-change3 and update telemetry sending code to use it; r=asuth 2016-06-15 11:48:39 +01:00
Sebastian Hengst 7dfaffa147 Backed out changeset c70c3d933ee8 (bug 1276028) for SM(nu) failures in WasmGenerator.cpp. r=backout 2016-06-15 12:38:07 +02:00
Sebastian Hengst 8876e244ab Backed out changeset fb4220e8faa3 (bug 1276927) for build bustage. r=backout on a CLOSED TREE 2016-06-15 12:24:55 +02:00
Sebastian Hengst 809cc61389 Backed out changeset a4f95658a29b (bug 1276927) 2016-06-15 12:24:14 +02:00
Sebastian Hengst 9556f6c3b2 Backed out changeset 0086e164a0d6 (bug 1276927) 2016-06-15 12:24:11 +02:00
Sebastian Hengst 5390fd760d Backed out changeset 74d8bc4c921f (bug 1276927) 2016-06-15 12:24:07 +02:00
Sebastian Hengst 4efd79c329 Backed out changeset 2a18f4684bdd (bug 1276927) 2016-06-15 12:24:03 +02:00