Age | Commit message (Expand) | Author |
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 |
2017-02-21 | Pass CJS_Runtime to JS callbacks. | Tom Sepez |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Use container with stable iterator for m_Icons. | Tom Sepez |
2017-01-18 | Tidy FXJS_V8, backfill tests.chromium/2986 | tsepez |
2017-01-12 | Don't put timers with ID == 0 into the global timer map. | tsepez |
2017-01-12 | Custom toString() methods may delete annots. | tsepez |
2017-01-12 | Remove unused CJS_Object::ExitInstance() method | tsepez |
2017-01-11 | Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979 | tsepez |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |