Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
f19255a1deec5f3ce804b08901abf7746e609bfe
/
samples
b0fb8cc
[v8-platform] Store the platform in a unique_ptr. (Try 2)
by Lei Zhang
· 7 years ago
b3a3eaa
Revert "[v8-platform] Store the platform in a unique_ptr"
by Dan Sinclair
· 7 years ago
8e53c8c
Fix an infinite recursion in pdfium_test.
by Lei Zhang
· 7 years ago
3355f45
Fix testing.cpp build with v8_use_external_startup_data=false.
by Lei Zhang
· 7 years ago
608e8dd
[v8-platform] Store the platform in a unique_ptr
by Andreas Haas
· 7 years ago
a21d593
Add FPDFAnnotationDeleter for use with std::unique_ptr.
by Lei Zhang
· 7 years ago
9baf31f
Use enum for tracking form field types
by Ryan Harrison
· 7 years ago
360edeb
Fix some nits in build configs.
by Lei Zhang
· 7 years ago
dddfdad
Run clang-tidy modernize-use-auto on //third_party/pdfium
by Dan Sinclair
· 7 years ago
fe2cd4d
Remove some pointless assignments to "".
by Lei Zhang
· 7 years ago
854d71c
Refactor HasXFAField into HasFormInfo
by Ryan Harrison
· 7 years ago
f9068a5
Convert XFA Doc Types to be more precise
by Ryan Harrison
· 7 years ago
9262761
API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()
by Miklos Vajna
· 7 years ago
df064df
Change APIs to use FPDF_BYTESTRING for keys.
by Lei Zhang
· 7 years ago
63b0126
Implement FORM_OnFocus() API.
by Lei Zhang
· 7 years ago
0c6b07d
Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}()
by Jane Liu
· 7 years ago
b35dbad
Added testing flag --save-images that saves embedded images
by Jane Liu
· 7 years ago
834ebec
Implement read validator.
by Artem Strygin
· 7 years ago
bfa2a97
Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot
by Tom Sepez
· 7 years ago
d2be646
Clean up pdfium_test.cc
by Lei Zhang
· 7 years ago
4442d45
Added testing flag --save-attachments that saves embedded attachments
by Jane Liu
· 7 years ago
aeadad1
Make progressive renderer default for pdfium_test.
by Dan Sinclair
· 7 years ago
57f228d
Updated pdfium_test's WriteAnnot()
by Jane Liu
· 7 years ago
95ea778
Added Callgrind instrumentation delimiters to pdfium_test.
by Henrique Nakashima
· 7 years ago
e8468c4
Add Windows generic / text only printer driver support.
by rbpotter
· 7 years ago
2e1a32b
Added APIs for getting/setting string pairs in annotation dictionaries
by Jane Liu
· 7 years ago
d60e9ad
Changed the return type for annotation APIs
by Jane Liu
· 7 years ago
143959d
Move image_diff code into testing/image_diff/
by Lei Zhang
· 7 years ago
7726a58
Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.
by Chris Palmer
· 7 years ago
9a25ede
Clean up includes in testing/test_support.h
by Lei Zhang
· 7 years ago
b73ce7b
Fixing metadata not read from linearized file.
by Henrique Nakashima
· 7 years ago
54d91ec
Consistently pass FPDF handles by value.
by Lei Zhang
· 7 years ago
4fd9a47
Basic APIs and tests for extracting annotations
by Jane Liu
· 7 years ago
2264473
Replace sanitizers:deps with exe_and_shlib_deps (pdfium)
by Tom Anderson
· 7 years ago
e30f07a
Add pixel test for bug 113910
by Nicolas Pena
· 7 years ago
d1c9b45
Add raw PostScript output to pdfium_test on Windows.
by Lei Zhang
· 8 years ago
e47e0c9
Avoid unordered_set and maps for the time being.
by Tom Sepez
· 8 years ago
d9dad3a
Add title (/T) extraction for PDF tagged structures
by dan sinclair
· 8 years ago
3c67fbd
Update to make show structure clearer
by Dan Sinclair
· 8 years ago
ddcb6e7
Add option to pdfium_test to dump structure elements
by Dan Sinclair
· 8 years ago
a2af7de
Move zlib to a DEPS-based checkout.
by Lei Zhang
· 8 years ago
7b70189
Default to using bundled FreeType on Linux.
by Lei Zhang
· 8 years ago
8e3f692
Update to zlib 1.2.11
by Adenilson Cavalcanti
· 8 years ago
1d17a04
Introduce unique_ptr compatible deleters for FPDF types
by Tom Sepez
· 8 years ago
00d4064
Fixup test harness
by dan sinclair
· 8 years ago
6e162b5
Fixup coverage build
by dsinclair
· 8 years ago
7a82a62
Remove obsolete include of build_overrides/v8.gni
by brettw
· 8 years ago
fa05e97
Gold support in PDFium
by stephana
· 8 years ago
af177fe
Create a subset of skia support for paths only
by caryclark
· 8 years ago
f16f6b8
Revert of Create a subset of skia support for paths only (patchset #10 id:180001 of https://codereview.chromium.org/2491693002/ )
by dsinclair
· 8 years ago
5d22329
Create a subset of skia support for paths only
by caryclark
· 8 years ago
fa20cd5
Fix some nits in pdfium_test
by npm
· 8 years ago
e3c7315
Add --pages option in pdfium_test so it renders only some of the pages.
by npm
· 8 years ago
f2b940c
Reduce missing evt file spam in pdfium_test.
by thestig
· 8 years ago
2116105
Remove ownership of CPDFSDK_Document from CPDFXFA_Document
by dsinclair
· 8 years ago
b97e07e
Fix leaks in pdfium_test.
by thestig
· 8 years ago
81d92f8
Avoid static initializers and global variables in 'pdfium_test'.
by tonikitoo
· 8 years ago
75f84a5
Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.
by jaepark
· 8 years ago
b7fb1fd
Remove most things GYP.
by thestig
· 8 years ago
3e98158
Extend pdfium_test capability so that more Javascript can be executed
by tonikitoo
· 8 years ago
514e8c9
Clean up some nits in pdfium_test.cc.
by thestig
· 8 years ago
c08cd7a
Fix memory leaks with V8 startup data.
by thestig
· 8 years ago
b63068f
Add text dump to pdfium_test.
by dsinclair
· 8 years ago
9e077d2
Roll V8 and its deps and update ICU initialization call
by jochen
· 8 years ago
e97ea03
Fix memory leaks in pdfium_test.
by thestig
· 8 years ago
3173543
fix skia build
by caryclark
· 8 years ago
10b01bf
Fix event sending in pdfium_test.
by tsepez
· 9 years ago
038bf0b
Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://codereview.chromium.org/1923333002/ )
by dsinclair
· 9 years ago
15bfe1b
Adding default_exe_manifest to two binaries
by brucedawson
· 9 years ago
1ae572e
Allow overriding GN build flags
by dsinclair
· 9 years ago
3081cc0
Roll v8 to 0ff89ea7 and update gyp references
by machenbach
· 9 years ago
685bb88
Standalone GN build.
by dsinclair
· 9 years ago
f09bdfa
Allow pdfium_test to send simple events to each page.
by tsepez
· 9 years ago
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
19fdd58
Fix build error due to commit 399be5b
by Wei Li
· 9 years ago
399be5b
Add bitmaps and skp output to Skia port
by Cary Clark
· 9 years ago
d87b20e
Rename png_ functions conflicting with chrome.
by Tom Sepez
· 9 years ago
738b08c
Fix and enable lint checks.
by Dan Sinclair
· 9 years ago
50cce60
Fixing whitespace lint errors.
by Dan Sinclair
· 9 years ago
c7cd809
Fixup incorrect include guards.
by Dan Sinclair
· 9 years ago
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
58fb36a
Merge to XFA: Use JS_ExpandKeywordParams() in app.response()
by Tom Sepez
· 9 years ago
e5fbd7a
Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm().
by Tom Sepez
· 9 years ago
bd93257
Merge to XFA: Fix behaviour of app.alert() with a single object argument.
by Tom Sepez
· 9 years ago
5fe3cb6
XFA: Fix checkdeps violations.
by Lei Zhang
· 9 years ago
a76a6d8
XFA: Rename libpng to libpng16.
by Lei Zhang
· 9 years ago
2991d8d
Merge to XFA: Make pdfium_test report build options.
by Tom Sepez
· 9 years ago
fa92864
XFA: Upgrade libpng to 1.6.20.
by Lei Zhang
· 9 years ago
0aa3531
Merge to XFA: Return unique_ptrs from test_support functions
by Tom Sepez
· 9 years ago
8ab45ea
Merge to XFA: Make FPDF_WIDESTRING work regardless of endianness.
by Tom Sepez
· 9 years ago
453d96b
Merge to XFA: Reapply "Fix a partial rendering problem"
by Lei Zhang
· 9 years ago
9ba6a14
Merge to XFA: Start using allowed C++11 features.
by Lei Zhang
· 9 years ago
7ed503d
Fix BUILD.gn to load the correct V8 snapshot configuration
by Jochen Eisinger
· 9 years ago
d2e023b
Move default value of pdf_enable_xfa to standalone.gypi
by Tom Sepez
· 9 years ago
c46d000
Allow building non-XFA (master) on the XFA branch.
by Tom Sepez
· 9 years ago
c98895c
Make xfa samples/ look more like master
by Tom Sepez
· 9 years ago
17e920d
Merge to XFA: Fix ASan gn build (chromium).
by Oliver Chang
· 9 years ago
bde53d2
Merge to XFA: Remove relative includes.
by Lei Zhang
· 9 years ago
b553bcb
Merge to XFA: Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_test
by Jun Fang
· 9 years ago
Next »