Age | Commit message (Expand) | Author |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-21 | Fix four annoying warnings: | Tom Sepez |
2015-05-19 | Re-land: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Revert "Remove FX_Alloc() null checks now that it can't return NULL." | Tom Sepez |
2015-05-19 | Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-18 | Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Fix leaks in embedder test's FlateEncode() usage and in FlateEncode(). | Lei Zhang |
2015-05-15 | Fix leaks in the embedder tests themselves. | Lei Zhang |
2015-05-15 | Remove FX_NEW_VECTOR() macros. | Tom Sepez |
2015-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |
2015-05-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-06 | Remove FX_STRSIZE casts, use safe conversions | Tom Sepez |
2015-04-27 | SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary. | Tom Sepez |
2015-04-27 | Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-27 | Revert "Kill operator LPCWSTR from CFX_WideString()." | Tom Sepez |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Fix segmentation fault 'denial of service condition' | JUN FANG |
2015-04-22 | Add missing operators for CFX_ByteStringC. | Tom Sepez |
2015-04-21 | Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378 | Lei Zhang |
2015-04-20 | Remove Release() from CPDF_PageObject | Tom Sepez |
2015-04-17 | Set m_FontType in CPDF_Font() constructor. | Tom Sepez |
2015-04-16 | Make CFX_StockFontArray more robust. | Lei Zhang |
2015-04-16 | Replace FX_NEW with new, remove tests from fpdfapi | Tom Sepez |
2015-04-15 | Fix offset outside bounds of constant string warnings | JUN FANG |
2015-04-14 | Land on Master: Fix two new / free mismatches | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-11 | Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-04-10 | Fix a stack overflow in CPDF_Parser::LoadCrossRefV5 | JUN FANG |
2015-04-10 | Don't call FPDF_InitLibrary() in individual unit_tests. | Tom Sepez |
2015-04-09 | Fix a global buffer overflow in GCPDF_CIDFont::_CharCodeFromUnicodechromium/2368chromium/2367chromium/2366chromium/2365chromium/2364 | Jun Fang |
2015-04-03 | Update the path of header file to avoid a compiling error in chromechromium/2363chromium/2362chromium/2361chromium/2360chromium/2359chromium/2358 | JUN FANG |
2015-04-03 | No-op change to poke the bots after being out of sequence. | Tom Sepez |
2015-04-03 | Fix a compiling error in fpdf_parser_parser_embeddertest.cpp | Jun Fang |
2015-04-03 | Add embedder test comparing with the last patch. | JUN FANG |
2015-03-17 | Revert "Fix a problem that JP2 image is not displayed because index color spa... | Tom Sepez |
2015-03-16 | Fix a problem that JP2 image is not displayed because index color space is used | JUN FANG |
2015-03-16 | Fix potential integer overflow in fpdf_render_image.cpp | JUN FANG |
2015-02-24 | Add small flate decode unit test. | Tom Sepez |
2015-02-13 | Fix JPX image rendering that regressed due to several security fixes. | Lei Zhang |
2015-02-12 | Fix an error 'Use-of-uninitialized-value in CPDF_Function::Call' | JUN FANG |
2015-02-11 | CPDF_Object() constructor should set its internal m_Type variable. | Tom Sepez |
2015-02-09 | Fix some typos in fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-06 | Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-06 | Cleanup parts of fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-05 | Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Merge to master: Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-05 | Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string. | Tom Sepez |
2015-02-05 | Add namespace and-re-arrange PDFium's local copy of chromium /base. | Tom Sepez |
2015-02-04 | Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |