Sign in
pdfium
/
pdfium
/
107fa7b06773a2b3e83fc360125d54105574f9bf
107fa7b
Get rid of EmbedderTest::RenderPageDeprecated().
by Lei Zhang
· 7 years ago
0acd92b
Speculative fix for build breakage
by Tom Sepez
· 7 years ago
a0395e5
Tidy V8TemplateMap.
by Tom Sepez
· 7 years ago
b7c7df6
Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp}
by Tom Sepez
· 7 years ago
3f8ee5e
Move CFX_V8 testing from embeddertest to unittest.
by Tom Sepez
· 7 years ago
026717c
Split CPDF_PageOrganizer into multiple classes.
by Lei Zhang
· 7 years ago
chromium/3345
9526009
Add document getters in CPDF_PageOrganizer.
by Lei Zhang
· 7 years ago
9f72c45
Do page load/unload checks in EmbedderTest for saved pages.
by Lei Zhang
· 7 years ago
chromium/3344
e0518bf
Move cjs_v8.cpp to cfx_v8.cpp
by Tom Sepez
· 7 years ago
3645652
Move XFA-specific methods out of CJS_V8.
by Tom Sepez
· 7 years ago
3c62d20
Revert "Convert CXFA_Node to store a vector of children"
by dsinclair
· 7 years ago
b3f1046
Make CFXJS_Engine::SetObjectPrivate() static.
by Tom Sepez
· 7 years ago
f0e386d
Convert CXFA_Node to store a vector of children
by Dan Sinclair
· 7 years ago
75c8171
Do more page load/unload checks in EmbedderTest.
by Lei Zhang
· 7 years ago
b0fb8cc
[v8-platform] Store the platform in a unique_ptr. (Try 2)
by Lei Zhang
· 7 years ago
6183a6e
Remove some deprecated RenderPage method usage.
by Lei Zhang
· 7 years ago
9ad9a5f
Split creation of ordinary object and bound objects in FXJS.
by Tom Sepez
· 7 years ago
chromium/3343
161f992
Handle removed fonts correctly in GetFontByCodePage
by Ryan Harrison
· 7 years ago
a98e366
Clean up RenderPage methods in EmbedderTest.
by Lei Zhang
· 7 years ago
2496f8e
Restore assert when GetCharacterInfo is called on an empty edit.
by Henrique Nakashima
· 7 years ago
6c67da0
Check that request sizes in ReadData don't overflow
by Ryan Harrison
· 7 years ago
ec7d8e2
Make xfa_fxfa_parser target jumbo capable.
by Lei Zhang
· 7 years ago
c0c32b0
Remove unused return values from CXFA_Node
by Dan Sinclair
· 7 years ago
b3a3eaa
Revert "[v8-platform] Store the platform in a unique_ptr"
by Dan Sinclair
· 7 years ago
87d02d5
More GetPageNumbers() clean up in fpdf_ppo.cpp.
by Lei Zhang
· 7 years ago
fbe978d
Change MakeXObject to update reference from the root of the source page.
by xlou
· 7 years ago
0cdb843
Use temporary iterator to avoid potential OOB
by Ryan Harrison
· 7 years ago
bfeab62
Fix caret not appearing in XFA Edits.
by Henrique Nakashima
· 7 years ago
f3f1869
Avoid needless malloc for v8:Global array.
by Tom Sepez
· 7 years ago
837b175
Remove unused FreeObjectPrivate() overload.
by Tom Sepez
· 7 years ago
eb8d960
IWYU
by Mike Reed
· 7 years ago
6556be0
Make the CXFA_Node parent pointer Unowned
by Dan Sinclair
· 7 years ago
6bf5789
Break unneeded dep on Bmp codec in Gif codec
by Ryan Harrison
· 7 years ago
cdaf802
Account for skip size before getting image ifh size
by Ryan Harrison
· 7 years ago
b5a2d14
Extract classes in fx_bmp.h into their own files
by Ryan Harrison
· 7 years ago
41441c9
Convert BMP class name style to match other codecs
by Ryan Harrison
· 7 years ago
b105152
Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/
by Ryan Harrison
· 7 years ago
980beeb
Changing the member naming style in BMPDecompressor
by Ryan Harrison
· 7 years ago
8e53c8c
Fix an infinite recursion in pdfium_test.
by Lei Zhang
· 7 years ago
29561e5
Add rendering embeddertests for FPDF_ImportNPagesToOne.
by xlou
· 7 years ago
6ec142d
Limit dest buffer to 1GB in FlateOrLZWDecode.
by Henrique Nakashima
· 7 years ago
f743552
Fold CJS_EmbedObj classes into CJS_Object classes
by Dan Sinclair
· 7 years ago
998fee3
Remove the CJS_EmbedObj template param from JSConstructor.
by Dan Sinclair
· 7 years ago
0729be2
Make EmbedderTest class member style consistent.
by Lei Zhang
· 7 years ago
3355f45
Fix testing.cpp build with v8_use_external_startup_data=false.
by Lei Zhang
· 7 years ago
57e0977
Use unique pointer in CFXJS_PerObjectData.
by Tom Sepez
· 7 years ago
13c4d1b
Fix some formcalc constant naming.
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
2896cfa
[XFA] dot_accessor may not provide a valid object.
by Dan Sinclair
· 7 years ago
1ea9f3f
Include time.h on wasm.
by Henrique Nakashima
· 7 years ago
chromium/3341
chromium/3342
b5b7972
Move const arrays to CFXJS_Engine from CJS_V8
by Tom Sepez
· 7 years ago
b1d7872
Teach the presubmit check to look for checkdeps in other places.
by Lei Zhang
· 7 years ago
chromium/3338
chromium/3339
chromium/3340
2e98874
Remove third_party/build/build_config.h.
by Lei Zhang
· 7 years ago
bbeb10d
Small tidy of fxjs
by Tom Sepez
· 7 years ago
1258f7f
Remove V8 context from CJS_V8
by Tom Sepez
· 7 years ago
9cbd2dd
Make global object function names clearer.
by Tom Sepez
· 7 years ago
48b47f4
Add asm.js to third_party/build/build_config.h.
by Henrique Nakashima
· 7 years ago
f7c84e9
Fix IWYU errors in fpdfppo.cpp.
by Lei Zhang
· 7 years ago
59790ce
Make CFXJSE-created contexts refer to their CFXJS counteparts.
by Tom Sepez
· 7 years ago
chromium/3337
2702836
Change internal usages of GetPageIndexDeprecated() to new method.
by Henrique Nakashima
· 7 years ago
e99ee7f
Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers
by Tom Sepez
· 7 years ago
fb25606
Make FXJSE_Engine constructed from FXJS_Engine.
by Tom Sepez
· 7 years ago
e899dd7
Change return of FPDFDest_GetDestPageIndex to int.
by Henrique Nakashima
· 7 years ago
55c62a4
Convert CFX_CSSPropertyTable to CFX_CSSData
by Ryan Harrison
· 7 years ago
71a7d37
Deprecate FPDFDest_GetPageIndex and create a fixed version.
by Henrique Nakashima
· 7 years ago
1fc5331
[jumbo] Compile fix: Move a GetPageContent to a more limited scope
by Daniel Bratell
· 7 years ago
f5ca90c
Rename some CJS / IJS names for clarity.
by Tom Sepez
· 7 years ago
33c7ade
Test more context overlap in fxjs/fxjs_v8_embeddertest.cpp
by Tom Sepez
· 7 years ago
66ce22c
Experimental API for N-up feature support for print
by xlou
· 7 years ago
bb04c59
Roll android_ndk, build, buildtools.
by Henrique Nakashima
· 7 years ago
16f792a
Remove handrolled bsearch from FGAS_GetUnicodeBitField
by Ryan Harrison
· 7 years ago
11d33e1
Move initializers to header for CXFA_ItemLayoutProcess
by Dan Sinclair
· 7 years ago
a975a83
Remove handrolled bsearch from XFA_GetScriptAttributeByName
by Ryan Harrison
· 7 years ago
405f17a
Cleanup visibility in CXFA_ItemLayoutProcessor
by Dan Sinclair
· 7 years ago
990c093
Create CXFA_Node::PresenceRequiresSpace
by Dan Sinclair
· 7 years ago
8a9f2e1
Roll pdfium/third_party/freetype/src/ 2c048a8a6..036bdc0c9 (53 commits)
by Nicolas Pena
· 7 years ago
fb6d319
Remove handrolled search from GetCSSColorByName
by Ryan Harrison
· 7 years ago
chromium/3336
ba5f94d
Remove handrolled search from GetCSSLengthUnitByName
by Ryan Harrison
· 7 years ago
ab762d3
Remove handrolled search from GetCodePageFromCharset
by Ryan Harrison
· 7 years ago
e86db73
Remove handrolled search from GetEventParaInfoByName
by Ryan Harrison
· 7 years ago
6ec5ab0
Remove handrolled search from GetCSSPropertyValueByName
by Ryan Harrison
· 7 years ago
fa61a74
Explicitly suppress -Wimplicit-fallthrough for pdfium.
by Nico Weber
· 7 years ago
41b45a8
Clean up CSS property table
by Ryan Harrison
· 7 years ago
3f3f513
Clean up FPDFPage_New() documentation.
by Lei Zhang
· 7 years ago
4b0c5b9
Remove NumericLimit params which are always the same
by Dan Sinclair
· 7 years ago
2334660
Use unsigned for char width
by Nicolas Pena
· 7 years ago
chromium/3335
90d9386
Shuffle more code out of CXFA_Node
by Dan Sinclair
· 7 years ago
7311006
Move CheckButton code from CXFA_Node to CXFA_CheckButton
by Dan Sinclair
· 7 years ago
802eaea
Clean up CSS Data Table entries and access
by Ryan Harrison
· 7 years ago
2108e57
Remove bare new from JS_Define.h
by Tom Sepez
· 7 years ago
b68a2b7
Check if opj_image_data_alloc returned null.
by Henrique Nakashima
· 7 years ago
1d82ba4
Cleanup some param passing code
by Dan Sinclair
· 7 years ago
aa1c787
Guard usages of tellp(). It may return -1 in error cases.
by Henrique Nakashima
· 7 years ago
8cdea72
Cleanup duplicate RunScript code
by Dan Sinclair
· 7 years ago
95dd8da
Remove not reachable branch in fxge code.
by Lei Zhang
· 7 years ago
acbef05
Use anonymous namespace in gdiplus code.
by Lei Zhang
· 7 years ago
ce047a6
Cleanup some SDK code
by Dan Sinclair
· 7 years ago
bb1ee53
Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""
by Tom Sepez
· 7 years ago
77d8ed0
Revert "Use UnownedPtr instead of T* in MaybeOwned."
by Tom Sepez
· 7 years ago
Next »