~santoshbit2007/oxide/+git/chromium:video_deocde_impl_chromium_master

Last commit made on 2016-10-12
Get this branch:
git clone -b video_deocde_impl_chromium_master https://git.launchpad.net/~santoshbit2007/oxide/+git/chromium
Only Santosh can upload to this branch. If you are Santosh please log in for upload directions.

Branch merges

Branch information

Name:
video_deocde_impl_chromium_master
Repository:
lp:~santoshbit2007/oxide/+git/chromium

Recent commits

a9113ce... by Santosh

patch set 3 : Review comments updated

8e5ff64... by Santosh

patchset3 : Removed overriden SharedMemoryRegion

0b20599... by Santosh

 Add support for providing external video decode accelerator

6e41823... by Chris Coulson

Merge upstream 03e86d027151639ad79c2074199f4e75beab0674 in to master

03e86d0... by jam <email address hidden>

PlzNavigate: cancel any navigations if DispatchBeforeUnload is called (other than for starting a navigation obviously).

Otherwise, if a render view is closed while a navigation is in progress, we will ignore the beforeunload ack that eventually comes from the renderer and the render view will never close.

This fixes
ChromeRenderProcessHostTest.DevToolsOnSelfInOwnProcess
ChromeRenderProcessHostTest.DevToolsOnSelfInOwnProcessPPT
with PlzNavigate.

BUG=504347
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2386983002
Cr-Commit-Position: refs/heads/master@{#423378}

ac230b3... by yhirano <email address hidden>

Fix MidiManagerAndroid crash

BUG=650502

Review-Url: https://codereview.chromium.org/2377233002
Cr-Commit-Position: refs/heads/master@{#423377}

ab6fcd9... by peary2 <email address hidden>

Remove gpu::Capabilities::map_image

This is no longer needed as all command buffer implementations for
which we're interested in using this support it.

This patch is delete Capabilities::image
becouse It's set to true unconditionally in GLES2DecoderImpl::GetCapabilities().

BUG=354833
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel

Review-Url: https://codereview.chromium.org/2384753002
Cr-Commit-Position: refs/heads/master@{#423376}

75ce65c... by sammc <email address hidden>

Always use ChannelMojo for content child processes.

All content child processes now use ChannelMojo. This removes the option
to not use ChannelMojo.

BUG=604282

Review-Url: https://codereview.chromium.org/2389193004
Cr-Commit-Position: refs/heads/master@{#423375}

af3ebce... by sergeyu <email address hidden>

Pace outgoing frames in frame scheduler to match target bitrate.

Previously WebrtcFrameSchedulerSimple was scheduling outgoing frames
according to the target bitrate, but it wasn't limiting that bandwidth
precisely, so it was possible for it to send more data than the
network can deliver, which increases bufferbloat. Also now frames are
rescheduled whenever target bitrate changes.

BUG=645656

Review-Url: https://codereview.chromium.org/2381153002
Cr-Commit-Position: refs/heads/master@{#423374}

05cbd5d... by bokan <email address hidden>

Remove non-flaky lines in TestExpectations

This CL was created using the update-test-expectations script. Contact
bokan@ if you believe a line was removed in error.

BUG=521096,445100,518929,248938,649063,570894

Review-Url: https://codereview.chromium.org/2390323002
Cr-Commit-Position: refs/heads/master@{#423373}