Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
db152695e49c24083874a5e3639a5f967b69b0f3
db15269
Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache.
by tsepez
· 9 years ago
e0ad6a4
Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree
by tsepez
· 9 years ago
7cf5552
Prevent a potential OOB read in TranslateImageLine.
by ochang
· 9 years ago
018935c
Pass WideStrings without narrowing to c_str in javascript/
by tsepez
· 9 years ago
c3b26b1
Use platform specific test results as fallback in difference tests
by weili
· 9 years ago
85fc26f
Explicity use CFX_ByteStrings in a couple of places
by tsepez
· 9 years ago
b1a5959
Simplify XFA event handling.
by thestig
· 9 years ago
b1c80fb
Avoid string allocs for CMap_GetString() return value.
by tsepez
· 9 years ago
80b103b
Still more comments about strings
by tsepez
· 9 years ago
c3dfb6b
Update comments about string constructors
by tsepez
· 9 years ago
6f167c3
Change string argument type to GetFormatDataValue.
by tsepez
· 9 years ago
70c5520
Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.
by tsepez
· 9 years ago
ff242e0
Avoid needless construction of CFX_ByteStrings during string building
by tsepez
· 9 years ago
8e4c505
Rename CFX_ByteTextBuf::GetByteString() to AsStringC().
by tsepez
· 9 years ago
3bac505
Make CPDF_ApSettings take CFX_ByteString args.
by tsepez
· 9 years ago
7b1ccf9
Make CPDF_Dictionary methods take CFX_ByteString arguments
by tsepez
· 9 years ago
774bdde
Replace calls to deprecated CFX_{Wide,Byte}String::Empty()
by tsepez
· 9 years ago
725a49f
skia bugs found with first test pdf
by caryclark
· 9 years ago
bd9748d
Remove implicit cast from CFX_WideString to (const wchar_t*)
by tsepez
· 9 years ago
6e0d67d
Revert of Reland Combined test runner. (patchset #4 id:60001 of https://codereview.chromium.org/1886753002/ )
by dsinclair
· 9 years ago
ddd5c70
Unused FWL Classes.
by dsinclair
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
cdce757
Add iterators and unit tests for CPDF_Array class
by weili
· 9 years ago
9cec54a
Reland Combined test runner.
by dsinclair
· 9 years ago
c4c17fb
Remove unused FWL methods
by dsinclair
· 9 years ago
9f3dbbc
Cleanup CPDFXFA_Page.
by thestig
· 9 years ago
f063abf
DrMemory: Pass -j1 to pixel and javascript tests
by ochang
· 9 years ago
380f20a
Remove some FWL code.
by dsinclair
· 9 years ago
a654f0d
Add dummy -j flags to pixel and javascript test runners
by dsinclair
· 9 years ago
08153b1
Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet.
by dsinclair
· 9 years ago
6d8e981
Cleanup IFPF_* interfaces.
by dsinclair
· 9 years ago
65ffa4a
Re-enable warning 4701 for GN build and some cleanup
by weili
· 9 years ago
eb9cf67
Remove IFX_Barcode.
by dsinclair
· 9 years ago
a364fad
Revert of clang/win: Stop passing -Qunused-arguments in pdfium too. (patchset #1 id:1 of https://codereview.chromium.org/1887643002/ )
by thakis
· 9 years ago
112be98
clang/win: Stop passing -Qunused-arguments in pdfium too.
by thakis
· 9 years ago
17f382a
Cleanup various IFX_ text interfaces.
by dsinclair
· 9 years ago
f1accf6
Roll ICU to c291cde2.
by thestig
· 9 years ago
745611b
Make CJS_PublicMethods::StrTrim() take a CFX_ByteString
by tsepez
· 9 years ago
461129e
Fix the code which causes Windows GN build warning
by weili
· 9 years ago
6a3521f
Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp
by ochang
· 9 years ago
a5c1323
Remove IFDE_Pen and IFDE_Brush.
by dsinclair
· 9 years ago
6b19ec6
Fix Windows 32-bit GN build.
by ochang
· 9 years ago
fa6382f
Roll DEPS for v8 to 47bcec7.
by thestig
· 9 years ago
d55e11e
Remove ICodec_* Interfaces.
by dsinclair
· 9 years ago
ea98238
Record all fonts, not just one per charset.
by dsinclair
· 9 years ago
6d68994
Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP().
by tsepez
· 9 years ago
25c223d
Only SolidBrush types are created, remove other brushes.
by dsinclair
· 9 years ago
f992442
flesh out gradient shaders
by caryclark
· 9 years ago
822484b
Remove CPDF_Object::GetConstString and overrides
by tsepez
· 9 years ago
e09c1e4
Make CFX_{Byte,Wide}String::Remove() no-touch if possible
by tsepez
· 9 years ago
24a4888
Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData.
by tsepez
· 9 years ago
1fdde02
Cleaning up FDE_CSS Classes.
by dsinclair
· 9 years ago
b8627c9
Fix integer issues leading to out of bounds access in fx_ge_text.cpp.
by ochang
· 9 years ago
184b825
Avoid copying in TrimRight() and TrimLeft() if possible.
by tsepez
· 9 years ago
f3209c1
fix infinite loops when rebuild the cross reference table
by jinming_wang
· 9 years ago
e1aebd4
Use std::vector as internal storage for CPDF_Array
by Wei Li
· 9 years ago
2d4a4fc
Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate.
by dsinclair
· 9 years ago
cfd4d57
Make converstion explicit from CFX_ByteString to uint8_t*
by tsepez
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
f172290
Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf
by tsepez
· 9 years ago
8b36e5c
Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg
by tsepez
· 9 years ago
8da140e
Remove all PWL_Note classes
by dsinclair
· 9 years ago
1596f0a
Cleanup DEPS files after include/ changes.
by dsinclair
· 9 years ago
f2d2f98
Remove unused ICodec_Jbig2Encoder
by dsinclair
· 9 years ago
8833342
Fix an infinite loop in agg's stroke_calc_arc().
by thestig
· 9 years ago
46bf033
Make wide strings use StringData template
by tsepez
· 9 years ago
6334af7
Remove CFX_SegmentedArray.
by tsepez
· 9 years ago
7222ea6
Move remaining xfa/include/fxfa files
by dsinclair
· 9 years ago
0b5adb6
Remove IPWL_NoteNotify and CPWL_Note.
by dsinclair
· 9 years ago
7a43745
Revert of Combined test runner. (patchset #2 id:20001 of https://codereview.chromium.org/1850273003/ )
by dsinclair
· 9 years ago
cdc1369
Remove IFX_FontEnumerator
by dsinclair
· 9 years ago
0cf9984
Remove IPWL_IconList_Notify.
by dsinclair
· 9 years ago
72851be
Remove IFWL_Grid and other grid classes.
by dsinclair
· 9 years ago
98a689f
Make static FX_WCHAR arrays more const.
by thestig
· 9 years ago
86e5474
Move include/fxcodec to fxcodec/include
by dsinclair
· 9 years ago
088632c
Fix spelling for SetSelectedItems
by dsinclair
· 9 years ago
03e8f12
Combined test runner.
by dsinclair
· 9 years ago
b8db511
FPDF_GetSecurityHandlerRevision() should not crash.
by thestig
· 9 years ago
e530fb7
Move remaining fpdfdoc files
by dsinclair
· 9 years ago
4e20094
Rename FX_SAFE_DWORD to FX_SAFE_UINT32
by dsinclair
· 9 years ago
6fe7d21
Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.
by tsepez
· 9 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
44d054c
Split fxfa_objectacc.h into pieces.
by dsinclair
· 9 years ago
48baa5f
Move core/include/fxge to core/fxge/include.
by dsinclair
· 9 years ago
392f102
remove agg from skia driver
by caryclark
· 9 years ago
77d148d
Mark FPDF_BStr_* with DLLEXPORT / STDCALL.
by thestig
· 9 years ago
660956f
Rename CFX_WideStringC::raw_str() to c_str()
by tsepez
· 9 years ago
54750b5
Remove dead image decoding/caching code.
by thestig
· 9 years ago
e5984e9
Suppress some additional msvs warnings (GN).
by ochang
· 9 years ago
6fb598b
Make StringData a templated class.
by tsepez
· 9 years ago
fc58ad1
Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.
by tsepez
· 9 years ago
c7a7349
Remove core/include/fpdfdoc/fpdf_vt.h
by dsinclair
· 9 years ago
179bebb
Rename GetCStr and GetPtr to match CFX_ByteString.
by dsinclair
· 9 years ago
4cd49e1
Better error for checkdeps.
by dsinclair
· 9 years ago
28f97ff
Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.
by tsepez
· 9 years ago
ed9c438
Make IPDF_VariableText_{Provider,Iterator} inner classes.
by dsinclair
· 9 years ago
c220e59
flip sense of alpha masks
by caryclark
· 9 years ago
f8a5ef3
Support the device font cache
by caryclark
· 9 years ago
221caf6
Cleanup the FF Handler proxy methods.
by dsinclair
· 9 years ago
6e56a5e
Replace FDE_XMLSYNTAX defines with enum classes.
by dsinclair
· 9 years ago
Next »