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

Issue 2383543002: Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser (Closed)

Created:
4 years, 2 months ago by dsinclair
Modified:
4 years, 2 months ago
Reviewers:
Tom Sepez, Lei Zhang
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser BUG=pdfium:611

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+504 lines, -1910 lines) Patch
M BUILD.gn View 1 chunk +16 lines, -16 lines 0 comments Download
M core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_cidfont.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_font.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_simplefont.cpp View 1 chunk +2 lines, -2 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.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_font/cpdf_type3font.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_font/fpdf_font.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_font/fpdf_font_cid.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_allstates.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_color.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_colorspace.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_contentmark.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_form.cpp 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.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_image.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_imageobject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_meshstream.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_meshstream.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_page.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_pageobjectholder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_textstate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_colors.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_doc.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_func.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cfdf_document.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cfdf_document.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_array.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_array.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_boolean.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_crypto_handler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_data_avail.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_data_avail.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_dictionary.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_dictionary.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_document.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_document.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_name.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_name.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_null.h View 1 chunk +1 line, -1 line 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_number.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_number.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_object.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_object.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_parser.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_reference.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_reference.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_security_handler.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_simple_parser.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_simple_parser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_stream.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_stream.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_stream_acc.h View 2 chunks +5 lines, -5 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_stream_acc.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + core/fpdfapi/fpdf_parser/cpdf_string.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_string.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fpdfapi/fpdf_parser/fpdf_parser_decode.h View 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 2 chunks +3 lines, -3 lines 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_decode_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cfdf_document.h View 1 chunk +0 lines, -42 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_array.h View 1 chunk +0 lines, -72 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_data_avail.h View 1 chunk +0 lines, -253 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h View 1 chunk +0 lines, -97 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_document.h View 1 chunk +0 lines, -145 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_indirect_object_holder.h View 1 chunk +0 lines, -48 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_name.h View 1 chunk +0 lines, -32 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_number.h View 1 chunk +0 lines, -44 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_object.h View 1 chunk +0 lines, -183 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_parser.h View 1 chunk +0 lines, -177 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_reference.h View 1 chunk +0 lines, -55 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h View 1 chunk +0 lines, -35 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_stream.h View 1 chunk +0 lines, -61 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h View 1 chunk +0 lines, -46 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/cpdf_string.h View 1 chunk +0 lines, -39 lines 0 comments Download
D core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h View 1 chunk +0 lines, -77 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_cache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_image.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_text.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/fpdf_render/render_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpdf_action.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_actionfields.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_annot.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_annotlist.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_apsettings.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_bookmark.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_bookmarktree.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpdf_defaultappearance.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_dest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_filespec.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfdoc/cpdf_filespec_unittest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfdoc/cpdf_formcontrol.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fpdfdoc/cpdf_formfield.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M core/fpdfdoc/cpdf_formfield_unittest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_iconfit.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_interform.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M core/fpdfdoc/cpdf_link.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpdf_linklist.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpdf_metadata.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfdoc/cpdf_nametree.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfdoc/cpdf_numbertree.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_occontext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_pagelabel.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fpdfdoc/cpdf_viewerpreferences.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpvt_color.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpvt_color.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpvt_fontmap.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpvt_generateap.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fpdfdoc/doc_tagged.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M core/fpdfdoc/include/cpdf_action.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/include/cpdf_interform.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdftext/cpdf_textpage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/codec/fx_codec_jbig.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_BitStream.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxcodec/jbig2/JBig2_Context.h View 1 chunk +1 line, -1 line 0 comments Download
M core/fxcodec/jbig2/JBig2_Context.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fxge/dib/fx_dib_engine_unittest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M core/fxge/ge/cfx_graphstate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/skia/fx_skia_device.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cfx_systemhandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_baannot.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M fpdfsdk/cpdfsdk_baannothandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_document.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/cpdfsdk_interform.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/cpdfsdk_pageview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_widget.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/cpdfsdk_widgethandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cba_fontmap.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/formfiller/cffl_interactiveformfiller.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdf_dataavail.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdf_ext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdf_flatten.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M fpdfsdk/fpdf_transformpage.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M fpdfsdk/fpdfdoc.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdfdoc_unittest.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M fpdfsdk/fpdfeditpage.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/fpdfformfill.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfppo.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M fpdfsdk/fpdfsave.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M fpdfsdk/fpdfview.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_page.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_actionhandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fxedit/fxet_ap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fxedit/fxet_edit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/cpdfsdk_document.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/cpdfsdk_environment.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/Document.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/javascript/Field.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Icon.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_fontmgr.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/include/xfa_ffapp.h View 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 13 (8 generated)
dsinclair
PTAL.
4 years, 2 months ago (2016-09-29 14:44:16 UTC) #4
Tom Sepez
lgtm
4 years, 2 months ago (2016-09-29 18:40:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2383543002/1
4 years, 2 months ago (2016-09-29 19:00:46 UTC) #9
commit-bot: I haz the power
Failed to apply patch for core/fpdfapi/fpdf_parser/cfdf_document.h: While running git apply --index -3 -p1; error: core/fpdfapi/fpdf_parser/include/cfdf_document.h: ...
4 years, 2 months ago (2016-09-29 19:02:15 UTC) #11
dsinclair
4 years, 2 months ago (2016-09-29 19:12:03 UTC) #13
On 2016/09/29 19:07:48, dsinclair wrote:
> Patchset #2 (id:20001) has been deleted


This appears to have landed ....
https://pdfium.googlesource.com/pdfium/+/c6c425af1156587fd9b770e5d40bc087df0c...

Powered by Google App Engine
This is Rietveld 408576698