Age | Commit message (Expand) | Author |
2015-08-20 | Merge to XFA: Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-14 | Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-22 | Merge to XFA: Remove dead code found by Scythe. | Lei Zhang |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-06-19 | Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Remove dead CPDF_InlineImages code. | Lei Zhang |
2015-06-19 | Merge to XFA: Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-15 | Merge to XFA: Provide a constructor for CPDF_CountedObject. | Tom Sepez |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-11 | Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Merge to XFA: Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxB... | Lei Zhang |
2015-06-04 | Merge to XFA: Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Merge to XFA: Kill unused IPDF_ classes. | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-05-20 | Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-18 | Merge to XFA: Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-08 | Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-06 | Merge to XFA: Replace FX_NEW with new, remove tests from fpdfapi | Lei Zhang |
2015-05-06 | Merge to XFA: Fix a regression with cut off images. | Lei Zhang |
2015-04-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
2015-04-11 | Merge to XFA: Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-03-16 | Merge to XFA: Fix potential integer overflow in fpdf_render_image.cpp | JUN FANG |
2015-02-27 | Merge to XFA: Fix JPX image rendering that regressed due to several security ... | Lei Zhang |
2015-02-27 | Merge to XFA: Fix some typos in fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup parts of fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-04 | Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-01-29 | Merge to XFA: Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject(). | Tom Sepez |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
2014-12-11 | Merge to XFA: patch from CL 792113003 | Bo Xu |
2014-12-10 | Merge to XFA: patch from CL 790363002 | Bo Xu |
2014-12-10 | Merge to XFA: patch from CL 791223002 | Bo Xu |
2014-09-08 | Fix un-initialized R G B value | Bo Xu |
2014-09-03 | Allocate m_pCompData when |m_nComponents| is updated. | Bo Xu |
2014-09-02 | Check m_nComponents when using JBIG2Decodechromium/2146 | Bo Xu |
2014-08-31 | Remove the GetValidBpc check in application callers and move it to where m_bp... | Bo Xu |
2014-08-27 | Use valid bpc value in LoadPalette() and ContinueToLoadMask() | Bo Xu |
2014-08-27 | Fix a bug when looping through m_pCompData | Bo Xu |
2014-08-25 | Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder() | Bo Xu |
2014-08-25 | Add GetValidBpc() check in CPDF_DIBSource::GetScanLine | Bo Xu |