Age | Commit message (Expand) | Author |
2017-07-25 | Move fpdfsdk/pdfwindow to fpdfsdk/pwl | 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-18 | Small tidy of defines in util.hchromium/3161 | Tom Sepez |
2017-07-17 | More tightly validate format strings in util.cpp.chromium/3160 | Tom Sepez |
2017-07-14 | Create ParseDataType unit tests based on specs.chromium/3159chromium/3158 | Henrique Nakashima |
2017-07-13 | Fix invalid write for util.printf | Dan Sinclair |
2017-07-13 | Rename CPWL_Color to CFX_Color | Dan Sinclair |
2017-06-20 | Use early returns in more CPDFSDK_FormFillEnvironment code. | Lei Zhang |
2017-06-19 | Fix code in fpdf_flatten.cpp that does no make sense. | Lei Zhang |
2017-06-19 | Move JS time conversion code into an anonymous namespace. | Lei Zhang |
2017-06-16 | Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133 | Lei Zhang |
2017-06-16 | Simplify code in the JS printf/printd implementations. | Lei Zhang |
2017-06-02 | Rename PWL_FooBar files to cpwl_foo_bar. | Lei Zhang |
2017-06-01 | Replace some repeated code with existing CFXJS_Engine::NewString() helper. | Tom Sepez |
2017-05-31 | CFXJS_Engine::GetObjDefnID is a static method | Tom Sepez |
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-18 | Use Unowned/Observed pointers between doc and FF onwership hierarchies. | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-02 | Remove some more |new|s, part 11chromium/3088 | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Use unique_ptr in JSGlobalAlternate::m_MapGlobal | Tom Sepez |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-04 | Remove unneeded void* casts. | Lei Zhang |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Fix some nits in the javascript util code. | Lei Zhang |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-23 | Cleanup DocType defines | Dan Sinclair |
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-28 | Remove unused IconElement::IconStream. | Lei Zhang |
2017-02-27 | Fix uninitialized memory read in CJS_Object::GetEmbedObject() | Tom Sepez |
2017-02-23 | Remove unused Icon::m_pIconStreamchromium/3022 | Tom Sepez |
2017-02-23 | Observe all formfill environment pointer in JS objects. | Tom Sepez |
2017-02-23 | Store JS string constants as single-byte strings. | Tom Sepez |
2017-02-23 | Cleanup PWL_Utils. | Dan Sinclair |
2017-02-22 | Move JS constant tables to single-byte names | Tom Sepez |
2017-02-22 | Convert JS property tables to single-byte. | Tom Sepez |
2017-02-22 | Convert native method names to single-byte. | Tom Sepez |
2017-02-21 | Avoid some widestring to bytestring conversions in fxjs. | Tom Sepez |
2017-02-21 | Replace JS_IMPLEMENT_COLORPROP with helper function. | Tom Sepez |
2017-02-21 | Remove some JS_Define macroschromium/3020 | Tom Sepez |