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

Issue 804943002: remove unused openbsd std::isfinite and std::signbit implementations (Closed)

Created:
6 years ago by Mostyn Bramley-Moore
Modified:
6 years ago
Reviewers:
Nico
CC:
blink-reviews, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, Mikhail, landry_openbsd.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

remove unused openbsd std::isfinite and std::signbit implementations OpenBSD 4.4 (release 2008) and later include std::isfinite and std::signbit. https://bugs.webkit.org/show_bug.cgi?id=19975 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187166

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -15 lines) Patch
M Source/wtf/MathExtras.h View 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Mostyn Bramley-Moore
@Nico: do you know who (if anyone) to cc on openbsd changes?
6 years ago (2014-12-15 09:24:47 UTC) #2
Mostyn Bramley-Moore
CC'ed Landry Breuil, author of the original WebKit patch.
6 years ago (2014-12-15 11:35:24 UTC) #3
landry.breuil
On 2014/12/15 11:35:24, Mostyn Bramley-Moore wrote: > CC'ed Landry Breuil, author of the original WebKit ...
6 years ago (2014-12-15 13:39:58 UTC) #4
Nico
Thanks! On 2014/12/15 13:39:58, landry.breuil wrote: > On 2014/12/15 11:35:24, Mostyn Bramley-Moore wrote: > > ...
6 years ago (2014-12-15 16:10:56 UTC) #5
Mostyn Bramley-Moore
On 2014/12/15 16:10:56, Nico wrote: > 4.4 was released Nov 2008, so not supporting earlier ...
6 years ago (2014-12-15 17:06:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/804943002/1
6 years ago (2014-12-15 17:06:53 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=187166
6 years ago (2014-12-15 19:12:49 UTC) #9
landry.breuil
6 years ago (2014-12-15 20:21:47 UTC) #10
Message was sent while issue was closed.
On 2014/12/15 17:06:07, Mostyn Bramley-Moore wrote:
> On 2014/12/15 16:10:56, Nico wrote:
> > 4.4 was released Nov 2008, so not supporting earlier OpenBSDs is probably
ok?
> 
> I couldn't find a clear statement on the OpenBSD website about release support
> windows, but this openbsd-announce message in 2009 implies that even 4.5 has
not
> had active support since 2009:
> http://article.gmane.org/gmane.os.openbsd.announce/149
> 
> So I think this is OK, few people if any should be running 4.3 or older.

The support window is a year long, and since we release every 6 months only two
releases are supported at a time. Right now we're at 5.5 and 5.6, so yeah 4.3 is
long-unsupported.

> lgtm, but if this is the only place where we have a bsd 4.3-or-older
workaround

bsd 4.3 from the 90's != openbsd 4.3 from 2008 ! :)

Powered by Google App Engine
This is Rietveld 408576698