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

Issue 1145843005: Revert "Remove FX_Alloc() null checks now that it can't return NULL." (Closed)

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

Description

Revert "Remove FX_Alloc() null checks now that it can't return NULL." This reverts commit eb6527763171cdb4b0fbfea5a20d691f4d67b660. Reason for revert: broke javascript tests. TBR=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/bf4aa2cc93a67826247e887b2ba26a1b965eb616

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+455 lines, -97 lines) Patch
M core/include/fxcodec/fx_codec_def.h View 1 chunk +1 line, -0 lines 0 comments Download
M core/include/fxge/fx_ge.h View 2 chunks +9 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp View 4 chunks +12 lines, -6 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 2 chunks +6 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 2 chunks +4 lines, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fpdfdoc/doc_annot.cpp View 4 chunks +12 lines, -0 lines 0 comments Download
M core/src/fpdftext/fpdf_text.cpp View 1 chunk +35 lines, -33 lines 0 comments Download
M core/src/fpdftext/fpdf_text_int.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_fax.cpp View 3 chunks +12 lines, -0 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_flate.cpp View 10 chunks +39 lines, -3 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_icc.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jbig.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M core/src/fxcrt/extension.h View 2 chunks +6 lines, -1 line 0 comments Download
M core/src/fxcrt/fx_basic_array.cpp View 4 chunks +15 lines, -0 lines 0 comments Download
M core/src/fxcrt/fx_basic_bstring.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcrt/fx_basic_buffer.cpp View 2 chunks +7 lines, -2 lines 0 comments Download
M core/src/fxcrt/fx_basic_maps.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M core/src/fxcrt/fx_basic_plex.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcrt/fx_basic_wstring.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcrt/fx_extension.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcrt/fxcrt_platforms.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcrt/fxcrt_posix.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxcrt/xml_int.h View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxge/agg/agg23/agg_array.h View 1 chunk +5 lines, -1 line 0 comments Download
M core/src/fxge/agg/agg23/fx_agg_path_storage.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxge/agg/agg23/fx_agg_rasterizer_scanline_aa.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M core/src/fxge/dib/fx_dib_composite.cpp View 9 chunks +37 lines, -0 lines 0 comments Download
M core/src/fxge/dib/fx_dib_convert.cpp View 3 chunks +12 lines, -0 lines 0 comments Download
M core/src/fxge/dib/fx_dib_engine.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M core/src/fxge/dib/fx_dib_main.cpp View 4 chunks +12 lines, -3 lines 0 comments Download
M core/src/fxge/ge/fx_ge_font.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M core/src/fxge/ge/fx_ge_fontmap.cpp View 3 chunks +16 lines, -3 lines 0 comments Download
M core/src/fxge/ge/fx_ge_path.cpp View 9 chunks +44 lines, -19 lines 0 comments Download
M core/src/fxge/ge/fx_ge_ps.cpp View 2 chunks +10 lines, -0 lines 0 comments Download
M core/src/fxge/ge/fx_ge_text.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxge/win32/fx_win32_device.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M core/src/fxge/win32/fx_win32_dib.cpp View 2 chunks +13 lines, -0 lines 0 comments Download
M core/src/fxge/win32/fx_win32_gdipext.cpp View 5 chunks +28 lines, -0 lines 0 comments Download
M core/src/fxge/win32/fx_win32_print.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 chunk +4 lines, -1 line 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Edit.cpp View 2 chunks +17 lines, -13 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
Tom Sepez
5 years, 7 months ago (2015-05-19 21:56:02 UTC) #2
Tom Sepez
5 years, 7 months ago (2015-05-19 21:56:57 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
bf4aa2cc93a67826247e887b2ba26a1b965eb616 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698