Age | Commit message (Expand) | Author |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Move CFX_StringPoolTemplate to StringPoolTemplate | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-28 | Change DrawAppearance() methods to take CFX_Matrix by const-ref. | Lei Zhang |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Avoid annotation popups to be clipped at page edges | Jane Liu |
2017-08-15 | Add missing length check before getting element from string | Ryan Harrison |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Add CPDF_Stream::ReplaceData method.chromium/3170 | Artem Strygin |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-27 | Added CPDF_NameTree::DeleteValueAndName() | Jane Liu |
2017-07-24 | Added CPDF_NameTree::AddValueAndName() | Jane Liu |
2017-07-21 | Fix nits from commit 67ccef7.chromium/3164 | Lei Zhang |
2017-07-20 | Convert CFX_ListItem to use CFX_FloatRect | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-19 | Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162 | Jane Liu |
2017-07-13 | Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect | Dan Sinclair |
2017-07-13 | Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString | Jane Liu |
2017-07-12 | Added helper functions in the class CPDF_FileSpec | Jane Liu |
2017-06-29 | Basic APIs and tests for extracting and setting annotation paths | Jane Liu |
2017-06-28 | Converting CFX_ByteTextBuf to ostringstream in cpvt_generateap.cpp | Henrique Nakashima |
2017-06-27 | Made existing annotation APIs to work with APchromium/3143 | Jane Liu |
2017-06-22 | Avoid regenerating appearance stream when already present. | Henrique Nakashima |
2017-06-22 | Minor change to AP generation logic | Jane Liu |
2017-06-21 | Fixed optional content not rendered when OCGs array is empty.chromium/3138 | Henrique Nakashima |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 10 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 9 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 5 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 3. | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-04-28 | Disallow CPDF_FormField with deep node trees. | Lei Zhang |
2017-04-28 | Fix stack overflow in CFieldTree::Node::GetFieldInternal(). | Lei Zhang |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |