Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

e27aebe5396d...
Sune Vuorela
Fix rendition media api internally
We were doing some optionally with pointers, but returned address of
stack variables and checking for null; that would always fail. Do things
with std::optional instead
eba77c0ad798...
Sune Vuorela
Let NSS reuse request-password callback for pin
If password callback exist, use it rather than just fail if provided
password is bad.

This also can help doing fewer signatures in certain cases, especially
the case where a hardware token needs to be touched on each operation;
here we should get fewer interactions.
a7fa63e85835...
Albert Astals Cid
Let SEC_ERROR_UNTRUSTED_ISSUER win even if it's not the first error
Because this is something the user can potentially fix
782409eded77...
Albert Astals Cid
NSS: Fix previous commit array size
Apologies
2341db931576...
Albert Astals Cid
NSS: Be a bit more lenient on what we consider valid cert usage
6a9064bc4c08...
Sune Vuorela
Qt: Map the annotation rules flags a bit closer to the spec
4ea82ed4e341...
Sune Vuorela
Qt Signatures: Deprecate publicKey function
This is the raw public key or 'the prime(s)' or curve parameters. We
don't have them in all cases, and there is no reason to present it to
user anyways.
aafae2f0bd14...
Albert Astals Cid
Remove unused ArgKind enum values
2ec4523b1675...
Albert Astals Cid
XRef::getEntry: Fix limit check
Fixes un-initialized memory read on broken files
4fc1c20f120a...
Albert Astals Cid
ossfuzz: Build brotli
90a79db1394c...
Albert Astals Cid
CI: Increase minimum clang macos simulation
We don't support macos 10.4 anymore
dca5f098698e...
Albert Astals Cid
Fix crash on malformed documents
11448b90a804...
Sune Vuorela
Enable brotli streams
978549e8a1af...
Albert Astals Cid
Fix rendering of some Forms
If we are modifying the Fonts and it's a ref (as opossed to just be a
inside the dict itself), we need to tell xref that
we changed the object, otherwise whoever fetches the object again will
not magically get the new data
3e090f4e508b...
ju1ius
catalog: fix dest dict to name tree fallback when resolving named destination.
Closes #1788
be09305851e3...
Sune Vuorela
NSS: export internal error code in weird error msg
the PORT_GetError call can give us a hint on what goes wrong

(These are still in the area of error messages that hopefully dont reach
the user, but if they do, they would need our help to figure things out)
35626a614d3c...
Sune Vuorela
Write some error message if signing fails
88d9d46874e7...
Sune Vuorela
Build system: dont scan for c++ modules
We don't currently use or provide them, so no need to do the work to
support it.
557c83abb9a1...
Sune Vuorela
Fix a format string
eead04e06bbf...
ojasmaheshwari
Build and enable harfbuzz
4b6c157de6a6...
William Bader
Change .gitignore from /build/ to /build*/ to allow multiple builds.
0e61e7e6a324...
Albert Astals Cid
Improve code a bit when finding fonts fails
Be verbose that finding failed and do not try to add anything if it does
not have a file
878669585dd3...
Sune Vuorela
NSS Signatures: Mark hardware keys as such
f1f861a969af...
Funda Wang
Fix intermittent glib API docs build failure
ninja could run make-glib-api-docs in parallel with g-ir-scanner, both
sharing the glib build dir (g-ir-scanner writes tmp-introspect* temp
files there while gtkdoc-scan scans that dir). Depend the docs stamp
on the gir-typelibs target when introspection is enabled to serialize
them.

Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
1ce3f34b4487...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
e661b7b61a1b...
Albert Astals Cid
poppler 26.09.0
cbf801f06fbd...
Albert Astals Cid
Revert "Fix intermittent glib API docs build failure"
This reverts commit ad34cc58a1a3542d10bb98b7212ac8c0314bfba9.
c1948b1d66b2...
Albert Astals Cid
Update (C)
737000618edf...
Albert Astals Cid
Make redundant-qualified-alias from clang-tidy 23 happy
ad34cc58a1a3...
Funda Wang
Fix intermittent glib API docs build failure
Fixes #1781
2191210e5804...
Ojas Maheshwari
Font subsetting for form fields
0cc3f68f4357...
Albert Astals Cid
Add std::move as suggested by clang-tidy 23
8bf4c5b81c68...
Albert Astals Cid
Use more string_view as suggested by clang-tidy 23
5e086eea01af...
Albert Astals Cid
Update (C)
b075a749b79d...
Albert Astals Cid
Make clang-tidy 23 performance-prefer-single-char-overloads happy
08f3940b6a67...
Albert Astals Cid
FontSubsetter: get widths from oldFont instead of freetype
5456d02652af...
Albert Astals Cid
Add missing include
012139aaad90...
Albert Astals Cid
Only include the needed includes
c384465881a1...
Albert Astals Cid
test: Remove unused variables
dec3ad15d15b...
Albert Astals Cid
Add missing include