Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
ad98f078b34e4f717e76864ea77d600315b2718b
/
fpdfsdk
f0e2e1b
XFA: Simplify CPDFSDK_PageView::PageView_OnDraw().
by Lei Zhang
· 9 years ago
3343d14
Fix XFA compilation noise, part 1.
by Tom Sepez
· 9 years ago
1b700c3
Merge to XFA: Clean up CPDF_AnnotList.
by Lei Zhang
· 9 years ago
de6088d
Merge to XFA: Move a unique_ptr initialisation out of the initialisation list in fsdk_mgr.cpp
by Oliver Chang
· 9 years ago
2475249
Merge to XFA: Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs.
by Oliver Chang
· 9 years ago
a060146
Merge to XFA: CPDFDoc_Environment::GetAnnotHandlerMgr() never returns nullptr.
by Lei Zhang
· 9 years ago
5021853
Merge to XFA: Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)
by Lei Zhang
· 9 years ago
972b78d
Merge to XFA: Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructor
by Oliver Chang
· 9 years ago
de4791d
XFA: Restore early return if no FPDF_Page in FORM_DoPageAAction()
by Tom Sepez
· 9 years ago
6be2aab
Merge to XFA: Check if document was opened during testing.
by Dan Sinclair
· 9 years ago
d43ebdd
Merge to XFA: Use static_cast for various CPDF_Object conversions.
by Dan Sinclair
· 9 years ago
8f16b69
Merge to XFA: Fix memory leak in FXJS_ReleaseRuntime.
by Oliver Chang
· 9 years ago
13dc2cf
Delete unused fpdfsdkdll.rc and resource.h.
by Lei Zhang
· 9 years ago
bf81c14
Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference.""
by Dan Sinclair
· 9 years ago
bf60b29
Merge to XFA: Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.
by Lei Zhang
· 9 years ago
aa435ba
Merge to XFA: Add type cast definitions for CPDF_Stream.
by Dan Sinclair
· 9 years ago
2b11dc1
Merge to XFA: Add type cast definitions for CPDF_Array.
by Dan Sinclair
· 9 years ago
b57b4ad
Merge to XFA: Remove unused CPDFSDK_InterForm::DoFDFBuffer.
by Dan Sinclair
· 9 years ago
122ee21
Merge to XFA: Make CFX_FontMgr member variables private. (try 2)
by Lei Zhang
· 9 years ago
bf59a07
XFA: add CPDFDocumentToFPDFDocument()
by Tom Sepez
· 9 years ago
63dfaab
Merge to XFA: Remove FFL_Utils as it is unused.
by Dan Sinclair
· 9 years ago
710c909
Merge to XFA: Add type cast definitions for CPDF_Name.
by Dan Sinclair
· 9 years ago
316eb86
Merge to XFA: Add type cast definitions for CPDF_String.
by Dan Sinclair
· 9 years ago
43ce903
Merge to XFA: Add type cast definitions for CPDF_Number.
by Dan Sinclair
· 9 years ago
bbe0e4d
XFA: Fix unittests and embeddertests crashers
by Tom Sepez
· 9 years ago
b95fc6d
Merge to XFA: Cosmetic changes in fsdk_define.h
by Tom Sepez
· 9 years ago
05d9e93
[Merge to XFA] Add type cast definitions for CPDF_Boolean.
by Dan Sinclair
· 9 years ago
f1251c1
[Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary.""
by Dan Sinclair
· 9 years ago
dd11f86
Merge to XFA: Remove unused CFFL_Notify.
by Lei Zhang
· 9 years ago
3884dba
Merge to XFA: Fix some override warnings in fpdfview.cpp.
by Lei Zhang
· 9 years ago
a2deee1
Remove unused xfa and JS headers.
by Tom Sepez
· 9 years ago
b3b6762
Merge to XFA: Refactor progressive renderer.
by Tom Sepez
· 9 years ago
a5b4704
Merge to XFA: Remove dead code that was reactivated when fixing overrides.
by Lei Zhang
· 9 years ago
b0748bb
Merge to XFA: Sanity check the values of TRUE and FALSE.
by Lei Zhang
· 9 years ago
db0be96
Merge to XFA: Introduce CPDFPageFromFPFDPage()
by Tom Sepez
· 9 years ago
a03709e
Merge to XFA: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion.
by Tom Sepez
· 9 years ago
471a103
Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument().
by Tom Sepez
· 9 years ago
dfbf8e7
Next round of XFA changes to match master.
by Tom Sepez
· 9 years ago
758ae14
Merge to XFA: Add unit test for top-level bookmarks.
by Tom Sepez
· 9 years ago
468e589
Changes to XFA to more closely match master.
by Tom Sepez
· 9 years ago
3342090
Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors.
by Tom Sepez
· 9 years ago
452b4f3
Merge to XFA: Allow compiling PDFium without V8.
by Tom Sepez
· 9 years ago
a8a39e2
Allow building of XFA branch without XFA
by Tom Sepez
· 9 years ago
67fd5df
Merge to XFA: Wean CJS_Value off of v8::Isolate.
by Tom Sepez
· 9 years ago
b391493
Merge to XFA: Fix a leak with g_DefaultGlobalObjectTemplate.
by Lei Zhang
· 9 years ago
3fa115b
Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate.
by Lei Zhang
· 9 years ago
ba038bc
Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.
by Tom Sepez
· 9 years ago
4d4a442
Merge to XFA: Refcount external V8 isolate initialization / release.
by Lei Zhang
· 9 years ago
7fed2e7
Merge to XFA: Remove unused global argument from FXJS_CONSTRUCTOR.
by Tom Sepez
· 9 years ago
a72e8e2
Merge to XFA: Pass v8::Isolate to PDFium at init time.
by Tom Sepez
· 9 years ago
cd56a7d
Merge to XFA: Store object definition ID in each js_class.
by Tom Sepez
· 9 years ago
3745841
Merge to XFA: Make the vast majority of JS headers private to src/javascript.
by Tom Sepez
· 9 years ago
d607f5b
Merge to XFA: Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj.
by Lei Zhang
· 9 years ago
2d5a0e1
Merge to XFA: CJS_Timer should observe CJS_Runtime destruction.
by Lei Zhang
· 9 years ago
ca70a69
Merge to XFA: Remove JavaScript.h
by Tom Sepez
· 9 years ago
8c217c5
Merge to XFA: Do not call into formfiller code with a NULL PageView.
by Lei Zhang
· 9 years ago
db12c16
XFA: Remove tests for new in fxge and fpdfsdk.
by Lei Zhang
· 9 years ago
421b461
XFA: Remove test for new.
by Lei Zhang
· 9 years ago
db5256f
XFA: Remove more checks for new returning NULL.
by Lei Zhang
· 9 years ago
cb78ef5
XFA: Remove checks for new returning NULL in fpdfsdk.
by Lei Zhang
· 9 years ago
6ac0d2f
Merge to XFA: Refactor some common code for bounding boxes.
by Lei Zhang
· 9 years ago
8b315b6
Merge to XFA: Fix static initializer in fxjs_v8.cpp
by Tom Sepez
· 9 years ago
016a347
Merge to XFA: Add signatures to FXJS_V8.
by Tom Sepez
· 9 years ago
bd7fabf
Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.h
by Tom Sepez
· 9 years ago
a25fd09
XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolates
by Tom Sepez
· 9 years ago
6f62d53
Merge to XFA: Allow external font-path configuration from pdfium_test.
by Lei Zhang
· 9 years ago
5d0e843
Merge to XFA: Use std::set<> to track active event handlers.
by Tom Sepez
· 9 years ago
ed7b2b5
XFA: contention between FXJSE and FXJS over isolate data slots
by Tom Sepez
· 9 years ago
854a7f6
Merge to XFA: Remove CJS_RuntimeFactory
by Tom Sepez
· 9 years ago
116e4ad
Merge to XFA:More tidy of CJS_Object, kill implicit cast operator
by Tom Sepez
· 9 years ago
d5a0e95
Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate.
by Tom Sepez
· 9 years ago
39bfe12
Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_.
by Tom Sepez
· 9 years ago
e0947b3
Merge to XFA: Implement FPDFAction_GetFilePath().
by Lei Zhang
· 9 years ago
7d0fcbf
Merge to XFA: Refactor fxjs_v8 and add embeddertests for it.
by Tom Sepez
· 9 years ago
f458362
Merge to XFA: Get CJS_RuntimeFactory out of CJS_GlobalData management.
by Tom Sepez
· 9 years ago
142165e
Merge to XFA: Fix strings, ..., void return types for Consts.h.
by Tom Sepez
· 9 years ago
570875c
Merge to XFA: Rename Init methods to more accurately describe purpose
by Tom Sepez
· 9 years ago
808a99e
Merge to XFA: Remove some abstractions in fxjs_v8.h.
by Tom Sepez
· 9 years ago
ab54bc0
Merge to XFA: Fix JS_GetArrayElement to not return an empty handle on success
by Jochen Eisinger
· 9 years ago
8b544ed
Merge to XFA: Resolve bad cast to CJS_EventHandler
by foxit
· 9 years ago
396e872
Merge to XFA:Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot.
by Tom Sepez
· 9 years ago
d6278ba
Merge to XFA: Beef up app_props.in and tidy app.cpp.
by Tom Sepez
· 9 years ago
96675b1
Merge to XFA: Change the JS app.viewerType() return value to "pdfium"
by Lei Zhang
· 9 years ago
3b5f124
Merge to XFA: CPDFSDK_MediaActionHandler is unused.
by Tom Sepez
· 9 years ago
9ed941a
Merge to XFA: CJS_Context::compile unused
by Tom Sepez
· 9 years ago
aecd9d0
Merge to XFA: Fix two issues shown by bug 489995
by Tom Sepez
· 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
09d33bc
Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).
by Tom Sepez
· 9 years ago
a0f6724
Merge to XFA: Fix more sign comparison errors.
by Lei Zhang
· 9 years ago
7dc5cc1
Merge to XFA: js_global_data and global_alternate violate naming rules.
by Tom Sepez
· 9 years ago
0998538
Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing.
by Lei Zhang
· 9 years ago
da180e9
Merge to XFA: Don't bother checking pointers before delete[] and FX_Free().
by Lei Zhang
· 9 years ago
2b1a2d5
Merge to XFA: Use override in more classes in fpdfsdk/
by Lei Zhang
· 9 years ago
62b2e91
Merge to XFA: Use override in more classes in core/
by Lei Zhang
· 9 years ago
bdf72c3
Merge to XFA: Add new public APIs to find the z-order for links and widgets.
by Lei Zhang
· 9 years ago
38a5a39
Merge to XFA: Cleanup: s/Torelance/Tolerance/
by Lei Zhang
· 9 years ago
371c87f
Merge to XFA: Tidy up JS_Object.h and JS_Object.cpp.
by Tom Sepez
· 9 years ago
2ebc33e
Merge to XFA: Kill JS_TIMER_MAPARRAY
by Tom Sepez
· 9 years ago
e00660b
Merge to XFA: Remove if checks after new.
by Lei Zhang
· 9 years ago
Next »