Tags: anba8005/webrtc-builds
Tags
Roll chromium_revision 4ce3c08..ca4c339 (352000:352257) Change log: https://chromium.googlesource.com/chromium/src/+log/4ce3c08..ca4c339 Full diff: https://chromium.googlesource.com/chromium/src/+/4ce3c08..ca4c339 No dependencies changed. No update to Clang. TBR= CQ_EXTRA_TRYBOTS=tryserver.webrtc:win_baremetal,mac_baremetal,linux_baremetal BUG= Review URL: https://codereview.webrtc.org/1381743003 . Cr-Commit-Position: refs/heads/master@{#10158}
Update isolate.gypi to support Swarming + move .isolate files This updates the isolate.gypi copies we have to maintain in our code repo to Chromium's revision 310ea93. The changes about generating .isolated.gen.json files are needed to support running with Swarming (https://www.chromium.org/developers/testing/isolated-testing) Since isolated testing is now using a new launch script in tools: isolate_driver.py, that's added to our links script. In order to use isolate_driver.py, the .isolate files must be in the same directory as the test_name_run target is defined, which meant I had to move around some of the isolate files and targets below webrtc/modules. BUG=497757 [email protected] [email protected], [email protected], [email protected] TESTED=Clobbered trybots: git cl try -c --bot=linux_compile_rel --bot=mac_compile_rel --bot=win_compile_rel --bot=android_compile_rel --bot=ios_rel -m tryserver.webrtc Review URL: https://codereview.webrtc.org/1373513002 . Cr-Commit-Position: refs/heads/master@{#10081}
Disable TestUdpReadyToSendIPv4 under MSan. It has become extra flaky lately, and is preventing people from using the CQ. BUG=webrtc:4958 Review URL: https://codereview.webrtc.org/1368763002 Cr-Commit-Position: refs/heads/master@{#10080}
Fallback to system log when webrtc tracing not enabled. BUG= [email protected] Review URL: https://codereview.webrtc.org/1368053002 . Cr-Commit-Position: refs/heads/master@{#10079}
Implement a high-QP threshold for Android H.264. Android hardware H.264 seems to keep a steady high-QP flow instead of dropping frames, so framedrops aren't sufficient to detect a bad state where downscaling would be beneficial. BUG=webrtc:4968 [email protected], [email protected] Review URL: https://codereview.webrtc.org/1364253002 . Cr-Commit-Position: refs/heads/master@{#10078}
Removes Nexus 6 from OpenSL ES blacklist. BUG=b/1370703002 [email protected] Review URL: https://codereview.webrtc.org/1370703002 . Cr-Commit-Position: refs/heads/master@{#10077}
RTCEAGLVideoView: Fix GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT error. Fix an issue where using setNeedsDisplay on a GLKView which has a frame with size zero will make GLKView/iOS output the following error: Failed to bind EAGLDrawable: <CAEAGLLayer: 0x1742282e0> to GL_RENDERBUFFER 1 Failed to make complete framebuffer object 8cd6 (The error code 8cd6 corresponds to GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT.) GLKView will internally setup it's render buffer when the delegate is about to draw into it. Previously when enableSetNeedsDisplay was set to YES (default), then GLKView would still attempt to setup it's internal buffer even if it's frame size is zero and that would cause GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT. By using enableSetNeedsDisplay = NO, RTCEAGLVideoView can guard against calling -[GLKView display] if it's current frame size is empty. Review URL: https://codereview.webrtc.org/1347013002 Cr-Commit-Position: refs/heads/master@{#10076}
PreviousNext