Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
5b35e38e99a8c5d6182ca771ae570d04cb318b8a
/
fpdfsdk
/
fpdf_dataavail.cpp
5586545
The final game: mark everything final.
by Tom Sepez
· 6 years ago
8128485
CheckUnSupportError() always called with FPDF_ERR_SUCCESS.
by Tom Sepez
· 6 years ago
b80edf3
Creating XFA context shouldn't be a side-effect of FPDF_* conversion.
by Tom Sepez
· 6 years ago
86688de
Make friend RetainPtr<T> statements consistently public.
by Lei Zhang
· 6 years ago
00d47a6
Rename some fsdk files to cpdfsdk
by Dan Sinclair
· 7 years ago
d7999f6
Move parsing logic from FPDF_DataAvail into CPDF_DataAvail.
by Artem Strygin
· 7 years ago
62b2180
Improve CPDF_ReadVaildator
by Artem Strygin
· 7 years ago
73784e8
Allow to use null FX_DOWNLOADHINTS to check data availability
by Artem Strygin
· 7 years ago
a7caeb5
Rename CFPDF_* classes
by Dan Sinclair
· 7 years ago
0b95042
Rename CFX_RetainPtr to RetainPtr
by Dan Sinclair
· 7 years ago
bcd1e70
Remove fx_basic.h
by Dan Sinclair
· 7 years ago
00d2ad1
Rename DLLEXPORT AND STDCALL
by Dan Sinclair
· 7 years ago
7e805d1
Revert "Add a build target and a proper export header for shared library builds."
by Henrique Nakashima
· 7 years ago
0033467
Add a build target and a proper export header for shared library builds.
by Felix Kauselmann
· 7 years ago
834ebec
Implement read validator.
by Artem Strygin
· 7 years ago
fe91c6c
Be skeptical of bare |new|s.
by Tom Sepez
· 7 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
95e5834
Continue fixing FX_BOOL / int noise
by tsepez
· 8 years ago
f39074c
Fix some FX_BOOL / int noise in fxcrt.
by tsepez
· 8 years ago
ad2441e
Rename IFX_ stream names
by tsepez
· 8 years ago
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
36eb4bd
Add ptr_util.h from base until std::make_unique<> available
by tsepez
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
by dsinclair
· 8 years ago
d4c34f2
Replace std::unique_ptr.reset() with WrapUnique assignment.
by thestig
· 8 years ago
e0cb687
Use unsigned page indexes in CPDF_HintTables.
by thestig
· 8 years ago
cedaa55
Flip document and parser ownership
by dsinclair
· 8 years ago
f85e7e2
Rename async to linearized when parsing
by dsinclair
· 8 years ago
4540fba
Get CPDF_Parser out of the document creation business.
by tsepez
· 8 years ago
979070b
Get rid of IPDF_DataAvail.
by thestig
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (97%) from fpdfsdk/src/fpdf_dataavail.cpp]
f040890
Split apart the remainder of fpdf_render_render.cpp into per-class files.
by Tom Sepez
· 9 years ago
310438f
Split off CPDF_Document into its own .cpp/.h files.
by Tom Sepez
· 9 years ago
aa23e70
Another round of cleanup in CPDF_Parser and friends.
by Lei Zhang
· 9 years ago
f10ae63
War on #defines - part 2
by Tom Sepez
· 9 years ago
412e908
Merge to XFA: Get rid of most instance of 'foo == NULL'
by Lei Zhang
· 9 years ago
c7e4c4f
Update XFA fpdfsdk to match master
by Tom Sepez
· 9 years ago
bde53d2
Merge to XFA: Remove relative includes.
by Lei Zhang
· 9 years ago
df7f366
Merge to XFA: Support linearized loading
by Jun Fang
· 9 years ago
b4e7f30
Merge to XFA: Fix all relative includes to public.
by Lei Zhang
· 9 years ago
bf59a07
XFA: add CPDFDocumentToFPDFDocument()
by Tom Sepez
· 9 years ago
471a103
Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument().
by Tom Sepez
· 9 years ago
cb78ef5
XFA: Remove checks for new returning NULL in fpdfsdk.
by Lei Zhang
· 9 years ago
5417f06
Merge to XFA: Extern in .cpp file is a code smell, part 2.
by Tom Sepez
· 9 years ago
7da9803
Merge to XFA: Extern in .cpp files is a code smell, part 1.
by Tom Sepez
· 9 years ago
2b1a2d5
Merge to XFA: Use override in more classes in fpdfsdk/
by Lei Zhang
· 9 years ago
ae51c81
Kill off last uses of FX_NEW in XFA.
by Tom Sepez
· 9 years ago
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 9 years ago
6d8b1c2
Merge to XFA: Cleanup: Do not check pointers before deleting them.
by Lei Zhang
· 9 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 9 years ago
d7e5cc7
Merge to XFA: Remove typdefs for pointer types in fx_system.h.
by Tom Sepez
· 9 years ago
bdeeb8a
Make CPDFXFA_App / IXFA_AppProvider saner
by Tom Sepez
· 9 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 9 years ago
6fc8cbb
Merge to XFA: Kill CFX_Object.
by Tom Sepez
· 10 years ago
19c6160
Merge to XFA: Use IPDF_DataAvail interface to hide CPDF_DataAvail.
by Tom Sepez
· 10 years ago
fdc00a7
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
by Bo Xu
· 10 years ago
3f3b45c
Convert all line endings to LF.
by John Abd-El-Malek
· 10 years ago
5110c47
Initial commit.
by John Abd-El-Malek
· 10 years ago