Sign in
pdfium
/
pdfium
/
refs/heads/chromium/2539
b5cbfb4
Loosen checking on the bytes following 'stream'
by Jun Fang
· 10 years ago
chromium/2538
chromium/2539
chromium/2540
26268af
Move conditionals inside target_defaults.
by dan sinclair
· 10 years ago
51cf5bc
Add some community and testing info to README.md.
by dan sinclair
· 10 years ago
fb3c41e
Plug a leak in CPDF_StreamParser::ReadInlineStream
by Oliver Chang
· 10 years ago
943ea14
Introduce CPDFPageFromFPFDPage()
by Tom Sepez
· 10 years ago
b456ba7
Return result of GetRBG instead of TRUE
by dan sinclair
· 10 years ago
313cf59
Add steps for Contributing Code to README.md
by Tom Sepez
· 10 years ago
86adb65
Fix layering violation in CPDF_Document::FromFPDFDocument().
by Tom Sepez
· 10 years ago
bb51c4f
Introduce CPDF_Document::FromFPDFDocument().
by Tom Sepez
· 10 years ago
eca866c
Next round of master changes to match XFA
by Tom Sepez
· 10 years ago
ae2d47b
Land temporary workaround for clang-cl not yet understanding __emul
by Nico Weber
· 10 years ago
chromium/2536
chromium/2537
7d54a9f
Add unit test for top-level bookmarks.
by Tom Sepez
· 10 years ago
618a00d
Roll DEPS for v8 to d3f97a9. Regular weekly roll.
by Lei Zhang
· 10 years ago
24c1eec
Revert "Remove IPDFSDK_AnnotHandler interface."
by Tom Sepez
· 10 years ago
chromium/2535
c8ff504
Changes to master to more closely match XFA.
by Tom Sepez
· 10 years ago
6eeffab
wstring allocations waste up to 7 wasted bytes.
by Tom Sepez
· 10 years ago
c212b68
upgrade openjpeg to commit# cf352af
by Jun Fang
· 10 years ago
3acb1ef
Sanitize CJBig2_SymbolDict's memory usage.
by Lei Zhang
· 10 years ago
chromium/2532
chromium/2533
chromium/2534
fd751f2
Parallelize run_corpus_tests.py.
by Lei Zhang
· 10 years ago
848a13b
Pass IJS_Runtime, not IJS_Context, to native object constructors.
by Tom Sepez
· 10 years ago
f1c7136
Allow compiling PDFium without V8.
by Tom Sepez
· 10 years ago
c9952e6
Fix a bad refactoring error from commit 8a9ce57.
by Lei Zhang
· 10 years ago
3ea79bb
Fix a compiling error on Mac
by Jun Fang
· 10 years ago
f1f19f1
Fix heap-buffer-overflow in color_sycc_to_rgb
by Jun Fang
· 10 years ago
a398ca6
Minimal revert from commit d03ba8d.
by Lei Zhang
· 10 years ago
d03ba8d
Fix a bunch of sign mismatch warnings.
by Lei Zhang
· 10 years ago
06f255c
Fix a malloc/delete mismatch introduced in commit 8a9ce57.
by Lei Zhang
· 10 years ago
f1b88e7
Various changes to JBig2 cache:
by David Lattimore
· 10 years ago
8793b4a
Put CJBig2_SymbolDict's images in a CJBig2_List container.
by Lei Zhang
· 10 years ago
287b63d
Wean CJS_Value off of v8::Isolate.
by Tom Sepez
· 10 years ago
4fa0e27
Relax the check on 0 length streams.
by Lei Zhang
· 10 years ago
chromium/2531
1f439a7
Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to false.
by David Lattimore
· 10 years ago
213a172
Rename IFXJS_Runtime and IFXJS_Context to IJS_.
by Tom Sepez
· 10 years ago
4401d40
Update README.md to reflect added .png support
by Tom Sepez
· 10 years ago
a0f2b67
Stop inlining CJBig2_BitStream.
by Lei Zhang
· 10 years ago
80aa8c2
Fix the Windows build after commit 8a9ce57.
by Lei Zhang
· 10 years ago
8a9ce57
Remove gotos in JBig2 code.
by Lei Zhang
· 10 years ago
1670331
Move build instructions to README.md
by Jochen Eisinger
· 10 years ago
972a89c
Roll DEPS for v8 to 9081ee1.
by Lei Zhang
· 10 years ago
fb03347
Fix include paths for fx_system.h
by David Lattimore
· 10 years ago
ebd39a6
Remove unused global argument from FXJS_CONSTRUCTOR.
by Tom Sepez
· 10 years ago
f0a5b28
Store object definition ID in each js_class.
by Tom Sepez
· 10 years ago
4ea721c
Run FXJS_V8 embedder tests against a shared isolate.
by Tom Sepez
· 10 years ago
5b3d020
Make the vast majority of JS headers private to src/javascript.
by Tom Sepez
· 10 years ago
35902e7
Fix regression in JBIG2 decoding from commit ce37d73.
by Lei Zhang
· 10 years ago
chromium/2529
chromium/2530
5e8b735
Remove JavaScript.h
by Tom Sepez
· 10 years ago
d7ba833
Original patch by forshaw.
by Tom Sepez
· 10 years ago
fd12ec5
Disable JBIG2 cache; prevent data corruption - try 2.
by Lei Zhang
· 10 years ago
eda27bd
Fix a leak with g_DefaultGlobalObjectTemplate.
by Lei Zhang
· 10 years ago
chromium/2528
4942ed7
Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj.
by Lei Zhang
· 10 years ago
7dfe592
Only call DefineJSObjects() once for the global V8 isolate.
by Lei Zhang
· 10 years ago
794c9b6
CJS_Timer should observe CJS_Runtime destruction.
by Lei Zhang
· 10 years ago
4f277fc
Fix NULL pointer dereference in CPDF_InterForm.
by Lei Zhang
· 10 years ago
9b67354
Refcount external V8 isolate initialization / release.
by Lei Zhang
· 10 years ago
chromium/2527
3dedace
Pass v8::Isolate to PDFium at init time.
by Tom Sepez
· 10 years ago
ac67d47
Do not call into formfiller code with a NULL PageView.
by Lei Zhang
· 10 years ago
b8a0747
Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().
by Lei Zhang
· 10 years ago
9fb70fb
Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR().
by Lei Zhang
· 10 years ago
63d0a52
Fix a leak in PDF_DataDecode() on failure.
by Lei Zhang
· 10 years ago
dcfa0ba
Turn a couple functions that always return true to return void.
by Lei Zhang
· 10 years ago
095a83c
Fix PNG decoding divide by zero error due to zero row count.
by Lei Zhang
· 10 years ago
ccc8b21
Correct mistakes in test case for 507316
by Tom Sepez
· 10 years ago
20fc82e
Fix static initializer in fxjs_v8.cpp
by Tom Sepez
· 10 years ago
7886d8d
Disable JBIG2 cache; prevent data corruption
by Lei Zhang
· 10 years ago
022da00
Clean up some image decoder classes:
by Lei Zhang
· 10 years ago
ce37d73
Cleanup JBig2_ArithIntDecoder.
by Lei Zhang
· 10 years ago
953f5c5
Revert "Leak per-isolate data in pdfium"
by Raymes Khoury
· 10 years ago
158e335
Add signatures to FXJS_V8.
by Tom Sepez
· 10 years ago
3e144b8
Leak per-isolate data in pdfium
by Raymes Khoury
· 10 years ago
chromium/2524
chromium/2525
0fef7dd
Cleanup CJBig2_ArithDecoder.
by Lei Zhang
· 10 years ago
09939fa
Roll DEPS for v8 to d7f813b.
by Lei Zhang
· 10 years ago
721f003
Refactor some common code for bounding boxes.
by Lei Zhang
· 10 years ago
3500e90
Fix blank page issue caused by too strict correction on bpc
by Jun Fang
· 10 years ago
chromium/2523
39cd934
Cleanup some fx_codec_fax.cpp code.
by Lei Zhang
· 10 years ago
d6d9dc6
Fix test diff caused by v8 version update
by Tom Sepez
· 10 years ago
cfff2f6
Introduce kPerIsolateDataIndex and tidy JS_Define.h
by Tom Sepez
· 10 years ago
6c5afa6
Add Mac-specific pixel test expectations.
by Lei Zhang
· 10 years ago
chromium/2521
chromium/2522
e36f640
Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files""
by Jun Fang
· 10 years ago
fa9756f
Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"
by Jun Fang
· 10 years ago
9bd1818
Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files
by Jun Fang
· 10 years ago
163f59b
Revert "Revert "Merge to master: contention over isolate data slots""
by Tom Sepez
· 10 years ago
01c1e54
Fix a leak in CJBig2_Context.
by Lei Zhang
· 10 years ago
chromium/2520
630a284
Split up JBig2_GeneralDecoder.cpp.
by Lei Zhang
· 10 years ago
b6b336a
Fix a leak in CJBig2_CachePair.
by Lei Zhang
· 10 years ago
c4e940d
Flip conditionals to positive logic in pdfium_test.
by Lei Zhang
· 10 years ago
155345e
Fix a couple potential file handle leaks in pdfium_test.
by Lei Zhang
· 10 years ago
cef2a9c
Change nonstd::unique_ptr to take a custom deleter.
by Lei Zhang
· 10 years ago
3b4382a
Revert "Merge to master: contention over isolate data slots"
by Tom Sepez
· 10 years ago
70bc04b
Merge to master: contention over isolate data slots
by Tom Sepez
· 10 years ago
d8d2231
Use std::set<> to track active event handlers.
by Tom Sepez
· 10 years ago
dd7a7f0
Add nonstd::unique_ptr move assigment operator.
by Tom Sepez
· 10 years ago
f316bfe
Add missing 'return' keyword.
by Lei Zhang
· 10 years ago
61327fe
[Docs] Add wiki content to Markdown docs
by Tom Sepez
· 10 years ago
bca779d
Remove CJS_RuntimeFactory
by Tom Sepez
· 10 years ago
chromium/2517
chromium/2518
chromium/2519
270fc65
More tidy of CJS_Object, kill implicit cast operator
by Tom Sepez
· 10 years ago
34b39e1
Don't pass null isolates to FXJS_ when we have a real isolate.
by Tom Sepez
· 10 years ago
fa31d96
Fix a #include in fpdf_page_func.cpp.
by David Lattimore
· 10 years ago
1af240c
Remove several dead functions from fxjs_v8.{cpp,h}.
by Tom Sepez
· 10 years ago
6f34355
Make pdfium_embeddertests link in debug component builds.
by Nico Weber
· 10 years ago
chromium/2511
chromium/2512
chromium/2513
chromium/2514
chromium/2515
chromium/2516
455019c
Fix build broken at 506df426d5d6.
by Tom Sepez
· 10 years ago
Next »