Commit Graph

13 Commits

Author SHA1 Message Date
Sandro
656670527a
Merge pull request #218037 from JonaEnz/edge-update
microsoft-edge: 107.0.1418.52 -> 111.0.1661.44
2023-03-28 14:42:39 +02:00
百地 希留耶
152922233a
microsoft-edge: Rewrite update script to use latest version (#219395)
Co-authored-by: Rik Huijzer <t.h.huijzer@rug.nl>
2023-03-27 01:48:23 +02:00
Jona Enzinger
c4b7a1439f
microsoft-edge: 107.0.1418.52 -> 111.0.1661.44 2023-03-21 22:53:06 +01:00
rikhuijzer
a48211c319 microsoft-edge: fix file picker and subsituteInPlace
This fixes Microsoft Edge crashing if someone tries to open or save a file via the file picker. For example, to debug the functionality, I went to:
```
https://drive.google.com -> New -> File upload
```
This used to crash with the following error:
```
[...]

(microsoft-edge:22536): GLib-GIO-ERROR **: 11:11:46.555: No GSettings schemas are installed on the system
[0302/111146.559740:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0302/111146.559913:ERROR:process_memory_range.cc(75)] read out of range
[0302/111146.568118:ERROR:watson_metadata.cc(170)] unexpected header
Trace/breakpoint trap (core dumped)
```
This PR fixes this error by explicitly making `gsettings-schemas` from
`gtk` available to `microsoft-edge` via `XDG_DATA_DIRS`.

Furthermore, this PR fixes some broken `subsituteInPlace` commands.
Thanks to Jona Enzinger (`@JonaEnz`) who noticed that `--replace
"''${XDG...` should be written as `--replace "\''${XDG...`.
2023-03-03 13:13:25 +01:00
百地 希留耶
a2cd287864
microsoft-edge: 105.0.1343.42 -> 107.0.1418.52 2022-11-18 22:56:07 +08:00
Aditya
8f6f79f437 microsoft-edge: 104.0.1293.54 -> 105.0.1343.42 2022-09-21 19:27:22 +05:30
Jona Enzinger
6f0138cc08 microsoft-edge: fix hardware acceleration 2022-08-17 08:23:42 +00:00
Jona Enzinger
748f2f342c
microsoft-edge: 102.0.1245.44 -> 104.0.1293.54 2022-08-16 17:11:21 +02:00
Sandro
8dc07f821b
Merge pull request #175158 from kuwii/dev/microsoft-edge
microsoft-edge: 100.0.1185.44 -> 102.0.1245.44
2022-06-19 01:34:05 +02:00
kuwii
eb6e5a017e microsoft-edge: 100.0.1185.44 -> 102.0.1245.44 2022-06-19 00:06:56 +08:00
FliegendeWurst
746ecffade microsoft-edge: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
kuwii
5a47886f78 microsoft-edge: 98.0.1108.56 -> 100.0.1185.44 2022-04-21 10:38:10 +08:00
kuwii
1574ea2719 microsoft-edge: init at 98.0.1108.56 2022-02-22 08:15:33 +08:00