- b143e6e Mass correct bug number in #pragma comment. by Tom Sepez · 10 months ago
- 845d637 Add APIs to fetch struct element attributes of type array by Lei Zhang · 10 months ago
- d36880e Rework experimental FPDF_StructElement_Attr_* APIs by Lei Zhang · 10 months ago
- cf5017b Change FPDF_StructElement_Attr_* APIs to never return a reference by Lei Zhang · 10 months ago
- a87fc21 Add fxcrt::Fill() by Tom Sepez · 10 months ago chromium/6467 chromium/6468
- 27e13b1 Convert some memset(x, 0, sz) calls to aggregate initializations. by Tom Sepez · 10 months ago
- 8e10d81 Use #pragma allow_unsafe_buffers, not pdfium_unsafe_buffers_paths.txt by Tom Sepez · 10 months ago
- 24c6be6 Switch from absl::optional to std::optional by Lei Zhang · 1 year, 1 month ago
- eb5100f Implement FPDF_StructElement_GetChildMarkedContentID by Dmitry Panteleev · 1 year, 5 months ago
- 4ae353f [fpdf_structtree] Support references for attribute list/number by Ilaï Deutel · 1 year, 7 months ago chromium/5928 chromium/5929
- 0241a3d Allow StructElement_Attr_GetName to return buflen with null buffer by Ilaï Deutel · 1 year, 8 months ago
- 57c1ab2 Prevent dangling pointer in CPDF_StructTree::AddPageNode() by Lei Zhang · 1 year, 10 months ago
- 832a694 Update old-style copyright headers by K. Moon · 2 years, 4 months ago
- 3111d40 Start using C++17. by Lei Zhang · 2 years, 11 months ago
- 8bc6915 Add new APIs to get marked content id by Puneet Jain · 3 years, 1 month ago chromium/4912 chromium/4913 chromium/4914 chromium/4915 chromium/4916 chromium/4917
- 4b169b8 Add a regression test for a CPDF_StructElement crash. by Lei Zhang · 3 years, 1 month ago chromium/4911
- d7e9c95 Add GetAttribute APIs for structure element by Puneet Jain · 3 years, 1 month ago
- 6525142 Add FPDF_StructElement_GetParent by Puneet Jain · 3 years, 1 month ago chromium/4886 chromium/4887 chromium/4888 chromium/4889 chromium/4890
- eed8328 Add FPDF_StructElement_GetObjType by Puneet Jain · 3 years, 1 month ago
- 74102c6 Fix a crash in FPDF_StructElement_GetLang() by Puneet Jain · 3 years, 1 month ago
- 43b998e Add an element with an invalid /Type to tagged_table_bad_elem.pdf. by Lei Zhang · 3 years, 1 month ago
- 678c730 Add FPDF_StructElement_GetActualText by Puneet Jain · 3 years, 1 month ago
- 2c57ad8 Add another test case for marked_content_id.pdf. by Lei Zhang · 3 years, 1 month ago chromium/4870 chromium/4871
- b2a2c1e Switch to GetPlatformWString in various embedder tests. by Lei Zhang · 3 years, 1 month ago
- 6df439f Add a test case for a struct tree that does not parse correctly. by Lei Zhang · 3 years, 1 month ago
- fea38c8 Fix a nullptr dereference in FPDF_StructElement_GetStringAttribute(). by Lei Zhang · 3 years, 5 months ago
- 455cf86 Remove third_party/base/optional.h. by Lei Zhang · 3 years, 5 months ago
- 532886d Split pdfium::size() off to cxx17_backports.h. by Lei Zhang · 3 years, 9 months ago
- 9228054 Fix typos in FPDFStructTreeEmbedderTest. by Lei Zhang · 4 years, 8 months ago
- dc9cffa Add FPDF_StructElement_GetID and FPDF_StructElement_GetLang by Dominic Mazzoni · 4 years, 8 months ago
- 4b1b51d Add FPDF_StructElement_GetStringAttribute by Dominic Mazzoni · 4 years, 8 months ago
- 4501a50 Replace FX_ArraySize() with pdfium::size() outside of core/. by Lei Zhang · 4 years, 10 months ago
- c9b7299 Minimize includes in fx_memory.h and string_data_template.h. by Lei Zhang · 5 years ago
- 2c941a1 Add a FPDFStructTreeEmbedderTest for MCR and OBJR element types. by Lei Zhang · 5 years ago
- 4a0f1a0 Add a null check on return value of CPDF_StructTree::AddPageNode(). by Mansi Awasthi · 5 years ago chromium/4056
- b86adc9 Make FPDF_StructElement_GetTitle() handle UTF-16BE correctly. by Lei Zhang · 6 years ago
- 0a79453 Modified embeddertests for FPDF_StructElement. by Hui Yingst · 6 years ago chromium/3796
- e039dc3 Remove unneeded testing/test_support.h includes. by Lei Zhang · 6 years ago
- ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
- 79d9be8 Use ScopedFPDFStructTree in tests. by Lei Zhang · 6 years ago
- 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 7 years ago
- ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
- 275e260 Convert string class names by Ryan Harrison · 7 years ago
- 3ff5400 Allow EmbedderTest to test saving by Nicolas Pena · 8 years ago
- 29479f6 Add method to get tagged type by Dan Sinclair · 8 years ago
- 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
- 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago