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

Issue 400483002: Roll pdfium. This brings in: (Closed)

Created:
6 years, 5 months ago by Nico
Modified:
6 years, 5 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Roll pdfium. This brings in: 8f75c67 Disable warning 4267 in pdfium until it is fixed. e76e823 Remove unused variable orig_size. 3d07b6f Do not disable warnings-as-errors for pdfium. BUG=375114 R=thestig@chromium.org TBR=thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283628

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M DEPS View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Nico
6 years, 5 months ago (2014-07-16 22:46:46 UTC) #1
Lei Zhang
lgtm and woot
6 years, 5 months ago (2014-07-16 22:51:45 UTC) #2
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 5 months ago (2014-07-16 22:54:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/400483002/1
6 years, 5 months ago (2014-07-16 23:00:36 UTC) #4
Nico
Now rolls in https://pdfium.googlesource.com/pdfium/+/8f75c67f4e724ba44eb3d90e4033f8cc90522273 too
6 years, 5 months ago (2014-07-17 00:33:08 UTC) #5
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 5 months ago (2014-07-17 00:33:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/400483002/20001
6 years, 5 months ago (2014-07-17 00:35:05 UTC) #7
Nico
Committed patchset #2 manually as r283628 (presubmit successful).
6 years, 5 months ago (2014-07-17 03:50:36 UTC) #8
Yaron
On 2014/07/17 03:50:36, Nico (away) wrote: > Committed patchset #2 manually as r283628 (presubmit successful). ...
6 years, 5 months ago (2014-07-17 17:46:04 UTC) #9
Nico
On 2014/07/17 17:46:04, Yaron wrote: > On 2014/07/17 03:50:36, Nico (away) wrote: > > Committed ...
6 years, 5 months ago (2014-07-17 17:47:47 UTC) #10
Yaron
On 2014/07/17 17:47:47, Nico (away) wrote: > On 2014/07/17 17:46:04, Yaron wrote: > > On ...
6 years, 5 months ago (2014-07-17 18:15:45 UTC) #11
Yaron
On 2014/07/17 18:15:45, Yaron wrote: > On 2014/07/17 17:47:47, Nico (away) wrote: > > On ...
6 years, 5 months ago (2014-07-17 18:15:56 UTC) #12
Nico
Huh, I don't see this on my linux box with default gyp defines (except use_goma=1). ...
6 years, 5 months ago (2014-07-17 18:34:52 UTC) #13
Yaron
6 years, 5 months ago (2014-07-17 18:47:53 UTC) #14
Message was sent while issue was closed.
On 2014/07/17 18:34:52, Nico (away) wrote:
> Huh, I don't see this on my linux box with default gyp defines (except
> use_goma=1). Do you have any local changes? Are you synced to trunk?
> 
> For me, zlib.h:1782 isn't compiled, I can put garbage there and things
> still build. What's your ubuntu version?
> 
> 
> On Thu, Jul 17, 2014 at 11:15 AM, <mailto:yfriedman@chromium.org> wrote:
> 
> > On 2014/07/17 18:15:45, Yaron wrote:
> >
> >> On 2014/07/17 17:47:47, Nico (away) wrote:
> >> > On 2014/07/17 17:46:04, Yaron wrote:
> >> > > On 2014/07/17 03:50:36, Nico (away) wrote:
> >> > > > Committed patchset #2 manually as r283628 (presubmit successful).
> >> > >
> >> > > I'm seeing these errors locally:
> >> > >
> >> >
> >>
> >
> > ../../third_party/pdfium/core/src/fpdfapi/fpdf_parser/../../
> > ./fxcodec/fx_zlib/zlib_v128/zlib.h:1782:13:
> >
> >> > > error: 'adler32_combine' macro redefined [-Werror,-Wmacro-redefined]
> >> > > #    define adler32_combine adler32_combine64
> >> > >             ^
> >> > >
> >> >
> >>
> >
> > ../../third_party/pdfium/core/src/fpdfapi/fpdf_parser/../../
> > ./fxcodec/fx_zlib/zlib_v128/zlib.h:88:9:
> >
> >> > > note: previous definition is here
> >> > > #define adler32_combine FPDFAPI_adler32_combine
> >> > >         ^
> >> > >
> >> >
> >>
> >
> > ../../third_party/pdfium/core/src/fpdfapi/fpdf_parser/../../
> > ./fxcodec/fx_zlib/zlib_v128/zlib.h:1783:13:
> >
> >> > > error: 'crc32_combine' macro redefined [-Werror,-Wmacro-redefined]
> >> > > #    define crc32_combine crc32_combine64
> >> > >             ^
> >> > >
> >> >
> >>
> >
> > ../../third_party/pdfium/core/src/fpdfapi/fpdf_parser/../../
> > ./fxcodec/fx_zlib/zlib_v128/zlib.h:92:9:
> >
> >> > > note: previous definition is here
> >> > > #define crc32_combine FPDFAPI_crc32_combine
> >> > >         ^
> >> > > so the build fails since this roll. Known issue?
> >> >
> >> > No. Bots don't see this. What platform are you building for?
> >>
> >
> >  just seeing this locally on linux working station. building release tried
> >>
> > clang
> >
> >> & gcc
> >>
> >
> > and os=linux
> >
> > https://codereview.chromium.org/400483002/
> >
> 
> To unsubscribe from this group and stop receiving emails from it, send an
email
> to mailto:chromium-reviews+unsubscribe@chromium.org.

Tried flipping gyp flags. It appears to be from using cjhopman's magic library:
https://github.com/cjhopman/magic-debugging

sorry for the false alarm. i'll talk to him

Powered by Google App Engine
This is Rietveld 408576698