Riccardo
Riccardo
It is huge and hard to backport too, but we soon will need it, since keeping compatibility with system ICU versions is hard, while the vendored one is at least...
Last good commit: ``` commit ffdbc9d2373558f0b5dddeb1167718d9c17c8b27 (HEAD) Author: Riccardo Mottola Date: Thu Dec 5 00:48:05 2024 +0100 Bug 1156361 - Telemetry redesign: Consolidate date & string utility functions in TelemetryUtils.jsm....
broken: ``` commit 336077bed1f68d9bda2c3e0d1c24168ae08e2349 (HEAD) Author: Riccardo Mottola Date: Thu Dec 5 09:45:04 2024 +0100 Bug 1273095 - initialize |mStride|. r=jrmuizel ```
Culprit is: ``` commit e8f23382b7e9f1f164e445c78e65c02976595d31 (HEAD) Author: Riccardo Mottola Date: Thu Dec 5 01:05:56 2024 +0100 Bug 1276027 - Add a Telemetry probe to track how often Firefox is used...
Removed workaround to land 1286627 -- needs to be rechecked!
(gdb) p point $1 = {x = 437, y = 243} looks legit at first. What could it be? alignment? @rfm
@hmelder I added some prototypal job and package list, however setting up a runner might be less trivial compared to standard ones. I do not have permissions to add runners...
We did some investigation and found out the issue has to do with magins. The code sets: ` [paragraph setFirstLineHeadIndent: leadingMargin];` setting this - which affects the first line, makes...
The amound of "correction" to be added in this NoteCell example if the leadingMargin is set is 8. If also trailingMargin is set, then 12, which is exactly 8+4 This...
Sorry, I don't use arch linux. I suppose it shouldn't be harder than other Linuxes, you need gcc or clang compiler, classic tools equivalent to other systems, the only nuiseance...