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

564824 Коммитов

Автор SHA1 Сообщение Дата
Martin Stransky bfa8fde631 Bug 1364843 - Implement MOZ_GTK_HEADER_BAR* theme entries, r=jhorak,karlt
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>

MozReview-Commit-ID: DTVePe1R563

--HG--
extra : rebase_source : 23bea31b34ed95301f840726a1f70378764fdea4
2017-09-19 21:22:45 +02:00
Martin Stransky 984f2babc2 Bug 1364843 - Implement drawing and size query of MOZ_GTK_HEADER_BAR*, r=jhorak
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>

MozReview-Commit-ID: 2d8BgLyOS5u

--HG--
extra : rebase_source : ff4aa230b22a3ae478211330b09f239f36705e12
2017-09-19 21:15:12 +02:00
Martin Stransky 2c1a8317ac Bug 1364843 - Allow MOZ_GTK_HEADER_BAR* widget creation, r=jhorak
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>

MozReview-Commit-ID: 18U3GBrTyVW

--HG--
extra : rebase_source : 7a203d5c4d1856d24f08c2ea42ad4519d283ab73
2017-09-19 20:34:31 +02:00
Martin Stransky 089986546e Bug 1364843 - Implement GtkHeaderBar widgets at WidgetCache, r=jhorak
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>

MozReview-Commit-ID: HzzXDqE0s5n

--HG--
extra : rebase_source : d929e03d7ab84229101b9c11cdb35396547860e4
2017-09-19 18:20:48 +02:00
Martin Stransky 3af9407ecc Bug 1364843 - Added WidgetNodeType entries for GtkHeaderBar implementation, r=jhorak,jimm,karlt
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>

MozReview-Commit-ID: GA3CDhCeqfD

--HG--
extra : rebase_source : 0bdccafcfbd84475442503abb6b2e11b6670c37d
2017-09-19 18:24:13 +02:00
Brian Birtles c38308c79b Bug 1398038 - Implement extended property-indexed keyframe syntax; r=bz,hiro
This implements the changes specified in these three spec changesets:

  8efd180bd9
  f43ecdfbe5
  a4f1ad1a60

MozReview-Commit-ID: KFhgZ5ip6BA

--HG--
extra : rebase_source : aa18f8e3fbcd5d96194ff9a5239a3c415622dc2f
2017-10-18 16:12:21 +09:00
Brian Birtles cf71522e5a Bug 1398038 - Add tests for extended composite syntax; r=hiro
MozReview-Commit-ID: 1tbpTLqPfn1

--HG--
extra : rebase_source : 366dd4b80dfde9570c18d64d01f3c552f0b0d5af
2017-10-18 15:03:08 +09:00
Brian Birtles 0922f91b60 Bug 1398038 - Add tests for extended easing syntax; r=hiro
MozReview-Commit-ID: 7LkaWCrVvYD

--HG--
extra : rebase_source : 96ee7a5192daa5fb579ef33ce7dec4ab21734473
2017-10-18 15:01:20 +09:00
Brian Birtles e90def4a25 Bug 1398038 - Add tests for extended offset syntax; r=hiro
MozReview-Commit-ID: JE2BbSBT48e

--HG--
extra : rebase_source : 14e281f5581ec9ed4d0de789a4681b58a4677ab9
2017-10-18 14:12:17 +09:00
Brian Birtles c3b51ab3e9 Bug 1398038 - Organize keyframe tests into sections; r=hiro
This patch also drops some tests that were added at a point when shorthands were
expanded as part of processing a keyframes object. That is no longer the case
and so these tests should be removed (the equivalent logic is tested by
dom/animation/test/chrome/test_animation_properties.html which includes all
these tests).

MozReview-Commit-ID: BkL3kZsu4KX

--HG--
extra : rebase_source : 2a4a30bcc5ba5d87ea99dc1e5bb16cfd58118da0
2017-10-18 14:12:16 +09:00
Brian Birtles bfc68e31e9 Bug 1398038 - Drop redundant exception data from gInvalidKeyframesTests and gInvalidKeyframeEffectOptionTests; r=hiro
The data is always the same so there's no need to repeat it here.

MozReview-Commit-ID: 35OmrbyGq24

--HG--
extra : rebase_source : c920da2484457324332f35f68d909b8b067d9c7c
2017-10-18 14:12:16 +09:00
Brian Birtles ea84f92166 Bug 1398038 - Simplify keyframe test data; r=hiro
Writing out the full keyframes actually makes the tests harder to read,
especially when combined with an 80 character line length. By adding some very
simple helper methods we can improve the readability of these tests.

MozReview-Commit-ID: LxhelUrWAe8

--HG--
extra : rebase_source : 830a0aa6d7df7753365e5e0e5fb40c4a3ad18294
2017-10-18 14:12:16 +09:00
Brian Birtles eb7a4db9fa Bug 1398038 - Fix spacing of keyframes tests; r=hiro
This will make the following tests easier to read and is the JS style used by
tools such as prettier.

This patch does not touch gInvalidKeyframeEffectOptionTests, however, since we
expect to simplify that further in a later patch in this series.

MozReview-Commit-ID: CM6pfIAOeIB

--HG--
extra : rebase_source : 0d612ed9ddf93e01d8baa3f3ce7f1dc47d7e9a04
2017-10-18 14:12:16 +09:00
Brian Birtles 27b1ef32ee Bug 1398038 - Merge property-indexed and sequence keyframe lists; r=hiro
There doesn't seem to be any need to separate these and it only leads to
duplicated code.

MozReview-Commit-ID: IWXTPMHMls0

--HG--
extra : rebase_source : b66b2c503d26302a36d43b5c47909a2e8ebc3d6a
2017-10-18 14:12:16 +09:00
Brian Birtles 45d82398fa Bug 1398038 - Use single quotes in keyframe-*.js; r=hiro
This is the generally preferred JS style these days and what we have been using
in more recent tests.

MozReview-Commit-ID: 9kir1D2Imqe

--HG--
extra : rebase_source : 5285761516abd2a902549bc98b8d3d7f7dfdc3eb
2017-10-18 14:12:16 +09:00
Brian Birtles 0645c4b964 Bug 1398038 - Use slightly more modern JS in keyframe-*.js; r=hiro
MozReview-Commit-ID: BCIiGEtivzq

--HG--
extra : rebase_source : 3684c9b63cf4f2476672de484fa36677045c8c8a
2017-10-18 14:12:15 +09:00
Brian Birtles 1b30eb2184 Bug 1398038 - Split keyframe-tests.js out of keyframe-utils.js; r=hiro
It doesn't really make sense to have test data in a file call 'utils'.

MozReview-Commit-ID: BTMbeZKnvtJ

--HG--
extra : rebase_source : aa2fbec902450ce01e1daf72f90c883846f0ea2c
2017-10-18 14:12:02 +09:00
Brian Birtles 58b4ee2650 Bug 1398038 - Update web-platform-tests MANIFEST.json; r=hiro
This is just the output of running:

  ./mach wpt-manifest-update

MozReview-Commit-ID: KDgOfztbcFy

--HG--
extra : rebase_source : f14f9b7ee4ffef9f395626d444b85aa2d1c0ce01
2017-10-18 14:11:29 +09:00
Julian Descottes 4db2619112 Bug 1406375 - update animation inspector test to support formatted numbers;r=pbro
Integers used to skip localization & formatting.
We used to have (for 2 decimals formatting)
1000   -> 1000
1000.1 -> 1,000.10

With the other patches attached here, the behavior is now consistent
1000   -> 1,000
1000.1 -> 1,000.10

This changeset updates some regexp in an animation inspector test to be
compatible with the new format.

MozReview-Commit-ID: 4YUNGlKp98z

--HG--
extra : rebase_source : 638fced7a884a01c5fcd41e0df68e7c8d39c2e8c
2017-10-19 17:00:43 +02:00
Julian Descottes 4980535bfe Bug 1406375 - always localize numbers in l10n::numbersWithDecimals;r=Honza
With the previous implementation, zeros and integers passed to
numberWithDecimals would not be formatted according to the
locale.

This updates the method to make the formatting consistent,
regardless of the number argument.

MozReview-Commit-ID: KvU1AjhzXAf

--HG--
extra : rebase_source : 551faa5318c4b38b80ee4858e0dd473e6f0617c5
2017-10-06 15:14:56 +02:00
Julian Descottes 3ec8ed626a Bug 1406375 - test integers in browser_num-l10n.js;r=Honza
MozReview-Commit-ID: 49UwLBMZTiv

--HG--
extra : rebase_source : 983c1dd7194c5d702f92686b3507861fb8a1e861
2017-10-18 12:16:30 +02:00
Patrick Trottier 635d08c201 servo: Merge #18695 - Add an vector version of the Servo logo (from Coder206:vectorImage); r=metajack
This PR is a continuation of #18665. I wanted to make a separate branch on my fork for this PR.

Source-Repo: https://github.com/servo/servo
Source-Revision: c14e27ed595f75d6dfd8fc0d96a2be74b6191295

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c724259ee04e5eed56873117a56874feb76a6b5b
2017-10-19 23:11:29 -05:00
Cameron McCormack 6e4f600c67 Bug 1409992 - Allow SVG as images to load data: URL images. r=edgar
MozReview-Commit-ID: KMirRmkLBVa

--HG--
extra : rebase_source : fdbf2a5964eb50c67b825b3326c8034261620a49
2017-10-19 18:00:43 +08:00
Josh Matthews 8ecfef6623 servo: Merge #18961 - Update mozlog dependency (from servo:jdm-patch-5); r=glennw
wptrunner repends on mozlog 3.5, but we only require 3.3. Somehow some of the builders have 3.5 installed, but this is causing lots of problems for us.

Source-Repo: https://github.com/servo/servo
Source-Revision: 21926e0008d2ae67ad21b73f080eadc2ef82d958

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : ffa03691ef81f210ab5d11a7dc4bbf1392cc7a13
2017-10-19 20:52:19 -05:00
Jing-wei Wu a811669c7f Bug 1395841 - Part 2: Support creating a shortcut from page option in menu. r=snorp
When page option 'add page shortcut' is clicked, creating a shortcut(not PWA) on launcher.
Also make sure that heavy tasks are executed in background thread.

MozReview-Commit-ID: 8KtwdXENtEd

--HG--
extra : rebase_source : 870c3f18f72b83b8033815893f3b90461fd9b1ed
2017-09-28 10:57:48 +08:00
Jing-wei Wu cce9fa457f Bug 1395841 - Part 1: Change page option strings fom 'add to home screen' to 'add page shortcut'. r=snorp
MozReview-Commit-ID: 9fFN9aYEI3v

--HG--
extra : rebase_source : 432207551bd4bc05d63fe5f3f5bc74f1e190fc74
2017-09-27 17:31:30 +08:00
Wouter Verhelst 900dd77859 Bug 1404421 - Add an empty slot to the test PKCS#11 module r=keeler
It is helpful to have a slot which never has a token, so that the
absense of a token can be asserted in unit tests.

Add a third token that is always empty, and update a number of unit
tests to check for it.

MozReview-Commit-ID: 4apvRRhZJus

--HG--
extra : rebase_source : cd3bb819bcf66c769f36a428ed26ea8fa6c68a26
2017-10-01 12:10:20 +02:00
Andrew Swan 4e2fe4e96b Bug 1280235 Part 2 Allow webextensions apis to be limited to "Mozilla Extensions" signed extensions r=kmag
MozReview-Commit-ID: DciT0fWTgef

--HG--
extra : rebase_source : 119665d41d8afa7389753c6b0618ec3a1c7efbf9
2017-10-13 22:28:26 -07:00
Andrew Swan 18c2365901 Bug 1280235 Part 1 remove createAddonDetails from XPIProvider r=kmag
MozReview-Commit-ID: 7NWVD1Rvb2X

--HG--
extra : rebase_source : 876db88f718033e4f4dbefa667105c9e899df77e
2017-10-08 09:54:18 -07:00
Nevin Chen 07f054650f Bug 1409191 - Prefetch manifest before install. r=snorp
This is a "hacked" fix. The key idea is to specify the value in manifest on "add to home screen confirm prompt."
We need to reuse prefetch result for  manifest.install().

The plan is to land this patch before Chrome Dev Summit(10/30) for demostration and fix the rest of the issue in a follow up bug.

MozReview-Commit-ID: A4B0ZK7UjyK

--HG--
extra : rebase_source : a91a490a08cb4ec18e5ff9f2e78f11efa6fdd98b
2017-10-19 00:59:58 +08:00
James Cheng f0a43c284e Bug 1409670 - Skip decrypting request when receiving an unencrypted sample in Clearkey implementation. r=cpearce
MozReview-Commit-ID: 5XIUeFc3PSD

--HG--
extra : rebase_source : a36e27b385f1622bc7125e8d7e8c1b1b6e930842
2017-10-19 16:45:21 +08:00
JW Wang 2eb358fe5c Bug 1409649 - shut down the decoder when MEDIA_ERR_ABORTED is received. r=gerald
http://searchfox.org/mozilla-central/rev/dca019c94bf3a840ed7ff50261483410cfece24f/dom/html/HTMLMediaElement.cpp#1395-1400

We need to shut down the decoder after setting network state to EMPTY.
Otherwise the decoder will keep loading and change ready state to HAVE_METADATA
or greater and then fail the assertion in AssertReadyStateIsNothing().

MozReview-Commit-ID: FpMDVAJHTS5

--HG--
extra : rebase_source : 5fc7a189a47b462f7c5f89da650aeac171639664
2017-10-18 16:08:33 +08:00
Emilio Cobos Álvarez 48762a8de7 Bug 1406448 - Skip test_conformance__glsl__misc__shader-uniform-packing-restrictions.html on Win7 debug for frequent failures. r=RyanVM 2017-10-19 20:02:35 -04:00
Mantaroh Yoshinaga a2c7cc72d9 Bug 1405210 - Part 3: Apply clang-format to added print dialog widget code. r=jimm
./mach clang-format --path widget/windows/nsPrintDialog*

MozReview-Commit-ID: T1WuQ41GAN

--HG--
extra : rebase_source : b95643e4f50ecd47ea00cf4ea6d18e09c0b69598
2017-10-19 11:04:50 +09:00
Mantaroh Yoshinaga acf3afca30 Bug 1405210 - Part 2: Move native printing dialog code to windows widget. r=jimm
This patch will
 * Move native print dialog code to the PrintDialogService of widget.
 * Toolkit call PrintDialogService instead of calling the native print dialog.
 * Change SetWindowText/CreateWindow to SetWindowTextW/CreateWindowW
   in order to treat localized string correctly.

MozReview-Commit-ID: DOgp3STaJ4t

--HG--
rename : toolkit/components/printingui/win/nsPrintDialogUtil.cpp => widget/windows/nsPrintDialogUtil.cpp
rename : toolkit/components/printingui/win/nsPrintDialogUtil.h => widget/windows/nsPrintDialogUtil.h
extra : rebase_source : 9b428f528156a70f5a127b1eeec60f6f593387a0
2017-10-19 11:04:30 +09:00
Mantaroh Yoshinaga bcd8f8c970 Bug 1405210 - Part 1: Add PrintDialogService to windows widget. r=jimm,mshal
In order to move print native dialog code to windows widget, this patch will
create skeleton of PrintDialogService to windows widget.
Toolkit code(i.e. nsIPrintingPrompotService) will call this PrintDialogService.

Note that this PrintingDialogService suppose running on main process, so we
should call this interface from main process(i.e. nsPrintingPromptService, not
nsPrintingProxy).

MozReview-Commit-ID: 3P6kac9I9W4

--HG--
extra : rebase_source : 5b5ecd104cf4cecd1b68a3d6d4b33aca9fea9548
2017-10-19 11:04:13 +09:00
Edouard Oger 88c4f8f959 Bug 1407743 - Show display name or "Firefox Accounts" in sync preference button. r=Grisha
MozReview-Commit-ID: HO7sOGrGNks

--HG--
extra : rebase_source : a5934bb3daf5384eb1cf3faab1c05ed780b91cf2
2017-10-13 15:41:57 -04:00
Dão Gottwald 1437b155c9 Bug 1406063 - Hide post-tabs drag space in small windows to leave enough space for the tab strip. r=johannh
MozReview-Commit-ID: HotaMhBuIOB

--HG--
extra : rebase_source : 6ccca20dd317b5947da4272b08c50887b08a08a3
2017-10-19 15:25:09 +02:00
Sebastian Hengst 24583b9443 merge mozilla-central to autoland. r=merge a=merge 2017-10-20 01:08:09 +02:00
Sebastian Hengst 20d769ea9c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: Gc5JIILUrPi
2017-10-20 00:05:39 +02:00
Sebastian Hengst 378936755e merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 9qbam2trhqh
2017-10-20 00:04:44 +02:00
Nathan Froyd 47b2d43b88 Bug 1410102 - use fewer cycle collection macros for GamepadServiceTest; r=qdot
No reason to use a mess o' macros when a single one will do the trick.
2017-10-19 14:41:10 -04:00
Nathan Froyd 3689f793d3 Bug 1410100 - use fewer cycle collection macros for nsHTMLContentSink; r=mccr8
No need to use the complex macros when the simple macros do the same thing.
2017-10-19 14:41:10 -04:00
ffxbld 1c4da216e0 No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update 2017-10-19 10:44:01 -07:00
ffxbld e93bac77bf No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update 2017-10-19 10:43:57 -07:00
James Cheng bcfbcfbc4a Bug 1410022 - Remove redundant PDM::Supports check caused by bug 1407919 part6. r=gerald
MozReview-Commit-ID: EoAARcmhjlV

--HG--
extra : rebase_source : 560d91e004f0787278e7e3181e58c953c27368e5
2017-10-19 18:03:09 +08:00
Sebastian Hengst ac57f6f7df merge mozilla-central to autoland. r=merge a=merge 2017-10-19 11:52:58 +02:00
Sebastian Hengst bf793df477 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: HasKw28SN45
2017-10-19 11:26:22 +02:00
Sebastian Hengst c2ab267f86 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 7BbAIKxBpcI
2017-10-19 11:22:55 +02:00
Panos Astithas 3b3b4c1e16 Bug 1410005 - Skip browser_searchEngine_behaviors.js on artifact builds. r=standard8 a=test-fix-for-artifact-builds
MozReview-Commit-ID: DyLQWWqpAvV

--HG--
extra : amend_source : 5be9c435f994ceab6f8410b0ac4521b4bf932a1a
extra : transplant_source : %04%C2%2C%B5%94%5CQ%3F%10%23%0F%C3w%3D%CE%19%ED9%E0%28
2017-10-19 12:02:51 +03:00