Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
lukas-w pushed 1 commit to main lukas-w/pdfium
- Check the font width array generated by FPDFText_LoadCidType2Font() Add a test case to show FPDFText_LoadCidType2Fon... 859f92a
lukas-w pushed 1 commit to main lukas-w/pdfium
- Add GetWidthsArrayForCidFont() helper to fpdf_edit_embeddertest.cpp It takes a few levels of traversals to get the w... efe6680
lukas-w pushed 1 commit to infra/config lukas-w/pdfium
- Remove MSVC bots Align with other Chromium projects. Bug: 389951208 Change-Id: Ib9dfbec302e0c9d2f0de5285b0d2016a2e5... cc85938
lukas-w pushed 1 commit to infra/config lukas-w/pdfium
- remove pdfium_analysis builder pdfium_analysis builder now only has 1 analyzer spellchecker and it is now replaced b... 688652b
lukas-w pushed 1 commit to main lukas-w/pdfium
- Add comment for subtle code in CPDF_StreamContentParser Handle_BeginImage() has a ByteStringView that needs to be pr... f6da7d2
lukas-w pushed 1 commit to main lukas-w/pdfium
- Rename pdfium_unsafe_buffers_paths.txt file In preparation for a day in which the dependent product source trees are... 6be4f3b
lukas-w pushed 1 commit to main lukas-w/pdfium
- Avoid out of bounds crash when reading fonts CFGAS_FontMgr::RegisterFace() has a GetNames() helper function that rea... e99f1e8
lukas-w pushed 1 commit to main lukas-w/pdfium
- Avoid fixed-offset NULL-deref in XFA_Node::InsertChildAndNotify(). Confirm node is of the right packet type before i... 594caeb
lukas-w pushed 1 commit to main lukas-w/pdfium
- [AGG] Only add positive dash lengths and gap lengths It does not make sense for a dash length or gap length to be ne... aacaea1
lukas-w pushed 1 commit to main lukas-w/pdfium
- Add pixel test for negative dash scales Add a pixel test for handling dashes with positive lengths that become negat... b4cf887
lukas-w pushed 1 commit to main lukas-w/pdfium
- Use AutoRestorer in CPDF_StreamParser::ReadInlineStream() Restore a position value automatically. Then remove a supe... 3cd0a26
lukas-w pushed 1 commit to main lukas-w/pdfium
- Making CPDF_SyntaxParser::FindTag(ByteStringView tag) robust The previous implementation incorrectly handled some ca... d8b668c
lukas-w pushed 1 commit to main lukas-w/pdfium
- Roll Zlib from 82a5fecf8aae to b763971bcaa3 (1 revision) https://chromium.googlesource.com/chromium/src/third_party/... 320fc87
lukas-w opened an issue on kislerdm/terraform-provider-neon
Provider is not waiting for operations to finish
This provider's resource implementations appear to assume that requested actions are finished when their API calls are handled. Neon `POST` and `DELETE` API calls are asynchronous however, they ret...lukas-w pushed 1 commit to main lukas-w/pdfium
- Fix bad refactoring in CXFA_TextParser::GetFont() CL [1] made a mistake and replaced an italic font style constant w... e116b67
lukas-w pushed 1 commit to main lukas-w/pdfium
- Add test showing copies do not happen in fxcrt::Zip(). Show that the result is an iteration by reference rather than... 67a00b1