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

Issue 1825953002: Move core/include/fxcrt to core/fxcrt/include. (Closed)

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

Description

Move core/include/fxcrt to core/fxcrt/include. This CL moves the fxcrt code into the core/fxcrt directory. The only exception was fx_bidi.h which was moved into core/fxcrt as it is not used outside of core/. R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/a8a28e0702a1874d29d3c9f2b155bce1557eb4fd

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+674 lines, -4535 lines) Patch
M BUILD.gn View 5 chunks +35 lines, -35 lines 0 comments Download
M core/fdrm/crypto/include/fx_crypt.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_cmaps/cmap_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_edit/editint.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_edit/include/cpdf_creator.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_font/font_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/fpdf_font.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/fpdf_font_cid.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/ttgsubtable.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_allstates.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorstate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorstatedata.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_contentmark.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_parseoptions.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_textstate.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_func.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_clippath.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_formobject.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_generalstate.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_imageobject.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_page.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_pageobject.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_path.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_pathobject.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_shadingobject.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_textobject.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_textstatedata.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_boolean.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_data_avail.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_data_avail.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_object.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_utility.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cfdf_document.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_array.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_document.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_indirect_object_holder.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_number.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_object.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_string.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/ipdf_data_avail.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/ipdf_crypto_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/ipdf_occontext.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/ipdf_security_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_render/cpdf_pagerendercache.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_image.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/include/cpdf_modulemgr.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/doc_metadata.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdftext/fpdf_text_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdftext/fpdf_text_int.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdftext/include/ipdf_linkextract.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdftext/include/ipdf_textpage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdftext/include/ipdf_textpagefind.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdftext/unicodenormalization.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdftext/unicodenormalization.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdftext/unicodenormalizationdata.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/codec/fx_codec.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/codec/fx_codec_jpeg.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/codec/fx_codec_progress.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_ArithDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_ArithIntDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_BitStream.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_Define.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_GrdProc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GrrdProc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_GsidProc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_GsidProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_HtrdProc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_HtrdProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanTable.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanTable.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_Image.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Page.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_PatternDict.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_PddProc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_SddProc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_SddProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_Segment.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_SymbolDict.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_SymbolDict.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_TrdProc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/lbmp/fx_bmp.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/lgif/fx_gif.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/extension.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_arabic.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_arabic.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_array.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_bstring.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_bstring_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_buffer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_basic_coords.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_basic_gcc.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_basic_gcc_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_list.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_maps.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_memmgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_memmgr_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_plex.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_utf.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_util.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_basic_wstring.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_basic_wstring_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fxcrt/fx_bidi.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fxcrt/fx_bidi.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_bidi_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_extension.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_extension_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_system_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_ucddata.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_unicode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_xml_composer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_xml_parser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fxcrt_platforms.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fxcrt_posix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fxcrt_stream.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fxcrt_windows.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fxcrt/include/fx_arb.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + core/fxcrt/include/fx_basic.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + core/fxcrt/include/fx_coordinates.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + core/fxcrt/include/fx_ext.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + core/fxcrt/include/fx_memory.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + core/fxcrt/include/fx_safe_types.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + core/fxcrt/include/fx_stream.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + core/fxcrt/include/fx_string.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + core/fxcrt/include/fx_system.h View 3 chunks +10 lines, -10 lines 0 comments Download
A + core/fxcrt/include/fx_ucd.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + core/fxcrt/include/fx_xml.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fxcrt/plex.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/xml_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fpf_skiafont.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fpf_skiafont.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fpf_skiafontmgr.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fpf_skiafontmgr.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fxge/android/fpf_skiamodule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fx_android_font.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fx_android_font.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/android/fx_android_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/apple/apple_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/apple/fx_apple_platform.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/apple/fx_quartz_device.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/dib/dib_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/ge/fx_ge_path.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfapi/fpdf_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcodec/fx_codec.h View 1 chunk +2 lines, -2 lines 0 comments Download
D core/include/fxcrt/fx_arb.h View 1 chunk +0 lines, -66 lines 0 comments Download
D core/include/fxcrt/fx_basic.h View 1 chunk +0 lines, -1153 lines 0 comments Download
D core/include/fxcrt/fx_bidi.h View 1 chunk +0 lines, -73 lines 0 comments Download
D core/include/fxcrt/fx_coordinates.h View 1 chunk +0 lines, -672 lines 0 comments Download
D core/include/fxcrt/fx_ext.h View 1 chunk +0 lines, -134 lines 0 comments Download
D core/include/fxcrt/fx_memory.h View 1 chunk +0 lines, -84 lines 0 comments Download
D core/include/fxcrt/fx_safe_types.h View 1 chunk +0 lines, -20 lines 0 comments Download
D core/include/fxcrt/fx_stream.h View 1 chunk +0 lines, -162 lines 0 comments Download
D core/include/fxcrt/fx_string.h View 1 chunk +0 lines, -819 lines 0 comments Download
D core/include/fxcrt/fx_system.h View 1 chunk +0 lines, -320 lines 0 comments Download
D core/include/fxcrt/fx_ucd.h View 1 chunk +0 lines, -192 lines 0 comments Download
D core/include/fxcrt/fx_xml.h View 1 chunk +0 lines, -169 lines 0 comments Download
M core/include/fxge/fpf.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxge/fx_dib.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/include/fxge/fx_font.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_combobox.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdf_ext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfdoc_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfsave.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfsave_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdftext_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_baseannot.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fpdfxfa/fpdfxfa_page.h View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/fsdk_actionhandler.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_annothandler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/fsdk_baseannot.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fx_systemhandler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/fxedit/fx_edit.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/javascript/IJavaScript.h View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/jsapi/fxjs_v8.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Edit.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_EditCtrl.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Icon.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_IconList.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Wnd.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Context.h View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/JS_EventHandler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/JS_GlobalData.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Value.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/PublicMethods.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/global.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/public_methods_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/resource.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/util.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/jsapi/fxjs_v8.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M pdfium.gyp View 2 chunks +12 lines, -12 lines 0 comments Download
M testing/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M testing/fx_string_testhelpers.h View 1 chunk +1 line, -1 line 0 comments Download
M testing/libfuzzer/pdf_fm2js_fuzzer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M testing/libfuzzer/pdf_xml_fuzzer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M testing/utils/path_service.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/DEPS View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/agg23/agg_array.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/agg23/agg_basics.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/agg23/agg_curves.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/agg23/agg_path_storage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/agg23/agg_rasterizer_scanline_aa.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/agg23/agg_vcgen_dash.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/agg23/agg_vcgen_stroke.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/lcms2-2.6/src/cmserr.c View 16 chunks +38 lines, -38 lines 0 comments Download
M third_party/libjpeg/jinclude.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libtiff/tiffconf.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/zlib_v128/zutil.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fde/css/fde_csscache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssdatatable.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssdatatable.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssdeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssstyleselector.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssstylesheet.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/fde_brush.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/fde_path.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fde/fde_render.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/fde_renderdevice.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/fde_visualset.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fde/tto/fde_textout.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fde/xml/fde_xml_imp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fee/fde_txtedtengine.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fee/fde_txtedtpage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fee/fx_wordbreak/fx_wordbreak.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fee/fx_wordbreak/fx_wordbreak_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fee/ifde_txtedtbuf.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_algorithm.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_algorithm.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_codepage.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_codepage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_memory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fgas/crt/fgas_stream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fgas/crt/fgas_system.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_system.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_utils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/font/fgas_fontutils.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/font/fgas_fontutils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/font/fgas_stdfontmgr.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/font/fgas_stdfontmgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/layout/fgas_linebreak.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/layout/fgas_linebreak.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/layout/fgas_textbreak.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/layout/fgas_textbreak.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fgas/localization/fgas_datetime.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/localization/fgas_datetime.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/localization/fgas_locale.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/localization/fgas_locale.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fgas/localization/fgas_localemgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/xml/fgas_sax.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/basewidget/fxmath_barcodeimp.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/fwl_noteimp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/fwl_sdadapterimp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/fwl_targetimp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/lightwidget/app.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_BufferedImageLuminanceSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/BC_DecoderResult.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_Dimension.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_LuminanceSource.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_Reader.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_ResultPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_UtilCodingConvert.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_UtilRSS.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_UtilRSS.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_Utils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/BC_Writer.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/cbc_codabar.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_code128.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_code39.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_codebase.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/cbc_datamatrix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_ean13.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_ean8.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_onecode.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_pdf417i.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_qrcode.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/cbc_upca.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/common/BC_CommonBitArray.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonBitMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonBitSource.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonByteArray.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonByteMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonByteMatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonCharacterSetECI.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonDecoderResult.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonDecoderResult.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_WhiteRectangleDetector.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_SymbolInfo.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OneDimReader.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCodaBarReader.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCode128Writer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCode39Reader.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OnedEAN13Reader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedEAN13Writer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedEAN8Writer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedUPCAReader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedUPCAReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OnedUPCAWriter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Codeword.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Common.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Reader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Writer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_FinderPatternInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCodeReader.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderBitVector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderMode.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderVersion.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDataBlock.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDataMask.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDetector.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDetectorResult.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRGridSampler.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/utils.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffbarcode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdocview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fontmgr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_textlayout.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_error.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/fm2js/xfa_expression.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jsapi.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jsapi.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jscontext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_lexer.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_lexer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_simpleexpression.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_simpleexpression.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_basic_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_document_datamerger_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_document_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_layout_itemlayout.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_locale.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_localemgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_object_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_objectacc_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_nodehelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_resolveprocessor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_utils_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxgraphics/cfx_path.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxgraphics/cfx_pattern.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxgraphics/cfx_shading.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxgraphics/include/cfx_graphics.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxjse/context.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxjse/include/fxjse.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxjse/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/adapter/fwl_adapterthreadmgr.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/include/fwl/basewidget/fxmath_barcode.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/include/fwl/core/fwl_app.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/core/fwl_note.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/core/fwl_target.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/core/fwl_theme.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/include/fwl/core/fwl_timer.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/theme/utils.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/theme/widgettp.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
dsinclair
PTAL.
4 years, 9 months ago (2016-03-23 19:25:48 UTC) #2
Tom Sepez
LGTM (spot inspection of .cpp files).
4 years, 9 months ago (2016-03-23 19:40:54 UTC) #3
dsinclair
4 years, 9 months ago (2016-03-23 19:41:45 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a8a28e0702a1874d29d3c9f2b155bce1557eb4fd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698