Age | Commit message (Expand) | Author |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-18 | Add more CFX_UnownedPtr usage. | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Use FXSYS_IntToTwoHexChars() in more places. | Lei Zhang |
2017-05-09 | Remove AppendObject from CPDF_Creator | Dan Sinclair |
2017-05-08 | Check bits to decode will fit before decoding | Dan Sinclair |
2017-05-06 | Remove type-unsafe void* / uint8_t* usage in fx_crypt.h | Tom Sepez |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | CPDF_Document::GetPageData() normally does not return NULL. | Lei Zhang |
2017-05-04 | CPDF_DataAvail: avoid reads into stack buffers. | Tom Sepez |
2017-05-03 | CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words | Tom Sepez |
2017-05-03 | SetPos to at most the file length to avoid overflows | Nicolas Pena |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Rename array names to match codepage names | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-13 | Use vector of unique ptr in cpdf_data_avail.cpp. | Tom Sepez |
2017-04-13 | Move another opertator<<() prototype into correct .h file. | Tom Sepez |
2017-04-13 | Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072 | Tom Sepez |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-05 | Fix assignment to len. | dan sinclair |
2017-04-05 | Use correct length in guard check | dan sinclair |
2017-04-04 | Remove a couple checks for MakeUnique failures. | Lei Zhang |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | RefCount CPDF_IccProfile all the time | Tom Sepez |
2017-04-04 | Remove unneeded void* casts. | Lei Zhang |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Upgrade to FreeType 2.7.1. | Lei Zhang |
2017-03-27 | Guard against lengths greater then input size | Dan Sinclair |
2017-03-27 | Remove old test expectations after the Mac 10.12 upgrade. | Lei Zhang |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-22 | Return errors after validation instead of ASSERT in CPDF_DataAvail | Nicolas Pena |
2017-03-22 | Fix ASSERT in CPDF_Data_Avail | Nicolas Pena |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-16 | Remove some nested statements in CPDF_DataAvail. | Lei Zhang |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-27 | Remove some pointless checks and assignments. | Lei Zhang |