Age | Commit message (Expand) | Author |
2016-04-14 | Change string argument type to GetFormatDataValue. | tsepez |
2016-04-14 | Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. | tsepez |
2016-04-14 | Avoid needless construction of CFX_ByteStrings during string building | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_ApSettings take CFX_ByteString args. | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-14 | skia bugs found with first test pdf | caryclark |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Revert of Reland Combined test runner. (patchset #4 id:60001 of https://coder... | dsinclair |
2016-04-13 | Unused FWL Classes. | dsinclair |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-13 | Add iterators and unit tests for CPDF_Array class | weili |
2016-04-13 | Reland Combined test runner. | dsinclair |
2016-04-13 | Remove unused FWL methods | dsinclair |
2016-04-13 | Cleanup CPDFXFA_Page. | thestig |
2016-04-13 | DrMemory: Pass -j1 to pixel and javascript tests | ochang |
2016-04-13 | Remove some FWL code. | dsinclair |
2016-04-13 | Add dummy -j flags to pixel and javascript test runners | dsinclair |
2016-04-13 | Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. | dsinclair |
2016-04-13 | Cleanup IFPF_* interfaces. | dsinclair |
2016-04-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-13 | Remove IFX_Barcode. | dsinclair |
2016-04-13 | Revert of clang/win: Stop passing -Qunused-arguments in pdfium too. (patchset... | thakis |
2016-04-13 | clang/win: Stop passing -Qunused-arguments in pdfium too. | thakis |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
2016-04-12 | Roll ICU to c291cde2. | thestig |
2016-04-12 | Make CJS_PublicMethods::StrTrim() take a CFX_ByteString | tsepez |
2016-04-12 | Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707 | weili |
2016-04-12 | Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp | ochang |
2016-04-12 | Remove IFDE_Pen and IFDE_Brush. | dsinclair |
2016-04-12 | Fix Windows 32-bit GN build. | ochang |
2016-04-12 | Roll DEPS for v8 to 47bcec7. | thestig |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | Record all fonts, not just one per charset. | dsinclair |
2016-04-12 | Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). | tsepez |
2016-04-12 | Only SolidBrush types are created, remove other brushes. | dsinclair |
2016-04-12 | flesh out gradient shaders | caryclark |
2016-04-11 | Remove CPDF_Object::GetConstString and overrides | tsepez |
2016-04-11 | Make CFX_{Byte,Wide}String::Remove() no-touch if possible | tsepez |
2016-04-11 | Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. | tsepez |
2016-04-11 | Cleaning up FDE_CSS Classes. | dsinclair |
2016-04-11 | Fix integer issues leading to out of bounds access in fx_ge_text.cpp. | ochang |
2016-04-11 | Avoid copying in TrimRight() and TrimLeft() if possible. | tsepez |
2016-04-11 | fix infinite loops when rebuild the cross reference table | jinming_wang |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-11 | Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. | dsinclair |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf | tsepez |