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

Issue 1076443002: Removed obsolete float_util.h as VS2013 supports standards well enough. (Closed)

Created:
5 years, 8 months ago by Mateusz Szymański
Modified:
5 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, erikwright+watch_chromium.org, feature-media-reviews_chromium.org, jam, jdduke+watch_chromium.org, mcasas+watch_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, tdresser+watch_chromium.org, tracing+reviews_chromium.org, wfh+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed obsolete float_util.h as VS2013 supports standards well enough. BUG= Committed: https://crrev.com/3371ab09fb14093f9f5f5db41a60d98b215217c1 Cr-Commit-Position: refs/heads/master@{#326781}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Added missing headers and fixed formatting. #

Total comments: 3

Patch Set 3 : Added missing includes everywhere. #

Total comments: 6

Patch Set 4 : Now removed unnecessary includes. #

Patch Set 5 : Removed float_util.h from GN files as well. #

Patch Set 6 : Rebased to latest master. #

Total comments: 2

Patch Set 7 : Updated new files. #

Patch Set 8 : Fixed mistake in value converter. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -89 lines) Patch
M base/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M base/base.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
D base/float_util.h View 1 chunk +0 lines, -36 lines 0 comments Download
M base/json/json_parser.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M base/time/time.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_impl.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M base/values.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/histograms.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/tts_controller_impl.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/android/java/gin_java_method_invocation_helper.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_android.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_android_unittest.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M content/child/v8_value_converter_impl.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/android/gin_java_bridge_value_unittest.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M content/common/page_state_serialization_unittest.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/java/gin_java_bridge_value_converter.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/java/gin_java_bridge_value_converter_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/media_stream_audio_level_calculator.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M dbus/values_util_unittest.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_power_monitor.cc View 2 chunks +1 line, -2 lines 0 comments Download
M media/blink/webmediaplayer_impl.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M media/blink/websourcebuffer_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/scale_gesture_detector.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gfx/range/range_f.cc View 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 59 (17 generated)
Mateusz Szymański
5 years, 8 months ago (2015-04-08 15:11:02 UTC) #2
Mateusz Szymański
5 years, 8 months ago (2015-04-08 15:12:02 UTC) #4
Mark Mentovai
Please review the rest of the CL for #include <cmath> yourself. I got halfway through ...
5 years, 8 months ago (2015-04-08 18:04:37 UTC) #5
Mateusz Szymański
https://codereview.chromium.org/1076443002/diff/1/base/float_util.h File base/float_util.h (left): https://codereview.chromium.org/1076443002/diff/1/base/float_util.h#oldcode1 base/float_util.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
5 years, 8 months ago (2015-04-09 07:32:52 UTC) #6
Mark Mentovai
https://codereview.chromium.org/1076443002/diff/20001/content/renderer/java/gin_java_bridge_value_converter.cc File content/renderer/java/gin_java_bridge_value_converter.cc (right): https://codereview.chromium.org/1076443002/diff/20001/content/renderer/java/gin_java_bridge_value_converter.cc#newcode150 content/renderer/java/gin_java_bridge_value_converter.cc:150: if (std::isfinite(double_value)) #include <cmath> https://codereview.chromium.org/1076443002/diff/20001/content/renderer/media/media_stream_audio_level_calculator.cc File content/renderer/media/media_stream_audio_level_calculator.cc (right): https://codereview.chromium.org/1076443002/diff/20001/content/renderer/media/media_stream_audio_level_calculator.cc#newcode23 ...
5 years, 8 months ago (2015-04-09 12:46:37 UTC) #7
Mateusz Szymański
I'm sorry, I didn't notice your request to look through all the remaining code. https://codereview.chromium.org/1076443002/diff/20001/content/renderer/media/media_stream_audio_level_calculator.cc ...
5 years, 8 months ago (2015-04-09 15:32:29 UTC) #8
Mark Mentovai
I didn’t mean to add <cmath> everywhere "base/float_util.h" was. I meant to add it in ...
5 years, 8 months ago (2015-04-09 15:42:16 UTC) #9
Mateusz Szymański
https://codereview.chromium.org/1076443002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h File gpu/command_buffer/service/gles2_cmd_decoder_autogen.h (right): https://codereview.chromium.org/1076443002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h#newcode9 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h:9: // DO NOT EDIT! On 2015/04/09 15:42:15, Mark Mentovai ...
5 years, 8 months ago (2015-04-14 10:30:15 UTC) #10
Mark Mentovai
LGTM
5 years, 8 months ago (2015-04-14 12:41:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1076443002/60001
5 years, 8 months ago (2015-04-14 12:46:24 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/56172)
5 years, 8 months ago (2015-04-14 12:55:21 UTC) #15
Mateusz Szymański
Added reviewers for all the files.
5 years, 8 months ago (2015-04-14 14:22:12 UTC) #17
mnaganov (inactive)
Java Bridge stuff LGTM
5 years, 8 months ago (2015-04-14 14:27:16 UTC) #18
Yaron
On 2015/04/14 14:27:16, mnaganov wrote: > Java Bridge stuff LGTM please specify which folder/files you ...
5 years, 8 months ago (2015-04-14 14:28:06 UTC) #19
Mateusz Szymański
I'd love to have the following LGTMs: jrummell, wolenetz: content/renderer/media, media/audio, media/blink (sorry to have ...
5 years, 8 months ago (2015-04-14 14:52:44 UTC) #20
Alexei Svitkine (slow)
ui/gfx lgtm assuming bots pass
5 years, 8 months ago (2015-04-14 14:56:02 UTC) #21
Yaron
lgtm
5 years, 8 months ago (2015-04-14 14:57:46 UTC) #23
dmazzoni
lgtm, but I suggest you ask one of the top-level owners to approve rather than ...
5 years, 8 months ago (2015-04-14 15:51:08 UTC) #24
Avi (use Gerrit)
content lgtm stampity stamp
5 years, 8 months ago (2015-04-14 16:19:12 UTC) #25
jrummell
media lgtm
5 years, 8 months ago (2015-04-14 17:15:29 UTC) #26
aelias_OOO_until_Jul13
lgtm
5 years, 8 months ago (2015-04-14 17:36:29 UTC) #27
wolenetz
media/ and content/renderer/media lgtm
5 years, 8 months ago (2015-04-14 18:26:16 UTC) #28
satorux1
dbus/values_util_unittest.cc lgtm. thanks!
5 years, 8 months ago (2015-04-15 01:29:49 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1076443002/60001
5 years, 8 months ago (2015-04-15 07:08:24 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/56445)
5 years, 8 months ago (2015-04-15 07:14:21 UTC) #33
Mateusz Szymański
+jbauman Can you please have a look at gpu/command_buffer stuff?
5 years, 8 months ago (2015-04-16 07:33:25 UTC) #35
jbauman
gpu/command_buffer lgtm
5 years, 8 months ago (2015-04-16 23:03:22 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1076443002/60001
5 years, 8 months ago (2015-04-17 07:30:54 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/62715)
5 years, 8 months ago (2015-04-17 07:46:03 UTC) #40
Mateusz Szymański
On 2015/04/17 07:46:03, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 8 months ago (2015-04-17 10:54:37 UTC) #41
Mark Mentovai
https://chromium.googlesource.com/chromium/src/+log/master/cc/base/histograms.cc is a new file that #includes float_util.h.
5 years, 8 months ago (2015-04-17 12:22:37 UTC) #42
tdresser
ui/events/gesture_detection/scale_gesture_detector.cc LGTM with nit. https://codereview.chromium.org/1076443002/diff/100001/ui/events/gesture_detection/scale_gesture_detector.cc File ui/events/gesture_detection/scale_gesture_detector.cc (right): https://codereview.chromium.org/1076443002/diff/100001/ui/events/gesture_detection/scale_gesture_detector.cc#newcode8 ui/events/gesture_detection/scale_gesture_detector.cc:8: Was adding this space intentional?
5 years, 8 months ago (2015-04-17 19:38:09 UTC) #43
Mateusz Szymański
https://codereview.chromium.org/1076443002/diff/100001/ui/events/gesture_detection/scale_gesture_detector.cc File ui/events/gesture_detection/scale_gesture_detector.cc (right): https://codereview.chromium.org/1076443002/diff/100001/ui/events/gesture_detection/scale_gesture_detector.cc#newcode8 ui/events/gesture_detection/scale_gesture_detector.cc:8: On 2015/04/17 19:38:09, tdresser wrote: > Was adding this ...
5 years, 8 months ago (2015-04-20 06:58:50 UTC) #44
Mateusz Szymański
+jamesr, can you please have a look at cc/base changes?
5 years, 8 months ago (2015-04-20 07:01:45 UTC) #46
jamesr
lgtm (I believe aelias had you covered for owners already, though)
5 years, 8 months ago (2015-04-20 16:41:17 UTC) #47
tommi (sloooow) - chröme
lgtm
5 years, 8 months ago (2015-04-20 17:53:17 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1076443002/120001
5 years, 8 months ago (2015-04-21 06:58:40 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/48676)
5 years, 8 months ago (2015-04-21 09:09:46 UTC) #53
Mateusz Szymański
Avi, can you please have a look again at content/child? I've made a mistake when ...
5 years, 8 months ago (2015-04-21 14:26:27 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1076443002/140001
5 years, 8 months ago (2015-04-24 12:01:45 UTC) #57
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-04-24 13:20:41 UTC) #58
commit-bot: I haz the power
5 years, 8 months ago (2015-04-24 13:21:28 UTC) #59
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/3371ab09fb14093f9f5f5db41a60d98b215217c1
Cr-Commit-Position: refs/heads/master@{#326781}

Powered by Google App Engine
This is Rietveld 408576698