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

Issue 2482373002: Define IsFloatEqual macro properly. (Closed)

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

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M core/fxcrt/fx_system.h View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 17 (7 generated)
Lei Zhang
Looking at https://codereview.chromium.org/2187073005/diff/100001/fpdfsdk/fxedit/include/fxet_edit.h, I suspect this will fix pdfwindow, but cause subtle differences in fxedit. ...
4 years, 1 month ago (2016-11-09 02:22:14 UTC) #4
Lei Zhang
On 2016/11/09 02:22:14, Lei Zhang (slow) wrote: > Looking at > https://codereview.chromium.org/2187073005/diff/100001/fpdfsdk/fxedit/include/fxet_edit.h, > I suspect ...
4 years, 1 month ago (2016-11-09 02:28:19 UTC) #7
dsinclair
On 2016/11/09 02:28:19, Lei Zhang (slow) wrote: > On 2016/11/09 02:22:14, Lei Zhang (slow) wrote: ...
4 years, 1 month ago (2016-11-09 03:30:54 UTC) #8
dsinclair
https://codereview.chromium.org/2482373002/diff/1/core/fxcrt/fx_system.h File core/fxcrt/fx_system.h (right): https://codereview.chromium.org/2482373002/diff/1/core/fxcrt/fx_system.h#newcode79 core/fxcrt/fx_system.h:79: #define IsFloatEqual(fa, fb) IsFloatZero((fa) - (fb)) Should these just ...
4 years, 1 month ago (2016-11-09 03:33:23 UTC) #9
Lei Zhang
On 2016/11/09 03:30:54, dsinclair wrote: > If the previous behaviour was wrong, why do we ...
4 years, 1 month ago (2016-11-09 05:33:05 UTC) #10
Lei Zhang
https://codereview.chromium.org/2482373002/diff/1/core/fxcrt/fx_system.h File core/fxcrt/fx_system.h (right): https://codereview.chromium.org/2482373002/diff/1/core/fxcrt/fx_system.h#newcode79 core/fxcrt/fx_system.h:79: #define IsFloatEqual(fa, fb) IsFloatZero((fa) - (fb)) On 2016/11/09 03:33:23, ...
4 years, 1 month ago (2016-11-09 05:34:10 UTC) #11
dsinclair
lgtm As far as I understand, this is the correct way to write the macro. ...
4 years, 1 month ago (2016-11-09 06:11:54 UTC) #12
Lei Zhang
On 2016/11/09 06:11:54, dsinclair wrote: > lgtm > > As far as I understand, this ...
4 years, 1 month ago (2016-11-09 06:15:29 UTC) #13
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/2482373002/1
4 years, 1 month ago (2016-11-09 06:15:36 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-09 06:15:54 UTC) #17
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://pdfium.googlesource.com/pdfium/+/4f610efcf4e34779d27c5e822e639a984bab...

Powered by Google App Engine
This is Rietveld 408576698