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

11567 Коммитов

Автор SHA1 Сообщение Дата
Carsten "Tomcat" Book 22833d30bb Backed out changeset e679c2e0b1b5 (bug 1270317) 2016-05-09 12:34:09 +02:00
Carsten "Tomcat" Book 2a08dfae2a Backed out changeset e97f355e24c9 (bug 1270317) 2016-05-09 12:34:08 +02:00
Carsten "Tomcat" Book c212343418 Backed out changeset 214b6958340a (bug 1270317) 2016-05-09 12:34:06 +02:00
Carsten "Tomcat" Book cfb8ab10ef Backed out changeset 20cb1be5da65 (bug 1270317) 2016-05-09 12:34:05 +02:00
Carsten "Tomcat" Book 5257224b2f Backed out changeset 86fccb7da8ac (bug 1270317) 2016-05-09 12:34:04 +02:00
Carsten "Tomcat" Book 0c3931f25f Backed out changeset beded14a92c5 (bug 1270317) 2016-05-09 12:34:03 +02:00
Carsten "Tomcat" Book 12a780d391 Backed out changeset 273d52aff2ad (bug 1270317) 2016-05-09 12:34:01 +02:00
L. David Baron 5aafe1d979 Bug 567283 patch 4 - Support #rgba and #rrggbbaa colors in CSS. r=xidorn
This adds support for #rgba and #rrggbbaa colors to CSS.  This feature
is specified in https://drafts.csswg.org/css-color-4/#hex-notation .

This adds new types to nsCSSValue so that we can serialize the syntax
that was specified, as we do for other distinctions in how colors are
specified.

It does not change the behavior of the hashless color quirk, which
continues to support only 3 and 6 digit colors as specified in
https://quirks.spec.whatwg.org/#the-hashless-hex-color-quirk (step 4).

This changes property_database.js to remove various uses of 4 and 8
digit colors as invalid values.  It then adds them in slightly fewer
places as valid values, but more thoroughly testing both initial and
non-initial values on 'color'.

It marks two canvas tests explicitly testing this feature as no longer
known to fail by removing their .ini files.

Finally, it adjusts the web platform test testing the hashless color
quirk to no longer treat 4 and 8 digit colors with hashes as invalid
values.  Removing the relevant test items seems like the right thing
since they're in a section where 3 and 6 digit colors were skipped but
other lengths were tested.  Modifying this imported test is OK since:
  <jgraham> dbaron: Commit the change you want to m-c, it is
    (semi-)automatically upstreamed every so often (typically
    about once a week)

MozReview-Commit-ID: IFq4HxaRkil
2016-05-08 22:16:42 -07:00
Aryeh Gregor b607cb2e71 Bug 1269712 - <track kind=invalid> should behave like metadata, not subtitles; r=bz
This follows a spec change <https://github.com/whatwg/html/issues/293>,
which AFAIK no other browser has implemented, so it has some regression
potential.

The web-platform tests changed are out-of-date and match the old spec,
so I'm changing them here to match the new spec.
2016-05-08 14:46:20 +03:00
James Graham db0cf2d998 Bug 1270508 - Update web-platform-tests expected data to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: 3SZYeNaUf2R
2016-05-07 09:05:39 +01:00
James Graham df2ee20f9e Bug 1270508 - Update web-platform-tests to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: JLzeheMYLlz
2016-05-07 09:05:37 +01:00
Wes Kocher 419e80ad06 Merge m-c to inbound, a=merge 2016-05-06 15:58:32 -07:00
Wes Kocher b17d7be7c1 Merge fx-team to central, a=merge 2016-05-06 15:57:08 -07:00
David Burns 6420fa4705 Bug 1258316 - Have marionette call maximize() on window instead of resize r=ato
This allows use to be able restore the window size if we wanted to.

MozReview-Commit-ID: Kx3JH1UroI2

--HG--
extra : rebase_source : 1b41e6b488eee2b4cbbea1104323b5807890b368
2016-05-06 21:15:13 +01:00
Wes Kocher 6586a41d87 Backed out changeset 08754cfc737c (bug 1123506) for various test bustage due to ` JavascriptException: JavascriptException: ReferenceError: __marionetteParams is not defined` CLOSED TREE 2016-05-06 15:12:14 -07:00
J. Ryan Stinnett 1b0b375ad7 Bug 1270596 - Upgrade to ESLint 2.9.0. r=ahal
MozReview-Commit-ID: IylFUWf1HVG
2016-05-06 10:41:04 -05:00
Joel Maher f57aa57196 Bug 1257570 - --spsProfile doesn't work from try syntax. r=wlach
MozReview-Commit-ID: 50N5inHlBsd

--HG--
extra : rebase_source : a66dc04a5f7e0ae5b43a18a00d744f4a635f0035
2016-05-06 09:38:34 -04:00
Jan Henning 2bd21731f2 Bug 1268177 - Disable background tab zombifications during tests. r=margaret
During tests that open additional tabs, the main test tab controlling the test is at risk of being zombified if a memory pressure event arrives, which breaks the test and leads to the test timing out. Therefore, we now disable background tab zombifications during tests.

This means that there's a slightly increased risk of being OOM killed instead, however
- the tabs opened by the tests themselves are normally relatively short-lived anyway
- we're no worse off than if the tab containing the test harness code had been zombified.

MozReview-Commit-ID: 1Ntvn4yjWlZ

--HG--
extra : transplant_source : %E78%93%3B%0F%5DnX%BC%E6G%10%B2%B5%1B%3A%9F%CE%F9%DD
2016-04-29 21:19:43 +02:00
Edgar Chen ba0d0471ef Bug 1264467 - Force a reload only when crossOrigin's state is really changed. r=jdm
MozReview-Commit-ID: F0wvy4TkPiQ
2016-04-14 18:53:44 -04:00
Henrik Skupin 57680e3919 Bug 1270820 - Improve failure messages for Wait().until() calls in Firefox UI testcase classes. r=maja_zf
MozReview-Commit-ID: IML3RZy3kXD

--HG--
extra : rebase_source : 55bb0796a0c29e11b659015985e0b64413247801
2016-05-06 17:31:22 +02:00
Rail Aliiev 61de32e703 Bug 1265425 - Fix buildbot properties r=coop a=release DONTBUILD
MozReview-Commit-ID: DBWsXeSuobI

--HG--
extra : rebase_source : 491d42f48534838e860b2201f408f917dac1a9d4
2016-05-06 07:01:30 -04:00
Ben Kelly 117f82a98c Bug 1270673 Fix wpt stream tests to reference new service-worker test-helpers.sub.js. r=jgraham 2016-05-06 06:33:38 -07:00
Henrik Skupin daf4cc9886 Bug 1270040 - Fix host usage in control center for fx ui tests. r=Gijs
MozReview-Commit-ID: 65RpUfoJEiW

--HG--
extra : rebase_source : 2a515489c20ca7a06775d19dad652d5fb6ff3919
2016-05-04 13:50:00 +02:00
Henrik Skupin 2f07b8ee9e Bug 1270040 - Fix fx ui tests regressions for certerror page merge. r=Gijs
MozReview-Commit-ID: D7qCF9q1eGY

--HG--
extra : rebase_source : e25095b66d5c37b5f47a5470252d5a3ad005d6e9
2016-05-04 13:46:02 +02:00
Henrik Skupin a1d418d3f2 Bug 1270040 - Fix test_unknown_issuer.py for cert domain changes. r=Cykesiopka
MozReview-Commit-ID: JcEe9bo2jEC

--HG--
extra : rebase_source : 01ca0c742819cf3d40b77d5c43a5ed634863e037
2016-05-04 12:30:44 +02:00
Andreas Tolfsen 2b77034fa3 Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester
In order to achieve WebDriver parity, Marionette needs the ability to
evaluate scripts in content space with lasting side-effects.  This means
that state modifications should affect behaviour and state of the browsing
context, and such transgress the boundaries of the sandbox.

This patch brings a new script evaluation module that is shared between
code in chrome- and content space.  This brings the number of unique
script evaluation implementations in Marionette down from six to one.

evaluate.sandbox provides the main entry-point for execution.  It is
compatible with existing Marionette uses of Execute Script and Execute
Async Script commands in Mozilla clients, but also provides a new stateful
sandbox for evaluation that should have lasting side-effects.

It is not expected that Mozilla clients, such as testing/marionette/client
and the Node.js client in Gaia, should have to change as a consequence
of this change.

A substantial change to the script's runtime environment is that many
globals that previously existed are now only exposed whenever needed.
This means for example that Simple Test harness functionality (waitFor,
ok, isnot, is, &c.) is only available when using a sandbox augmented
with a Simple Test harness adapter.

Conversely, this patch does not expose marionetteScriptFinished as a
callback to asynchronous scripts for sandboxes which sandboxName parameter
is undefined, because this is what determines if the script should be
evaluated under WebDriver conformance constraints.  In all other cases
where sandboxName _is_ defined, the traditional marionetteScriptFinished
et al. runtime environment is preserved.

MozReview-Commit-ID: 8FZ6rNVImuC

--HG--
extra : rebase_source : 38cc7b1e374fd42afb213133fd1a5e11bf8bdd95
2016-02-26 14:36:39 +00:00
Steve Fink 24cca19816 Backed out changeset 69b3bf72b9d1 (bug 1267876) on a CLOSED TREE
MozReview-Commit-ID: FRR8EgrjtDX

--HG--
rename : js/src/devtools/rootAnalysis/README.md => js/src/devtools/rootAnalysis/README.txt
rename : testing/taskcluster/scripts/builder/build-haz-linux.sh => testing/taskcluster/scripts/builder/build-browser-haz-linux.sh
extra : amend_source : 19525de501a17ab208ed4c92956b3dd75520cf6e
extra : histedit_source : 3206492a624870292018495474ed75e00534f9e9
2016-05-06 13:55:41 -07:00
Steve Fink 5c3dc60ab4 Bug 1267876 - Make usable on developer desktops, r=jorendorff
MozReview-Commit-ID: K6kMX8WD15g

--HG--
rename : js/src/devtools/rootAnalysis/README.txt => js/src/devtools/rootAnalysis/README.md
rename : testing/taskcluster/scripts/builder/build-browser-haz-linux.sh => testing/taskcluster/scripts/builder/build-haz-linux.sh
extra : rebase_source : 1791028b202c29f0d376bf840ed177a5effbe77c
extra : histedit_source : 53a2f102613ae128d09677a06470bdda2ee7e8df
2016-05-05 16:47:08 -07:00
William Lachance ccaae03fd3 Bug 1270617 - Fix suite summary lines in treeherder r=ahal
MozReview-Commit-ID: DBKSoUFM5uw

--HG--
extra : rebase_source : a3fbcff50ffdb91448af2eae3baec78c0f716dd3
2016-05-05 16:05:07 -04:00
David Burns a1f95963a9 Bug 965308: Remove b2g capability returned on startup r=ato
This removes a hack that was left behind so to not break eideticker
and mochitests on b2g.

MozReview-Commit-ID: 3n02qaAIPyp

--HG--
extra : rebase_source : 5e81c5ee42e152681f7306185c49f4b4628ac9b6
2016-05-06 00:02:04 +01:00
Steve Fink 0d4c159a93 Bug 1270888 - Add spidermonkey arm64 simulator task, r=jmaher
MozReview-Commit-ID: 61Ou54OV6Nr

--HG--
extra : rebase_source : c69c7683ffe8a9dbc9fb309938d2fdbc87e64cb9
2016-05-06 10:25:59 -07:00
Steve Fink cc388bdbcd Bug 1270888 - Fix the sm-* build types; they are debug but claim to be opt, r=jmaher
MozReview-Commit-ID: 2rXVMCToDhR

--HG--
extra : rebase_source : 20ad31daa5508bba4b3ea037e87bd829adda36ec
2016-05-06 12:40:57 -07:00
Henrik Skupin 3c7afa1336 Bug 1270256 - Update UpdateWizard class for removal of incompatible add-ons check. r=maja_zf
MozReview-Commit-ID: 8kDS0vtmcFM

--HG--
extra : rebase_source : e1ce0dcc77cfef1e53b5fd4d347e11a530cc22d0
2016-05-06 18:51:43 +02:00
Armen Zambrano Gasparnian b9a7729633 Bug 1270936 - Remove duplicate entries on try job flags. r=dustin
MozReview-Commit-ID: DploNskceAi

--HG--
extra : rebase_source : 6a1aacbd1f7258f9b1c6b944890ac540fcf5ba41
extra : histedit_source : 3159115e71a58a4f20ba619f986b5e0c8ddf7aec
2016-05-06 12:59:21 -04:00
Armen Zambrano Gasparnian 8a81728c6c Bug 1270885 - Enable Linux64 e10s debug mochitest-gl jobs. r=gbrown
MozReview-Commit-ID: K47ozR6Ifta

--HG--
extra : rebase_source : 696ac5d6c0bca5c574a25483a97c8099436cec17
extra : histedit_source : 1a934321975388af3d94a7f718ecfd1f4ae4cf73
2016-05-06 12:54:35 -04:00
Wes Kocher 462fc252b3 Backed out 3 changesets (bug 1190641) for failures in test_dialogArguments.html and test_iframe_sandbox_modal.html
Backed out changeset ef1d1a433415 (bug 1190641)
Backed out changeset b037f2642082 (bug 1190641)
Backed out changeset 733eacd2ed13 (bug 1190641)

--HG--
extra : rebase_source : 218cf6d49e6f71742da7c69cf42b0a6a355e1863
2016-05-06 12:54:16 -07:00
Gregory Szorc 01ada9de5b Bug 1270317 - Record hg version and install info; r=jlund
hgtool printed the hg version info when running. This is useful data
when debugging Mercurial failures. Add it back in.

We also add `hg debuginstall`, which prints useful bits about the
install, including the Python path and version.

MozReview-Commit-ID: IeKhfWDXEys

--HG--
extra : rebase_source : 93496db608a2f9480e521c526e30a25646583997
2016-05-06 11:00:29 -07:00
Gregory Szorc e944883993 Bug 1270317 - Stop using hgtool for Firefox builds; r=jlund
Now that the MercurialVCS VCS tool does things optimally, we no longer
need to use hgtool!

Again, this will effectively require a modern Mercurial version or
things will fail.

MozReview-Commit-ID: 9SM9qfYGlU6

--HG--
extra : rebase_source : 541303fb53a4ebd9aa4fd3313f8c72182d01ad37
2016-05-06 10:59:52 -07:00
Gregory Szorc 9bda169114 Bug 1270317 - Use modern, optimal cloning in MercurialVCS.ensure_repo_and_revision(); r=jlund
The code for ensure_repo_and_revision() has been completely overhauled.

We now require shared repos using auto pooled storage via the share
extension. This ensures that only a single copy of a logical
repository's history is stored on disk. e.g. if you clone
mozilla-central, inbound, and try, they'll all automatically share the
same storage.

The new code ensures the destination repo is using modern conventions
and will delete the destination repo if it isn't. So once this gets
deployed to production, machines will slowly start using optimal
storage. This should make VCS operations significantly faster.

Another optimization that is now in here is we check for presence of the
wanted revision before doing `hg pull`. This saves some communication
with the server if the revision is already present locally.

This change effectively requires a modern version of Mercurial to be
installed to run ensure_repo_and_revision(). Since Mercurial <3.7.3 has
security vulnerabilities, we shouldn't be running <3.7.3 in automation.
So I think this will be OK. If not, it will certainly be easy to
identify which machines aren't updated!

MozReview-Commit-ID: 62jtAsDj7rU

--HG--
extra : rebase_source : a43d7f54b16e71940e45ddf05402449575fccfee
2016-05-06 10:57:28 -07:00
Gregory Szorc e1aa318beb Bug 1270317 - Add query_pushinfo to MercurialVCS; r=jlund
MercurialVCS doesn't currently implement the VCSMixin interface.

This commit copies the implementation of query_pushinfo() from
HgtoolVCS to MercurialVCS so it implements the interface.

MozReview-Commit-ID: LKpLVhQoKww

--HG--
extra : rebase_source : 358d37e29f9239c0b1c084c0251af7a94c1f526a
2016-05-06 10:52:52 -07:00
Gregory Szorc d48fbc4b1a Bug 1270317 - Define a clone_upstream_url property; r=jlund
We currently have a "clone_by_revision" property that indicates to
perform a `hg clone -r`. We use it for cloning from Try.

Cloning single revisions undermines the benefits of clone bundles. So,
I'll be replacing "clone_by_revision" with a feature that clones from
another "upstream" repo then does a `hg pull -r` on the wanted revision.

This commit starts that work by introducing a "clone_upstream_url"
property. We define it on Try. It is currently unused.

MozReview-Commit-ID: Dohs8bCTUkB

--HG--
extra : rebase_source : 17b643f32747d494db04a2e80c4f94308b13618e
2016-05-06 10:51:06 -07:00
Gregory Szorc 0611c6f33d Bug 1270317 - Remove purgelong compatibility with ancient Mercurial versions; r=jlund
We no longer use <3.7 in automation. So drop support for <3.2. While I
was here, I also added magic variables to the extension so Mercurial
can react intelligently to version compatibility issues.

MozReview-Commit-ID: 4tAvQljasDR

--HG--
extra : rebase_source : ef2b5070014507533b5c0ec17449d62ba1bedad8
extra : source : 43c18590fcc7bbf7573647c2f225f4a82dd55730
2016-05-06 10:50:52 -07:00
Gregory Szorc 322cb2fd92 Bug 1270317 - Use modern exception syntax in purgelong; r=jlund
MozReview-Commit-ID: ISd4b14mjkl

--HG--
extra : rebase_source : 55843bc02ddc47019addf9f47f55092f9fcbf6d0
extra : source : 85d4e575d0ca38fe3bfcee03b4e91a9d216d11ba
2016-05-06 10:49:51 -07:00
Gregory Szorc da2645a8de Bug 1270317 - Add the purgelong Mercurial extension; r=jlund
The build/tools repo has a "purgelong" extension that is used to delete
long filenames on Windows. Without this extension, the APIs Mercurial
uses may run into path length issues and `hg purge` will fail.

This commit is a straight import of the purgelong extension
from https://hg.mozilla.org/build/tools minus the shebang line, which
isn't needed.

MozReview-Commit-ID: FIrEeWDf2Dl

--HG--
extra : rebase_source : ce34dc3dbcfbb9463022f3019f167a58cb396ef3
2016-05-06 10:49:25 -07:00
Gregory Szorc c57e67ab79 Bug 1270317 - Upgrade to Mercurial 3.7.3 in the mozharness test environment; r=jlund
We had a test environment running on Python 2.6 and an ancient version
of Mercurial. AFAICT we run Python 2.7 everywhere, so this environment
can be dropped.

We also upgrade to Mercurial 3.7.3, as that is what automation now runs.

MozReview-Commit-ID: 7WTyD3CUjtj

--HG--
extra : rebase_source : 8e37b215fb2bff2f12658fd5ad3b61d631ec26c7
2016-05-06 10:49:08 -07:00
Boris Zbarsky 278db1b97e Bug 1190641 part 3. Add the sandbox propagates to auxiliary browsing contexts flag to iframe sandboxing. r=ckerschb 2016-05-06 13:56:36 -04:00
Jocelyn Liu 9adeb967f0 Bug 1270387 - Disable Node.rootNode in release builds due to web compatibility issues. r=smaug
MozReview-Commit-ID: Gc2XGuFAYlD

--HG--
extra : rebase_source : 903fd104b36839b2fac27e0e67364abb95cec9ce
2016-05-05 14:21:22 +08:00
Ben Tian 88d03021fb Bug 1263116 - Stop throwing for DOMTokenList's.contains() when using empty string or ASCII whitespace, r=baku 2016-05-05 18:07:22 +08:00
Gregory Szorc fc62edc337 Bug 1270265 - Print action message when mozharness step finishes; r=jlund
This will enable log parsers to find step boundaries easier.

MozReview-Commit-ID: G4OaViDd9Fv

--HG--
extra : rebase_source : a7e94e4ec088c4fed7eb2b7a1662e308296e8bb2
2016-05-04 13:24:49 -07:00
Kim Moir 01c64d0bc5 Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=rail DONTBUILD 2016-05-05 15:05:15 -04:00
Aryeh Gregor 9aba692542 Bug 1270499 - Setting reflected unsigned long to out-of-range value should set to default; r=bz
This changes to match the spec, which also aligns the behavior of get
and set (get already maps out-of-range values to the default value).
There is currently no interoperable behavior here, but this aligns us
with IE -- tested in 11, hopefully true for Edge too.

On the way, I also fixed the fact that video's height and width were
being treated as signed.
2016-05-05 21:29:54 +03:00
Aryeh Gregor ccf82a74c7 Bug 881000 - Reflect img.lowsrc as a URL, not string; r=bz 2016-05-05 21:29:54 +03:00
Aryeh Gregor 4f9767021b Bug 1270459 - Limit td/th.scope to known values; r=bz 2016-05-05 21:29:54 +03:00
Aryeh Gregor 7ab958ba96 Bug 1270518 - Make object.code reflect as string, not URL; r=bz 2016-05-05 21:29:54 +03:00
Sebastian Hengst c7999b7c3e Backed out changeset b776e4d0ca2b (bug 1270508) for referencing deleted test. r=backout 2016-05-05 19:50:19 +02:00
Sebastian Hengst 5669e66c58 Backed out changeset 92c3a465c6db (bug 1270508) 2016-05-05 19:49:32 +02:00
Aryeh Gregor 86ae6362c9 Bug 1269415 - Allow negative <pre width> values; r=jst
This aligns with the spec and all other UAs, although it's less logical.
2016-05-05 20:20:42 +03:00
Mihai Tabara 2896a22e79 Bug 1214487 - Implement uptake monitoring on slaves/workers r=rail a=release DONTBUILD
--HG--
extra : source : 6a39e8d7aa6962e2ea00e42f7214d3b1c3c442f5
extra : intermediate-source : 9f6c2dca91e7218fce53ba197dd2dbed2e9f7613
extra : histedit_source : 464b2760fe93f0dbde0d5327becf069d6d622d60%2C3236bd4ee7221b57f135d9a973ef80452f055110
2016-05-05 13:11:06 -04:00
James Graham e440b12173 Bug 1270508 - Update web-platform-tests expected data to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: 3SZYeNaUf2R
2016-05-05 17:31:56 +01:00
James Graham 5325f1a661 Bug 1270508 - Update web-platform-tests to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: JLzeheMYLlz
2016-05-05 17:31:56 +01:00
Nathan Froyd bb3fb2eca6 Bug 1269349 - make robocop honor --timeout; r=gbrown
Our testsuites normally disable timeouts when --debugger or similar
options are specified.  Robocop doesn't do this, because apparently the
best way to debug Robocop tests is to |mach robocop [TEST-NAMES...]|,
wait for the browser window to show, and then connect a debugger.  This
setup seems suboptimal.

The setup being what it is, though, implies that runrobocop.py has no
knowledge of a debugger being connected, and therefore no idea that the
test really shouldn't time out.  Which then leads to the test going away
at that crucial moment when you are this > < close to figuring out the
bug.  Let's make runrobocop.py understand that --timeout means something
useful for such a context.
2016-05-05 11:25:54 -04:00
Stone Shih d9f82778f9 Bug 482388 - Use default url encoding to create channel when creating child workers or importing scripts in a worker. r=khuey
--HG--
extra : rebase_source : 78b0ddd725205028c6dc4c193cbbce0e0a628d77
2016-04-28 15:44:08 +08:00
Bevis Tseng e0e7ead1f0 Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey
--HG--
extra : rebase_source : 4f2d1da2ddafbe786c3908eb46723b4d2f0c48cc
2016-03-30 11:04:56 +08:00
Carsten "Tomcat" Book 889cd30471 Merge mozilla-central to mozilla-inbound 2016-05-09 13:07:48 +02:00
James Graham ea86fedb84 Bug 1270507 - Elide subtest results from web-platform-tests on treeherder when they match expectations, r=ahal
MozReview-Commit-ID: DyatYcpdjvQ

--HG--
extra : rebase_source : 8947cfc0084a2523c570ff2f832a7ce79852ba1d
2016-05-03 23:21:07 +01:00
Henrik Skupin a3371f3c80 Bug 1270078 - Fix AutocompleteResults.get_matching_text() for new awesomebar design. r=adw
MozReview-Commit-ID: 1kZX35CVpga

--HG--
extra : rebase_source : 7b38a67375600fbe596e14a8dabfaa095208c60c
2016-05-04 18:44:51 +02:00
Xidorn Quan ebe6f7b562 Bug 1205938 part 1 - Add waitForCondition() function to SimpleTest. r=jmaher
This function is roughly copied from browser/base/content/test/general/head.js.
It has been widely used in browser chrome mochitests, and should be fine to
have it available to all mochitests via SimpleTest.

MozReview-Commit-ID: DhIfgJiUhXK

--HG--
extra : rebase_source : 95ab1cd6c1ab5f6c0d8f0171865722ca76b41c6e
2015-09-18 11:06:47 +08:00
Nick Thomas 81b5667a9b Bug 1269079 - move query_who() to BuildbotMixin to deduplicate code, r=catlee 2016-05-05 17:22:47 +12:00
Boris Zbarsky f9fae4ce87 Bug 1257849 part 5. Implement DOMTokenList.prototype.supports(). r=bkelly 2016-05-04 23:41:25 -04:00
Boris Zbarsky 6205a2679f Bug 1260515. Start allowing sync XHR with credentials in window scopes again, since no one except for us bothered to implement the spec. r=smaug 2016-05-04 20:41:32 -04:00
Boris Zbarsky b7c851c9c2 Bug 1270219. Fix the meta-csp mixed-content web platform tests to actually output the <meta> tag with the content policy, so they're testing something useful. r=jgraham 2016-05-04 20:41:32 -04:00
Boris Zbarsky 666508a960 Bug 1270181. Disable the form-tag mixed-content tests entirely, because the modal dialogs they put up don't actually make the tests time out reliably. r=jgraham 2016-05-04 13:59:42 -04:00
Wes Kocher e570132b9f Backed out changeset 751ca24ae2c2 (bug 1249522) for android m(16) bustage 2016-05-04 10:51:21 -07:00
Aki Sasaki 41b1ddd512 bug 1244746 - mozharness pip freeze ignore_errors=True. r=jlund
MozReview-Commit-ID: LD98219O104

--HG--
extra : rebase_source : 62f8ee098f5aebf33d70813d060984b6d8912caa
2016-05-03 18:23:56 -07:00
Jordan Lund 0769ad1c3e Bug 1269911 - beta and release CI builds should clobber per-checkin, r=rail
* forces per checkin clobber only on 'release' platforms

MozReview-Commit-ID: E7ZxdiYH47d

--HG--
extra : rebase_source : 1dc896d61f7392b4fb253f08de7b743c86f0eebc
extra : amend_source : 677fda6773448183580701718114642b405668bf
2016-05-03 15:44:18 -07:00
Neil Deakin 10d25a9f48 Bug 1249522, when a file is present, only specify file type, r=smaug 2016-05-04 10:07:10 -04:00
Kalpesh Krishna 9f4cf9b501 Bug 1232005 - TaskCluster's Gecko decision task generate a file with all the possible jobs that could be scheduled. r=garndt
MozReview-Commit-ID: HJQj3e6dG7P

--HG--
extra : amend_source : e14ede5bc54514dc4f01565883342506371bc245
2016-05-04 09:19:47 -04:00
Edgar Chen 073c399681 Bug 1193349 - Part 4: Add more web-platform-tests for relevant-mutations; r=jdm
MozReview-Commit-ID: FCeDkPE3smy

--HG--
extra : rebase_source : d753f9313dae3f366e81303df39c58473b3a3870
2016-04-27 15:18:29 +08:00
Edgar Chen f3d5c68917 Bug 1193349 - Part 3: Update web-platform-test expectation; r=jdm
MozReview-Commit-ID: AMNnT9aAkUC

--HG--
extra : rebase_source : 05795f303ce1e69756b2b39ba7bc7a20a5e99c91
2016-04-13 11:57:18 -04:00
Michael Kohler 0793a8cbff Bug 1217031 - createPattern should not throw NS_ERROR_NOT_AVAILABLE if image usability check returns bad r=bz
MozReview-Commit-ID: 101uAYhcx3u

--HG--
extra : rebase_source : 1975f947176b61bb232348458ef7a0f485a0f479
2016-05-03 17:41:02 -07:00
Jeff Walden 3017794ba8 Bug 888969 - Permit a cyclic [[Prototype]] chain to be created through a Location object. r=bz, r=efaust
--HG--
extra : rebase_source : dca3ecec791ecca5a2512a789c756bb4af1ca895
2016-04-29 19:59:40 -07:00
Jeff Walden 28f542b75a Make web-platform-tests updates unrelated to bug 888969, separate from that bug's desired w-p-t changes. r=bz
--HG--
extra : rebase_source : c8960e121aca448dc4e196dcae702f8705951cb8
2016-04-29 17:55:31 -07:00
Wes Kocher aa3a4bea25 Backed out 3 changesets (bug 1260272, bug 1255128) for breaking android cpp tests CLOSED TREE
Backed out changeset ed7ae11297d3 (bug 1255128)
Backed out changeset 9dacf02bb0ef (bug 1260272)
Backed out changeset 4e095aa245ac (bug 1260272)

--HG--
extra : amend_source : 8478f37bfc55f7a65f210c3c527e590cc6f5ef7f
2016-05-03 15:36:28 -07:00
Maja Frydrychowicz 11447d31fd Bug 1269560 - Use internal pypi mirror for Marionette harness tests; r=jlund
MozReview-Commit-ID: F3YoZkAyXAP

--HG--
extra : rebase_source : 752982b8ac4fef1eaf723abf5e9e523e8e6c4007
2016-05-02 21:43:38 -04:00
Maja Frydrychowicz 75c84f25b1 Bug 1269560 - Add a pip.conf to desktop-build; r=dustin
MozReview-Commit-ID: 132q8GyycYo

--HG--
extra : rebase_source : 0e55196bcc73c5880eb5d6354bd42e9ac6f1fcc0
2016-05-02 21:40:22 -04:00
Jason Orendorff 1bf0fe8f0a Bug 1255128 - Standard argument coercion in `new ArrayBuffer(length)`. r=nbp. Thanks to snowmantw for tests.
MozReview-Commit-ID: 3RqF2rjJLfs

--HG--
extra : rebase_source : cde268a69f1441ef4e6ee566b38f4b767bf44a5f
2016-03-21 14:05:39 -05:00
Chris Cooper 74b0a7eec9 Bug 1265425 - Split partner repacks into smaller chunks r=rail a=release DONTBUILD 2016-05-03 12:42:29 -04:00
Armen Zambrano Gasparnian ed791cffae Bug 1268210 - Use --rebuild to retrigger TaskCluster tasks N times r=gbrown
MozReview-Commit-ID: K11t4cY2LaT

--HG--
extra : rebase_source : 376c13789c59588966d21d8ef8e887afd4304440
2016-05-02 11:51:22 -04:00
Kim Brown 3d3fc8c2d4 Bug 905650 - Added ability to get the hash of a screenshot; r=ato
MozReview-Commit-ID: 3NL7nkqpG6I

--HG--
extra : rebase_source : 1126849b99aaa622c402d350bc6d67ac192e4b7a
2016-04-17 21:37:14 -04:00
Thomas Nguyen a99d644f7f Bug 1261003 - update web platform meta. r=franziskus, r=ehsan
MozReview-Commit-ID: CLEGFz7lfek
2016-04-29 17:10:51 +08:00
Thomas Nguyen b69436726c Bug 1261003 - W3C referrerpolicy content attribute doesn't work in FF. r=josh, r=franziskuskiefer
MozReview-Commit-ID: KKq7ZRJziBu
2016-04-25 11:47:06 +08:00
Jonathan Watt 96a190dc59 Bug 1162772, part 6 - Add Web Platform Tests for Secure Contexts. r=bz
MozReview-Commit-ID: JU2bzytnkkI
2016-04-29 23:02:12 +01:00
Boris Zbarsky 634c2d0574 Bug 1268953. The load events we fire on iframe/frame/object (in the document case) should not be cancelable. r=smaug 2016-05-02 15:09:36 -04:00
Maja Frydrychowicz 49a1312230 Bug 1257922 - Marionette runs on ASAN fail due to fatal NS_ERROR_NOT_IMPLEMENTED JavascriptException; r=automatedtester
MozReview-Commit-ID: KcxZLYz5prb

--HG--
extra : rebase_source : 71171bd1d28c3ab9f0b1ff253d129e65ade70e7d
2016-04-29 17:17:36 -04:00
Aryeh Gregor 49d7e81abf Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins 2016-05-01 15:15:26 +03:00
Boris Zbarsky 599de42450 Bug 1268983. Annotate why the mixed-content form-tag web platform tests are failing. r=jgraham 2016-05-01 02:42:25 -04:00
Boris Zbarsky d32e5e3047 Bug 1268915. Fix mixed-content web platform tests to not screw up their bytes on Windows. r=jgraham 2016-05-01 02:42:25 -04:00
Sebastian Hengst beeb3876c4 Backed out changeset 5e1a99955893 (bug 1162772) 2016-04-30 09:53:38 +02:00
Boris Zbarsky b0077c1653 Bug 1184351. Remove a race in the picture-tag cases in mixed-content web platform tests. r=jgraham 2016-04-29 23:13:46 -04:00
Jonathan Watt bb248a43c3 Bug 1162772, part 6 - Add Web Platform Tests for Secure Contexts. r=bz
MozReview-Commit-ID: JU2bzytnkkI
2016-04-29 23:02:12 +01:00
Wes Kocher 5a74f93dfd Merge m-c to inbound, a=merge
MozReview-Commit-ID: 8tbWzOpUAR8
2016-04-29 16:01:16 -07:00
Robert Helmer 01231b1041 Bug 1268197 - add exception to startup IO test for webcompat system add-on r=jmaher a=merge
MozReview-Commit-ID: DQ9ndBpRUvt

--HG--
extra : source : b498e6f7c6b03c7ea7217e8cec7edb178bd0ea07
2016-04-29 11:03:41 -07:00
Steve Fink aca0470879 Jimmy had a horrible rebasing accident. Reattach poor Jimmy's arm. (followup for bug 1171632) a=merge
MozReview-Commit-ID: 6fNsUPqNduo

--HG--
extra : source : 01067412db32dd8eee38f64e6d66942b437fa924
2016-04-29 10:41:27 -07:00
Wes Kocher fcb496e3e5 Merge inbound to m-c a=merge
MozReview-Commit-ID: BKbqwBtHrBR
2016-04-29 14:54:44 -07:00
Carsten "Tomcat" Book efeedc62cb Merge mozilla-central to fx-team 2016-04-28 16:34:59 +02:00
Carsten "Tomcat" Book 2666074aa0 merge mozilla-inbound to mozilla-central a=merge 2016-04-28 16:30:24 +02:00
James Willcox 502a4ed174 Bug 1264154 - Fix Fennec debugging on Mac r=ted 2016-04-29 10:56:20 -05:00
Emilio Cobos Álvarez 0536cb4268 Bug 1224186: Implement DOMTokenlist.replace r=baku,Ms2ger 2016-04-28 11:20:25 +02:00
Sebastian Kaspari 6c23264bea Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella
MozReview-Commit-ID: SR6rhVroKv

--HG--
extra : rebase_source : 8996393e452b089a029d5879ce902a69f75bc64e
2016-04-19 20:01:38 +02:00
Wes Kocher 922724920a Merge m-c to fx-team, a=merge
MozReview-Commit-ID: 6anAKItZV1O
2016-04-27 14:30:20 -07:00
Wes Kocher 20598f44f6 Backed out changesets baa6c68ec413,5b8583070c9e,2942bb31152c,dd2ad6863f53,c68772362633,c8db6695b991 (bug 1231981) a=backout
MozReview-Commit-ID: EoGyz071RoN

--HG--
extra : amend_source : 69d6593ae0a946ed6366513a2e186b43c7435440
extra : histedit_source : cdce5a0698d6e7996ae731cff56263abc202ae65%2Ca62e94bdb37fc3e9266884f283d732e61e0f4715
2016-04-27 10:24:37 -07:00
Gijs Kruitbosch 1d863b1c09 Bug 1267289 - add more URL bar tests and fix issue with error pages, r=mikedeboer,mconley
This adds tests for issues brought up in bug 231393, bug 264610, bug 302575 and bug 1129564,
all of which fed into the current implementation of userTypedClear/userTypedValue. I intend
to move us away from userTypedClear, but I'm keen not to regress any of these issues, so
I'm adding automated tests to ensure that doesn't happen.

MozReview-Commit-ID: 1up2MIXzkzG

--HG--
extra : rebase_source : 4d37f13895b8c7e7aba5331664718582c6b2136c
2016-04-25 17:27:35 +01:00
Jocelyn Liu be57980c08 Bug 911477 - Implement DOM4 methods: prepend(), append(), before(), after() and replaceWith(). r=bz
MozReview-Commit-ID: A6SklLqXZtv

--HG--
extra : rebase_source : 87b99d99881347e4fe89dbc203a536bd99c7cb29
2016-04-12 10:48:14 +08:00
Mihai Tabara 998c45f522 Bug 1268824 - remove win64 stub installer paths for bouncer mozharness configs r=rail a=release DONTBUILD
MozReview-Commit-ID: 7VwlXcYhihB

--HG--
extra : rebase_source : 4ef893eb0124e0b93e8fb8cc89babad45f66347b
2016-04-29 08:15:01 -04:00
Rail Aliiev 3a16f3e848 Bug 1160385 - Generate beetmover checksums r=jlund a=release DONTBUILD
MozReview-Commit-ID: 6FmsshqCHJA

--HG--
extra : rebase_source : 1d2b8dd0fb12d90b681b40fcb860c2ef5f4ba74c
extra : source : 7404c393ba11214521d5ec1e3daa95cf60bab482
2016-04-28 08:25:31 -04:00
Lee Salzman 61d1a0da74 Bug 1265131, part 4 - fix tests for Skia m51 update. r=jrmuizel 2016-04-28 22:55:27 -04:00
Andrea Marchesini 1c0c183890 Bug 1261009 - Remove the Data Store API, r=fabrice 2016-04-29 09:02:45 +08:00
Steve Fink 1e7c12c791 Bug 1171632 - Run TC hazard builds on main trees, r=coop
MozReview-Commit-ID: 9yT79JaguUc

--HG--
extra : rebase_source : 7202466e5a36a235d281ec16810c7afc2dbc9040
extra : amend_source : 6d90d9afc2677fede34bf1a3f898a89b093e3b56
extra : histedit_source : 20c92d7841c4063172abb3d70f51298f353844a2
2016-04-26 13:48:27 -07:00
Nick Thomas de41c2626d Bug 848284, support for running l10n on try, r=catlee DONTBUILD
--HG--
rename : testing/mozharness/configs/single_locale/mozilla-central.py => testing/mozharness/configs/single_locale/try.py
2016-04-28 10:53:07 +12:00
Ryo Kato cc84ed66de Bug 1265274 - Make tests to use the common test data in keyframe-utils.js r=birtles
* Add new tests for single-valued keyframe to gKeyframeSequenceTests.
* Update constructor.html.ini and setFrames.html.ini so that we can use the new tests.
* Iterate all the possible tests for keyframes in animate.html (and modify .html.ini).
* Use `null` for some keyframes because assert_class_string doesn't care about details.
* Remove unnecessary call `done();`.

MozReview-Commit-ID: 6209DO9BYFP

--HG--
extra : rebase_source : 09ad64982940fba300d0884045bd22a71a0bd60a
2016-04-26 22:35:11 +09:00
Wes Kocher 6a486eb10c Merge m-c to inbound, a=merge
MozReview-Commit-ID: 56rcBPa9a6G
2016-04-27 14:16:30 -07:00
Geoff Brown 904004547f Bug 1266548 - Remove android_panda_releng.py mozharness config; r=kmoir 2016-04-27 14:56:08 -06:00
Rail Aliiev 657cd5175d Bug 1267847 - publish en-US XPI r=jlund a=release DONTBUILD
MozReview-Commit-ID: INAj3RxMoGS

--HG--
extra : rebase_source : 486ecd07a6d070d2e43ec088af0af290ae8208f9
2016-04-26 18:22:17 -04:00
Christoph Kerschbaumer ce27fed14a Bug 1206961 - Update web platform tests (r=bkelly) 2016-04-27 19:41:25 +02:00
William Lachance aea5f6ac7e Bug 1267377 - Run mulet gaia tests only on mozilla-central;r=garndt
MozReview-Commit-ID: CVOKANP6zj5

--HG--
extra : rebase_source : 426c5d411154f69cc88246f19f8c2135dc1391a8
2016-04-27 11:23:13 -04:00
William Lachance 6d3224a1d9 Bug 1267377 - Stop building ICS and JB b2g emulator;r=garndt
MozReview-Commit-ID: JXI8pGNderE

--HG--
extra : rebase_source : a1711c702228e0f59e5a0f11931af684a5a6e3b9
2016-04-27 11:21:33 -04:00
Steve Fink 2142735886 Bug 1267948 - Move sm-* jobs from try-only to base jobs, r=garndt
--HG--
extra : rebase_source : 5897f1522a980965ea4b3cbcd30fa9162febeedc
extra : amend_source : d77e0bd041a3b5e223845dbd109899f15a4a4b9b
2016-04-27 08:54:35 -07:00
Ben Kelly fe9b3f361f Bug 1267733 P4 Add a wpt test that verifies a service worker update can recover from a broken navigation interception. r=jdm
--HG--
rename : testing/web-platform/tests/service-workers/service-worker/resources/update-worker.py => testing/web-platform/tests/service-workers/service-worker/resources/update-recovery-worker.py
rename : testing/web-platform/tests/service-workers/service-worker/update.https.html => testing/web-platform/tests/service-workers/service-worker/update-recovery.https.html
2016-04-27 02:24:04 -07:00
Jessica Jong 8fae03d000 Bug 1206616 - Part 2: Update web platform tests. r=smaug 2016-04-25 19:54:00 +02:00
Brian Birtles c699ebcb64 Bug 1267893 - Follow-up to fix mistaken precision value in changeset c2f257b08990; r=me
The precision value was for seconds despite the fact that we are comparing
milliseconds. This was causing intermittent failures such as:

  https://treeherder.mozilla.org/logviewer.html#?job_id=26711451&repo=mozilla-inbound
2016-04-27 20:44:32 +09:00
Brian Birtles 5b507cd9d6 Bug 1267893 part 4 - Make setting the start time set 'did seek' to true; r=hiro
Based on changes to the spec: 8bf2b102de

MozReview-Commit-ID: GXllrLuyh8

--HG--
extra : rebase_source : cc979b43e46632aefdd3262299f4d810b13f6015
2016-04-27 11:34:05 +09:00
Brian Birtles 69dbbb916f Bug 1267893 part 3 - Add tests for start time; r=hiro
MozReview-Commit-ID: 7yhUVSEIR2v

--HG--
extra : rebase_source : bb055e86d33e126d97a872c750d2a626388ca2cb
2016-04-27 11:30:10 +09:00
Brian Birtles 1d12b7c981 Bug 1267893 part 2 - Move existing timing model tests into animation-effects subfolder; r=hiro
MozReview-Commit-ID: JojGDs8aWAp

--HG--
rename : testing/web-platform/tests/web-animations/timing-model/active-time.html => testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html
rename : testing/web-platform/tests/web-animations/timing-model/current-iteration.html => testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html
rename : testing/web-platform/tests/web-animations/timing-model/simple-iteration-progress.html => testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html
extra : rebase_source : ed62ab395adb34efaf652dd87f686fc3dc10ef8f
2016-04-27 11:27:12 +09:00
Brian Birtles d9ee95f813 Bug 1267893 part 1 - Add assert_times_equal for comparing times while allowing for a degree of imprecision; r=hiro
MozReview-Commit-ID: LAuCLmchBHa

--HG--
extra : rebase_source : 1faf8503de38373eed620b9590fd47d6f101cab8
2016-04-27 11:18:02 +09:00
Geoff Brown df5dd1eb17 Bug 1267825 - Run TC linux 64 opt tests as tier 2, for now; r=dustin
--HG--
extra : rebase_source : b51c30b27616f14240b620ac1aa95feea0b22655
2016-04-28 14:24:44 -06:00
Geoff Brown 7fb9ee8509 Bug 1267825 - Link test task definitions for Linux 64 opt; r=dustin
--HG--
extra : rebase_source : 8136bafaa63cd4dc2d2b15e4ca5226380e070c9a
2016-04-28 14:24:43 -06:00
Geoff Brown b1d8c6ae82 Bug 1267825 - Add test task definitions for Linux 64 opt; r=dustin
--HG--
extra : rebase_source : 775c296897f53a45ad942ab9c5b8892a1382d0b8
2016-04-28 14:24:42 -06:00
Boris Chiou fa20f796d0 Bug 1067769 - Part 13: Test for setting the target in basic cases. r=birtles
MozReview-Commit-ID: HG1Ttqzkti7

--HG--
extra : rebase_source : 9620f2a3bbaed34456e340ccef5738272beb954d
2016-04-28 23:22:44 +08:00
Boris Chiou bbb222e2a8 Bug 1067769 - Part 4: Add some simple tests for document.getAnimation() in wpt. r=birtles
MozReview-Commit-ID: Ip2XYKMfUjb

--HG--
extra : rebase_source : 4cb041aea661f2355bd693e983e407f9df6838b5
2016-04-28 23:22:43 +08:00
Boris Chiou 6679d6416c Bug 1067769 - Part 3: Test for KeyframeEffectReadOnly with null target. r=birtles
MozReview-Commit-ID: DQ5k6W1bgUC

--HG--
extra : rebase_source : 44b919cb3e227a3aa6b2d0adce582d4e8338b8f9
2016-04-28 23:22:42 +08:00
Byron Campen [:bwc] bcb48e8a93 Bug 1231981 - Part 6: Make sure we have pywin32 in the virtualenv for mochitest. r=gps
MozReview-Commit-ID: GEAAnagEqvh

--HG--
extra : rebase_source : 6cb8510bbd175b9ca703aba72c3ee9adf461cf9a
2016-04-08 16:15:18 -05:00
Byron Campen [:bwc] ba155973d6 Bug 1231981 - Part 4: Pull in the necessary python dependencies in CI. r=ahal
MozReview-Commit-ID: AkmzbnI4Lq5

--HG--
extra : rebase_source : 7f1d48ce6b6d042c01efa68cf84a3afd4f43384c
2016-03-15 16:27:36 -05:00
Byron Campen [:bwc] 73c29a05f5 Bug 1231981 - Part 3: Set up TURN server for webrtc mochitests, when configured to. r=drno
MozReview-Commit-ID: CVbAYPrwpuB

--HG--
extra : rebase_source : 7b9b7cc850a7968e9ad778a42e87b9df196307f1
2016-03-04 15:45:57 -06:00
Byron Campen [:bwc] 5409a43830 Bug 1231981 - Part 2.1: Only run the websocket/process bridge for media tests. r=ahal
MozReview-Commit-ID: 3GBAGTSR08c

--HG--
extra : rebase_source : 3564d1c1de1438ab9d979f8da16f9d5b65b9d8a0
2016-04-27 13:13:40 -05:00
Byron Campen [:bwc] e1f116b2c7 Bug 1231981 - Part 2: A websocket-to-process bridge script that can be used by JS to launch an ICE server for testing. r=ahal
MozReview-Commit-ID: FbfNzyw9SZp

--HG--
extra : rebase_source : 340531e580f5035be044807def4927fbd138d0ed
extra : source : 717ac54d91b1c341c35d9fb9fdc620dabd6040d9
2016-03-15 17:02:00 -05:00
Byron Campen [:bwc] a74abced8d Bug 1231981 - Part 1: Very basic test TURN server for running in CI. r=ahal,drno
MozReview-Commit-ID: 96vhyPCs99p

--HG--
extra : rebase_source : 12fa3a2f79c3ff8d9d0d438f96e78fea3b51c785
extra : source : ce0070f40160de58b31944d0c0fd971476726dae
2016-04-26 09:29:03 -05:00
Robert Helmer 94283af013 Bug 1268197 - add exception to startup IO test for webcompat system add-on r=jmaher
MozReview-Commit-ID: DQ9ndBpRUvt

--HG--
extra : transplant_source : %80%07%5D%EA%C3p%0B%EA%0F%82%CB%BE%A5%B8K%C4R%2C%18%8E
2016-04-29 11:03:41 -07:00
Steve Fink 52d57fc3d9 Jimmy had a horrible rebasing accident. Reattach poor Jimmy's arm. (followup for bug 1171632)
MozReview-Commit-ID: 6fNsUPqNduo

--HG--
extra : rebase_source : 8563ca9b58105245844fab6f0aca0ff1e8699bf9
2016-04-29 10:41:27 -07:00
Steve Fink 3b9a180178 Bug 1206201 - Simplify function that probably doesn't do what we want anyway, r=garndt
--HG--
extra : rebase_source : 705d0f7c043d89cc614a8beb8864986cdb1e749a
2016-04-15 16:46:52 -07:00
Steve Fink 02860683ba Bug 1206201 - Trigger sm-* builds with -p linux64, r=dustin
--HG--
extra : rebase_source : bb3e02b6af5ef06ee557bd8b238e20a181884200
2016-04-15 16:46:29 -07:00
Steve Fink 6ef14db096 Bug 1206201 - Restrict sm-* builds to things that touch js/src, r=dustin
--HG--
extra : rebase_source : 236874fa9442a6c98886fdb4b3d6cc483ab0578c
2016-04-15 16:46:16 -07:00
Steve Fink f1b721359b Bug 1206201 - Unenverbosify, r=garndt
--HG--
extra : rebase_source : 8e7bc7754690a447d632b14ab6b0a2d9da75913d
2016-04-15 16:26:49 -07:00
Andrew McCreight 3347e025c4 Bug 1227347, part 3 - Remove object-count leak suppression infrastructure. r=erahm 2016-04-26 11:46:28 -07:00
Andrew McCreight db70afedca Bug 1227347, part 2 - Remove leak suppressions for content processes. r=erahm 2016-04-26 11:46:28 -07:00
CJKu 3acf2e463b Bug 1266948 - text-decoration-color: currentcolor should not use value from -webkit-text-fill-color; r=jfkthame
MozReview-Commit-ID: 2SfENZieSzQ

--HG--
extra : rebase_source : 3880f8fd6ae18e9f4b1cbf0a2f5eff48c060548b
2016-04-26 23:56:44 +08:00
Boris Zbarsky 907c772eb9 Bug 1266851. Make <xmp> and <listing> use HTMLPreElement as their primary interface, per <https://github.com/whatwg/html/issues/1015>. r=peterv 2016-04-26 12:50:30 -04:00
James Graham e00900da05 Bug 1266831 part 2. Add some tests stolen from https://github.com/w3c/web-platform-tests/pull/493 so I (<bzbarsky@mit.edu>) can land test coverage together with the code change. r=jgraham 2016-04-26 12:50:26 -04:00
Byron Campen [:bwc] 6fe30f7f6f Bug 1231981 - Part 6: Make sure we have pywin32 in the virtualenv for mochitest. r=gps
MozReview-Commit-ID: GEAAnagEqvh

--HG--
extra : rebase_source : 9aa9de9172646fd6cb7a46cd8421abdce0163bba
extra : source : ee6210e7c75d38b71d7c09bace1e5008299715a3
2016-04-08 16:15:18 -05:00
Byron Campen [:bwc] a4e2b3e713 Bug 1231981 - Part 5: Install python packages we need in the virtualenv if not present. r=gps
MozReview-Commit-ID: 9PUHLMxHhQP

--HG--
extra : rebase_source : 5e863a5cf5d60c698d97c0f65070b89b2d8295bd
extra : source : 6848d362c947bf306b650cac7bb6a89981af474b
2016-03-16 15:40:17 -05:00
Byron Campen [:bwc] d7586bf7c1 Bug 1231981 - Part 4: Pull in the necessary python dependencies in CI. r=ahal
MozReview-Commit-ID: AkmzbnI4Lq5

--HG--
extra : rebase_source : 52c5cf00cca6acab4bfa1a7de927c322f9539ace
extra : source : 9060aea1dd3a91974484ef00fe3d2831ea22a985
2016-03-15 16:27:36 -05:00
Byron Campen [:bwc] 903901c97b Bug 1231981 - Part 3: Set up TURN server for webrtc mochitests, when configured to. r=drno
MozReview-Commit-ID: CVbAYPrwpuB

--HG--
extra : rebase_source : 81f06e74ab74558cfba435cac79bc6fee0d7409c
extra : source : 9249495e35aa39f4cf4f5604a9e1b56608c8775a
2016-03-04 15:45:57 -06:00
Byron Campen [:bwc] 91dc57493a Bug 1231981 - Part 2: A websocket-to-process bridge script that can be used by JS to launch an ICE server for testing. r=ahal
MozReview-Commit-ID: FbfNzyw9SZp

--HG--
extra : rebase_source : 38fe539b1f2ec1e6dc15e9630c37a6dec590f6c2
extra : source : 717ac54d91b1c341c35d9fb9fdc620dabd6040d9
2016-03-15 17:02:00 -05:00
Byron Campen [:bwc] b9a7bae98c Bug 1231981 - Part 1: Very basic test TURN server for running in CI. r=ahal,drno
MozReview-Commit-ID: 96vhyPCs99p

--HG--
extra : rebase_source : a0c499c2d8165d0b41cee8af11dcbe3f57229941
extra : source : ce0070f40160de58b31944d0c0fd971476726dae
2016-04-26 09:29:03 -05:00
Josh Matthews 4c6d253f1d Bug 1134194 - Ensure that load events are dispatched for all cases when a responsive source updates. r=johns
MozReview-Commit-ID: DZmJCAIuhQb

--HG--
extra : transplant_source : %AF%A1%2C%08FB%D1Q%26%0D%E4%9B%D3%FAf%CDDH%05%AD
extra : histedit_source : a3e049c9842d69a348ab8d33c69c2f14704ef401
2016-01-06 15:40:09 -05:00
Jordan Lund 3555e548aa Bug 1250999 - releng work for dropping api 9-10, merge work central->aurora r=rail
MozReview-Commit-ID: 65TwmjkLUeI

--HG--
extra : amend_source : 8387cf57c362246951fa01b9ced06715838b27ba
2016-04-25 08:35:47 -07:00
Carsten "Tomcat" Book d762cab321 Backed out changeset a244bcd9911b (bug 1231981) for mass bustage with Timed out while waiting for websocket/process bridge startup on a CLOSED TREE 2016-04-25 16:29:13 +02:00
Carsten "Tomcat" Book 1fe3914869 Backed out changeset de3f062c9a99 (bug 1231981) 2016-04-25 16:28:55 +02:00
Carsten "Tomcat" Book 94cebd7b33 Backed out changeset a9fcd0e98cc3 (bug 1231981) 2016-04-25 16:28:53 +02:00
Carsten "Tomcat" Book a41ff18ffd Backed out changeset 507145be7f82 (bug 1231981) 2016-04-25 16:28:52 +02:00
Carsten "Tomcat" Book e9599aa66e Backed out changeset 5a0d061f7548 (bug 1231981) 2016-04-25 16:28:50 +02:00
Carsten "Tomcat" Book 9b2d0ae59d Backed out changeset 15472b261c9b (bug 1231981) 2016-04-25 16:28:49 +02:00
Byron Campen [:bwc] 60f320e437 Bug 1231981 - Part 6: Make sure we have pywin32 in the virtualenv for mochitest. r=gps
MozReview-Commit-ID: GEAAnagEqvh

--HG--
extra : rebase_source : a001652874c316d6761e970d9f682dca8ef0deea
2016-04-08 16:15:18 -05:00
Byron Campen [:bwc] c87769deb2 Bug 1231981 - Part 5: Install python packages we need in the virtualenv if not present. r=gps
MozReview-Commit-ID: 9PUHLMxHhQP

--HG--
extra : rebase_source : f7a4bcff98f436242167dac03cf58973be0e26e6
2016-03-16 15:40:17 -05:00
Byron Campen [:bwc] c51311eeca Bug 1231981 - Part 4: Pull in the necessary python dependencies in CI. r=ahal
MozReview-Commit-ID: AkmzbnI4Lq5

--HG--
extra : rebase_source : f028c9f67f6e3ed9ef9aff7d5deffbb2f44d1331
2016-03-15 16:27:36 -05:00
Byron Campen [:bwc] 50135632ac Bug 1231981 - Part 3: Set up TURN server for webrtc mochitests, when configured to. r=drno
MozReview-Commit-ID: CVbAYPrwpuB

--HG--
extra : rebase_source : f52583fe21269d4d4214b93315cc75f0535de55d
2016-03-04 15:45:57 -06:00
Byron Campen [:bwc] 008efedd31 Bug 1231981 - Part 2: A websocket-to-process bridge script that can be used by JS to launch an ICE server for testing. r=ahal
MozReview-Commit-ID: FbfNzyw9SZp

--HG--
extra : rebase_source : f1404f32ab81d378b695a66bbdc6c184af20f9b0
2016-03-15 17:02:00 -05:00
Byron Campen [:bwc] 7f5a166b2a Bug 1231981 - Part 1: Very basic test TURN server for running in CI. r=drno, r=ahal
MozReview-Commit-ID: 96vhyPCs99p

--HG--
extra : rebase_source : 1b0901e9d2a374a99ec51c30b7315f221a7a7e27
extra : source : ce0070f40160de58b31944d0c0fd971476726dae
2016-02-24 14:40:25 -06:00
Vlad Ciobancai eba5401caa Bug 1265799 - Disable b2g-inbound. r=Callek
MozReview-Commit-ID: GYzymyiPz1D
2016-04-25 06:40:55 -04:00
Ben Kelly cce81cfe53 Bug 1265771 P2 Expand navigate-window.https.html wpt test to cover uncontrolled windows. r=bz 2016-04-24 08:11:32 -07:00
Jared Wein df72ffc760 Bug 1160424 - [Decoder Doctor] Show notification UI when a requested codec is missing but downloadable. r=gijs
MozReview-Commit-ID: BHPpLM96cg3

--HG--
rename : browser/base/content/browser-eme.js => browser/base/content/browser-media.js
2016-04-24 18:04:25 +10:00
Josh Matthews 62ce0e2f1d Bug 1209095 - Accept opaqueredirection fetch results if the request redirection type is manual. r=bkelly 2015-12-16 19:06:54 -05:00
Phil Ringnalda 296f3a95c3 Back out 4 changesets (bug 1265771, bug 1266857) for leaks in browser_DownloadPDFSaver.js on Windows
CLOSED TREE

Backed out changeset a0c85ccffafd (bug 1266857)
Backed out changeset 1cf8785bdc0c (bug 1265771)
Backed out changeset e411c3ccd7b6 (bug 1265771)
Backed out changeset a298cd2c9417 (bug 1265771)
2016-04-22 21:27:11 -07:00
Ben Kelly 9216655d15 Bug 1265771 P2 Expand navigate-window.https.html wpt test to cover uncontrolled windows. r=bz 2016-04-22 00:50:13 -07:00
Boris Zbarsky b66f459c87 Bug 1266077. Fix <base> href getter to follow the spec; it should be using the fallback base URI to resolve against, not the document URI. r=bkelly 2016-04-22 17:59:16 -04:00
Boris Zbarsky 666ff33931 Bug 1260511 part 4. Fix some of the places where registerProtocolHandler should be throwing a SECURITY_ERR to actually do so. r=gijs 2016-04-22 16:03:06 -04:00
Boris Zbarsky 40c7808bf8 Bug 1260511 part 2. Change XPConnect's handling of exceptions thrown from JS components so that if an nsresult integer is thrown we convert it into an actual exception object before handing it out to content instead of propagating out the numeric value. r=khuey 2016-04-22 16:03:05 -04:00
Gregory Arndt 6af4f44564 Bug 1266719 - Add retry and timeout options when downloading image context r=wcosta
MozReview-Commit-ID: BTpHZa4PX0G

--HG--
extra : rebase_source : 4e8487755acf37a4eef8192061abf00262d2407b
2016-04-22 06:43:24 -05:00
Chris AtLee d68425c8ab Bug 1263575 - Add TOOLTOOL variables to windows configs r=nthomas
MozReview-Commit-ID: FAVc3c0XEW5

--HG--
extra : rebase_source : 11f8f264877deecded2a518cabbc1101e9c21700
2016-04-19 10:45:44 -04:00
Ben Kelly d7ee43813a Bug 1265795 P2 Add a web-platform-test for the window navigation case. r=bz 2016-04-21 16:10:40 -07:00
Ryo Kato 3cfacb8444 Bug 1244591 - Part 3: Add web-platform tests for KeyframeEffect.setFrames r=birtles
Some tests are expected to fail until Bug 1216843 and 1216844 are resolved, so that
we specify that on the meta file `setFrames.html.ini`.

MozReview-Commit-ID: 6z2P1KkGJhb

--HG--
extra : rebase_source : 4e679d322a6d772de6488b58f70117908633433a
2016-04-16 23:39:51 +09:00
Ryo Kato 5ff375fd14 Bug 1244591 - Part 2: Extract useful keyframes tests to a new file r=birtles
Extract a lot of tests from keyframe-effect/constructor.html and add some
documentation so that we can reuse them in other tests. This helper will
be used when we want to test these API:

* KeyframeEffect(ReadOnly) Constructor
* KeyframeEffect.setFrames()
* SharedKeyframeList Constructor
* Animatable.animate()

and so on.

MozReview-Commit-ID: 5jZbXyPFHih

--HG--
extra : rebase_source : 63f4afc865378be3ae67cad5d6a389564c67c6fe
2016-04-16 23:38:02 +09:00
Thomas Nguyen 3f10b1a2de Bug 1260664 - W3C Reflect referrerPolicy as a limited enumerated attribute. r=franziskuskiefer . r=smaug
MozReview-Commit-ID: Dppj4iuZnFp
2016-04-18 18:35:47 +08:00
Wes Kocher e80ed17c41 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 5AQXGbI0ke2
2016-04-21 15:02:19 -07:00
Wes Kocher aac511837d Merge inbound to m-c a=merge
MozReview-Commit-ID: GW9vcSRPgYc
2016-04-21 14:41:08 -07:00
Wes Kocher 2f995bc188 Merge fx-team to central, a=merge
MozReview-Commit-ID: ET3mK4tT0BT
2016-04-21 14:25:36 -07:00
Alexandre Lissy 4711e32f6d Bug 1264060 - Update arch triplet for B2G builds. r=gerard-majax a=tomcat 2016-04-21 05:57:00 +02:00
Carsten "Tomcat" Book 9c7706469a Backed out changeset ab5be7357e53 (bug 1264060) for issues with the patch 2016-04-21 10:57:20 +02:00
Armen Zambrano Gasparnian 996eefb204 Bug 1251893 - Change TC Linux64 debug jobs to always download symbols. r=ted
Debug test jobs are expected to cause asserts and we need to have symbols on disk to
get proper allocation stacks. The OutputParser requires the symbols to be on disk upon
contrustcion of the object [1][2].

[1] https://dxr.mozilla.org/mozilla-central/rev/5e0140b6d11821e0c2a2de25bc5431783f03380a/testing/mochitest/runtests.py#2484
[2] https://dxr.mozilla.org/mozilla-central/rev/5e0140b6d11821e0c2a2de25bc5431783f03380a/testing/mozbase/mozrunner/mozrunner/utils.py#266

MozReview-Commit-ID: FpI5iDNHI32

--HG--
extra : rebase_source : 424dfb2d78e29335cc33df91434573395eea285c
2016-04-14 08:47:09 -04:00
nhirata 6a314143f2 bug 1264060 - Nexus 5 L and Aries builds are not pushed to Taskcluster artifacts repo correctly. r=me
MozReview-Commit-ID: InB4faPIsMn

--HG--
extra : rebase_source : 165dc8f812aaadc954f8ea576770f38b9c6713ae
2016-04-20 19:08:25 +02:00
John Dai 35de5cae82 Bug 964583 - Update web-platform tests for Web IDL [EnforceRange] (unsigned) long long boundary conditions. r=bz 2016-04-20 03:19:00 +02:00