Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Issue 1265503005: clang-format all pdfium code. (Closed)

Created:
5 years, 4 months ago by Nico
Modified:
5 years, 4 months ago
Reviewers:
Tom Sepez, Lei Zhang
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

clang-format all pdfium code. No behavior change. Generated by: find . -name '*.cpp' -o -name '*.h' | \ grep -E -v 'third_party|thirdparties|lpng_v163' | \ xargs ../../buildtools/mac/clang-format -i See thread "tabs vs spaces" on pdfium@googlegroups.com for discussion. BUG=none R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/b048f791a15f2da781a01eba5b09eb9d389f9c11

Patch Set 1 #

Total comments: 5

Patch Set 2 : no 3rd-party #

Patch Set 3 : sigh #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+172603 lines, -169444 lines) Patch
M core/include/fdrm/fx_crypt.h View 1 2 2 chunks +30 lines, -8 lines 0 comments Download
M core/include/fpdfapi/fpdf_module.h View 1 2 1 chunk +65 lines, -80 lines 0 comments Download
M core/include/fpdfapi/fpdf_objects.h View 1 2 1 chunk +374 lines, -510 lines 0 comments Download
M core/include/fpdfapi/fpdf_page.h View 1 2 1 chunk +144 lines, -164 lines 0 comments Download
M core/include/fpdfapi/fpdf_pageobj.h View 1 2 1 chunk +330 lines, -462 lines 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 1 2 2 chunks +644 lines, -641 lines 0 comments Download
M core/include/fpdfapi/fpdf_render.h View 1 2 1 chunk +224 lines, -209 lines 0 comments Download
M core/include/fpdfapi/fpdf_resource.h View 1 2 1 chunk +602 lines, -721 lines 0 comments Download
M core/include/fpdfapi/fpdf_serial.h View 1 2 1 chunk +71 lines, -67 lines 0 comments Download
M core/include/fpdfdoc/fpdf_ap.h View 1 2 1 chunk +75 lines, -63 lines 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 1 2 1 chunk +818 lines, -1261 lines 0 comments Download
M core/include/fpdfdoc/fpdf_tagged.h View 1 2 1 chunk +62 lines, -58 lines 0 comments Download
M core/include/fpdfdoc/fpdf_vt.h View 1 2 1 chunk +306 lines, -297 lines 0 comments Download
M core/include/fpdftext/fpdf_text.h View 1 2 1 chunk +122 lines, -107 lines 0 comments Download
M core/include/fxcodec/fx_codec.h View 1 2 1 chunk +305 lines, -207 lines 0 comments Download
M core/include/fxcodec/fx_codec_def.h View 1 2 1 chunk +59 lines, -59 lines 0 comments Download
M core/include/fxcodec/fx_codec_flate.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M core/include/fxcodec/fx_codec_provider.h View 1 2 1 chunk +44 lines, -29 lines 0 comments Download
M core/include/fxcrt/fx_arb.h View 1 2 1 chunk +9 lines, -10 lines 0 comments Download
M core/include/fxcrt/fx_basic.h View 1 2 1 chunk +895 lines, -1111 lines 0 comments Download
M core/include/fxcrt/fx_coordinates.h View 1 2 1 chunk +665 lines, -826 lines 0 comments Download
M core/include/fxcrt/fx_ext.h View 1 2 2 chunks +50 lines, -48 lines 0 comments Download
M core/include/fxcrt/fx_memory.h View 1 2 2 chunks +52 lines, -62 lines 0 comments Download
M core/include/fxcrt/fx_stream.h View 1 2 1 chunk +110 lines, -117 lines 0 comments Download
M core/include/fxcrt/fx_string.h View 1 2 1 chunk +551 lines, -652 lines 0 comments Download
M core/include/fxcrt/fx_system.h View 1 2 9 chunks +132 lines, -108 lines 0 comments Download
M core/include/fxcrt/fx_ucd.h View 1 2 1 chunk +82 lines, -79 lines 0 comments Download
M core/include/fxcrt/fx_xml.h View 1 2 1 chunk +151 lines, -155 lines 0 comments Download
M core/include/fxge/fpf.h View 1 2 1 chunk +41 lines, -41 lines 0 comments Download
M core/include/fxge/fx_dib.h View 1 2 1 chunk +577 lines, -491 lines 0 comments Download
M core/include/fxge/fx_font.h View 1 2 1 chunk +369 lines, -334 lines 0 comments Download
M core/include/fxge/fx_freetype.h View 1 2 4 chunks +77 lines, -47 lines 0 comments Download
M core/include/fxge/fx_ge.h View 1 2 1 chunk +587 lines, -583 lines 0 comments Download
M core/include/fxge/fx_ge_apple.h View 1 2 1 chunk +12 lines, -13 lines 0 comments Download
M core/include/fxge/fx_ge_win32.h View 1 2 1 chunk +51 lines, -60 lines 0 comments Download
M core/src/fdrm/crypto/fx_crypt.cpp View 1 2 1 chunk +227 lines, -226 lines 0 comments Download
M core/src/fdrm/crypto/fx_crypt_aes.cpp View 1 2 3 chunks +722 lines, -902 lines 0 comments Download
M core/src/fdrm/crypto/fx_crypt_sha.cpp View 1 2 1 chunk +609 lines, -694 lines 0 comments Download
M core/src/fpdfapi/fpdf_basic_module.cpp View 1 2 1 chunk +76 lines, -90 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp View 1 2 1 chunk +2120 lines, -2385 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp View 1 2 1 chunk +106 lines, -119 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp View 1 2 1 chunk +116 lines, -131 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-V_5.cpp View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp View 1 2 1 chunk +3235 lines, -3640 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp View 1 2 1 chunk +38 lines, -21 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/GB1/Adobe-GB1-UCS2_5.cpp View 1 2 1 chunk +3365 lines, -3786 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/GB1/GBK2K-H_5.cpp View 1 2 1 chunk +452 lines, -339 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp View 1 2 1 chunk +37 lines, -21 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/Adobe-Japan1-UCS2_4.cpp View 1 2 1 chunk +1716 lines, -1931 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-H_4.cpp View 1 2 1 chunk +2172 lines, -2443 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-V_4.cpp View 1 2 1 chunk +56 lines, -63 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UTF16-H_5.cpp View 1 2 1 chunk +2943 lines, -3311 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UTF16-V_5.cpp View 1 2 1 chunk +64 lines, -72 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp View 1 2 1 chunk +48 lines, -27 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Korea1/Adobe-Korea1-UCS2_2.cpp View 1 2 1 chunk +2040 lines, -2294 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-V_0.cpp View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-V_1.cpp View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp View 1 2 1 chunk +36 lines, -40 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp View 1 2 1 chunk +32 lines, -18 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/cmap_int.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp View 1 2 1 chunk +161 lines, -155 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/editint.h View 1 2 1 chunk +38 lines, -35 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp View 1 2 1 chunk +143 lines, -140 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 2 1 chunk +1976 lines, -1944 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp View 1 2 1 chunk +1052 lines, -1088 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp View 1 2 1 chunk +351 lines, -331 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/font_int.h View 1 2 1 chunk +150 lines, -153 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font.cpp View 1 2 1 chunk +1705 lines, -1654 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp View 1 2 2 chunks +1735 lines, -570 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp View 1 2 1 chunk +1528 lines, -1458 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/ttgsubtable.h View 1 2 1 chunk +375 lines, -388 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/ttgsubtable.cpp View 1 2 1 chunk +371 lines, -403 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page.cpp View 1 2 3 chunks +919 lines, -973 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp View 1 2 1 chunk +1453 lines, -1346 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp View 1 2 1 chunk +507 lines, -529 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp View 1 2 1 chunk +854 lines, -840 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp View 1 2 1 chunk +659 lines, -676 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_image.cpp View 1 2 1 chunk +78 lines, -85 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 1 2 2 chunks +1514 lines, -1493 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 1 2 1 chunk +1087 lines, -1037 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_path.cpp View 1 2 1 chunk +34 lines, -38 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_pattern.cpp View 1 2 1 chunk +263 lines, -252 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/pageint.h View 1 2 1 chunk +484 lines, -463 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/filters_int.h View 1 2 1 chunk +125 lines, -106 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 1 2 1 chunk +545 lines, -490 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp View 1 2 4 chunks +35 lines, -38 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_document.cpp View 1 2 1 chunk +321 lines, -329 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_encrypt.cpp View 1 2 1 chunk +965 lines, -878 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_fdf.cpp View 1 2 2 chunks +150 lines, -153 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_filters.cpp View 1 2 1 chunk +892 lines, -862 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 1 2 1 chunk +1176 lines, -1213 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 1 2 1 chunk +4235 lines, -4179 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp View 1 2 1 chunk +412 lines, -408 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render.cpp View 1 2 1 chunk +1339 lines, -1283 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_cache.cpp View 1 2 1 chunk +323 lines, -306 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_image.cpp View 1 2 1 chunk +1094 lines, -1003 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 1 2 1 chunk +1514 lines, -1425 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 1 2 1 chunk +1154 lines, -1043 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp View 1 2 1 chunk +745 lines, -677 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/render_int.h View 1 2 1 chunk +544 lines, -425 lines 0 comments Download
M core/src/fpdfdoc/doc_action.cpp View 1 2 1 chunk +309 lines, -331 lines 0 comments Download
M core/src/fpdfdoc/doc_annot.cpp View 1 2 1 chunk +337 lines, -322 lines 0 comments Download
M core/src/fpdfdoc/doc_ap.cpp View 1 2 1 chunk +868 lines, -748 lines 0 comments Download
M core/src/fpdfdoc/doc_basic.cpp View 1 2 1 chunk +497 lines, -505 lines 0 comments Download
M core/src/fpdfdoc/doc_bookmark.cpp View 1 2 1 chunk +73 lines, -78 lines 0 comments Download
M core/src/fpdfdoc/doc_form.cpp View 1 2 1 chunk +1511 lines, -1513 lines 0 comments Download
M core/src/fpdfdoc/doc_formcontrol.cpp View 1 2 1 chunk +423 lines, -439 lines 0 comments Download
M core/src/fpdfdoc/doc_formfield.cpp View 1 2 1 chunk +984 lines, -1016 lines 0 comments Download
M core/src/fpdfdoc/doc_link.cpp View 1 2 1 chunk +77 lines, -84 lines 0 comments Download
M core/src/fpdfdoc/doc_metadata.cpp View 1 2 1 chunk +119 lines, -128 lines 0 comments Download
M core/src/fpdfdoc/doc_ocg.cpp View 1 2 1 chunk +264 lines, -258 lines 0 comments Download
M core/src/fpdfdoc/doc_tagged.cpp View 1 2 1 chunk +412 lines, -391 lines 0 comments Download
M core/src/fpdfdoc/doc_utils.h View 1 2 1 chunk +52 lines, -22 lines 0 comments Download
M core/src/fpdfdoc/doc_utils.cpp View 1 2 1 chunk +708 lines, -700 lines 0 comments Download
M core/src/fpdfdoc/doc_viewerPreferences.cpp View 1 2 1 chunk +39 lines, -47 lines 0 comments Download
M core/src/fpdfdoc/doc_vt.cpp View 1 2 1 chunk +1760 lines, -1770 lines 0 comments Download
M core/src/fpdfdoc/doc_vtmodule.cpp View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M core/src/fpdfdoc/pdf_vt.h View 1 2 1 chunk +495 lines, -583 lines 0 comments Download
M core/src/fpdfdoc/tagged_int.h View 1 2 1 chunk +79 lines, -75 lines 0 comments Download
M core/src/fpdftext/fpdf_text.cpp View 1 2 1 chunk +739 lines, -713 lines 0 comments Download
M core/src/fpdftext/fpdf_text_int.cpp View 1 2 3 chunks +2668 lines, -2582 lines 0 comments Download
M core/src/fpdftext/fpdf_text_search.cpp View 1 2 1 chunk +302 lines, -287 lines 0 comments Download
M core/src/fpdftext/text_int.h View 1 2 1 chunk +206 lines, -182 lines 0 comments Download
M core/src/fpdftext/txtproc.h View 1 2 1 chunk +65 lines, -54 lines 0 comments Download
M core/src/fpdftext/unicodenormalization.cpp View 1 2 1 chunk +51 lines, -56 lines 0 comments Download
M core/src/fxcodec/codec/codec_int.h View 1 2 1 chunk +306 lines, -233 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec.cpp View 1 2 1 chunk +361 lines, -364 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_fax.cpp View 1 2 1 chunk +746 lines, -914 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_flate.cpp View 1 2 1 chunk +935 lines, -878 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_icc.cpp View 1 2 1 chunk +1918 lines, -1302 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jbig.cpp View 1 2 1 chunk +198 lines, -173 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jbig_enc.cpp View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpeg.cpp View 1 2 1 chunk +640 lines, -609 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 2 1 chunk +799 lines, -753 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp View 1 2 1 chunk +372 lines, -376 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithDecoder.h View 1 2 2 chunks +95 lines, -102 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h View 1 2 1 chunk +16 lines, -20 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp View 1 2 1 chunk +81 lines, -84 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithQe.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_BitStream.h View 1 2 1 chunk +210 lines, -239 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.h View 1 2 1 chunk +95 lines, -79 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.cpp View 1 2 2 chunks +1783 lines, -1656 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Define.h View 1 2 1 chunk +23 lines, -18 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h View 1 2 1 chunk +293 lines, -248 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp View 1 2 5 chunks +4369 lines, -4038 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h View 1 2 1 chunk +8 lines, -10 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp View 1 2 1 chunk +42 lines, -45 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable.h View 1 2 2 chunks +21 lines, -23 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp View 1 2 1 chunk +164 lines, -169 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h View 1 2 1 chunk +55 lines, -213 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Image.h View 1 2 2 chunks +60 lines, -35 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Image.cpp View 1 2 2 chunks +1593 lines, -1568 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_List.h View 1 2 2 chunks +35 lines, -49 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Module.h View 1 2 1 chunk +15 lines, -14 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Object.h View 1 2 2 chunks +33 lines, -21 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Object.cpp View 1 2 1 chunk +64 lines, -58 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Page.h View 1 2 1 chunk +6 lines, -8 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_PatternDict.h View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_PatternDict.cpp View 1 2 1 chunk +10 lines, -12 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Segment.h View 1 2 2 chunks +45 lines, -45 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Segment.cpp View 1 2 1 chunk +38 lines, -42 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.h View 1 2 2 chunks +11 lines, -13 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp View 1 2 1 chunk +36 lines, -42 lines 0 comments Download
M core/src/fxcrt/extension.h View 1 2 1 chunk +374 lines, -397 lines 0 comments Download
M core/src/fxcrt/fx_arabic.h View 1 2 1 chunk +17 lines, -18 lines 0 comments Download
M core/src/fxcrt/fx_arabic.cpp View 1 2 1 chunk +64 lines, -72 lines 0 comments Download
M core/src/fxcrt/fx_basic_array.cpp View 1 2 1 chunk +305 lines, -303 lines 0 comments Download
M core/src/fxcrt/fx_basic_bstring.cpp View 1 2 1 chunk +1026 lines, -1065 lines 0 comments Download
M core/src/fxcrt/fx_basic_bstring_unittest.cpp View 1 2 4 chunks +374 lines, -374 lines 0 comments Download
M core/src/fxcrt/fx_basic_buffer.cpp View 1 2 1 chunk +348 lines, -401 lines 0 comments Download
M core/src/fxcrt/fx_basic_coords.cpp View 1 2 1 chunk +520 lines, -550 lines 0 comments Download
M core/src/fxcrt/fx_basic_gcc.cpp View 1 2 4 chunks +177 lines, -184 lines 0 comments Download
M core/src/fxcrt/fx_basic_list.cpp View 1 2 1 chunk +107 lines, -118 lines 0 comments Download
M core/src/fxcrt/fx_basic_maps.cpp View 1 2 1 chunk +566 lines, -592 lines 0 comments Download
M core/src/fxcrt/fx_basic_memmgr.cpp View 1 2 1 chunk +43 lines, -49 lines 0 comments Download
M core/src/fxcrt/fx_basic_memmgr_unittest.cpp View 1 2 1 chunk +27 lines, -28 lines 0 comments Download
M core/src/fxcrt/fx_basic_plex.cpp View 1 2 1 chunk +16 lines, -15 lines 0 comments Download
M core/src/fxcrt/fx_basic_utf.cpp View 1 2 1 chunk +70 lines, -75 lines 0 comments Download
M core/src/fxcrt/fx_basic_util.cpp View 1 2 1 chunk +365 lines, -395 lines 0 comments Download
M core/src/fxcrt/fx_basic_wstring.cpp View 1 2 1 chunk +1002 lines, -1025 lines 0 comments Download
M core/src/fxcrt/fx_basic_wstring_unittest.cpp View 1 2 2 chunks +379 lines, -379 lines 0 comments Download
M core/src/fxcrt/fx_extension.cpp View 1 2 2 chunks +237 lines, -244 lines 0 comments Download
M core/src/fxcrt/fx_unicode.cpp View 1 2 1 chunk +44 lines, -46 lines 0 comments Download
M core/src/fxcrt/fx_xml_composer.cpp View 1 2 1 chunk +29 lines, -28 lines 0 comments Download
M core/src/fxcrt/fx_xml_parser.cpp View 1 2 1 chunk +779 lines, -794 lines 0 comments Download
M core/src/fxcrt/fxcrt_platforms.h View 1 2 1 chunk +24 lines, -22 lines 0 comments Download
M core/src/fxcrt/fxcrt_platforms.cpp View 1 2 1 chunk +160 lines, -175 lines 0 comments Download
M core/src/fxcrt/fxcrt_posix.h View 1 2 1 chunk +25 lines, -21 lines 0 comments Download
M core/src/fxcrt/fxcrt_posix.cpp View 1 2 1 chunk +162 lines, -175 lines 0 comments Download
M core/src/fxcrt/fxcrt_windows.h View 1 2 1 chunk +22 lines, -20 lines 0 comments Download
M core/src/fxcrt/fxcrt_windows.cpp View 1 2 1 chunk +188 lines, -194 lines 0 comments Download
M core/src/fxcrt/plex.h View 1 2 1 chunk +4 lines, -7 lines 0 comments Download
M core/src/fxcrt/xml_int.h View 1 2 1 chunk +104 lines, -149 lines 0 comments Download
M core/src/fxge/agg/include/fx_agg_driver.h View 1 2 2 chunks +138 lines, -107 lines 0 comments Download
M core/src/fxge/agg/src/fx_agg_driver.cpp View 1 2 3 chunks +1669 lines, -1480 lines 0 comments Download
M core/src/fxge/android/fpf_skiafont.h View 1 2 1 chunk +42 lines, -42 lines 0 comments Download
M core/src/fxge/android/fpf_skiafont.cpp View 1 2 1 chunk +192 lines, -186 lines 0 comments Download
M core/src/fxge/android/fpf_skiafontmgr.h View 1 2 1 chunk +86 lines, -96 lines 0 comments Download
M core/src/fxge/android/fpf_skiafontmgr.cpp View 1 2 2 chunks +446 lines, -469 lines 0 comments Download
M core/src/fxge/android/fpf_skiamodule.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M core/src/fxge/android/fpf_skiamodule.cpp View 1 2 1 chunk +19 lines, -23 lines 0 comments Download
M core/src/fxge/android/fx_android_font.h View 1 2 1 chunk +28 lines, -23 lines 0 comments Download
M core/src/fxge/android/fx_android_font.cpp View 1 2 1 chunk +64 lines, -67 lines 0 comments Download
M core/src/fxge/android/fx_android_imp.cpp View 1 2 1 chunk +16 lines, -18 lines 0 comments Download
M core/src/fxge/apple/apple_int.h View 1 2 1 chunk +230 lines, -207 lines 0 comments Download
M core/src/fxge/apple/fx_apple_platform.cpp View 1 2 2 chunks +140 lines, -140 lines 0 comments Download
M core/src/fxge/apple/fx_mac_imp.cpp View 1 2 2 chunks +77 lines, -72 lines 0 comments Download
M core/src/fxge/apple/fx_quartz_device.cpp View 1 2 1 chunk +961 lines, -1033 lines 0 comments Download
M core/src/fxge/dib/dib_int.h View 1 2 1 chunk +77 lines, -76 lines 0 comments Download
M core/src/fxge/dib/fx_dib_composite.cpp View 1 2 1 chunk +4981 lines, -4295 lines 0 comments Download
M core/src/fxge/dib/fx_dib_convert.cpp View 1 2 2 chunks +1061 lines, -891 lines 0 comments Download
M core/src/fxge/dib/fx_dib_engine.cpp View 1 2 1 chunk +879 lines, -781 lines 0 comments Download
M core/src/fxge/dib/fx_dib_main.cpp View 1 2 1 chunk +1608 lines, -1541 lines 0 comments Download
M core/src/fxge/dib/fx_dib_transform.cpp View 1 2 1 chunk +881 lines, -733 lines 0 comments Download
M core/src/fxge/ge/fx_ge.cpp View 1 2 1 chunk +47 lines, -55 lines 0 comments Download
M core/src/fxge/ge/fx_ge_device.cpp View 1 2 1 chunk +416 lines, -343 lines 0 comments Download
M core/src/fxge/ge/fx_ge_font.cpp View 1 2 1 chunk +384 lines, -384 lines 0 comments Download
M core/src/fxge/ge/fx_ge_fontmap.cpp View 1 2 4 chunks +1259 lines, -1257 lines 0 comments Download
M core/src/fxge/ge/fx_ge_linux.cpp View 1 2 2 chunks +196 lines, -180 lines 0 comments Download
M core/src/fxge/ge/fx_ge_path.cpp View 1 2 1 chunk +638 lines, -598 lines 0 comments Download
M core/src/fxge/ge/fx_ge_ps.cpp View 1 2 2 chunks +657 lines, -583 lines 0 comments Download
M core/src/fxge/ge/fx_ge_text.cpp View 1 2 1 chunk +1849 lines, -1589 lines 0 comments Download
M core/src/fxge/ge/text_int.h View 1 2 1 chunk +75 lines, -87 lines 0 comments Download
M core/src/fxge/skia/fx_skia_blitter_new.h View 1 2 1 chunk +509 lines, -217 lines 0 comments Download
M core/src/fxge/skia/fx_skia_blitter_new.cpp View 1 2 4 chunks +1728 lines, -1489 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.h View 1 2 1 chunk +135 lines, -79 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.cpp View 1 2 2 chunks +541 lines, -443 lines 0 comments Download
M core/src/fxge/win32/dwrite_int.h View 1 2 1 chunk +39 lines, -34 lines 0 comments Download
M core/src/fxge/win32/fx_win32_device.cpp View 1 2 3 chunks +1183 lines, -1073 lines 0 comments Download
M core/src/fxge/win32/fx_win32_dib.cpp View 1 2 1 chunk +251 lines, -242 lines 0 comments Download
M core/src/fxge/win32/fx_win32_dwrite.cpp View 1 2 2 chunks +343 lines, -403 lines 0 comments Download
M core/src/fxge/win32/fx_win32_gdipext.cpp View 1 2 2 chunks +1365 lines, -1100 lines 0 comments Download
M core/src/fxge/win32/fx_win32_print.cpp View 1 2 1 chunk +414 lines, -347 lines 0 comments Download
M core/src/fxge/win32/win32_int.h View 1 2 1 chunk +330 lines, -219 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h View 1 2 1 chunk +37 lines, -33 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_CheckBox.h View 1 2 1 chunk +19 lines, -15 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_ComboBox.h View 1 2 1 chunk +55 lines, -48 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_FormFiller.h View 1 2 1 chunk +179 lines, -130 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_IFormFiller.h View 1 2 1 chunk +134 lines, -72 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_ListBox.h View 1 2 1 chunk +34 lines, -37 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_Notify.h View 1 2 1 chunk +56 lines, -37 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_PushButton.h View 1 2 1 chunk +12 lines, -10 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_RadioButton.h View 1 2 1 chunk +16 lines, -11 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_TextField.h View 1 2 1 chunk +53 lines, -50 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_Utils.h View 1 2 1 chunk +6 lines, -9 lines 0 comments Download
M fpdfsdk/include/fsdk_actionhandler.h View 1 2 1 chunk +101 lines, -48 lines 0 comments Download
M fpdfsdk/include/fsdk_annothandler.h View 1 2 1 chunk +326 lines, -222 lines 0 comments Download
M fpdfsdk/include/fsdk_baseannot.h View 1 2 1 chunk +133 lines, -130 lines 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 1 2 1 chunk +258 lines, -236 lines 0 comments Download
M fpdfsdk/include/fsdk_common.h View 1 2 1 chunk +30 lines, -30 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 2 1 chunk +26 lines, -15 lines 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 1 2 2 chunks +380 lines, -365 lines 0 comments Download
M fpdfsdk/include/fsdk_rendercontext.h View 1 2 1 chunk +20 lines, -22 lines 0 comments Download
M fpdfsdk/include/fx_systemhandler.h View 1 2 2 chunks +79 lines, -72 lines 0 comments Download
M fpdfsdk/include/fxedit/fx_edit.h View 1 2 1 chunk +510 lines, -426 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_edit.h View 1 2 1 chunk +718 lines, -712 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_list.h View 1 2 1 chunk +304 lines, -320 lines 0 comments Download
M fpdfsdk/include/javascript/Consts.h View 1 2 1 chunk +55 lines, -64 lines 0 comments Download
M fpdfsdk/include/javascript/Document.h View 1 2 1 chunk +361 lines, -229 lines 0 comments Download
M fpdfsdk/include/javascript/Field.h View 1 2 1 chunk +597 lines, -332 lines 0 comments Download
M fpdfsdk/include/javascript/IJavaScript.h View 1 2 1 chunk +140 lines, -84 lines 0 comments Download
M fpdfsdk/include/javascript/Icon.h View 1 2 1 chunk +20 lines, -22 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Context.h View 1 2 1 chunk +132 lines, -78 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Define.h View 1 2 9 chunks +372 lines, -274 lines 0 comments Download
M fpdfsdk/include/javascript/JS_EventHandler.h View 1 2 1 chunk +196 lines, -149 lines 0 comments Download
M fpdfsdk/include/javascript/JS_GlobalData.h View 1 2 1 chunk +74 lines, -69 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Object.h View 1 2 2 chunks +200 lines, -251 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Runtime.h View 1 2 1 chunk +41 lines, -40 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Value.h View 1 2 1 chunk +154 lines, -150 lines 0 comments Download
M fpdfsdk/include/javascript/PublicMethods.h View 1 2 1 chunk +161 lines, -79 lines 0 comments Download
M fpdfsdk/include/javascript/app.h View 1 2 2 chunks +216 lines, -133 lines 0 comments Download
M fpdfsdk/include/javascript/color.h View 1 2 1 chunk +61 lines, -56 lines 0 comments Download
M fpdfsdk/include/javascript/console.h View 1 2 1 chunk +31 lines, -21 lines 0 comments Download
M fpdfsdk/include/javascript/event.h View 1 2 1 chunk +70 lines, -53 lines 0 comments Download
M fpdfsdk/include/javascript/global.h View 1 2 1 chunk +69 lines, -64 lines 0 comments Download
M fpdfsdk/include/javascript/report.h View 1 2 1 chunk +22 lines, -18 lines 0 comments Download
M fpdfsdk/include/javascript/resource.h View 1 2 1 chunk +18 lines, -18 lines 0 comments Download
M fpdfsdk/include/javascript/util.h View 1 2 1 chunk +47 lines, -29 lines 0 comments Download
M fpdfsdk/include/jsapi/fxjs_v8.h View 1 2 1 chunk +184 lines, -109 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Button.h View 1 2 1 chunk +10 lines, -11 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Caret.h View 1 2 1 chunk +35 lines, -37 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ComboBox.h View 1 2 1 chunk +74 lines, -74 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Edit.h View 1 2 1 chunk +156 lines, -120 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_EditCtrl.h View 1 2 1 chunk +164 lines, -151 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_FontMap.h View 1 2 1 chunk +108 lines, -99 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Icon.h View 1 2 1 chunk +35 lines, -38 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_IconList.h View 1 2 1 chunk +102 lines, -100 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Label.h View 1 2 1 chunk +29 lines, -29 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ListBox.h View 1 2 1 chunk +99 lines, -81 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ListCtrl.h View 1 2 1 chunk +33 lines, -33 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Note.h View 1 2 1 chunk +297 lines, -288 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ScrollBar.h View 1 2 1 chunk +134 lines, -139 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Signature.h View 1 2 1 chunk +37 lines, -37 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_SpecialButton.h View 1 2 1 chunk +29 lines, -32 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Utils.h View 1 2 1 chunk +384 lines, -214 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Wnd.h View 1 2 1 chunk +420 lines, -409 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp View 1 2 1 chunk +245 lines, -258 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_CheckBox.cpp View 1 2 1 chunk +99 lines, -114 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_ComboBox.cpp View 1 2 1 chunk +241 lines, -287 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_FormFiller.cpp View 1 2 1 chunk +525 lines, -591 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_IFormFiller.cpp View 1 2 1 chunk +712 lines, -755 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_ListBox.cpp View 1 2 1 chunk +191 lines, -240 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_Notify.cpp View 1 2 1 chunk +117 lines, -113 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_PushButton.cpp View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_RadioButton.cpp View 1 2 1 chunk +100 lines, -105 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_TextField.cpp View 1 2 1 chunk +211 lines, -262 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_Utils.cpp View 1 2 1 chunk +79 lines, -94 lines 0 comments Download
M fpdfsdk/src/fpdf_dataavail.cpp View 1 2 1 chunk +109 lines, -131 lines 0 comments Download
M fpdfsdk/src/fpdf_dataavail_embeddertest.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M fpdfsdk/src/fpdf_ext.cpp View 1 2 1 chunk +173 lines, -205 lines 0 comments Download
M fpdfsdk/src/fpdf_flatten.cpp View 1 2 1 chunk +471 lines, -494 lines 0 comments Download
M fpdfsdk/src/fpdf_progressive.cpp View 1 2 1 chunk +69 lines, -65 lines 0 comments Download
M fpdfsdk/src/fpdf_searchex.cpp View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
M fpdfsdk/src/fpdf_sysfontinfo.cpp View 1 2 1 chunk +150 lines, -136 lines 0 comments Download
M fpdfsdk/src/fpdf_transformpage.cpp View 1 2 1 chunk +292 lines, -292 lines 0 comments Download
M fpdfsdk/src/fpdfdoc.cpp View 1 2 1 chunk +247 lines, -243 lines 0 comments Download
M fpdfsdk/src/fpdfdoc_embeddertest.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M fpdfsdk/src/fpdfeditimg.cpp View 1 2 1 chunk +59 lines, -55 lines 0 comments Download
M fpdfsdk/src/fpdfeditpage.cpp View 1 2 1 chunk +284 lines, -278 lines 0 comments Download
M fpdfsdk/src/fpdfformfill.cpp View 1 2 1 chunk +255 lines, -245 lines 0 comments Download
M fpdfsdk/src/fpdfformfill_embeddertest.cpp View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M fpdfsdk/src/fpdfppo.cpp View 1 2 1 chunk +345 lines, -364 lines 0 comments Download
M fpdfsdk/src/fpdfsave.cpp View 1 2 1 chunk +57 lines, -62 lines 0 comments Download
M fpdfsdk/src/fpdftext.cpp View 1 2 1 chunk +245 lines, -205 lines 0 comments Download
M fpdfsdk/src/fpdftext_embeddertest.cpp View 1 2 6 chunks +33 lines, -38 lines 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 1 2 3 chunks +784 lines, -726 lines 0 comments Download
M fpdfsdk/src/fpdfview_embeddertest.cpp View 1 2 4 chunks +6 lines, -9 lines 0 comments Download
M fpdfsdk/src/fsdk_actionhandler.cpp View 1 2 2 chunks +715 lines, -735 lines 0 comments Download
M fpdfsdk/src/fsdk_annothandler.cpp View 1 2 1 chunk +654 lines, -728 lines 0 comments Download
M fpdfsdk/src/fsdk_baseannot.cpp View 1 2 2 chunks +767 lines, -836 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 2 2 chunks +2034 lines, -2233 lines 0 comments Download
M fpdfsdk/src/fsdk_mgr.cpp View 1 2 1 chunk +861 lines, -929 lines 0 comments Download
M fpdfsdk/src/fsdk_rendercontext.cpp View 1 2 1 chunk +25 lines, -28 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_ap.cpp View 1 2 1 chunk +190 lines, -202 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_edit.cpp View 1 2 2 chunks +2443 lines, -2865 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_list.cpp View 1 2 1 chunk +668 lines, -843 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_module.cpp View 1 2 1 chunk +15 lines, -22 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_pageobjs.cpp View 1 2 1 chunk +637 lines, -606 lines 0 comments Download
M fpdfsdk/src/javascript/Consts.cpp View 1 2 1 chunk +195 lines, -178 lines 2 comments Download
M fpdfsdk/src/javascript/Document.cpp View 1 2 3 chunks +1423 lines, -1411 lines 0 comments Download
M fpdfsdk/src/javascript/Field.cpp View 1 2 2 chunks +3143 lines, -3195 lines 0 comments Download
M fpdfsdk/src/javascript/Icon.cpp View 1 2 1 chunk +21 lines, -30 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Context.cpp View 1 2 1 chunk +241 lines, -233 lines 0 comments Download
M fpdfsdk/src/javascript/JS_EventHandler.cpp View 1 2 3 chunks +476 lines, -451 lines 0 comments Download
M fpdfsdk/src/javascript/JS_GlobalData.cpp View 1 2 2 chunks +388 lines, -452 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Object.cpp View 1 2 1 chunk +82 lines, -89 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Runtime.cpp View 1 2 1 chunk +236 lines, -248 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Value.cpp View 1 2 1 chunk +355 lines, -429 lines 0 comments Download
M fpdfsdk/src/javascript/PublicMethods.cpp View 1 2 1 chunk +1843 lines, -1975 lines 0 comments Download
M fpdfsdk/src/javascript/app.cpp View 1 2 3 chunks +753 lines, -776 lines 0 comments Download
M fpdfsdk/src/javascript/color.cpp View 1 2 3 chunks +175 lines, -192 lines 0 comments Download
M fpdfsdk/src/javascript/console.cpp View 1 2 1 chunk +30 lines, -30 lines 0 comments Download
M fpdfsdk/src/javascript/event.cpp View 1 2 1 chunk +295 lines, -295 lines 0 comments Download
M fpdfsdk/src/javascript/global.cpp View 1 2 2 chunks +408 lines, -449 lines 0 comments Download
M fpdfsdk/src/javascript/report.cpp View 1 2 1 chunk +12 lines, -14 lines 0 comments Download
M fpdfsdk/src/javascript/resource.cpp View 1 2 1 chunk +31 lines, -33 lines 0 comments Download
M fpdfsdk/src/javascript/util.cpp View 1 2 3 chunks +455 lines, -505 lines 0 comments Download
M fpdfsdk/src/jsapi/fxjs_v8.cpp View 1 2 2 chunks +1070 lines, -959 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Button.cpp View 1 2 1 chunk +19 lines, -27 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Caret.cpp View 1 2 1 chunk +130 lines, -162 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ComboBox.cpp View 1 2 1 chunk +422 lines, -464 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Edit.cpp View 1 2 1 chunk +1039 lines, -1131 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp View 1 2 2 chunks +446 lines, -539 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_FontMap.cpp View 1 2 2 chunks +392 lines, -443 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Icon.cpp View 1 2 1 chunk +169 lines, -201 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_IconList.cpp View 1 2 1 chunk +403 lines, -490 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Label.cpp View 1 2 1 chunk +99 lines, -132 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ListBox.cpp View 1 2 1 chunk +433 lines, -489 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp View 1 2 1 chunk +134 lines, -171 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Note.cpp View 1 2 1 chunk +1357 lines, -1512 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp View 1 2 1 chunk +1032 lines, -1126 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Signature.cpp View 1 2 1 chunk +129 lines, -145 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp View 1 2 1 chunk +38 lines, -61 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Utils.cpp View 1 2 1 chunk +3590 lines, -2704 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Wnd.cpp View 1 2 2 chunks +731 lines, -943 lines 0 comments Download
M fpdfsdk/src/resource.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M public/fpdf_dataavail.h View 1 2 6 chunks +130 lines, -87 lines 0 comments Download
M public/fpdf_doc.h View 1 2 8 chunks +136 lines, -75 lines 0 comments Download
M public/fpdf_edit.h View 1 2 12 chunks +105 lines, -48 lines 0 comments Download
M public/fpdf_ext.h View 1 2 2 chunks +58 lines, -56 lines 0 comments Download
M public/fpdf_flatten.h View 1 2 1 chunk +13 lines, -9 lines 0 comments Download
M public/fpdf_formfill.h View 1 2 3 chunks +862 lines, -626 lines 0 comments Download
M public/fpdf_fwlevent.h View 1 2 2 chunks +91 lines, -102 lines 0 comments Download
M public/fpdf_ppo.h View 1 2 1 chunk +10 lines, -5 lines 0 comments Download
M public/fpdf_progressive.h View 1 2 1 chunk +72 lines, -50 lines 0 comments Download
M public/fpdf_save.h View 1 2 1 chunk +39 lines, -33 lines 0 comments Download
M public/fpdf_searchex.h View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M public/fpdf_sysfontinfo.h View 1 2 5 chunks +206 lines, -166 lines 0 comments Download
M public/fpdf_text.h View 1 2 12 chunks +179 lines, -83 lines 0 comments Download
M public/fpdf_transformpage.h View 1 2 5 chunks +63 lines, -22 lines 0 comments Download
M public/fpdfview.h View 1 2 20 chunks +373 lines, -202 lines 0 comments Download
M samples/image_diff_png.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M testing/embedder_test.h View 1 2 3 chunks +14 lines, -8 lines 0 comments Download
M testing/embedder_test.cpp View 1 2 9 chunks +41 lines, -39 lines 0 comments Download
M testing/embedder_test_mock_delegate.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M testing/embedder_test_timer_handling_delegate.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M testing/fx_string_testhelpers.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (1 generated)
Nico
This is the master branch; same for xfa coming right up…
5 years, 4 months ago (2015-08-04 18:53:15 UTC) #2
Nico
https://codereview.chromium.org/1265503005/diff/1/samples/fx_lpng/lpng_v163/png.h File samples/fx_lpng/lpng_v163/png.h (right): https://codereview.chromium.org/1265503005/diff/1/samples/fx_lpng/lpng_v163/png.h#newcode9 samples/fx_lpng/lpng_v163/png.h:9: * This code is released under the libpng license ...
5 years, 4 months ago (2015-08-04 18:57:31 UTC) #3
Nico
(and on the xfa branch, the third-party code story is even worse :-/) https://codereview.chromium.org/1265503005/diff/1/core/include/thirdparties/zlib/zconf.h File ...
5 years, 4 months ago (2015-08-04 18:59:14 UTC) #4
Lei Zhang
Just spot checked. My eyes will be so much happier after this. https://codereview.chromium.org/1265503005/diff/1/core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-H_4.cpp File core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-H_4.cpp ...
5 years, 4 months ago (2015-08-04 19:01:41 UTC) #5
Tom Sepez
Lovely day. LGTM after fixing comments. I only spot-checked the others. https://codereview.chromium.org/1265503005/diff/1/public/fpdf_doc.h File public/fpdf_doc.h (right): ...
5 years, 4 months ago (2015-08-04 19:03:32 UTC) #6
Tom Sepez
On 2015/08/04 18:59:14, Nico (hiding) wrote: > (and on the xfa branch, the third-party code ...
5 years, 4 months ago (2015-08-04 19:09:28 UTC) #7
Nico
Thanks! I'm probably just holding things wrong on the xfa branch. Patch set 3 should ...
5 years, 4 months ago (2015-08-04 19:13:37 UTC) #8
Nico
Committed patchset #3 (id:20001) manually as b048f791a15f2da781a01eba5b09eb9d389f9c11 (presubmit successful).
5 years, 4 months ago (2015-08-04 19:16:05 UTC) #9
Lei Zhang
https://codereview.chromium.org/1265503005/diff/20001/fpdfsdk/src/javascript/Consts.cpp File fpdfsdk/src/javascript/Consts.cpp (right): https://codereview.chromium.org/1265503005/diff/20001/fpdfsdk/src/javascript/Consts.cpp#newcode40 fpdfsdk/src/javascript/Consts.cpp:40: JS_STATIC_CONST_ENTRY_STRING(Times, Times - Roman) BTW, this caused the failure ...
5 years, 4 months ago (2015-08-04 19:44:11 UTC) #10
Nico
https://codereview.chromium.org/1265503005/diff/20001/fpdfsdk/src/javascript/Consts.cpp File fpdfsdk/src/javascript/Consts.cpp (right): https://codereview.chromium.org/1265503005/diff/20001/fpdfsdk/src/javascript/Consts.cpp#newcode40 fpdfsdk/src/javascript/Consts.cpp:40: JS_STATIC_CONST_ENTRY_STRING(Times, Times - Roman) On 2015/08/04 19:44:11, Lei Zhang ...
5 years, 4 months ago (2015-08-04 19:48:22 UTC) #11
Lei Zhang
5 years, 4 months ago (2015-08-04 19:49:32 UTC) #12
Message was sent while issue was closed.
On 2015/08/04 19:48:22, Nico (hiding) wrote:
>
https://codereview.chromium.org/1265503005/diff/20001/fpdfsdk/src/javascript/...
> File fpdfsdk/src/javascript/Consts.cpp (right):
> 
>
https://codereview.chromium.org/1265503005/diff/20001/fpdfsdk/src/javascript/...
> fpdfsdk/src/javascript/Consts.cpp:40: JS_STATIC_CONST_ENTRY_STRING(Times,
Times
> - Roman)
> On 2015/08/04 19:44:11, Lei Zhang wrote:
> > BTW, this caused the failure on
> > http://build.chromium.org/p/client.pdfium/builders/linux/builds/435
> 
> Ah, thanks. (I was still debugging.)
> 
> I guess we'll just change this back manually?

Ya, for now. Just landed https://codereview.chromium.org/1269223002/

Powered by Google App Engine
This is Rietveld 408576698