Commit Graph

221216 Commits

Author SHA1 Message Date
Gregory Szorc
161900aa2e Bug 1115278 - Fix mach documentation issues; r=glandium
terminal.py had an ambiguous |import logging| that was importing
mach.logging from Sphinx. We fix it.

There was also a poorly formed link in the mach commands documentation.
We fix it.

--HG--
extra : rebase_source : 12783c69027989ac031d29e4ecbc1ee2f465ffa4
extra : histedit_source : 4283c6cdecc4de8aa7636d0c4cc566daf5142b50
2014-12-24 10:26:34 -08:00
Gregory Szorc
6af3885f00 Bug 1115278 - Add virtualenv to Sphinx environment; r=glandium
Python API documentation requires the ability to import modules. So, we
set up a virtualenv in our Sphinx environment so module loading works.

This solution isn't perfect: a number of modules fail to import when run
under sphinx-build.

--HG--
extra : rebase_source : fce732e0b8aefe0e9a2ee594b8a08ac02e27579a
extra : histedit_source : bef27c947b95c3182fbc6cd656ae8c96acaaa6f4
2014-12-24 10:17:02 -08:00
Gregory Szorc
ffb069ffd5 Bug 1115278 - Move Sphinx documentation staging into Sphinx extension; r=glandium
Previously, code for staging the Sphinx documentation from moz.build
metadata lived in a mach command and in the moztreedocs module. This
patch moves the invocation to the Sphinx extension.

When the code is part of the Sphinx extension, it will run when executed
with sphinx-build. This is a prerequisite to getting RTD working, since
sphinx-build is the only supported entrypoint for generating
documentation there.

With this patch, we can now invoke sphinx-build to build the
documentation. The `mach build-docs` command is no longer needed.

--HG--
extra : rebase_source : 86e76c7d598ffa23dae858254eecedbdd12706a4
extra : histedit_source : 1826aa5ddfafdff62847cc293d1f0950b236caac
2014-12-24 09:46:41 -08:00
Gregory Szorc
6eb2b6f9e3 Bug 1115278 - Store docs directory in a variable; r=glandium
--HG--
extra : rebase_source : b23e3e6202a2ea4b6f8ed24cdcf2698dededf6b6
extra : histedit_source : bfa988fb2259a03439700dfc894eefdeb2bb4a98
2014-12-23 23:18:48 -08:00
Gregory Szorc
ceef293334 Bug 1115278 - Move Sphinx build scanning into moztreedocs; r=glandium
In order for Sphinx documentation to work with Read The Docs, we need
the code for scanning the build config for Sphinx documentation to live
in an importable module. This patch moves some code from the
|build-docs| mach command into an importable module.

--HG--
extra : rebase_source : 263972d1415419c59c25058ca2cb90b3c31eda89
extra : histedit_source : e120aa117c63d54f6b293ae63d9bd1338ea0e808
2014-12-23 22:53:50 -08:00
Philipp Kewisch
1f4eee14d6 Bug 1084066 - plugins and extensions moved to wrong directory by mozharness - correct in-tree config. r=ted 2014-12-29 19:02:17 +01:00
Tooru Fujisawa
26b6bf3865 Bug 1115996 - Fix comment for JS_GetExternalStringFinalizer. r=luke 2014-12-30 03:22:51 +09:00
Tooru Fujisawa
d78ce013d5 Bug 1115986 - Fix JS_GetLatin1InternedStringChars identifier. r=terrence 2014-12-30 03:22:49 +09:00
Martin Thomson
d3766cef7d Bug 1052610 - Disabling non-PFS cipher suites, r=ekr
--HG--
extra : rebase_source : 05b724914c08ca3e9c0b0f50ebdb5ed151b72b98
2014-12-29 09:38:37 -08:00
Jon Coppeard
eb8fe4ffcf Bug 1032750 - Don't update GC triggers on uncollected zones r=terrence 2014-07-02 08:05:58 +01:00
Benjamin Bouvier
514348c3a1 Bug 1110164: Add bitselect to asm.js; r=luke
--HG--
extra : rebase_source : aeb34577dbf3b6a94cdfae8b5ae8ca3ff3d4799e
extra : histedit_source : e27cd5133d972d08798c487104c2430dbd715f09
2014-12-22 18:42:52 +01:00
Benjamin Bouvier
0b178c6085 Bug 1110164: Rename Select into BitSelect in the interpreter and implement Select in the interpreter; r=till
By the way, merge test files and generalizes them.

--HG--
extra : rebase_source : 82fcae7419bc032a4901d06d2d1b9f0934010c6f
extra : histedit_source : 8a835946afa6cf587777dbbfaeca0ccc6f16d486
2014-12-22 18:44:34 +01:00
Benjamin Bouvier
13212c14c9 Bug 1110164: Extend MSimdSelect to also handle element-wise select; r=sunfish
--HG--
extra : rebase_source : 4502a8718d467da247d481476013e8b718f2f38a
extra : histedit_source : 9dd605bf892aa843cc892ab9f0fa07925225df85%2C765790385369b77fa4f13a6921d79109666a9017
2014-12-29 18:04:47 +01:00
Benjamin Bouvier
c0814c8733 Bug 1110164: Rename MSimdTernaryBitwise into MSimdSelect; r=sunfish
It doesn't seem there will be other ternary SIMD operators at the moment.

--HG--
extra : rebase_source : 855188755e6b9e91b76f74e9d8a9b01728d050c4
2014-12-22 18:08:47 +01:00
Benjamin Bouvier
060b54b440 Bug 1115043: Ensure that range analysis takes size of element into account when removing bounds checks of AsmJS{Load/Store}Heap; r=luke
--HG--
extra : rebase_source : a7d3b262ca4ac87871da03a37cff99e355533098
2014-12-23 18:24:25 +01:00
Jan de Mooij
8d7dde26c9 Bug 1113643 - Optimize |x instanceof function| in Baseline and optimize more in Ion. r=bhackett 2014-12-29 16:26:39 +01:00
Carsten "Tomcat" Book
46c91dfa3a Merge mozilla-central to mozilla-inbound 2014-12-29 16:17:28 +01:00
Carsten "Tomcat" Book
e87e193a3a merge b2g-inbound to mozilla-central a=merge 2014-12-29 16:13:08 +01:00
Carsten "Tomcat" Book
0920b4da81 merge fx-team to mozilla-central a=merge 2014-12-29 16:05:18 +01:00
Neil Deakin
0c16d5bcde Bug 1083269, handle windows in a different process within waitForFocus, r=jmaher 2014-12-29 07:39:26 -05:00
Michal Novotny
428b61f3ee Bug 792831 - WebSocket permessage compression extension, r=jduell 2014-12-29 12:43:40 +01:00
Trevor Saunders
78f5b1bae8 bug 1113845 - allow OuterDoc Accessible proxies to be shutdown while they own a document r=davidb 2014-12-29 06:20:16 -05:00
Trevor Saunders
4232ed7ff1 bug 1113407 - cleanup wrappers on doc shutdown r=davidb 2014-12-29 06:20:16 -05:00
Carsten "Tomcat" Book
44c2b0c040 Backed out changeset 1cddaf8b16f4 (bug 1077075) for bustage 2014-12-29 10:45:03 +01:00
Carsten "Tomcat" Book
ad72677a4e Backed out changeset cfddd3baeb0b (bug 1077075) 2014-12-29 10:30:19 +01:00
Carsten "Tomcat" Book
70479dd57c Backed out changeset 916a5e943388 (bug 1077075) 2014-12-29 10:30:17 +01:00
Carsten "Tomcat" Book
2e7b83ac72 Backed out changeset d36a45163b69 (bug 1077075) 2014-12-29 10:30:15 +01:00
Carsten "Tomcat" Book
ac1f16356d Backed out changeset 05880eb3e779 (bug 1077075) 2014-12-29 10:30:13 +01:00
Carsten "Tomcat" Book
19124d2667 Backed out changeset 69e5f05ade70 (bug 1077075) 2014-12-29 10:30:11 +01:00
Carsten "Tomcat" Book
8c6a08019d Backed out changeset b51678e8e5e8 (bug 1077075) 2014-12-29 10:30:07 +01:00
Phil Ringnalda
5f1f7728cf Merge m-c to m-i 2014-12-28 22:59:15 -08:00
Phil Ringnalda
c2432dd4ca Back out 9e126e97e347 (bug 1098700), a=backout 2014-12-28 22:57:38 -08:00
Phil Ringnalda
91b1e32f3c Merge f-t to m-c, a=merge 2014-12-28 10:48:47 -08:00
Phil Ringnalda
cbb03d4116 Merge b-i to m-c, a=merge 2014-12-28 10:47:53 -08:00
Phil Ringnalda
aa30d5cd70 Merge m-i to m-c, a=merge 2014-12-28 10:46:50 -08:00
Jeff Muizelaar
99f342546e Bug 1112780. Recreate the RenderTargetView on demand. r=jgilbert
This avoids reusing the RenderTargetView across AcquireSync/ReleaseSync pairs
and fixes bug 1109718. It adds a ReleaseSync call to ANGLE
that causes it to invalidate the RenderTargetView.

--HG--
extra : rebase_source : 993a437f5d1e1bfda32ef995b09f216930f174e1
2014-12-28 00:01:02 -05:00
Shu-yu Guo
dc3be891d4 Bug 1114587 - Bail out in-place for debug mode in exception handler even if there's no pending exception, so that the DebugEpilogue is called. (r=nbp) 2014-12-27 21:03:13 -08:00
Shu-yu Guo
71c71ab2e2 Bug 1115847 - Commit correct version of patch from bug 1100337. (r=me) 2014-12-27 21:03:13 -08:00
Leonid V. Fedorenchik
f7a220a203 Bug 1115327 - Changed FrameMetrics.mScrollableRect to be accessible by getter/setter methods. r=kats 2014-12-27 12:48:27 -05:00
Sebastian Hengst
6c7a874f6b Bug 1103314 - Clarify label of "Remove All Cookies" button to indicate whether it removes all cookies or just removes the cookies shown. r=dao 2014-12-27 17:35:24 +01:00
Jan de Mooij
b9e58eb1f5 Bug 1114574 - Refactor and improve MCompare::tryFold. r=h4writer 2014-12-27 13:55:06 +01:00
ffxbld
72b783869f No bug, Automated blocklist update from host b-linux64-ix-0002 - a=blocklist-update 2014-12-27 03:21:34 -08:00
ffxbld
c859dae2e4 No bug, Automated HPKP preload list update from host b-linux64-ix-0002 - a=hpkp-update 2014-12-27 03:21:29 -08:00
ffxbld
bc4966f0aa No bug, Automated HSTS preload list update from host b-linux64-ix-0002 - a=hsts-update 2014-12-27 03:21:25 -08:00
Jordan Santell
99537b7843 Bug 1056458 - Add backend for recording automation events in the web audio API for developer tools. r=vp 2014-12-27 09:10:00 +01:00
Wes Kocher
3f9504e57a Merge m-c to b2g-inbound a=merge 2014-12-26 20:12:53 -08:00
Wes Kocher
7e015865b6 Merge fx-team to m-c a=merge 2014-12-26 20:00:31 -08:00
Wes Kocher
5b9d307e11 Merge b2g-inbound to m-c a=merge 2014-12-26 19:57:18 -08:00
B2G Bumper Bot
53279237af Bumping manifests a=b2g-bump 2014-12-26 19:51:58 -08:00
B2G Bumper Bot
832096d2c6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f434a7b8fede
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #26956 from KevinGrandon/bug_1114493_search_installed_apps

Bug 1114493 - [Search] Properly handle install/uninstall methods

========

https://hg.mozilla.org/integration/gaia-central/rev/097a9a1f0fa9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1114493 - [Search] Properly handle install/uninstall methods r=chens
2014-12-26 19:42:18 -08:00