Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use newer wix in CI (#30378) | Samson | 2023-09-17 | 1 | -0/+1 |
| | | | | | | | * Install wixtoolset via chocolatey * choco install wixtoolset in CI * Update windows.yml | ||||
* | Get LLVM from chocolatey (#30140) | Martin Robinson | 2023-08-21 | 1 | -0/+1 |
| | | | | | | | | | | | | LLVM is the largest package that we get from servo-build-deps, so installing it via chocolatey should reduce the amount of data that we transfer from that source. In addition, it's one less dependency that we have to manage. It also seems that installing LLVM to the default location with choco means that we no longer have to set the LIBCLANG_PATH environment variable for bindgen. Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> | ||||
* | Remove UWP / Hololens support | Martin Robinson | 2023-07-05 | 1 | -1/+0 |
| | |||||
* | Windows bootstrap support | Martin Robinson | 2023-07-03 | 1 | -2/+1 |
| | |||||
* | Simplify the build instructions | Martin Robinson | 2023-06-21 | 1 | -0/+11 |
| | | | | | | | | | - Add a chocolatey configuration that installs all dependencies and split the instructions into a normal and manual installation section. In addition fix a warning print statement for the Windows build that would trigger a Python exception. - Simplify the build instructions in the README and move all manual setup details to: https://github.com/servo/servo/wiki/Building | ||||
* | Start organizing platform-specific Python code | Martin Robinson | 2023-05-19 | 1 | -1/+1 |
| | | | | | | This starts to split platform-specific Python code into its own module, which should help to tidy up our mach commands and make things more reusable. | ||||
* | Remove GStreamer installer from Servo bundle | UK992 | 2018-12-01 | 2 | -12/+1 |
| | |||||
* | Remove extra backslash from Gstreamer info added to the PATH on Windows | Fernando Jiménez Moreno | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | Windows installer: set GStreamer installation path based on registry search | Fernando Jimenez Moreno | 2018-10-10 | 1 | -2/+8 |
| | |||||
* | Create bundle with GStreamer and Servo installers | Fernando Jiménez Moreno | 2018-09-11 | 2 | -0/+20 |
| | |||||
* | Add icon to servo.exe | UK992 | 2018-03-17 | 1 | -3/+2 |
| | |||||
* | remove bhtml | Paul Rouget | 2018-02-11 | 1 | -1/+0 |
| | |||||
* | Package: Create ZIP on Windows | UK992 | 2017-01-06 | 1 | -35/+6 |
| | |||||
* | Package: Set `shell.homepage` to browserhtml | UK992 | 2016-12-29 | 1 | -1/+0 |
| | | | | Closes #12154 | ||||
* | Package: Merge changed prefs from package-prefs.json to prefs.json | UK992 | 2016-12-29 | 1 | -3/+3 |
| | |||||
* | Allow upgrades | UK992 | 2016-12-09 | 1 | -2/+3 |
| | |||||
* | Add support for MSVC builds | UK992 | 2016-12-09 | 1 | -69/+38 |
| | |||||
* | Fix WiX installer and shorten ids | UK992 | 2016-12-09 | 1 | -1/+4 |
| | |||||
* | Remove unused font config from wxs | UK992 | 2016-11-13 | 2 | -792/+0 |
| | |||||
* | Remove unused dependencies from wxs | UK992 | 2016-11-13 | 1 | -48/+0 |
| | |||||
* | Fix typos | birkoff.anarchist | 2016-08-13 | 1 | -4/+4 |
| | |||||
* | Fix missing libraries for Windows | birkoff.anarchist | 2016-08-13 | 1 | -0/+16 |
| | | | | Fix #12125 | ||||
* | Add ffmpeg file dependencies to the MSI | Lars Bergstrom | 2016-08-03 | 1 | -4/+28 |
| | |||||
* | Add missing libraries for Windows | Lars Bergstrom | 2016-07-30 | 1 | -0/+8 |
| | |||||
* | Fix font metrics and switch to windows subsystem | Jack Moffitt | 2016-07-26 | 1 | -1/+734 |
| | | | | | | Currently fonts are using incorrect metrics and the app uses the console subsystem. This patch adds aliases so that font metrics are found and instructs the linker to use the windows subsystem. | ||||
* | Add Windows packaging to create an MSI installer | Jack Moffitt | 2016-07-25 | 2 | -0/+251 |