Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
fcf61b39ee597c73e80ba789833fb7fe49878422
/
fpdfsdk
d71bae0
Cleanup some cjs_runtime ifdefs.
by dsinclair
· 9 years ago
77b909e
Remove more casts, part 7.
by tsepez
· 9 years ago
8bd9ce0
Move xfa/fxjse/ to fxjse/
by dsinclair
· 9 years ago
23ae4a5
Remove redundant casts, part 4
by tsepez
· 9 years ago
7d2a8d9
Remove implicit CFX_CountedRef::operator T*()
by tsepez
· 9 years ago
b7a5179
Change time_t conversion operator to ToTime_t() function
by weili
· 9 years ago
d3be111
Fix GetPageIndex() for dynamic XFA documents.
by thestig
· 9 years ago
f27aeec
Remove various FXJSE Value methods.
by dsinclair
· 9 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 9 years ago
9896339
Fix more code which has shadow variables
by weili
· 9 years ago
4997b22
Get rid of NULLs in core/
by thestig
· 9 years ago
6f4f233
Remove FWL_HTIMER in favor of IWFL_TimerInfo
by tsepez
· 9 years ago
884b4f9
Remove unused context param from execute.
by dsinclair
· 9 years ago
12367cb
Fix some code which causes warnings when compiled by /analyze tool
by weili
· 9 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 9 years ago
0e0a86a
Remove unused LoadString values, cleanup remaining strings.
by dsinclair
· 9 years ago
d5f7261
Track shared isolates better in FXJSE.
by tsepez
· 9 years ago
8abd7a2
Remove use of v8:Lockers
by tsepez
· 9 years ago
4dce6d4
Fix a leak in CXFA_FontMgr.
by thestig
· 9 years ago
24508df
Clean up some Android/Windows code.
by thestig
· 9 years ago
800222e
Fix MSVC C4800 build warnings.
by thestig
· 9 years ago
befa450
Remove default arguments from CFX_FxgeDevice.
by thestig
· 9 years ago
3bd3841
Remove checks for _WIN32_WCE.
by thestig
· 9 years ago
fd6cfad
Clean up CPDF_TextRenderer slightly.
by thestig
· 9 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 9 years ago
41846a0
Remove default argument from RestoreState() methods.
by thestig
· 9 years ago
25fa42f
Clean up fx_ge.h and IWYU.
by thestig
· 9 years ago
4d1311b
Fix a Skia build error from commit 1e2c557.
by thestig
· 9 years ago
ec3da5b
Rename FXJSE_HRUNTIME to v8::Isolate
by dsinclair
· 9 years ago
5ce0968
Remove CFX_PrivateData from CPDF_Document
by tsepez
· 9 years ago
1e2c557
Remove CFX_PrivateData from CPDF_Page
by tsepez
· 9 years ago
ddffb57
Remove CFX_PrivateData from CPDF_ModuleMgr
by tsepez
· 9 years ago
ded3634
Change CPDF_Boolean to use bool instead of FX_BOOL.
by thestig
· 9 years ago
db1a24e
Remove dead code from CPDF_InterForm.
by thestig
· 9 years ago
27ddf16
Distinguish between user and owner passwords.
by thestig
· 9 years ago
ef4e887
Clean up doc_ocg.cpp.
by thestig
· 9 years ago
a55880d
Add missing STDCALL for FPDFDoc_GetPageMode().
by thestig
· 9 years ago
b8bf55f
Get rid of CPDF_Object::GetArray().
by thestig
· 9 years ago
8f5f897
Add an enum to represent text rendering modes.
by thestig
· 9 years ago
39faf4f
Remove Release() from CPDFDOC_Environment
by tsepez
· 9 years ago
cbfef57
Cleanup XFA_HASHCODE usage.
by dsinclair
· 9 years ago
a039bc2
Remove Release() from CXFA_RenderContext
by tsepez
· 9 years ago
e7b2853
Remove Release() from CXFA_WidgetAccIterator
by tsepez
· 9 years ago
501e8cd
Remove Release() from CXFA_ChecksumContext
by tsepez
· 9 years ago
935d8d5
XFA_WIDGETSTATUS cleanup.
by dsinclair
· 9 years ago
44d83f3
Use CFX_RetainPtr<> to refcount CPDFXFA_Page
by tsepez
· 9 years ago
3cc01f2
Fix the code that causes warnings
by weili
· 9 years ago
c6450bb
Remove XFA_WIDGETEVENT defines
by dsinclair
· 9 years ago
cc4d6d8
Remove { delete this; } anti-pattern from IXFA_WidgetIterator
by tsepez
· 9 years ago
3f80c86
Remove some c_str() calls from StringCs in xfa docs.
by tsepez
· 9 years ago
92cb5e5
Convert border style defines to an enum class.
by dsinclair
· 9 years ago
71a452f
Make CFX_ByteString(const CFX_ByteStringC&) explicit.
by tsepez
· 9 years ago
afe9430
Make CFX_WideString(const CFX_WideString&) explicit.
by tsepez
· 9 years ago
01e624f
Fix GCC warnings to be ready for GCC standalone build
by weili
· 9 years ago
d6e1887
allow Skia to be the default graphics engine
by caryclark
· 9 years ago
594b20b
Fix some misc nits.
by thestig
· 9 years ago
a0a3bc3
Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke.
by ochang
· 9 years ago
732f6a0
IFX_Edit::NewEdit never returns nullptr.
by thestig
· 9 years ago
821d59e
CPDF_VariableText::GetIterator() never returns NULL.
by thestig
· 9 years ago
2c3a16a
Remove some dead code.
by thestig
· 9 years ago
cf03f8e
Remove std::string usage in PublicMethods.cpp.
by thestig
· 9 years ago
c777f48
Convert FWL_ERR into an enum class.
by dsinclair
· 9 years ago
8f4bf9a
More define cleanup.
by dsinclair
· 9 years ago
89fcde8
Remove FWL_WGTHITTEST_* defines in favour of enum class.
by dsinclair
· 9 years ago
fbe14b9
Fix lint bugs.
by thestig
· 9 years ago
8c32dfa
Subtract instead of adding the negation.
by thestig
· 9 years ago
224bc5a
Change bool type to fix warnings.
by dsinclair
· 9 years ago
43854a5
Standardize on ASSERT.
by dsinclair
· 9 years ago
b2f6f91
Fix incorrect v8 TryCatch.
by etienneb
· 9 years ago
b959010
Remove IFX_SystemHandler.
by dsinclair
· 9 years ago
931bf37
Move CPDF_Document code into cpdf_document.cpp.
by thestig
· 9 years ago
d647a6b
Remove several IPDF_ interfaces and CPDF_RenderModule.
by dsinclair
· 9 years ago
5cc2465
Clean up CPDF_Page.
by thestig
· 9 years ago
186a78e
Remove no-op ShowFileDialog(s).
by tsepez
· 9 years ago
7712c26
Fix unittest with embedded NUL character.
by etienneb
· 9 years ago
1f5f2ff
Fixup page removal for XFA documents.
by dsinclair
· 9 years ago
b6853cf
Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.
by tsepez
· 9 years ago
16a2033
Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpp
by tsepez
· 9 years ago
3fea70c
Remove unused CFX_IntArray.
by tsepez
· 9 years ago
df964df
Replace CFX_RectArray with std::vector<CFX_FloatRect>
by tsepez
· 9 years ago
6914118
Remove CFX_ArrayTemplate from CPDF_LinkExtract
by tsepez
· 9 years ago
a28ae38
Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.
by dsinclair
· 9 years ago
018935c
Pass WideStrings without narrowing to c_str in javascript/
by tsepez
· 9 years ago
b1a5959
Simplify XFA event handling.
by thestig
· 9 years ago
70c5520
Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.
by tsepez
· 9 years ago
8e4c505
Rename CFX_ByteTextBuf::GetByteString() to AsStringC().
by tsepez
· 9 years ago
7b1ccf9
Make CPDF_Dictionary methods take CFX_ByteString arguments
by tsepez
· 9 years ago
774bdde
Replace calls to deprecated CFX_{Wide,Byte}String::Empty()
by tsepez
· 9 years ago
bd9748d
Remove implicit cast from CFX_WideString to (const wchar_t*)
by tsepez
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
9f3dbbc
Cleanup CPDFXFA_Page.
by thestig
· 9 years ago
745611b
Make CJS_PublicMethods::StrTrim() take a CFX_ByteString
by tsepez
· 9 years ago
24a4888
Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData.
by tsepez
· 9 years ago
e1aebd4
Use std::vector as internal storage for CPDF_Array
by Wei Li
· 9 years ago
cfd4d57
Make converstion explicit from CFX_ByteString to uint8_t*
by tsepez
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
8b36e5c
Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg
by tsepez
· 9 years ago
8da140e
Remove all PWL_Note classes
by dsinclair
· 9 years ago
1596f0a
Cleanup DEPS files after include/ changes.
by dsinclair
· 9 years ago
7222ea6
Move remaining xfa/include/fxfa files
by dsinclair
· 9 years ago
Next »