Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
b7f9d8ee6d9c1d9c0dfa2c64b7ad5fee4032d513
/
fpdfsdk
/
javascript
569817c
Add ObservedPtr to catch Widget being killed by JS
by Ryan Harrison
· 7 years ago
8b1408e
Remove FXSYS_strlen and FXSYS_wcslen
by Ryan Harrison
· 7 years ago
875e98c
Remove FX_STRSIZE and replace with size_t
by Ryan Harrison
· 7 years ago
698aed7
Cleanup FX macros
by Dan Sinclair
· 7 years ago
aee0db0
Move CFX_UnownedPtr to UnownedPtr
by Dan Sinclair
· 7 years ago
65ecca4
Move CFX_Observable to Observable
by Dan Sinclair
· 7 years ago
b896699
Move CFX_AutoRestorer to fxcrt::AutoRestorer
by Dan Sinclair
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
7558414
Prepare for converting FX_STRSIZE int->size_t
by Ryan Harrison
· 7 years ago
57cb544
Adjust loops in preperation for FX_STRSIZE int->size_t
by Ryan Harrison
· 7 years ago
bcd1e70
Remove fx_basic.h
by Dan Sinclair
· 7 years ago
0158106
Add truly const versions of CPDF_Document getters.
by Lei Zhang
· 7 years ago
cd07123
Move CFX_BinaryBuf out of fx_basic
by Dan Sinclair
· 7 years ago
674bbfe
Split auto restorer from fx_basic
by Dan Sinclair
· 7 years ago
aa3a9cd
Convert int* references to FX_STRSIZE
by Ryan Harrison
· 7 years ago
12db751
Convert string Find methods to return an Optional
by Ryan Harrison
· 7 years ago
75c6521
Add in missting string length check
by Ryan Harrison
· 7 years ago
63b2fc7
Check for possible empty object returns from NewFxDynamicObj()
by Tom Sepez
· 7 years ago
8a1758b
Remove GetAt from string classes
by Ryan Harrison
· 7 years ago
bd45656
Remove _MSC_VER from JS_Value.cpp
by Tom Sepez
· 7 years ago
df950b8
Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.
by Tom Sepez
· 7 years ago
5c09f4c
Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.
by Henrique Nakashima
· 7 years ago
a2da7c5
Enforce recent VC++ version (2015 or later).
by Tom Sepez
· 7 years ago
1952d17
Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others."
by Henrique Nakashima
· 7 years ago
aea80dc
Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.
by Henrique Nakashima
· 7 years ago
da129ab
Replace raw value for constant error value in string operations
by Ryan Harrison
· 7 years ago
e7a99de
Convert calls to Mid() to Left() or Right() if possible
by Ryan Harrison
· 7 years ago
33805cc
Remove single param Mid() method from string classes
by Ryan Harrison
· 7 years ago
c411eb9
Move fpdfsdk/pdfwindow to fpdfsdk/pwl
by Dan Sinclair
· 7 years ago
33b42e4
Rename StringCs c_str() to unterminated_c_str().
by Tom Sepez
· 7 years ago
67ccef7
Use CFX_WideString in CPDF_NameTree functions to strip BOM
by Jane Liu
· 7 years ago
7d0af80
Small tidy of defines in util.h
by Tom Sepez
· 7 years ago
ffbc0d9
More tightly validate format strings in util.cpp.
by Tom Sepez
· 7 years ago
3a4ebcc
Create ParseDataType unit tests based on specs.
by Henrique Nakashima
· 7 years ago
0c99829
Fix invalid write for util.printf
by Dan Sinclair
· 7 years ago
7f55a54
Rename CPWL_Color to CFX_Color
by Dan Sinclair
· 7 years ago
222e1a4
Use early returns in more CPDFSDK_FormFillEnvironment code.
by Lei Zhang
· 7 years ago
d361005
Fix code in fpdf_flatten.cpp that does no make sense.
by Lei Zhang
· 7 years ago
ab5939e
Move JS time conversion code into an anonymous namespace.
by Lei Zhang
· 7 years ago
2bf942d
Avoid a crash inside wcsftime() on Windows.
by Lei Zhang
· 7 years ago
1e25e12
Simplify code in the JS printf/printd implementations.
by Lei Zhang
· 7 years ago
633a3b7
Rename PWL_FooBar files to cpwl_foo_bar.
by Lei Zhang
· 7 years ago
f6ca07b
Replace some repeated code with existing CFXJS_Engine::NewString() helper.
by Tom Sepez
· 7 years ago
ce84f71
CFXJS_Engine::GetObjDefnID is a static method
by Tom Sepez
· 7 years ago
d0409af
Mass conversion of remaining class members (non-xfa)
by Tom Sepez
· 7 years ago
797ca5c
Mass conversion of all const-lifetime class members
by Tom Sepez
· 7 years ago
940967d
Use Unowned/Observed pointers between doc and FF onwership hierarchies.
by Tom Sepez
· 8 years ago
cc20513
Introduce CFX_UnownedPtr to detect lifetime inversion issues.
by Tom Sepez
· 8 years ago
e8c1d41
Give a couple of char to int functions better names.
by Lei Zhang
· 8 years ago
d7188f7
Remove some more |new|s, part 11
by Tom Sepez
· 8 years ago
e47e0c9
Avoid unordered_set and maps for the time being.
by Tom Sepez
· 8 years ago
ef002c8
Use fx_extension.h utilities in more places.
by Lei Zhang
· 8 years ago
e247ec4
Replace FXSYS_iswdigit with std::iswdigit.
by Lei Zhang
· 8 years ago
ddfc3dc
Let {Argb,Cmyk}Decode return tuples
by Nicolas Pena
· 8 years ago
cfb1944
Cleanup the fx_extension code.
by Dan Sinclair
· 8 years ago
a775723
Use unique_ptr in JSGlobalAlternate::m_MapGlobal
by Tom Sepez
· 8 years ago
3c3e271
Use Byte/WideString iterators
by Tom Sepez
· 8 years ago
c4a2b75
Cleanup string passing in core/fpdf*
by Tom Sepez
· 8 years ago
e115b2e
Remove unneeded void* casts.
by Lei Zhang
· 8 years ago
669a418
Drop FXSYS_ from math methods
by Dan Sinclair
· 8 years ago
574b574
Fix some nits in the javascript util code.
by Lei Zhang
· 8 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
cdba747
Cleanup DocType defines
by Dan Sinclair
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
375c276
Make most PDFium code pass Clang plugin's auto raw check.
by Lei Zhang
· 8 years ago
313c425
Remove unused IconElement::IconStream.
by Lei Zhang
· 8 years ago
c5a1472
Fix uninitialized memory read in CJS_Object::GetEmbedObject()
by Tom Sepez
· 8 years ago
40e0a81
Remove unused Icon::m_pIconStream
by Tom Sepez
· 8 years ago
77f6d0f
Observe all formfill environment pointer in JS objects.
by Tom Sepez
· 8 years ago
c6dc69f
Store JS string constants as single-byte strings.
by Tom Sepez
· 8 years ago
fc54e05
Cleanup PWL_Utils.
by Dan Sinclair
· 8 years ago
55db091
Move JS constant tables to single-byte names
by Tom Sepez
· 8 years ago
4d5b8c5
Convert JS property tables to single-byte.
by Tom Sepez
· 8 years ago
9b99b63
Convert native method names to single-byte.
by Tom Sepez
· 8 years ago
892d751
Avoid some widestring to bytestring conversions in fxjs.
by Tom Sepez
· 8 years ago
37a35df
Replace JS_IMPLEMENT_COLORPROP with helper function.
by Tom Sepez
· 8 years ago
04557b8
Remove some JS_Define macros
by Tom Sepez
· 8 years ago
b1670b5
Pass CJS_Runtime to JS callbacks.
by Tom Sepez
· 8 years ago
d6ae2af
Rename IJS_Context to IJS_EventContext.
by Tom Sepez
· 8 years ago
58e4c5a
Clean up CPDF_TextObject a bit
by Nicolas Pena
· 8 years ago
9e41d04
Use container with stable iterator for m_Icons.
by Tom Sepez
· 8 years ago
e6cf013
Tidy FXJS_V8, backfill tests.
by tsepez
· 8 years ago
6cf5eca
Don't put timers with ID == 0 into the global timer map.
by tsepez
· 8 years ago
1924971
Custom toString() methods may delete annots.
by tsepez
· 8 years ago
ffdfbb9
Remove unused CJS_Object::ExitInstance() method
by tsepez
· 8 years ago
d805eec
Use observed pointers in CPDFSDK_AnnotIterator.
by tsepez
· 8 years ago
8fa8279
Annotation deleted while retrieving it in JS
by tsepez
· 8 years ago
992ecf7
Verify precision length before converting to string.
by dsinclair
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
0e606b5
Make CPDF_Dictionary use unique pointers.
by tsepez
· 8 years ago
49c5928
Replace fcvt with std::stringstream in AFNumber_Format
by npm
· 8 years ago
c5267c5
Revert: Only create widgets if really needed
by dsinclair
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
521b750
Rename CPDFXFA_Document to CPDFXFA_Context
by dsinclair
· 8 years ago
25ec646
Merge CPDFXFA_App into CPDFXFA_Document.
by dsinclair
· 8 years ago
8837c91
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
71ba588
Fix more FX_BOOL / int noise in core/fpdfsdk
by tsepez
· 8 years ago
dadea5f
Make Document::m_IconList a vector of IconElements. (try 2)
by thestig
· 8 years ago
09bad1c
Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id:20001 of https://codereview.chromium.org/2428743004/ )
by dsinclair
· 8 years ago
Next »