john
6e2d8c8fe7
Bug 236989 - Ensure persisted subdocuments correctly fixup relative links. r=bzbarsky
...
The URI of the document being serialized must be taken into account within
GetLocalURI on URIData. This method previously returned its path relative to
the document in which it is first visited, resulting in a bug when subdocuments
stored in different locations also linked to it. By passing in mTargetBaseURI
GetLocalURI can ensure it is returning a path relative to the document
currently being serialized.
--HG--
extra : rebase_source : 124f6b065b5b4d5952678666b72a63937532ec12
2015-09-02 23:53:38 -07:00
Jean-Yves Avenard
89ddcfa7d2
Bug 1203367: Ensure WebMBufferedState is only used after reading metadata. r=kinetik
...
We also now limit the use of the WebMBufferedState for calculating the buffered range and seeking on buffered data.
2015-09-14 19:06:50 +10:00
James Graham
078ed02489
Bug 1194166 - Update unittest mozconfigs for all platforms, r=chmanchester,jlund
2015-09-14 09:46:59 +01:00
James Graham
a18778acbf
Bug 1193257
- Make xpcshell harness command line arguments path filters for tests, r=ahal
2015-09-14 09:46:58 +01:00
James Graham
fe62e879d2
Bug 1193224
- Remove vestigial --tests-root-dir option from xpcshell tests, r=ahal
2015-09-14 09:46:58 +01:00
James Graham
76cd28ba62
Bug 1198257 - Better support for providing a directory name and discovering reftests under that directory, r=jmaher
2015-09-14 09:46:57 +01:00
James Graham
841e634737
Bug 1193223 - Add reftest support to mach test, r=chmanchester
2015-09-14 09:46:57 +01:00
James Graham
2ec5acef36
Bug 1181516 - Allow reftests to take paths to multiple directories containing tests on the command line, r=jmaher
...
This makes reftest command line arguments behave more like other test suites,
so we can use a simple unified syntax for e.g. |mach try|. The patch also
reworks the command line argument parsing to use argparse rather than optparse,
and causes mach to reuse the same parser as the suite.
2015-09-14 09:46:56 +01:00
James Graham
4f84c608b3
Bug 1181520 - Remove support for passing in reftest arguments via the command line, r=jmaher
...
This unifies how reftests are invoked across desktop and
mobile, and paves the way for introducing more complex
datatypes that are unreasonable to express on the
command line.
2015-09-14 09:46:55 +01:00
Benjamin Bouvier
3d9e25d145
Bug 1107011: Propagate recovered on bailout flags when converting float32 to doubles; r=nbp
...
--HG--
extra : commitid : 4Qpl3YoMxb4
extra : rebase_source : 19aa3b1ce200b0f93182de017aff27ea28ddffaf
extra : amend_source : 50989fdc15258cf7c763d2df3a727ae4853ba543
2015-09-10 11:58:44 +02:00
David Anderson
84df7133f4
Don't attempt to use WARP after D3D11CreateDevice crashes. (bug 1201202, r=bas)
2015-09-13 23:52:29 -07:00
David Anderson
7fc797a935
Don't run the compositor:created notification from within unsafer callers. (bug 1201684, r=mattwoodrow)
2015-09-13 23:51:45 -07:00
Georg Fritzsche
77f63b071b
Bug 1193038: Purposely leak StatisticsReport object and suppress the leak report r=glandium,mccr8,njn
2015-08-18 19:21:40 +02:00
Eric Faust
2fd667967b
No Bug - Ensure that ion/bug1185957.js won't permafail on uplift. (r=me)
2015-09-13 20:16:56 -07:00
JW Wang
962c356c98
Bug 1203449 - Remove OutputStreamListener from DecodedStream.cpp. r=roc.
2015-09-14 10:43:27 +08:00
Franziskus Kiefer
539b180951
Bug 1174915 - Allow changing meta referrer policy on the fly, tests (r=sstamm)
2015-06-29 11:05:05 -07:00
Franziskus Kiefer
653efda290
Bug 1174915 - Allow changing meta referrer policy on the fly (r=baku,sstamm)
2015-06-19 17:42:49 -07:00
Brian Birtles
8b804f721d
Bug 1202556 - Detect underflow in TimeStamp addition/subtraction operators; r=froydnj
2015-09-14 09:47:09 +09:00
Nicholas Nethercote
c2152e0df0
Bug 1204184 - Disallow compiler warnings in dom/filesystem/. r=baku.
...
The ALLOW_COMPILER_WARNINGS=True is no longer needed.
--HG--
extra : rebase_source : fc42114fa4d2c6a92b4a26b8c9205ef97d1eaa36
2015-09-13 15:55:30 -07:00
Brian Hackett
1833de80c4
Bug 1198861 - Backout faaafe8c3d1e for massive regressions.
2015-09-13 16:55:58 -06:00
Brian Hackett
c8a62d0aec
Bug 1199384 - Add shell function for writing a typed array to a file, r=sfink.
2015-09-13 15:19:33 -06:00
Brian Hackett
be0ddae533
Bug 1198861 - Improve type barrier logic to avoid unnecessary tests on primitive types, and fix redundant baseline stubs for SETELEM property adds, r=jandem.
2015-09-13 13:37:14 -06:00
Phil Ringnalda
448dc3df90
Merge m-c to m-i
2015-09-13 12:07:56 -07:00
Phil Ringnalda
44860262c7
Merge m-i to m-c, a=merge
2015-09-13 11:58:18 -07:00
Heiher
19f698ff50
Bug 1204306
- IonMonkey: MIPS32: Clean up MacroAssembler functions that aliased to Assembler. r=arai
...
---
js/src/jit/mips32/CodeGenerator-mips32.cpp | 10 +++----
js/src/jit/mips32/MacroAssembler-mips32-inl.h | 2 +-
js/src/jit/mips32/MacroAssembler-mips32.cpp | 38 +++------------------------
js/src/jit/mips32/MacroAssembler-mips32.h | 5 ----
js/src/jit/mips32/SharedIC-mips32.cpp | 6 ++---
js/src/jit/mips32/Trampoline-mips32.cpp | 16 +++++------
6 files changed, 21 insertions(+), 56 deletions(-)
2015-09-14 03:31:43 +08:00
Ehsan Akhgari
c8932f02de
Bug 1203375 - Focus the password manager dialog after the Show Passwords prompt closes
2015-09-13 14:26:17 -04:00
Phil Ringnalda
5489573dcf
Merge f-t to m-c, a=merge
2015-09-13 10:55:06 -07:00
Ehsan Akhgari
0d7c4b40a3
Bug 1073311 - Wait for the window to be focused after opening it, and wait for the main window to be focused after closing the newly opened window
2015-09-13 13:15:19 -04:00
Ehsan Akhgari
18a466949b
Bug 703773 - Increase the timeout of the test in order to make it not time out on Android
2015-09-13 12:57:07 -04:00
B2G Bumper Bot
d4c64bc0a9
Bumping manifests a=b2g-bump
2015-09-13 04:11:20 -07:00
B2G Bumper Bot
b316bebdfb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/616fa9b10c5e
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31812 from mermi/bug1188926
Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that
========
https://hg.mozilla.org/integration/gaia-central/rev/eeed80acbe6b
Author: mermi <manel.rhaiem92@gmail.com>
Desc: Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that
2015-09-13 04:10:31 -07:00
Mark Banner
f7e5b3167f
Bug 1203850 - Rename Loop's srcVideoObject and related variables/attributes to clarify they are about the media element, not just the video. rs=dmose
2015-09-13 12:03:24 +01:00
Shawn Huang
e6170a1977
Bug 1195710 - [MAP]Implement PushMessage function, r=btian
2015-09-13 19:03:23 +08:00
B2G Bumper Bot
c85e6f554f
Bumping manifests a=b2g-bump
2015-09-13 02:33:52 -07:00
B2G Bumper Bot
fd5fbe5d5b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8d08d4c88188
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #31601 from ferjm/bug1168160.statemachine
Bug 1168160 - Sync state machine. r=etienne, michielbdejong, seanless
========
https://hg.mozilla.org/integration/gaia-central/rev/641b352d173b
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1168160 - Sync state machine. r=etienne, michielbdejong, seanlee
2015-09-13 02:30:30 -07:00
B2G Bumper Bot
ca15f73dae
Bumping manifests a=b2g-bump
2015-09-12 17:03:52 -07:00
B2G Bumper Bot
7840761d91
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/358472e162de
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1197619 - [Messages] Convert switch controls to use web components"
This reverts commit 8e99736b95d9f54396ee0c1ebe060afe2b52a09c.
2015-09-12 17:00:31 -07:00
Mark Finkle
d969e70542
Bug 1198009 - Add support to BrowserHealthRecorder for making a snapshot of active experiments in a new profile r=rnewman
2015-09-12 19:26:51 -04:00
Mark Finkle
e47686b542
Bug 1198009 - Add support to BrowserHealthRecorder for managing active experiment list into ProfileInformationCache r=rnewman
2015-09-12 19:26:45 -04:00
Mark Finkle
6ec81980d1
Bug 1198009 - Bump the ProfileInformationCache version r=rnewman
2015-09-12 19:26:39 -04:00
Mark Finkle
cf6a5d1d1a
Bug 1198009 - Add a broadcast notification to SwitchBoard after network configuration fetch r=rnewman
2015-09-12 19:26:31 -04:00
Mark Finkle
02bbd52b12
Bug 1198009 - Add SwitchBoard.getActiveExperiments r=rnewman
2015-09-12 19:26:14 -04:00
Phil Ringnalda
cb9f3c6c86
Merge m-c to b-i
2015-09-12 16:04:10 -07:00
Phil Ringnalda
a6e9d38aff
Merge f-t to m-c, a=merge
2015-09-12 15:59:00 -07:00
B2G Bumper Bot
8603e851d6
Bumping manifests a=b2g-bump
2015-09-12 14:33:51 -07:00
B2G Bumper Bot
b47529b270
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aaec83d1fe17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31484 from KevinGrandon/bug_1197619_sms_checkbox_web_components
Bug 1197619 - [Messages] Convert switch controls to use web components
========
https://hg.mozilla.org/integration/gaia-central/rev/4a3f6f7fa2cf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1197619 - [GaiaCheckbox] Make non-inline label wrapper stretch to height of container
========
https://hg.mozilla.org/integration/gaia-central/rev/1fc713285c9b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1197619 - [Messages] Convert switch controls to use web components
2015-09-12 14:30:29 -07:00
Phil Ringnalda
7edce9e684
Merge m-c to f-t
2015-09-12 10:38:19 -07:00
Phil Ringnalda
9f5480c826
Merge m-c to b-i
2015-09-12 10:35:50 -07:00
Phil Ringnalda
15a82d8e86
Merge m-c to m-i
2015-09-12 10:34:34 -07:00
Phil Ringnalda
aea523aed1
Merge b-i to m-c, a=merge
2015-09-12 10:28:56 -07:00