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

Issue 1087053002: Merge to XFA: Kill CFX_Object. (Closed)

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

Description

Merge to XFA: Kill CFX_Object. Not just a simple merge, but changes to remove CFX_Object from XFA. Original Review URL: https://codereview.chromium.org/1088733002 TBR=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/6fc8cbb4ffbc17732045d243e1b95bc04c8a3b33

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+592 lines, -717 lines) Patch
M core/include/fpdfapi/fpdf_module.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/include/fpdfapi/fpdf_objects.h View 4 chunks +4 lines, -4 lines 0 comments Download
M core/include/fpdfapi/fpdf_page.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/include/fpdfapi/fpdf_pageobj.h View 8 chunks +8 lines, -8 lines 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 9 chunks +9 lines, -9 lines 0 comments Download
M core/include/fpdfapi/fpdf_render.h View 6 chunks +6 lines, -6 lines 0 comments Download
M core/include/fpdfapi/fpdf_resource.h View 9 chunks +10 lines, -9 lines 0 comments Download
M core/include/fpdfapi/fpdf_serial.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 23 chunks +23 lines, -23 lines 0 comments Download
M core/include/fpdfdoc/fpdf_tagged.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/include/fpdfdoc/fpdf_vt.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/include/fpdftext/fpdf_text.h View 4 chunks +4 lines, -4 lines 0 comments Download
M core/include/fxcodec/fx_codec.h View 16 chunks +17 lines, -17 lines 0 comments Download
M core/include/fxcrt/fx_basic.h View 19 chunks +19 lines, -19 lines 0 comments Download
M core/include/fxcrt/fx_coordinates.h View 4 chunks +4 lines, -4 lines 0 comments Download
M core/include/fxcrt/fx_memory.h View 2 chunks +7 lines, -64 lines 0 comments Download
M core/include/fxcrt/fx_string.h View 5 chunks +5 lines, -5 lines 0 comments Download
M core/include/fxcrt/fx_ucd.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcrt/fx_xml.h View 3 chunks +4 lines, -4 lines 0 comments Download
M core/include/fxge/fx_dib.h View 8 chunks +8 lines, -8 lines 0 comments Download
M core/include/fxge/fx_font.h View 8 chunks +10 lines, -10 lines 0 comments Download
M core/include/fxge/fx_ge.h View 7 chunks +7 lines, -7 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/editint.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/font_int.h View 7 chunks +7 lines, -7 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_font/ttgsubtable.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/pageint.h View 7 chunks +8 lines, -8 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_encrypt.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_render/render_int.h View 12 chunks +12 lines, -12 lines 0 comments Download
M core/src/fpdfdoc/doc_form.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M core/src/fpdfdoc/pdf_vt.h View 5 chunks +5 lines, -5 lines 0 comments Download
M core/src/fpdftext/fpdf_text_search.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdftext/text_int.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fpdftext/txtproc.h View 3 chunks +4 lines, -4 lines 0 comments Download
M core/src/fxcodec/codec/codec_int.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_fax.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/codec/fx_codec_flate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/codec/fx_codec_icc.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/codec/fx_codec_progress.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_tiff.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/lgif/fx_gif.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxcrt/extension.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxcrt/fx_arabic.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxcrt/fx_basic_util.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcrt/fxcrt_platforms.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcrt/fxcrt_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcrt/fxcrt_windows.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcrt/xml_int.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_array.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_basics.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_conv_adaptor_vcgen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_curves.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_path_storage.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_pixfmt_gray.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_rasterizer_scanline_aa.h View 5 chunks +5 lines, -5 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_renderer_base.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/agg23/agg_renderer_scanline.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/agg23/agg_rendering_buffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_scanline_u.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_vcgen_dash.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/agg23/agg_vcgen_stroke.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/agg23/agg_vertex_sequence.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/agg23/fx_agg_driver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fx_agg_driver.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/android/fpf_skiafont.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/android/fpf_skiafontmgr.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxge/android/fpf_skiamodule.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/apple/apple_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/dib/dib_int.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxge/dib/fx_dib_convert.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/ge/fx_ge_ps.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/ge/text_int.h View 4 chunks +4 lines, -4 lines 0 comments Download
M core/src/fxge/skia/fx_skia_blitter_new.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/win32/fx_win32_dwrite.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M core/src/fxge/win32/fx_win32_gdipext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/win32/win32_int.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/reflow/autoreflow.h View 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/reflow/layoutprovider_taggedpdf.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/reflow/reflowedpage.h View 9 chunks +8 lines, -9 lines 0 comments Download
M fpdfsdk/include/fpdfxfa/fpdfxfa_app.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fpdfxfa/fpdfxfa_page.h View 1 chunk +1 line, -3 lines 0 comments Download
M fpdfsdk/include/fpdfxfa/fpdfxfa_util.h View 2 chunks +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_define.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/fsdk_rendercontext.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/javascript/JS_Object.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/src/fpdf_dataavail.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/jsapi/fxjs_v8.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/include/fwl/adapter/fwl_sdadapterimp.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/include/fwl/core/fwl_grid.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_theme.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/core/fwl_widget.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/lightwidget/app.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/lightwidget/combobox.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/lightwidget/listbox.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/include/fwl/lightwidget/theme.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/lightwidget/widget.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/include/fwl/theme/checkboxtp.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/include/fwl/theme/datetimepickertp.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/include/fwl/theme/formtp.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/include/fwl/theme/monthcalendartp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fwl/theme/pushbuttontp.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/include/fwl/theme/scrollbartp.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/include/fwl/theme/widgettp.h View 6 chunks +5 lines, -6 lines 0 comments Download
M xfa/include/fxbarcode/BC_BarCode.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fxfa/fxfa.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/include/fxfa/fxfa_objectacc.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fxgraphics/fx_graphics.h View 7 chunks +6 lines, -7 lines 0 comments Download
M xfa/src/fee/include/ifde_txtedtengine.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fee/src/fee/fde_txtedtblock.h View 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/src/fee/src/fee/fde_txtedtbuf.h View 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/src/fee/src/fee/fde_txtedtengine.h View 7 chunks +8 lines, -8 lines 0 comments Download
M xfa/src/fee/src/fee/fde_txtedtpage.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fee/src/fee/fde_txtedtparag.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/include/fx_datetime.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/include/fx_fnt.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/include/fx_locale.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/include/fx_utl.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/src/crt/fx_stream.h View 9 chunks +9 lines, -9 lines 0 comments Download
M xfa/src/fgas/src/crt/fx_utils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/src/font/fx_gdifont.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/src/font/fx_gefont.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/src/font/fx_stdfontmgr.h View 5 chunks +5 lines, -5 lines 0 comments Download
M xfa/src/fgas/src/layout/fx_rtfbreak.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/src/layout/fx_textbreak.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/src/localization/fx_locale.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/src/localization/fx_localeimp.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/src/localization/fx_localemgr.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fgas/src/xml/fx_sax_imp.h View 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/src/fwl/src/basewidget/include/fwl_caretimp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fwl/src/basewidget/include/fxmath_barcodeimp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fwl/src/core/fwl_noteimp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fwl/src/core/include/fwl_formimp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fwl/src/core/include/fwl_gridimp.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fwl/src/core/include/fwl_noteimp.h View 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/src/fwl/src/core/include/fwl_targetimp.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fwl/src/core/include/fwl_threadimp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fwl/src/core/include/fwl_widgetimp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxbarcode/BC_Binarizer.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_BinaryBitmap.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_DecoderResult.h View 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/src/fxbarcode/BC_Dimension.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_LuminanceSource.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_Reader.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_ResultPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_UtilCodingConvert.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_UtilRSS.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/BC_Writer.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonBitArray.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonBitMatrix.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonBitSource.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonByteArray.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonByteMatrix.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonDecoderResult.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonECI.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h View 3 chunks +3 lines, -4 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_Encoder.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417Common.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417Dimensions.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417ResultMetadata.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderBlockPair.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderECB.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRDataMask.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_checksum.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffConfigAcc.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffapp.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffdoc.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffdochandler.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffdocview.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffnotify.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffpageview.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffwidget.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffwidgetacc.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffwidgethandler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_fontmgr.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_fwltheme.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_rendercontext.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/app/xfa_textlayout.h View 5 chunks +5 lines, -5 lines 0 comments Download
M xfa/src/fxfa/src/common/fxfa_localevalue.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/common/xfa_doclayout.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/common/xfa_document.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/common/xfa_localemgr.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/common/xfa_object.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/common/xfa_script.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/common/xfa_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_error.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_expression.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_fmparse.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_lexer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_program.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/parser/xfa_basic_imp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/parser/xfa_document_layout_imp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/parser/xfa_document_serialize.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/parser/xfa_layout_itemlayout.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/parser/xfa_locale.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxfa/src/parser/xfa_object_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/parser/xfa_parser_imp.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/parser/xfa_script_imp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/parser/xfa_script_nodehelper.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxfa/src/parser/xfa_script_resolveprocessor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxgraphics/src/fx_graphics.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxgraphics/src/fx_metafile_interpreter.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxgraphics/src/fx_path_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxjse/src/class.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxjse/src/context.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/src/fxjse/src/runtime.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/src/fxjse/src/value.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Tom Sepez
Committed patchset #1 (id:1) manually as 6fc8cbb4ffbc17732045d243e1b95bc04c8a3b33 (presubmit successful).
5 years, 8 months ago (2015-04-14 20:54:23 UTC) #1
Lei Zhang
5 years, 8 months ago (2015-04-15 03:48:29 UTC) #2
Message was sent while issue was closed.
Are there any other changes besides removing the CFX_Object superclass in most
files?

Powered by Google App Engine
This is Rietveld 408576698