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

Issue 1593713013: Roll chromium_revision 7a4fb8d..f527e86 (370025:370073) (Closed)

Created:
4 years, 11 months ago by kjellander_webrtc
Modified:
4 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Roll chromium_revision 7a4fb8d..f527e86 (370025:370073) Change log: https://chromium.googlesource.com/chromium/src/+log/7a4fb8d..f527e86 Full diff: https://chromium.googlesource.com/chromium/src/+/7a4fb8d..f527e86 No dependencies changed. Clang was updated 255169:257953. Details: https://chromium.googlesource.com/chromium/src/+/7a4fb8d..f527e86/tools/clang/scripts/update.py NOTRY=True NOPRESUBMIT=True Committed: https://crrev.com/3c85cad1d4e54c6e4859e4787740d64f70880c08 Cr-Commit-Position: refs/heads/master@{#11301}

Patch Set 1 #

Patch Set 2 : Fix/disable Win Clang warnings #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -20 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/winsdk_samples/winsdk_samples.gyp View 1 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/base/base_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_api.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/win/audio_device_core_win.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/win/audio_device_wave_win.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_device/win/audio_mixer_manager_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/windows/video_capture_ds.cc View 1 1 chunk +1 line, -1 line 5 comments Download
M webrtc/modules/video_render/windows/video_render_direct3d9.cc View 1 1 chunk +0 lines, -6 lines 1 comment Download

Messages

Total messages: 33 (15 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1593713013/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1593713013/1
4 years, 11 months ago (2016-01-19 03:03:07 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/10406)
4 years, 11 months ago (2016-01-19 03:12:40 UTC) #4
kjellander_webrtc
I had to fix/disable a bunch of warnings to make this pass. henrika: webrtc/modules/audio_device perkj: ...
4 years, 11 months ago (2016-01-19 08:39:05 UTC) #10
henrika_webrtc
LGTM
4 years, 11 months ago (2016-01-19 08:53:57 UTC) #11
henrika_webrtc
It might be better to introduce size_t instead but that will spread more in the ...
4 years, 11 months ago (2016-01-19 08:55:17 UTC) #12
kjellander_webrtc
https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capture/windows/video_capture_ds.cc File webrtc/modules/video_capture/windows/video_capture_ds.cc (right): https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capture/windows/video_capture_ds.cc#newcode398 webrtc/modules/video_capture/windows/video_capture_ds.cc:398: if (hr == (long)0x80070004) On 2016/01/19 08:55:17, henrika_webrtc wrote: ...
4 years, 11 months ago (2016-01-19 09:18:21 UTC) #13
kjellander_webrtc
On 2016/01/19 08:55:17, henrika_webrtc wrote: > It might be better to introduce size_t instead but ...
4 years, 11 months ago (2016-01-19 09:19:23 UTC) #14
henrika_webrtc
https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capture/windows/video_capture_ds.cc File webrtc/modules/video_capture/windows/video_capture_ds.cc (right): https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capture/windows/video_capture_ds.cc#newcode398 webrtc/modules/video_capture/windows/video_capture_ds.cc:398: if (hr == (long)0x80070004) never mind, but L or ...
4 years, 11 months ago (2016-01-19 09:24:14 UTC) #15
hbos
Hmm, note that this roll is in progress: https://codereview.webrtc.org/1607753002/
4 years, 11 months ago (2016-01-19 09:30:38 UTC) #16
kjellander_webrtc
On 2016/01/19 09:30:38, hbos wrote: > Hmm, note that this roll is in progress: > ...
4 years, 11 months ago (2016-01-19 10:03:58 UTC) #17
perkj_webrtc
lgtm
4 years, 11 months ago (2016-01-19 10:08:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1593713013/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1593713013/40001
4 years, 11 months ago (2016-01-19 12:27:47 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2939)
4 years, 11 months ago (2016-01-19 12:33:10 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1593713013/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1593713013/40001
4 years, 11 months ago (2016-01-19 12:47:08 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 11 months ago (2016-01-19 12:47:21 UTC) #28
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/3c85cad1d4e54c6e4859e4787740d64f70880c08 Cr-Commit-Position: refs/heads/master@{#11301}
4 years, 11 months ago (2016-01-19 12:47:29 UTC) #30
torbjorng (webrtc)
https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capture/windows/video_capture_ds.cc File webrtc/modules/video_capture/windows/video_capture_ds.cc (right): https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capture/windows/video_capture_ds.cc#newcode398 webrtc/modules/video_capture/windows/video_capture_ds.cc:398: if (hr == (long)0x80070004) On 2016/01/19 09:24:14, henrika_webrtc wrote: ...
4 years, 11 months ago (2016-01-19 13:10:02 UTC) #32
kjellander_webrtc
4 years, 11 months ago (2016-01-19 13:48:58 UTC) #33
Message was sent while issue was closed.
https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capt...
File webrtc/modules/video_capture/windows/video_capture_ds.cc (right):

https://codereview.webrtc.org/1593713013/diff/40001/webrtc/modules/video_capt...
webrtc/modules/video_capture/windows/video_capture_ds.cc:398: if (hr ==
(long)0x80070004)
On 2016/01/19 13:10:02, torbjorng (webrtc) wrote:
> On 2016/01/19 09:24:14, henrika_webrtc wrote:
> > never mind, but L or l should be long (see
> > http://en.cppreference.com/w/cpp/language/integer_literal)
> 
> My understanding is that on systems where "long" is a 32-bit type the constant
> 0x80070004L is promoted to "unsigned long" as "long" does not fit the
constant.
> 
> If that promoted constant is then used in a context of wider type (64 bits) it
> will be zero extended to that width.
> 
> Note that (long)0x80070004 is undefined when long is < 33 bits as it will
yield
> a signed overflow.  :-(

Thanks for the input. Tommi suggested a better solution which was implemented in
https://codereview.webrtc.org/1608893003/.

Powered by Google App Engine
This is Rietveld 408576698