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

Issue 1832173003: Remove FX_DWORD from core/ and delete definition (Closed)

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

Description

Remove FX_DWORD from core/ and delete definition Committed: https://pdfium.googlesource.com/pdfium/+/b5e8f14e3eefc5da995b332788d3203cee204883

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3034 lines, -3036 lines) Patch
M core/fdrm/crypto/fx_crypt.cpp View 8 chunks +19 lines, -19 lines 0 comments Download
M core/fdrm/crypto/fx_crypt_aes.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fdrm/crypto/fx_crypt_sha.cpp View 14 chunks +23 lines, -23 lines 0 comments Download
M core/fdrm/crypto/include/fx_crypt.h View 1 chunk +20 lines, -20 lines 0 comments Download
M core/fpdfapi/fpdf_cmaps/cmap_int.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_edit/editint.h View 1 chunk +13 lines, -13 lines 0 comments Download
M core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 53 chunks +74 lines, -74 lines 0 comments Download
M core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp View 6 chunks +7 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_edit/include/cpdf_creator.h View 5 chunks +14 lines, -14 lines 0 comments Download
M core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_cidfont.h View 2 chunks +15 lines, -15 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_cidfont.cpp View 20 chunks +35 lines, -35 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_font.cpp View 8 chunks +13 lines, -13 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_simplefont.h View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_simplefont.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_type1font.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_type1font.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_type3font.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_type3font.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_font/font_int.h View 5 chunks +14 lines, -14 lines 0 comments Download
M core/fpdfapi/fpdf_font/fpdf_font.cpp View 6 chunks +15 lines, -16 lines 0 comments Download
M core/fpdfapi/fpdf_font/fpdf_font_cid.cpp View 14 chunks +24 lines, -24 lines 0 comments Download
M core/fpdfapi/fpdf_font/include/cpdf_font.h View 3 chunks +12 lines, -12 lines 0 comments Download
M core/fpdfapi/fpdf_font/include/cpdf_fontencoding.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_font/ttgsubtable.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_font/ttgsubtable.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_allstates.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorspace.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorstate.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorstate.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorstatedata.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_generalstate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_image.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_meshstream.h View 1 chunk +9 lines, -9 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_meshstream.cpp View 5 chunks +7 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_textobject.cpp View 8 chunks +17 lines, -17 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_colors.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_doc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_func.cpp View 8 chunks +10 lines, -10 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 9 chunks +14 lines, -14 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 13 chunks +24 lines, -24 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_clippath.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_colorspace.h View 3 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_image.h View 3 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_page/include/cpdf_textobject.h View 3 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_page/pageint.h View 10 chunks +24 lines, -24 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cfdf_document.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_array.cpp View 5 chunks +22 lines, -22 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_data_avail.h View 8 chunks +21 lines, -21 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_data_avail.cpp View 36 chunks +53 lines, -53 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_dictionary.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_document.cpp View 7 chunks +15 lines, -15 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.h View 3 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp View 16 chunks +34 lines, -34 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser.cpp View 40 chunks +74 lines, -74 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_reference.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_simple_parser.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h View 1 chunk +16 lines, -16 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp View 8 chunks +24 lines, -24 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.h View 3 chunks +18 lines, -18 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.cpp View 19 chunks +32 lines, -32 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_stream.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_stream_acc.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h View 3 chunks +11 lines, -11 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp View 12 chunks +22 lines, -22 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 20 chunks +47 lines, -47 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp View 2 chunks +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 +15 lines, -15 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_document.h View 4 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_indirect_object_holder.h View 2 chunks +9 lines, -9 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_object.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_parser.h View 4 chunks +28 lines, -28 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_reference.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_stream.h View 2 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h View 1 chunk +24 lines, -24 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/ipdf_data_avail.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/ipdf_crypto_handler.h View 1 chunk +11 lines, -11 lines 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 3 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render.cpp View 6 chunks +7 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_cache.cpp View 9 chunks +16 lines, -16 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_image.cpp View 8 chunks +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 41 chunks +54 lines, -54 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 9 chunks +10 lines, -10 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_text.cpp View 13 chunks +23 lines, -23 lines 0 comments Download
M core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h View 1 chunk +1 line, -1 line 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 +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_render/render_int.h View 21 chunks +33 lines, -33 lines 0 comments Download
M core/fpdfdoc/doc_action.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfdoc/doc_annot.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M core/fpdfdoc/doc_ap.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfdoc/doc_basic.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfdoc/doc_bookmark.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/doc_form.cpp View 12 chunks +17 lines, -17 lines 0 comments Download
M core/fpdfdoc/doc_formcontrol.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/doc_formfield.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfdoc/doc_link.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/doc_ocg.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfdoc/doc_tagged.cpp View 9 chunks +9 lines, -9 lines 0 comments Download
M core/fpdfdoc/doc_utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/doc_utils.cpp View 8 chunks +9 lines, -9 lines 0 comments Download
M core/fpdfdoc/doc_vt.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfdoc/tagged_int.h 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 7 chunks +7 lines, -7 lines 0 comments Download
M core/fxcodec/codec/codec_int.h View 18 chunks +59 lines, -59 lines 0 comments Download
M core/fxcodec/codec/fx_codec.cpp View 14 chunks +22 lines, -22 lines 0 comments Download
M core/fxcodec/codec/fx_codec_bmp.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M core/fxcodec/codec/fx_codec_fax.cpp View 10 chunks +14 lines, -14 lines 0 comments Download
M core/fxcodec/codec/fx_codec_flate.cpp View 27 chunks +62 lines, -62 lines 0 comments Download
M core/fxcodec/codec/fx_codec_gif.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M core/fxcodec/codec/fx_codec_icc.cpp View 14 chunks +41 lines, -41 lines 0 comments Download
M core/fxcodec/codec/fx_codec_jbig.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M core/fxcodec/codec/fx_codec_jpeg.cpp View 22 chunks +33 lines, -33 lines 0 comments Download
M core/fxcodec/codec/fx_codec_jpx_opj.cpp View 4 chunks +14 lines, -14 lines 0 comments Download
M core/fxcodec/codec/fx_codec_png.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/codec/fx_codec_progress.h View 3 chunks +5 lines, -5 lines 0 comments Download
M core/fxcodec/codec/fx_codec_progress.cpp View 43 chunks +52 lines, -52 lines 0 comments Download
M core/fxcodec/codec/fx_codec_tiff.cpp View 16 chunks +37 lines, -37 lines 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 +17 lines, -17 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_BitStream.cpp View 7 chunks +14 lines, -14 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Context.h View 4 chunks +4 lines, -4 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Context.cpp View 12 chunks +18 lines, -18 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GrdProc.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GrdProc.cpp View 30 chunks +52 lines, -52 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GrrdProc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GrrdProc.cpp View 9 chunks +16 lines, -16 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GsidProc.h View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_GsidProc.cpp View 4 chunks +11 lines, -11 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_HtrdProc.h View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_HtrdProc.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanTable.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_HuffmanTable.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Image.cpp View 16 chunks +51 lines, -51 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Page.h View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_PatternDict.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_PddProc.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_SddProc.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_SddProc.cpp View 9 chunks +26 lines, -26 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Segment.h View 2 chunks +7 lines, -7 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_TrdProc.h View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_TrdProc.cpp View 10 chunks +17 lines, -17 lines 0 comments Download
M core/fxcodec/lbmp/fx_bmp.h View 6 chunks +29 lines, -29 lines 0 comments Download
M core/fxcodec/lbmp/fx_bmp.cpp View 19 chunks +34 lines, -34 lines 0 comments Download
M core/fxcodec/lgif/fx_gif.h View 8 chunks +36 lines, -36 lines 0 comments Download
M core/fxcodec/lgif/fx_gif.cpp View 24 chunks +44 lines, -44 lines 0 comments Download
M core/fxcrt/extension.h View 7 chunks +11 lines, -11 lines 0 comments Download
M core/fxcrt/fx_arabic.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_basic_bstring.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M core/fxcrt/fx_basic_buffer.cpp View 9 chunks +14 lines, -14 lines 0 comments Download
M core/fxcrt/fx_basic_gcc.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M core/fxcrt/fx_basic_maps.cpp View 8 chunks +9 lines, -9 lines 0 comments Download
M core/fxcrt/fx_basic_plex.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fx_basic_utf.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M core/fxcrt/fx_bidi.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_extension.cpp View 12 chunks +27 lines, -27 lines 0 comments Download
M core/fxcrt/fx_ucddata.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/fx_unicode.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M core/fxcrt/fx_xml_parser.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M core/fxcrt/fxcrt_platforms.h View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fxcrt/fxcrt_platforms.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M core/fxcrt/fxcrt_posix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fxcrt_posix.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M core/fxcrt/fxcrt_windows.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcrt/fxcrt_windows.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M core/fxcrt/include/fx_basic.h View 12 chunks +26 lines, -26 lines 0 comments Download
M core/fxcrt/include/fx_ext.h View 1 chunk +8 lines, -8 lines 0 comments Download
M core/fxcrt/include/fx_safe_types.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcrt/include/fx_stream.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fxcrt/include/fx_string.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fxcrt/include/fx_system.h View 3 chunks +11 lines, -12 lines 0 comments Download
M core/fxcrt/include/fx_ucd.h View 7 chunks +11 lines, -11 lines 0 comments Download
M core/fxcrt/include/fx_xml.h View 2 chunks +8 lines, -8 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/agg/fx_agg_driver.h View 5 chunks +12 lines, -12 lines 0 comments Download
M core/fxge/agg/fx_agg_driver.cpp View 17 chunks +20 lines, -20 lines 0 comments Download
M core/fxge/android/fpf_skiafont.h View 2 chunks +6 lines, -6 lines 0 comments Download
M core/fxge/android/fpf_skiafont.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fxge/android/fpf_skiafontmgr.h View 3 chunks +5 lines, -5 lines 0 comments Download
M core/fxge/android/fpf_skiafontmgr.cpp View 10 chunks +19 lines, -19 lines 0 comments Download
M core/fxge/android/fx_android_font.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fxge/android/fx_android_font.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fxge/apple/apple_int.h View 8 chunks +17 lines, -17 lines 0 comments Download
M core/fxge/apple/fx_apple_platform.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M core/fxge/apple/fx_quartz_device.cpp View 6 chunks +7 lines, -7 lines 0 comments Download
M core/fxge/dib/dib_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/dib/fx_dib_composite.cpp View 21 chunks +28 lines, -28 lines 0 comments Download
M core/fxge/dib/fx_dib_convert.cpp View 19 chunks +52 lines, -52 lines 0 comments Download
M core/fxge/dib/fx_dib_engine.cpp View 5 chunks +7 lines, -7 lines 0 comments Download
M core/fxge/dib/fx_dib_main.cpp View 25 chunks +41 lines, -41 lines 0 comments Download
M core/fxge/dib/fx_dib_transform.cpp View 16 chunks +23 lines, -23 lines 0 comments Download
M core/fxge/ge/fx_ge_device.cpp View 10 chunks +14 lines, -14 lines 0 comments Download
M core/fxge/ge/fx_ge_font.cpp View 12 chunks +14 lines, -14 lines 0 comments Download
M core/fxge/ge/fx_ge_fontmap.cpp View 42 chunks +72 lines, -72 lines 0 comments Download
M core/fxge/ge/fx_ge_ps.cpp View 13 chunks +18 lines, -18 lines 0 comments Download
M core/fxge/ge/fx_ge_text.cpp View 9 chunks +14 lines, -14 lines 0 comments Download
M core/fxge/ge/fx_text_int.h View 3 chunks +7 lines, -7 lines 0 comments Download
M core/fxge/skia/fx_skia_device.h View 5 chunks +10 lines, -10 lines 0 comments Download
M core/fxge/skia/fx_skia_device.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M core/fxge/win32/dwrite_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/win32/fx_win32_device.cpp View 21 chunks +44 lines, -44 lines 0 comments Download
M core/fxge/win32/fx_win32_dib.cpp View 5 chunks +7 lines, -7 lines 0 comments Download
M core/fxge/win32/fx_win32_dwrite.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/win32/fx_win32_gdipext.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M core/fxge/win32/fx_win32_print.cpp View 9 chunks +13 lines, -13 lines 0 comments Download
M core/fxge/win32/win32_int.h View 16 chunks +35 lines, -35 lines 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 13 chunks +18 lines, -18 lines 0 comments Download
M core/include/fpdfdoc/fpdf_tagged.h View 1 chunk +7 lines, -7 lines 0 comments Download
M core/include/fxcodec/fx_codec.h View 21 chunks +65 lines, -65 lines 0 comments Download
M core/include/fxge/fpf.h View 3 chunks +5 lines, -5 lines 0 comments Download
M core/include/fxge/fx_dib.h View 23 chunks +42 lines, -42 lines 0 comments Download
M core/include/fxge/fx_font.h View 18 chunks +47 lines, -47 lines 0 comments Download
M core/include/fxge/fx_ge.h View 19 chunks +40 lines, -40 lines 0 comments Download
M core/include/fxge/fx_ge_win32.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Tom Sepez
Oliver, last one. Manual deletion in fx_system.h
4 years, 9 months ago (2016-03-25 21:59:14 UTC) #2
Oliver Chang
lgtm
4 years, 9 months ago (2016-03-25 22:00:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1832173003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1832173003/1
4 years, 9 months ago (2016-03-25 22:04:31 UTC) #5
commit-bot: I haz the power
4 years, 9 months ago (2016-03-25 22:18:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://pdfium.googlesource.com/pdfium/+/b5e8f14e3eefc5da995b332788d3203cee20...

Powered by Google App Engine
This is Rietveld 408576698