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

501325 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey f3991f6ba9 Bug 1319345 - Add flags to GENERATED_FILES. r=mshal
--HG--
extra : rebase_source : 8b976e6880e018e56cebd65c30674be9721dfd8d
2016-11-03 10:40:17 +09:00
Neerja Pancholi 9435e5a0fa Bug 1318530 - Add new test 'tsvg_static' to talos.json r=jmaher
MozReview-Commit-ID: 3ngnHv99CPP

--HG--
extra : rebase_source : a43e46618a31615627502a0297647d35f4deb0c0
2016-11-18 16:33:03 -08:00
Neerja Pancholi 13dbcfdc35 Bug 1318530 - Add boilerplate code to test.py to enable new test suite 'tsvg_static'. r=jmaher
MozReview-Commit-ID: 2X194dSromV

--HG--
extra : rebase_source : 8a6310969e1431629f1ac7e5a33a5e7a0bb13e57
2016-11-17 17:22:08 -08:00
Neerja Pancholi 109849cf85 Bug 1318530 - Split talos test suite 'svgx' by moving all static tests to new suite 'svg_static'. r=jmaher
MozReview-Commit-ID: LQAduvQE4v6

--HG--
rename : testing/talos/talos/tests/svgx/composite-scale-opacity.svg => testing/talos/talos/tests/svg_static/composite-scale-opacity.svg
rename : testing/talos/talos/tests/svgx/composite-scale-rotate-opacity.svg => testing/talos/talos/tests/svg_static/composite-scale-rotate-opacity.svg
rename : testing/talos/talos/tests/svgx/composite-scale-rotate.svg => testing/talos/talos/tests/svg_static/composite-scale-rotate.svg
rename : testing/talos/talos/tests/svgx/composite-scale.svg => testing/talos/talos/tests/svg_static/composite-scale.svg
rename : testing/talos/talos/tests/svgx/gearflowers.svg => testing/talos/talos/tests/svg_static/gearflowers.svg
rename : testing/talos/talos/tests/svgx/svgx.manifest => testing/talos/talos/tests/svg_static/svg_static.manifest
extra : rebase_source : c726d56d512cf0a1b0614ed79ab008a411057708
2016-11-17 16:22:50 -08:00
Andrew Halberstadt 8ab30217fe Bug 1318841 - Ensure desktop1604-test docker image downloads the run-wizard binary from vcs, r=jmaher
This image currently has a version of the "run-wizard" binary baked in. This is out of date from the
canonical copy under taskcluster/scripts. This patch just copies what the "desktop-test" image does
by downloading that binary from version control.

MozReview-Commit-ID: Eg4x8slf3X9

--HG--
extra : rebase_source : 89e3dc5716c4bfb46ab807cc15df3e1e329a93d6
2016-11-22 10:57:48 -05:00
Kartikaya Gupta a1f0344c9b Bug 1319508 - Ensure that we don't leave dangling pointers to CompositorBridgeParent in LayerTreeState instances. r=dvander
MozReview-Commit-ID: 3dxZ35uIQu

--HG--
extra : rebase_source : ea4f5a11c6f5bcbcee0c0d8d751ba7289bbf61c9
2016-11-22 14:38:37 -05:00
Kris Maglione 1390ab41bf Bug 994255: Add included and parent test manifest files to backend inputs list. r=gps
MozReview-Commit-ID: EvMt0ojZGFr

--HG--
extra : rebase_source : ccdf62dde1d315495e7effbdd824c2a2c14099f2
2016-11-18 14:52:54 -08:00
Thom Chiovoloni 15acd98009 Bug 1273342 - Don't retry skippable records that fail to sync due to being too large. r=markh
MozReview-Commit-ID: HjzL1crTVDB

--HG--
extra : rebase_source : 887c3364bf0dec05353c2ea7e7c23d6393158fa3
2016-11-21 15:37:35 -05:00
Karl Tomlinson 42b8d039df bug 1319353 CreateCSSNode: Copy classes from the parent style context to its corresponding node in the path r=stransky+263117
This is necessary for GTK to match CSS rules against classes on ancestor nodes
of style contexts constructed from paths.

It can be tested with the following in ~/.config/gtk-3.0/gtk.css

tooltip.background label {padding: 100px;}

MozReview-Commit-ID: EUQ9ndeSl1Z

--HG--
extra : rebase_source : 95c267c5495791a40e755aacf14a80c750fbedd2
2016-11-16 16:55:13 +13:00
Kit Cambridge 319e736ab8 Bug 1314084 - Implement `nsIAnnotationService::getObservers`. r=mak
MozReview-Commit-ID: 42y8d1fbfJO

--HG--
extra : rebase_source : 8c7514cfa5d6747312d8882efdbb7083fb55d9a6
2016-10-31 11:13:14 -07:00
Shane Caraveo 5c555376e8 Bug 1319107 fix default value for getRedirectURL, r=kmag
MozReview-Commit-ID: Iv4rgaSOTJz

--HG--
extra : rebase_source : 096554d7cfb1c4d056f51edc6f92b936c3bd9d17
2016-11-22 11:43:06 -08:00
Ralph Giles 5885ed4e11 Bug 1286799 - mozboot: Fix rust detection on windows. r=gps
WindowsBootstrapper overrides BaseBootstrapper.which() to append
the Windows 'exe' filename extension, so which() finds rustc.exe
and rustup.exe properly. However, our other code which constructs
the program name in _parse_version or looks for the files in
CARGO_HOME didn't take this into account, making the script think
it couldn't find rust.

Don't use os.path.join to construct urls, since on windows this
inserts the backslash '\' path separator instead of the normal
forward slash.

MozReview-Commit-ID: HWJjwCDHuNK

--HG--
extra : rebase_source : c9a295a22c06dcbfa60637ff6d56d6f1ca269e83
2016-11-21 11:18:59 -08:00
Ralph Giles 067cedbf09 Bug 1286799 - mozboot: Use requests to download rustup manifest. r=gps
Python urllib2 doesn't validate https origins in all versions.
During actual bootstrap the static hash values act as an out-of-bound
validatation channel.

However, that doesn't help when doing the initial download and hash
generation when invoked as `python rust.py [--update]`. Fortunately
we don't expect to be called this way in standalone mode, so we can
use the in-tree requests module to fetch things properly.

MozReview-Commit-ID: KZTtIXDfWTB

--HG--
extra : rebase_source : 14c505797a74de16a7e9bec1f791c0b4659d2932
2016-11-18 13:02:25 -08:00
Ralph Giles 430aad83b5 Bug 1286799 - mozboot: Unbuffer stdout. r=gps
Reopen sys.stdout in unbuffered mode so we can correctly print
'Checking foo... Result' in two parts without calling sys.stdout.flush()
everywhere.

Although we import print_function from the future, the python 2 version
does not support the python 3 flush=True argument.

MozReview-Commit-ID: SjliWeoSa3

--HG--
extra : rebase_source : e16905ac4045e80060d6f248cae0ec731dd0d1c5
2016-11-17 15:21:39 -08:00
Ralph Giles 1116fe76e9 Bug 1286799 - mozboot: Add a script to fetch rust installer hashes. r=gps
Make the mozboot.rust module invokable as a utility. E.g.

  python rust.py --update

When called with the --update option it downloads and generates
checksums for the latest version of the installer on supported
platforms, suitable for updating the values coded in the script.

When invoked without the --update option, it verifies the
current version and checksums against the server.

MozReview-Commit-ID: 2NVFf0ptvbM

--HG--
extra : rebase_source : 5e8b650a9b3c6e1d2b8bfdc90d02faa194f1aa04
2016-11-17 14:23:41 -08:00
Ralph Giles f9bab2207d Bug 1286799 - mozboot: Install or upgrade rust. r=gps
Download and run a known-good rustup-init installer for the host
system. Once installed, use it to upgrade the latest toolchain.

NB: I expect the MozillaBuildBootstrapper to run its installer
first, but this will take care of Mac, Linux, and FreeBSD.

MozReview-Commit-ID: BKDm1UcLxQS

--HG--
extra : rebase_source : 4e4489d55ad658166a7e4b20c53185532c041204
2016-11-17 12:06:29 -08:00
Ralph Giles c9139105f6 Bug 1286799 - mozboot: Ensure an up-to-date rust toolchain. r=gps
Add a check to `mach bootstrap` that a compatible version of
the rust toolchain is installed and in path. Note that we use
a separate minimum version from the one checked at configure
time, defined in build/moz.configure/rust.configure, because
this script may be running stand-alone.

If we don't find `rustc` in PATH, we check for it in CARGO_HOME
and suggest adding that to PATH.

If we don't find `rustc` but find a `rustup`, we call it with
the --version switch and report if that fails. This will detect
the older `rustup.rs` script.

MozReview-Commit-ID: EPfQhLz4Dvo

--HG--
extra : rebase_source : 2ea4acdfbfdc2a436f386eae7bc3cbcbc485aa1b
2016-11-16 09:27:32 -08:00
Ralph Giles 37961988e7 Bug 1286799 - mozboot: Use a helper for mercurial version detection. r=gps
Also use the abstracted helper method for reading the current
mercurial version too. This changes the regex from what was in
use before, but should work for normal version numbers.

MozReview-Commit-ID: IZfC65Jg6T8

--HG--
extra : rebase_source : d61a73b7b1b438d8c846523e5e1f639950fe5473
2016-11-15 17:18:21 -08:00
Ralph Giles 9416a38fd9 Bug 1286799 - mozboot: Abstract version checking. r=gps
Move version parsing to a helper method so it can be used
for more than one executable.

MozReview-Commit-ID: 4gOgdgYFbFx

--HG--
extra : rebase_source : 944f562c0d5a6a105a0c27af6f4d7dfc214f3c01
2016-11-15 14:31:59 -08:00
Jed Davis b00d62db25 Bug 1313808 - Part 3: GC the B2G-specific code in plugin-container.cpp. r=billm
If this code were still used, the last patch would have broken it, so
this seems like a good time to remove it, rather than leave known broken
dead code in the tree.

MozReview-Commit-ID: HvCFm7Ndhku

--HG--
extra : rebase_source : 5bc7101a031548a4c6dbe3f417e9059e448b0f9a
2016-11-09 16:21:04 -07:00
Jed Davis f3cdcb35e5 Bug 1313808 - Part 2: Move SandboxEarlyInit call into libxul. r=glandium,tedd
MozReview-Commit-ID: 2EY0wadYhO0

--HG--
extra : rebase_source : 4773cbff758054863293d1fa239c3246eca6dc36
2016-11-08 14:40:44 -07:00
Jed Davis 8f3f056572 Bug 1313808 - Part 1: Move LinuxSandboxStarter back into libxul. r=cpearce,glandium,tedd
MozReview-Commit-ID: FAReOZX7Rvn

--HG--
extra : rebase_source : 01d0d1970822b5af6a37ff450ac01408f871237a
2016-11-08 14:23:47 -07:00
Gregory Szorc bad7b2a1c4 Bug 1319484 - Add "stylo" to mozinfo; r=mshal
This will allow tests, etc to conditionally run depending on Stylo's
presence.

MozReview-Commit-ID: 3WHxNawP1qC

--HG--
extra : rebase_source : d4d983d37d3bfac1f9d465a3023b5bd5df52cd56
extra : source : 6baa88f7b1f4183ea57b9f8928556975042cad29
2016-11-22 10:25:52 -08:00
Gregory Szorc 1d26bd0c8a Bug 1319484 - Add MOZ_STYLO to build config; r=mshal
Previously, we recorded it in defines. Let's add it in substs so more
tools can key off it.

MozReview-Commit-ID: HDrf46BCd6W

--HG--
extra : rebase_source : be8cae71dfbe994fa6dadbdb0007e430413c743b
extra : source : 9e707fcf47691a4684d7b6953dd8a08ae6687893
2016-11-22 10:23:19 -08:00
Mike Conley f556978353 Bug 1317795 - Fix broken alignment of in-content UI checkboxes. r=jaws
MozReview-Commit-ID: 4JpOSYu3BZS

--HG--
extra : rebase_source : 5642f4970f654cf6ba04f1c3a3e03ef3847681cb
2016-11-19 17:59:58 -05:00
Gregory Szorc ef9dd4c540 Bug 1319166 - Don't automatically enable color in iTerm2; r=glandium
iTerm2 interprets the byte sequence "ESC [ 2 i" as a request to open
a print dialog. This sequence can get emitted when printing colorized
compiler output.

Until we figure out a workaround, disable automatic coloring on iTerm2
so developers aren't annoyed.

MozReview-Commit-ID: 3Be4YgArg4k

--HG--
extra : rebase_source : e4e441a6fd97b09f55b05d53af91890649249e1c
2016-11-21 22:37:01 -08:00
Jan-Ivar Bruaroey a51271cdc7 Bug 1197021 - Remove deprecation errors for obsolete RTCOfferOptions (w/mandatory optional). r=drno,mrbkap
MozReview-Commit-ID: BzCxOML3i2p

--HG--
extra : rebase_source : 0471f0333924cfeb63062240fa55d993361263d8
2016-11-20 12:16:20 -05:00
beachjar bdc29beadc Bug 430745 - Select dropdown popups will anchor on a selected element for Mac r=jaws
Select dropdown popups now anchor on the currently selected element in a <select> dropdown for Mac instead of above/below the <select> dropdown.

MozReview-Commit-ID: JlgrZdArehq

--HG--
extra : rebase_source : 4058d306e27abf8176d5a2b663219ebb534bf9fb
2016-11-07 16:19:19 -05:00
Tim Huang 58a0093852 Bug 1315723 - Resolve the timeout problem of the browser_cache.js. r=baku
--HG--
extra : rebase_source : 8d0e362e38167e38de07d921eb16d6952f766a4f
2016-11-22 14:57:19 +08:00
maliu 52155b4a89 Bug 1291270 - Update updater string to distinguish from download and install more clearly, r=sebastian
MozReview-Commit-ID: B4hR8aonESh

--HG--
extra : rebase_source : b753a3670ba870a6b53a3e416ebdaf45ffd5d9a9
2016-11-22 18:38:59 +08:00
Carsten "Tomcat" Book cf6fb9d85b Merge mozilla-central to autoland 2016-11-22 16:29:49 +01:00
Carsten "Tomcat" Book 8b27dda5d1 merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
Carsten "Tomcat" Book 7c745b54a2 merge autoland to mozilla-central a=merge 2016-11-22 15:46:33 +01:00
ffxbld 96b454e2ad No bug, Automated blocklist update from host bld-linux64-spot-579 - a=blocklist-update 2016-11-22 06:22:41 -08:00
ffxbld 5b5925dd3b No bug, Automated HPKP preload list update from host bld-linux64-spot-579 - a=hpkp-update 2016-11-22 06:22:39 -08:00
ffxbld 97e327b35b No bug, Automated HSTS preload list update from host bld-linux64-spot-579 - a=hsts-update 2016-11-22 06:22:36 -08:00
Kaku Kuo d14ade6e05 Bug 1319035 - handle fast seek without any seeked media sample; r=jwwang
MozReview-Commit-ID: DdUmM5hh3Qy

--HG--
extra : rebase_source : b5bbe307ac3362ba36abcc6866957037439730f3
2016-11-22 15:38:42 +08:00
Chris Peterson 5142cd4590 Bug 1318833 - Part 4: Remove -allow_heap_execute linker flag that is no longer needed for Silverlight. r=ted 2016-11-21 21:11:30 -08:00
Chris Peterson fc2e7c9a1f Bug 1318833 - Part 3: Remove unused Silverlight checks from Decoder Doctor. r=gerald 2016-11-21 21:11:04 -08:00
Chris Peterson df18772e96 Bug 1318833 - Part 1: Remove Silverlight plugin tests and test plugin. r=qdot 2016-11-21 21:10:27 -08:00
Tooru Fujisawa 376e2ae67c Bug 1197230 - Handle non-BMP identifier. r=shu 2016-11-22 16:47:29 +09:00
Tooru Fujisawa 7391d5b54f Bug 1318815 - Remove ClassSpec delegation and point target ClassSpec directly from prototype class. r=jandem 2016-11-22 16:47:29 +09:00
Matt Woodrow f79cf83a6f Bug 1316506 - Initialize mFlushTask. r=bustage CLOSED TREE 2016-11-22 17:43:45 +13:00
David Anderson 22b001c0b6 Delay the DidComposite call in ClientLayerManager's destructor. (bug 1305829, r=mattwoodrow) 2016-11-21 20:12:55 -08:00
Jeff Gilbert (:jgilbert) 94f694f70f Bug 1318523 - Remove removed class from test_interfaces. - r=qdot CLOSED TREE
MozReview-Commit-ID: EDYztMlDSAP
2016-11-21 19:51:39 -08:00
Kevin Chen ed05291591 Bug 1313135 - Make an early return if the clip rect can be ignored. r=mchang
--HG--
extra : rebase_source : 3e1b5c15398a2536528c5b8799d2272ee4d07c66
2016-11-21 18:55:00 -05:00
Carsten "Tomcat" Book 59bb309e38 merge mozilla-inbound to mozilla-central a=merge 2016-11-21 15:44:20 +01:00
Carsten "Tomcat" Book 52d35c74fe merge autoland to mozilla-central a=merge 2016-11-21 15:43:10 +01:00
ffxbld 84feed9654 No bug, Automated blocklist update from host bld-linux64-spot-418 - a=blocklist-update 2016-11-21 06:16:25 -08:00
ffxbld 3b7fc61a9a No bug, Automated HPKP preload list update from host bld-linux64-spot-418 - a=hpkp-update 2016-11-21 06:16:22 -08:00