Commit Graph

503531 Commits

Author SHA1 Message Date
Ralph Giles
f556d427fb Bug 1283898 - Don't set RUSTC for artifact builds. r=gps
The --disable-compile-environment configure option used by
the artifact builds removes all support for toolchains,
including setting paths for them with environment options.

Unset the RUSTC and CARGO vars inherited from mozconfig.rust
in the artifact mozconfigs to accommodate the invalid option
check, just like we do for the CC and CXX options.

MozReview-Commit-ID: IwPetRaIY25

--HG--
extra : rebase_source : 37fb4bf9e69d3082cc0ed6b0013e6363a7e8e8e5
2016-12-13 11:16:53 -08:00
Ralph Giles
4dc898d784 Bug 1283898 - Add tooltool rust to path for js hazard jobs. r=gps
Tasks calling these generally use tooltool and the hazard
manifest to provide toolchains, but the setup job doesn't
they don't use a mozconfig to configure paths, and the analysis
job uses a different TOOLTOOL_DIR.

The build calls configure, which defaults to --enable-rust,
so we need to add the correct rust toolchain path to the
environment like we do for C++.

MozReview-Commit-ID: gFnZ0SK1f7

--HG--
extra : rebase_source : f7cabb5b15551f5b00ff8271ceddeb4b47146c03
2016-12-13 10:56:52 -08:00
Ralph Giles
43f1fe54f3 Bug 1283898 - Update linux64 tooltool rust to support i686. r=gps
Update the linux64 releng tooltool manifest to to same
repack of rustc 1.14.0-beta.2 with support for x86_64 and
i686 targets we're using for the linux32 builds.

This is necessary for --enable-rust to work on 32-bit
Spidermonkey cross builds.

MozReview-Commit-ID: 1xfOBHOZ4iB

--HG--
extra : rebase_source : a1ec78464be1d82929c25c35fe18b8f9e4fae148
2016-12-13 10:49:02 -08:00
Ralph Giles
175aa9f527 Bug 1283898 - Make tooltool rust available in all automation. r=gps
Include mozconfig.rust in the common mozconfig so all jobs
will have the same rust config.

Automation mozconfigs all inherit from mozconfig.common,
so we can include mozconfig.rust there and not need it
anywhere else.

Remove --enable-rust from mozconfig.rust now that it's
the default. We only need the RUSTC and CARGO path
variables so jobs can find the toolchain installed from
the tooltool manifest. Also some automation jobs reject
the configure option if we set it unconditionally.

The --enable-rpath comment is no longer necessary; rust has
been consistently built this way for some time.

MozReview-Commit-ID: 2IeIIIinnPL

--HG--
extra : rebase_source : 79dadcc5ed13f2db312042d755a57698f267e902
2016-11-30 16:10:33 -08:00
Ralph Giles
3a9dd658c4 Bug 1283898 - Enable rust by default. r=ted
Switch from --enable-rust to optionally enable rust code
to --disable-rust to optionally disable it.

MozReview-Commit-ID: C8cQr5MXUzV

--HG--
extra : rebase_source : 0372be3cc3da56b49104b80c41974139a488ecb2
2016-11-24 16:11:27 -08:00
Ralph Giles
5b2ab8bfe0 Bug 1283898 - Put rust in path for Spidermonkey automation. r=gps
When rust is enabled, the Spidermonkey package tests need to
be able to find the rust toolchain. It's available, because
the job uses the linux64/releng.manifest, but the corresponding
path directives from mozconfig are not imported. So we set
them manually here, falling back to the rustc and cargo in
PATH, like we do for the C++ toolchain.

MozReview-Commit-ID: 8lZSQ0Ffr0c

--HG--
extra : rebase_source : a9df6559a4b5d7f179f697a1fef692cc2a3ec45d
2016-11-30 17:40:02 -08:00
Ralph Giles
2f1583e05d Bug 1283898 - Add rust to more automation builds. r=mshal
Jobs using these additional tooltool manifests need an appropriate
rust toolchain when rust code is enabled.

MozReview-Commit-ID: YM7yjJk3w5

--HG--
extra : rebase_source : d98f3a9c2b1bcba337eedcaa06125ac5fb9dfd40
2016-11-30 15:08:15 -08:00
Evan Tseng
dc0961cbf0 No bug - Update readability from github repo, includes fix for Bug 1142312 and Bug 1285543, r=Gijs
MozReview-Commit-ID: 5hi1iuDO3XE

--HG--
extra : rebase_source : 724cd2af8b9ce4a6620e367665784636c223db6a
2016-12-15 12:03:53 +08:00
Grisha Kruglov
1a37ce6e11 Bug 1321368 - Exclude remote-only visits from AS Top Sites r=ahunt
MozReview-Commit-ID: Jacc3SGT2pw

--HG--
extra : rebase_source : afb826015a2196144457d48370ce94b77a450cb0
2016-12-14 16:53:31 -08:00
Henrik Skupin
32d2092d60 Bug 1143071 - Searching anonymous elements has to use the documentElement as default start node. r=ato
MozReview-Commit-ID: 90zTSulITcR

--HG--
extra : rebase_source : d4a10087681c462eabe497629c9f407788df7a49
2016-12-02 17:36:52 +01:00
Carsten "Tomcat" Book
9efbbc3e9f Backed out changeset cdd6a27a2737 (bug 1118337) for mda test failures on a CLOSED TREE 2016-12-15 17:14:03 +01:00
Carsten "Tomcat" Book
ed17e5f439 Backed out changeset e30080454885 (bug 1222980) 2016-12-15 17:13:46 +01:00
Carsten "Tomcat" Book
819e8a405d Backed out changeset 1b8b8519481c (bug 1222980) 2016-12-15 17:13:45 +01:00
Carsten "Tomcat" Book
49ee218d73 Backed out changeset d5eeb39cb354 (bug 1222980) 2016-12-15 17:13:44 +01:00
Carsten "Tomcat" Book
ced1610284 Backed out changeset 6bf4393db489 (bug 1323369) for causing memory leaks on a CLOSED TREE 2016-12-15 17:11:02 +01:00
Carsten "Tomcat" Book
ce70f24187 Backed out changeset 8f5ee59daee2 (bug 1323369) 2016-12-15 17:10:28 +01:00
Ray Lin
d311f181a5 Bug 1323640 - declare domUtils in getAnonElementWithinVideoByAttribute function. r=jaws
MozReview-Commit-ID: E5YsKb0N1w3

--HG--
extra : rebase_source : b9b45ef257de2514db76c1bf23130a3398d26a80
2016-12-15 14:47:18 +08:00
Alexandre Poirot
0d8a1f17ab Bug 1323550 - Lazy load and setup HTML editor from the markup view. r=jdescottes
MozReview-Commit-ID: Cunz2hIsXaE

--HG--
extra : rebase_source : b21a5146f0e996267630525e92a24ae88d1aa25a
2016-12-14 09:52:26 -08:00
Ray Lin
0397c97086 Bug 1321416 - remove border to get rid of scrollbar in top level synthetic video document. r=jaws
MozReview-Commit-ID: IckmhyasDmN

--HG--
extra : rebase_source : f16a5dd646da303e5d24d624560441857040c299
2016-12-14 17:57:49 +08:00
ctai
4582a8d4c7 Bug 1323369 - Enable pause-remove-from-document-networkState.html. r=jwwang
MozReview-Commit-ID: 4QK7f3blHdf

--HG--
extra : rebase_source : 6ff82387c5334a20f3c2c8db907b80fd601630eb
2016-12-12 16:10:28 +08:00
ctai
673b533118 Bug 1323369 - Make HTMLMediaElement::UnbindFromTree to follow WhatWG HTML spec. r=jwwang
W3C HTML5 spec isn't very actively maintained now. WhatWG HTML spec:
When a media element is removed from a Document, the user agent must run the following steps:
Below is the related statement in WhatWG HTML spec:
Await a stable state, allowing the task that removed the media element from the Document to continue. The synchronous section consists of all the remaining steps of this algorithm. (Steps in the synchronous section are marked with .)
 If the media element is in a document, abort these steps.
 Run the internal pause steps for the media element.

MozReview-Commit-ID: H4EgPqj2YxD

--HG--
extra : rebase_source : 4f875b7cbd0ead4cf0d8ce191a3ba32fb6f6395b
2016-12-13 15:34:14 +08:00
Nevin Chen
91bd753d3a Bug 1278245 - If a space is found, we assume this is a search query. r=ahunt
MozReview-Commit-ID: EfenqXSlaWj

--HG--
extra : rebase_source : 3934445d279a5f438294abed4a6b315eda6a2d33
2016-11-29 11:33:27 +08:00
Fischer.json
c3d82be2df Bug 1312361 - Clear all sites data from the Site Data section, r=Gijs
MozReview-Commit-ID: 7JbzO7TQaeX

--HG--
extra : rebase_source : d0fcc521cc12bd84eee00525982e3d2cabe92eee
2016-11-15 14:49:18 +08:00
ctai
81f1a5ff99 Bug 1222980 - Disable resource-selection-invoke-remove-src.html. r=jwwang
Disable resource-selection-invoke-remove-src.html because it should be failed. Bug 1318196 should be able to fix this test.

MozReview-Commit-ID: L3zzna9FKDm

--HG--
extra : rebase_source : f4e43311fb9de8fb30ce6014b3e26c19c53dce93
2016-12-14 11:23:52 +08:00
ctai
e36bde43f5 Bug 1222980 - Enable resource-selection-invoke-insert-source-not-in-document.html. r=jwwang.
MozReview-Commit-ID: Bjqs24D3AGb

--HG--
extra : rebase_source : 87adbfc2a9eec4aa096f37bca22f1c090a5cbbde
2016-11-18 11:24:00 +08:00
ctai
d44c8978b2 Bug 1222980 - Dispatch |QueueLoadFromSourceTask| to main thread. And end the synchronous section and asynchronously await a stable state when the src is not set. r=jwwang.
Dispatch |QueueLoadFromSourceTask| to main thread to make sure the task will be executed later than loadstart event. And when the src get errors, we need to end the synchronous section.

MozReview-Commit-ID: EQ0jVIMnqoZ

--HG--
extra : rebase_source : 6651826ad8de361deda5bdc0a49b2c68dcf86220
2016-12-13 15:45:59 +08:00
ctai
bce016bed3 Bug 1118337 - Enable resource-selection-invoke-insert-source.html. r=jwwang
This test case can be pass. This bug is fixed in bug 1222980.

MozReview-Commit-ID: FbCQe35A2cD

--HG--
extra : rebase_source : 0b62c31e95bc1b941c57c8bce62121bcb7483889
2016-11-18 11:29:33 +08:00
Carsten "Tomcat" Book
46b566a7e0 Merge mozilla-central to autoland 2016-12-15 14:26:10 +01:00
Carsten "Tomcat" Book
877ffa1db2 merge mozilla-inbound to mozilla-central a=merge 2016-12-15 14:17:53 +01:00
Tooru Fujisawa
55b7d72d60 Bug 1323276 - Use CustomizableUI.removeWidgetFromArea to explicitly remove new window button. r=dao 2016-12-15 16:54:46 +09:00
Tooru Fujisawa
c55ffaa975 Bug 1321228 - Part 2: Remove legacy generator from testing/mochitest/. r=ato 2016-12-15 16:54:46 +09:00
Tooru Fujisawa
fe45e321da Bug 1321228 - Part 1: Remove legacy generator from testing/marionette/. r=ato 2016-12-15 16:54:46 +09:00
Tooru Fujisawa
25ecae81fc Bug 1321226 - Remove legacy generator from mobile/. r=sebastian 2016-12-15 16:54:46 +09:00
Tooru Fujisawa
6a89333da4 Bug 1321225 - Remove legacy generator from layout/. r=jrmuizel 2016-12-15 16:54:45 +09:00
Tooru Fujisawa
0e519662df Bug 1322314 - Part 2: Disallow emitting ParseNode twice (backout 908dce87d771). r=shu 2016-12-15 16:54:45 +09:00
Tooru Fujisawa
f3591e7782 Bug 1322314 - Part 1: Do not emit ParseNode twice in BytecodeEmitter::emitDestructuringOpsArray. r=shu 2016-12-15 16:54:45 +09:00
Makoto Kato
3c1874f9a5 Bug 1322752 - Cannot compile widget with bumping WINVER to 0x601. r=jimm
MozReview-Commit-ID: EEOgx4H1ZyL
2016-12-15 16:40:33 +09:00
Makoto Kato
3ee6f7badc Bug 1322546 - Cannot compile nrappkit with WINVER=0x0600 or later. r=drno
MozReview-Commit-ID: HBVVHafiRKQ
2016-12-15 16:37:51 +09:00
Jeff Gilbert
7ca1cb79d0 Bug 1305832 - Move texture clearing code into WebGLTexture.cpp. - r=ethlin
MozReview-Commit-ID: 30UcfPZLYNz
2016-12-14 20:16:59 -08:00
Jeff Gilbert
ab01d38382 Bug 1305832 - Only glClear for ANGLE's ANGLE_depth_texture textures. - r=ethlin
MozReview-Commit-ID: H6yE1ib2TRI
2016-12-14 20:16:57 -08:00
Jeff Gilbert
6d03f48811 Bug 1305832 - CopyTex[Sub]Image should specify using TexImage to convince the driver to use the right internal format. - r=ethlin
MozReview-Commit-ID: JmhmNtqeA9V
2016-12-14 20:16:55 -08:00
Jeff Gilbert
49152faebc Bug 1305832 - ZeroTextureData doesn't need x/y/zOffset, so remove those args. - r=ethlin 2016-12-14 20:16:53 -08:00
Jeff Gilbert
227122a7b3 Bug 1305832 - Only use ZeroTexImageWithClear if we really have to. - r=ethlin
Only needed for ANGLE_depth_texture.
2016-12-14 20:16:51 -08:00
James Cheng
4f0ada8315 Bug 1323566 - Fix incorrect index usage in MediaKeySystemAccessManager::Observe(). r=cpearce
MozReview-Commit-ID: 1D6Yes6ofdj

--HG--
extra : rebase_source : aada68f7aab16fb51c3a5025993e52a01dd5ed07
2016-12-15 11:53:54 +08:00
Edgar Chen
8a160d47da Bug 1318630 - Part 2: Create correct html element object when "is" is specified for custom element; r=wchen
MozReview-Commit-ID: B7cEhy5ZqL3
2016-12-08 09:33:44 -10:00
Edgar Chen
474630d992 Bug 1318630 - Part 1: Fix missing control pref checks for custom element feature; r=wchen
MozReview-Commit-ID: F9EJMk0kVEA
2016-12-08 09:22:46 -10:00
Phil Ringnalda
c0da1782c5 Backed out changeset 6cec2e289658 (bug 1322445) for failures in skip-stack-guard-page.wast.js
MozReview-Commit-ID: 7YhOHeviJtl
2016-12-14 19:49:39 -08:00
Phil Ringnalda
8599587382 Merge m-c to m-i
MozReview-Commit-ID: Cjg141fyeEi
2016-12-14 19:40:49 -08:00
Phil Ringnalda
09ae31fddf Bug 1323628 - disable test_TelemetrySend.js for sudden apparently time-based failure across all trunk trees, a=surprise 2016-12-14 19:39:05 -08:00
Wes Kocher
460f4a6060 Merge inbound to central, a=merge 2016-12-14 16:06:41 -08:00