gecko-dev/toolkit/mozapps
Mike Shal e988157224 Bug 1557785 - Switch backslashes to forward-slashes in JARLOG_FILE_AB_CD for Windows; r=glandium
Our version of mozmake in Windows has issues with how it shells out to
commands that contain double-quote characters. For
example:

FOO="bar" $(PYTHON) script.py

behaves differently than:

FOO='bar' $(PYTHON) script.py

With a double-quote anywhere in the command-line, backslashes get
slurped, so Z:\task/foo becomes Z:task/foo, and python fails to open the
file.

The backslash comes from the WORKSPACE variable in Taskcluster, which is
used in many places, so it seems prudent here to simply convert the
backslash to a forward-slash as a workaround for the issue. Another
possible workaround is to change WORKSPACE to use forward-slashes, and
work around any potential issues with that.

Differential Revision: https://phabricator.services.mozilla.com/D34801

--HG--
extra : moz-landing-system : lando
2019-06-19 22:06:11 +00:00
..
downloads Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike 2019-06-11 15:51:51 +00:00
extensions Bug 1551515 - Fix Library button focused/unfocused when clicking on a abuse report panel's radio button. r=mstriemer 2019-06-24 17:18:23 +00:00
handling Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike 2019-06-11 15:51:51 +00:00
installer Bug 1557785 - Switch backslashes to forward-slashes in JARLOG_FILE_AB_CD for Windows; r=glandium 2019-06-19 22:06:11 +00:00
preferences Bug 1553373 - Change to use html:input type=password instead of xul:textbox type=password in Master Password dialogs since they use common styling which defines proper styling for html:input[type=password] now. r=dao 2019-05-29 16:34:07 +00:00
update Bug 1561230 - Add test for disabling BITS remotely using the advertised update xml. r=bytesized 2019-06-25 15:50:46 +00:00