Conversation
…PI_SETICONTITLELOGFONT
|
CI job failed. Please visit http://lists.gpii.net/pipermail/ci/ for more details. |
1 similar comment
|
CI job failed. Please visit http://lists.gpii.net/pipermail/ci/ for more details. |
|
ok to test |
| if (typeof(flags) === "string") { | ||
| var or = flags.indexOf("&") < 0; | ||
| op = or ? "or" : "and"; | ||
| flags = flags.split(/ *[&|,]+ */); |
There was a problem hiding this comment.
Why do we permit comma here as well?
| if (fluid.isArrayable(flags)) { | ||
| togo = gpii.windows.combineFlags(flags, allFlags, op); | ||
| } else { | ||
| fluid.log("windows.resolveFlags was passed an unknown type of flags"); |
| .then(function () { | ||
| // SPIF_SENDCHANGE broadcasts several messages and has the potential to block, so call it in a child | ||
| // process. | ||
| var sendChange = (fWinIni & gpii.windows.API_constants.SpiFlags.SPIF_SENDCHANGE) === |
There was a problem hiding this comment.
Seems a bit more brief and equally effective to skip the === check
| var or = op !== "and" && op !== "&"; | ||
|
|
||
| var combine = or | ||
| ? function (left, right) { return left | right; } |
|
Can we get the CI to pass for this? |
|
CI job failed. Please visit http://lists.gpii.net/pipermail/ci/ for more details. |
|
ok to test |
|
CI job failed. Please visit http://lists.gpii.net/pipermail/ci/ for more details. |
|
CI job failed. Please visit http://lists.gpii.net/pipermail/ci/ for more details. |
# Conflicts: # package.json
# Conflicts: # package.json
|
CI job passed. |
# Conflicts: # gpii/node_modules/WindowsUtilities/WindowsUtilities.js # package.json
|
CI job passed: https://ci.gpii.net/job/windows-tests/261/ |
# Conflicts: # package.json
|
CI job passed: https://ci.gpii.net/job/windows-tests/300/ |
|
CI job passed: https://ci.gpii.net/job/windows-tests/391/ |
|
CI job passed: https://ci.gpii.net/job/windows-tests/450/ |
|
ok to test |
|
CI job failed: https://ci.gpii.net/job/windows-tests/460/ |
# Conflicts: # package.json
|
CI job failed: https://ci.gpii.net/job/windows-tests/483/ |
|
CI job failed: https://ci.gpii.net/job/windows-tests/484/ |
|
ok to test |
|
CI job failed: https://ci.gpii.net/job/windows-tests/485/ |
|
ok to test |
|
CI job failed: https://ci.gpii.net/job/windows-tests/486/ |
# Conflicts: # package.json
|
CI job failed: https://ci.gpii.net/job/windows-tests/545/ |
|
ok to test |
|
CI job failed: https://ci.gpii.net/job/windows-tests/549/ |
|
ok to test Unrelated (but slightly worrying) failure about narrator. |
|
CI job failed: https://ci.gpii.net/job/windows-tests/550/ |
|
2nd time today GPII-2001 has affected a test. Unable to repro on a local VM. ok to test |
|
CI job failed: https://ci.gpii.net/job/windows-tests/551/ |
|
ok to test |
|
CI job failed: https://ci.gpii.net/job/windows-tests/552/ |
A slower poll caused the WM_SETTINGCHANGE(?) broadcast from SPI_SETNONCLIENTMETRICS to delay.
|
CI job failed: https://ci.gpii.net/job/windows-tests/553/ |
|
ok to test |
|
CI job passed: https://ci.gpii.net/job/windows-tests/554/ |
|
ok to test - again, to ensure it wasn't a fluke. |
|
CI job passed: https://ci.gpii.net/job/windows-tests/555/ |
|
Shall we dust this one off? It looks harmless enough |
Font-size support for windows, via the SystemParametersInfo.
The changes here are to allow the fWinIni parameter to be defined in the solutions registry.