Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
8318658ccc9b1afd4472f136c7172b1568d12ab8
8318658
Refactor whitespace lexing to be explicit
by Ryan Harrison
· 8 years ago
7314af7
Rewrite FMLexer to use nullptr for errors
by Ryan Harrison
· 8 years ago
495d89f
Add conversion from FMTokens to strings
by Ryan Harrison
· 8 years ago
2b70ec2
The FDE CSS code does not use the CFGAS_FontMgr
by Dan Sinclair
· 8 years ago
6f38b4b
Fixup includes in xfa/fde/css
by Dan Sinclair
· 8 years ago
dbecba6
Removed unused helper function
by Ryan Harrison
· 8 years ago
0f25f01
Move CXFA_CSSTagProvider to inner class of CXFA_TextParser
by Dan Sinclair
· 8 years ago
f63e813
Added FPDFDoc_DeleteAttachment()
by Jane Liu
· 8 years ago
f9d6059
Added CPDF_NameTree::DeleteValueAndName()
by Jane Liu
· 8 years ago
be38e16
Add TypeTextIntoTextField() helper functions to CPWL embeddertests.
by Diana Gage
· 8 years ago
663e02d
Text Driver: add CLRF characters for new lines
by rbpotter
· 8 years ago
6ba39e8
Allow CFX_RTemplate to work with CFX_FloatRect
by Dan Sinclair
· 8 years ago
f8c0276
Add ClickOnFormFieldAtPoint() helper to FPDFFormFillEmbeddertest.
by Diana Gage
· 8 years ago
7e0d58b
Use std::min/max in fx_coordinates.h
by Dan Sinclair
· 8 years ago
4c04552
Make comment match code
by Dan Sinclair
· 8 years ago
145cb37
Use method to get global object
by Dan Sinclair
· 8 years ago
60bde10
Fix FPDF_RenderPageBitmapWithMatrix
by Nicolas Pena
· 8 years ago
e9af379
Remove recursion from CPDF_DataAvail::HaveResourceXXX.
by Artem Strygin
· 8 years ago
a37f2f1
Add another check for GetSelectedText().
by Diana Gage
· 8 years ago
605fb60
Added missing STDCALL
by Jane Liu
· 8 years ago
1e6ec62
Roll clang to 7185692.
by Lei Zhang
· 8 years ago
ca3f064
Update document on how to use a different visual studio version
by Wei Li
· 8 years ago
5c1c87c
Remove useless code.
by Artem Strygin
· 8 years ago
a27c752
Clean up CXFA_Measurement and callers.
by Lei Zhang
· 8 years ago
952477d
Clean up data passing in FormCalc Lexer
by Ryan Harrison
· 8 years ago
364d18b
flush but do not release skia driver
by Cary Clark
· 8 years ago
c411eb9
Move fpdfsdk/pdfwindow to fpdfsdk/pwl
by Dan Sinclair
· 8 years ago
54a4214
Basic APIs and tests for adding attachments
by Jane Liu
· 8 years ago
6a388c1
Remove unused m_iRef in CPDFXFA_Page
by Tom Sepez
· 8 years ago
275f180
Rename FMLexer methods to be more descriptive
by Ryan Harrison
· 8 years ago
fc90e85
Roll clang to 2bf5912.
by Lei Zhang
· 8 years ago
1c7f142
Add FORM_DeleteSelectedText() and embedder tests.
by Diana Gage
· 8 years ago
bfa2a97
Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot
by Tom Sepez
· 8 years ago
585f4f0
Remove extracting characters from input
by Ryan Harrison
· 8 years ago
24ef633
Move xfa/fxfa/app to xfa/fxfa
by Dan Sinclair
· 8 years ago
beef5e4
Use named commands in CPWL_AppStream.
by Dan Sinclair
· 8 years ago
a5d2929
Added CPDF_NameTree::AddValueAndName()
by Jane Liu
· 8 years ago
72cc6c6
Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY
by Dan Sinclair
· 8 years ago
6b0158f
Remove fxedit place classes in pdfwindow/
by Dan Sinclair
· 8 years ago
c08dc39
Remove fx_edit.h
by Dan Sinclair
· 8 years ago
677275e
Cleanup some visibility in fxet_list.h
by Dan Sinclair
· 8 years ago
a411719
Merge CFX_ListContainer into CFX_ListCtrl
by Dan Sinclair
· 8 years ago
60fa2fc
Simplify code in CPDFSDK_FormFillEnvironment.
by Lei Zhang
· 8 years ago
d2be646
Clean up pdfium_test.cc
by Lei Zhang
· 8 years ago
22bf7a5
Change Clear() to ClearSelection().
by Diana Gage
· 8 years ago
06ac9c9
Clarify --build-dir help info in safetynet_measure.py.
by Lei Zhang
· 8 years ago
d0856ba
Fix nits from commit 67ccef7.
by Lei Zhang
· 8 years ago
926c65a
Add safetynet_measure.py to measure pdfium performance.
by Henrique Nakashima
· 8 years ago
89e6562
Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText().
by Diana Gage
· 8 years ago
4d02e90
Change "Sel" abbreviation to "Selection".
by Diana Gage
· 8 years ago
d60609d
LibTIFF: remove a couple of patches
by Nicolas Pena
· 8 years ago
e03f8b1
Add helper class to closed stream commands
by Dan Sinclair
· 8 years ago
edd481b
Remove CLST_Rect and replace with CFX_FloatRect.
by Dan Sinclair
· 8 years ago
1a44cb4
Convert CFX_ListItem to use CFX_FloatRect
by Dan Sinclair
· 8 years ago
3f753f2
Change length calculation in CFX_StringCTemplate constructor
by Ryan Harrison
· 8 years ago
bba6b77
Use enum for pdf object type
by Artem Strygin
· 8 years ago
c760024
Upgrade LibTIFF to 4.0.8
by Nicolas Pena
· 8 years ago
77417ec
Make CPWL_Wnd classes be observable.
by Tom Sepez
· 8 years ago
dc11ec8
Cleanup CPWL_Icon AppStream generation
by Dan Sinclair
· 8 years ago
14ddd42
Consolidate Appearance Stream code in CPWL_AppStream.
by Dan Sinclair
· 8 years ago
2c4a805
Create helper method in CJBig2_HTRDProc
by Nicolas Pena
· 8 years ago
40870db
Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests.
by Diana Gage
· 8 years ago
7e0c05d
Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests.
by Diana Gage
· 8 years ago
33b42e4
Rename StringCs c_str() to unterminated_c_str().
by Tom Sepez
· 8 years ago
d4c4011
fix continue skia cache flush
by Cary Clark
· 8 years ago
df2122a
Remove unused GetThisAppearanceStream
by Dan Sinclair
· 8 years ago
cb2ea42
Create CPWL_AppStream.
by Dan Sinclair
· 8 years ago
67ccef7
Use CFX_WideString in CPDF_NameTree functions to strip BOM
by Jane Liu
· 8 years ago
eed247e
Converting CFX_ByteTextBuf to ostringstream in SAX.
by Henrique Nakashima
· 8 years ago
88f4743
flush skia cache in progressive rendering
by Cary Clark
· 8 years ago
56a8054
Revert "Converting CFX_ByteTextBuf to ostringstream in SAX."
by Henrique Nakashima
· 8 years ago
4442d45
Added testing flag --save-attachments that saves embedded attachments
by Jane Liu
· 8 years ago
c5ea630
Removed public/ in include
by Jane Liu
· 8 years ago
18ae06d
Basic APIs and tests for extracting attachments
by Jane Liu
· 8 years ago
0add284
Remove JBig2_GsidProc class
by Nicolas Pena
· 8 years ago
23c93ef
Avoid unterminated string segment in cfx_saxreaderhandler.cpp
by Tom Sepez
· 8 years ago
d0f1054
Prevent more crashes in wcsftime.
by Lei Zhang
· 8 years ago
19817af
Pull in sysroots on Linux
by Tom Anderson
· 8 years ago
aeadad1
Make progressive renderer default for pdfium_test.
by Dan Sinclair
· 8 years ago
7d0af80
Small tidy of defines in util.h
by Tom Sepez
· 8 years ago
5672524
Fix CONTINUED spelling
by Dan Sinclair
· 8 years ago
c16df7f
Add documentation for code coverage support
by Ryan Harrison
· 8 years ago
4bb4e84
Add missing STDCALL annotations
by Dan Sinclair
· 8 years ago
fe1c8e6
colortables are unused, so remove plumbing
by Mike Reed
· 8 years ago
7560230
Correct lexer handling of FormCalc identifiers
by Ryan Harrison
· 8 years ago
574366b
Add tools for generating coverage information
by Ryan Harrison
· 8 years ago
61a3cb8
Roll third_party/freetype/src cf8d9b4ce..38bdf22bf (9 commits)
by Dan Sinclair
· 8 years ago
ffbc0d9
More tightly validate format strings in util.cpp.
by Tom Sepez
· 8 years ago
0b7378a
Move CPWL_Utils Draw methods to CFX_RenderDevice
by Dan Sinclair
· 8 years ago
d6aff2f
Add CFX_FloatRect::GetDeflated
by dan sinclair
· 8 years ago
1853123
Simplify CJBig2_Context::huffman_assign_code
by Nicolas Pena
· 8 years ago
f768baf
Let CPDF_MeshStream::ReadVertexRow return a vector
by Nicolas Pena
· 8 years ago
3a4ebcc
Create ParseDataType unit tests based on specs.
by Henrique Nakashima
· 8 years ago
21dd189
Use CFX_MaybeOwned in CJBig2_TRDProc
by Nicolas Pena
· 8 years ago
57f228d
Updated pdfium_test's WriteAnnot()
by Jane Liu
· 8 years ago
b6db208
More unique_ptrs in JBIG2 code part 2
by Nicolas Pena
· 8 years ago
2b918c8
Fixup naming of XFA graphics classes
by Dan Sinclair
· 8 years ago
56fc972
Add Embeddertest for password after saving
by Nicolas Pena
· 8 years ago
7b8f88a
Fix build of pdfium_diff when coverage is enabled
by Ryan Harrison
· 8 years ago
3e5ef46
Use PartitionAlloc with PartitionAllocReturnNull
by Nicolas Pena
· 8 years ago
Next »