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

Issue 378253003: Saturated arithmetic changed to use templates to fix build-issues (Closed)

Created:
6 years, 5 months ago by picksi1
Modified:
5 years, 1 month ago
CC:
blink-reviews, blink-reviews-wtf_chromium.org, Mikhail, abarth-chromium, Dominik Grewe, cvicentiu
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Saturated arithmetic changed to use templates to fix build-issues BUG=325746

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixing up code layout issues #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -72 lines) Patch
M Source/platform/LayoutUnit.h View 1 1 chunk +15 lines, -3 lines 1 comment Download
M Source/wtf/SaturatedArithmetic.h View 2 chunks +17 lines, -8 lines 0 comments Download
M Source/wtf/SaturatedArithmeticTest.cpp View 1 2 chunks +45 lines, -24 lines 0 comments Download
M Source/wtf/asm/SaturatedArithmeticARM.h View 1 chunk +15 lines, -37 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
picksi
Unfortunately when building the inline ARM with chromium.gyp_env as: { 'GYP_DEFINES': 'OS=android use_goma=1 android_full_debug=1', } ...
6 years, 5 months ago (2014-07-09 10:12:37 UTC) #1
Sami
Could you link to a failing build so we get a better idea of what ...
6 years, 5 months ago (2014-07-09 13:59:26 UTC) #2
picksi
I've fixed the white space issues. There is no bad-build example I can link to, ...
6 years, 5 months ago (2014-07-09 14:27:53 UTC) #3
Sami
On 2014/07/09 14:27:53, picksi wrote: > It can be fairly easily repro'd locally by setting ...
6 years, 5 months ago (2014-07-09 14:49:26 UTC) #4
picksi
Mostyn has an much easier fix for this, which disables the ASM in a non-opt ...
6 years, 5 months ago (2014-07-15 09:25:08 UTC) #5
eseidel
Looks fine to me. eae is the right reviewer. https://codereview.chromium.org/378253003/diff/20001/Source/platform/LayoutUnit.h File Source/platform/LayoutUnit.h (right): https://codereview.chromium.org/378253003/diff/20001/Source/platform/LayoutUnit.h#newcode229 Source/platform/LayoutUnit.h:229: ...
6 years, 5 months ago (2014-07-22 15:40:22 UTC) #6
eae
LGTM
6 years, 5 months ago (2014-07-22 15:45:55 UTC) #7
eae
The CQ bit was checked by eae@chromium.org
6 years, 5 months ago (2014-07-22 15:45:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/picksi@chromium.org/378253003/20001
6 years, 5 months ago (2014-07-22 15:46:54 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 5 months ago (2014-07-22 16:52:41 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 16:55:34 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/10810)
6 years, 5 months ago (2014-07-22 16:55:34 UTC) #12
bcwhite
This CL never landed. Should it be deleted?
5 years, 1 month ago (2015-11-13 19:37:39 UTC) #13
eae
Probably
5 years, 1 month ago (2015-11-13 19:48:03 UTC) #14
picksi
5 years, 1 month ago (2015-11-16 11:29:17 UTC) #15
This was fixed by https://codereview.chromium.org/396603002/ instead.

Powered by Google App Engine
This is Rietveld 408576698