- 16a2033 Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpp by tsepez · 9 years ago
- 6d8555d Fix standalone mac build by dsinclair · 9 years ago
- 2178e48 Remove #ifdef platform which is always true. by tsepez · 9 years ago
- b88b8dc Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp by tsepez · 9 years ago
- 00124c9 Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp by tsepez · 9 years ago
- 6f5325e Remove one warning from PDFium compilation in Cros by weili · 9 years ago
- 0d2dc68 Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream by tsepez · 9 years ago
- 3fea70c Remove unused CFX_IntArray. by tsepez · 9 years ago
- bc1cbab Remove IFDE_CSSTagProvider. by dsinclair · 9 years ago
- 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
- 0f6425f Add a missing initialisation for CPDF_ContentMarkItem. by ochang · 9 years ago
- df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
- d00a912 Make CFX_BasicArray non-copyable. by tsepez · 9 years ago
- ca612c1 Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp by tsepez · 9 years ago
- 3343194 Assert that CFX_ strings are pointer-size. by tsepez · 9 years ago
- acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
- 4f70b53 Only call shading code with streams. by dsinclair · 9 years ago
- 6914118 Remove CFX_ArrayTemplate from CPDF_LinkExtract by tsepez · 9 years ago
- fc397dc Pixel tests are all generated, not .pdf files by dsinclair · 9 years ago
- c104dfa Remove unused FWL flags by dsinclair · 9 years ago
- f87058d Convert some FWL defines to enums. by dsinclair · 9 years ago
- b4e8708 Remove duplication. by dsinclair · 9 years ago
- eca0f82 Inline CFX_WideString::c_str. by dsinclair · 9 years ago
- 6b2c4d7 Upgrade build and clang. by dsinclair · 9 years ago
- 685bb88 Standalone GN build. by dsinclair · 9 years ago
- f5a1ee8 Remove build/ directory. by dsinclair · 9 years ago
- fb0e3d7 Revert of Re-Reland Combined test runner. (patchset #4 id:80001 of https://codereview.chromium.org/1888673003/ ) by dsinclair · 9 years ago
- a553279 Cleanups from prior CLs. by dsinclair · 9 years ago
- 84b26ec Re-Reland Combined test runner. by dsinclair · 9 years ago
- b02012d fix issue of Heap Use-After-Free in CXFA_LayoutItem::AddChild by jinming_wang · 9 years ago
- b67e566 Re-enable warning 4701 for GN (re-land) by weili · 9 years ago
- 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 9 years ago
- e3bbfa2 Fix path in BUILD.gn file. by pcc · 9 years ago
- d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 9 years ago
- c37b04e Move build/ to build_gyp/. by dsinclair · 9 years ago
- a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 9 years ago
- 1117828 Remove fullscreen code. by dsinclair · 9 years ago
- 2fa0e13 Remove IPDF_CryptoHandler and IPDF_SecurityHandler. by dsinclair · 9 years ago
- 0582ad1 XFA unused function cleanup by dsinclair · 9 years ago
- 86d945b Exclude XFA-only corpus from non-xfa and roll corpus. by tsepez · 9 years ago
- f09bdfa Allow pdfium_test to send simple events to each page. by tsepez · 9 years ago
- 360caf6 Use the same Clang revision as v8 uses by weili · 9 years ago
- 7613355 Revert "Use the same Clang revision as v8 uses" by weili · 9 years ago
- 07af99b Use the same Clang revision as v8 uses by Wei Li · 9 years ago
- b34d72b Use lkgr revision of Clang for PDFium by weili · 9 years ago
- 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 9 years ago
- 9b3656b Remove unused FWL Panel code. by dsinclair · 9 years ago
- 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 9 years ago
- 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
- 2ba3dc7 Renable warning 4701 for GN (Windows). by Oliver Chang · 9 years ago
- db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
- e0ad6a4 Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree by tsepez · 9 years ago
- 7cf5552 Prevent a potential OOB read in TranslateImageLine. by ochang · 9 years ago
- 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
- c3b26b1 Use platform specific test results as fallback in difference tests by weili · 9 years ago
- 85fc26f Explicity use CFX_ByteStrings in a couple of places by tsepez · 9 years ago
- b1a5959 Simplify XFA event handling. by thestig · 9 years ago
- b1c80fb Avoid string allocs for CMap_GetString() return value. by tsepez · 9 years ago
- 80b103b Still more comments about strings by tsepez · 9 years ago
- c3dfb6b Update comments about string constructors by tsepez · 9 years ago
- 6f167c3 Change string argument type to GetFormatDataValue. by tsepez · 9 years ago
- 70c5520 Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. by tsepez · 9 years ago
- ff242e0 Avoid needless construction of CFX_ByteStrings during string building by tsepez · 9 years ago
- 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
- 3bac505 Make CPDF_ApSettings take CFX_ByteString args. by tsepez · 9 years ago
- 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
- 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
- 725a49f skia bugs found with first test pdf by caryclark · 9 years ago
- bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
- 6e0d67d Revert of Reland Combined test runner. (patchset #4 id:60001 of https://codereview.chromium.org/1886753002/ ) by dsinclair · 9 years ago
- ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
- b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
- cdce757 Add iterators and unit tests for CPDF_Array class by weili · 9 years ago
- 9cec54a Reland Combined test runner. by dsinclair · 9 years ago
- c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
- 9f3dbbc Cleanup CPDFXFA_Page. by thestig · 9 years ago
- f063abf DrMemory: Pass -j1 to pixel and javascript tests by ochang · 9 years ago
- 380f20a Remove some FWL code. by dsinclair · 9 years ago
- a654f0d Add dummy -j flags to pixel and javascript test runners by dsinclair · 9 years ago
- 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 9 years ago
- 6d8e981 Cleanup IFPF_* interfaces. by dsinclair · 9 years ago
- 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 9 years ago
- eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
- a364fad Revert of clang/win: Stop passing -Qunused-arguments in pdfium too. (patchset #1 id:1 of https://codereview.chromium.org/1887643002/ ) by thakis · 9 years ago
- 112be98 clang/win: Stop passing -Qunused-arguments in pdfium too. by thakis · 9 years ago
- 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
- f1accf6 Roll ICU to c291cde2. by thestig · 9 years ago
- 745611b Make CJS_PublicMethods::StrTrim() take a CFX_ByteString by tsepez · 9 years ago
- 461129e Fix the code which causes Windows GN build warning by weili · 9 years ago
- 6a3521f Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp by ochang · 9 years ago
- a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
- 6b19ec6 Fix Windows 32-bit GN build. by ochang · 9 years ago
- fa6382f Roll DEPS for v8 to 47bcec7. by thestig · 9 years ago
- d55e11e Remove ICodec_* Interfaces. by dsinclair · 9 years ago
- ea98238 Record all fonts, not just one per charset. by dsinclair · 9 years ago
- 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
- 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 9 years ago
- f992442 flesh out gradient shaders by caryclark · 9 years ago
- 822484b Remove CPDF_Object::GetConstString and overrides by tsepez · 9 years ago
- e09c1e4 Make CFX_{Byte,Wide}String::Remove() no-touch if possible by tsepez · 9 years ago