Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Update VaapiVideoDecodeAccelerator for Wayland #158

Conversation

pozdnyakov
Copy link
Contributor

Update Wayland version of VaapiVideoDecodeAccelerator accordingly
to https://codereview.chromium.org/185403020/ in order to make it
build with Chromium 36.0.1976.2.

Update Wayland version of VaapiVideoDecodeAccelerator accordingly
to https://codereview.chromium.org/185403020/ in order to make it
build with Chromium 36.0.1976.2.
@pozdnyakov
Copy link
Contributor Author

@rakuco @kenchris @darktears @Vignatti ptal

@pozdnyakov pozdnyakov restored the Update_VaapiVideoDecodeAccelerator_wayland branch May 21, 2014 11:00
pozdnyakov pushed a commit to pozdnyakov/crosswalk that referenced this pull request May 21, 2014
@darktears
Copy link
Contributor

LGTM

darktears added a commit that referenced this pull request May 21, 2014
…rator_wayland

Update VaapiVideoDecodeAccelerator for Wayland
@darktears darktears merged commit 7ae8aaa into crosswalk-project:next May 21, 2014
pozdnyakov pushed a commit to pozdnyakov/crosswalk that referenced this pull request May 21, 2014
pozdnyakov pushed a commit to pozdnyakov/crosswalk that referenced this pull request May 21, 2014
pozdnyakov pushed a commit to crosswalk-project/crosswalk that referenced this pull request May 26, 2014
pozdnyakov pushed a commit to crosswalk-project/crosswalk that referenced this pull request May 27, 2014
darktears pushed a commit that referenced this pull request Sep 17, 2014
Cr-Commit-Position: refs/branch-heads/2125@{#158}
Cr-Branched-From: b68026d-refs/heads/master@{#290040}
darktears pushed a commit that referenced this pull request Nov 17, 2014
… server URL.

BUG=421208
[email protected]
[email protected]

Review URL: https://codereview.chromium.org/635073002

Cr-Commit-Position: refs/heads/master@{#299185}
(cherry picked from commit 3f6b84c)

Review URL: https://codereview.chromium.org/660093002

Cr-Commit-Position: refs/branch-heads/2171@{#158}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
rakuco pushed a commit that referenced this pull request Feb 27, 2015
Cr-Commit-Position: refs/branch-heads/2272@{#158}
Cr-Branched-From: 827a380-refs/heads/master@{#310958}
rakuco pushed a commit that referenced this pull request Mar 12, 2015
The CHECK-fail was introduced in r315272 (64121b7), which switched the
app list to run with the "original profile" rather than the incognito
profile. Partially reverted that CL so that the app list runs with the
incognito profile, and fixed StartPageService to correctly use the
incognito profile (rather than being null when the app list profile is
incognito), which addresses the original issue
(http://crbug.com/440484).

Had to work around DCHECK on shutdown in StartPageService due to
crbug.com/463419.

Added a DCHECK to catch use of non-incognito profiles in guest mode
early (without having to select a search result to trigger the crash).
Added AppListControllerGuestModeBrowserTest to test opening the app list
in guest mode.

BUG=460437,440484

Review URL: https://codereview.chromium.org/976553003

Cr-Commit-Position: refs/heads/master@{#319036}
(cherry picked from commit 3bbe0ce)

[email protected]

Review URL: https://codereview.chromium.org/987623002

Cr-Commit-Position: refs/branch-heads/2311@{#158}
Cr-Branched-From: 09b7de5-refs/heads/master@{#317474}
rakuco pushed a commit that referenced this pull request Apr 28, 2015
…isplays. (patchset #8 id:140001 of https://codereview.chromium.org/1036943004/)

Reason for revert:
The bug this hack is working around was fixed in   http://src.chromium.org/viewvc/blink?view=rev&rev=193593. This hack can now be reverted.

Original issue's description:
> Use custom scrollbars for print preview on non-retina mac displays.
>
> This is a hack to workaround a blink bug where overlay scrollbars aren't
> rendered correctly in print preview. This bug is being looked at but
> until then we use custom scrollbars that imitate mac scrollbars only
> in this specific case.
>
> BUG=466039
>
> Committed: https://crrev.com/6826023abd24c8aa8981f4f0fadcf98f0f962bba
> Cr-Commit-Position: refs/heads/master@{#322331}

BUG=466039
[email protected]

Review URL: https://codereview.chromium.org/1085483002

Cr-Commit-Position: refs/heads/master@{#324965}
(cherry picked from commit 0c5f11a)

Review URL: https://codereview.chromium.org/1087263003

Cr-Commit-Position: refs/branch-heads/2357@{#158}
Cr-Branched-From: 59d4494-refs/heads/master@{#323860}
rakuco pushed a commit that referenced this pull request Jun 8, 2015
BUG=490105
[email protected]

Review URL: https://codereview.chromium.org/1161453002

Cr-Commit-Position: refs/heads/master@{#331280}
(cherry picked from commit d2d2a22)

Review URL: https://codereview.chromium.org/1162723006

Cr-Commit-Position: refs/branch-heads/2403@{#158}
Cr-Branched-From: f54b809-refs/heads/master@{#330231}
mrunalk pushed a commit that referenced this pull request Sep 22, 2015
The notification only shows the origin. Touching the notification to
return to the playing application is a very common pattern on Android.
It is not required for us to reinforce it with text, making the
notification less appealing.

BUG=528202
[email protected]

Review URL: https://codereview.chromium.org/1326163002

Cr-Commit-Position: refs/heads/master@{#347377}
(cherry picked from commit ded797a)

Review URL: https://codereview.chromium.org/1302203006 .

Cr-Commit-Position: refs/branch-heads/2490@{#158}
Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
mrunalk pushed a commit that referenced this pull request Dec 18, 2015
Fix for multi-profile triggered reset API usage.

Previously, the second and future opened profiles would not re-show the reset flow if there was not an unclean shutdown due to AddSpecialURLs being called twice if the "if (!HasPendingUncleanExit(profile_)) " branch was taken here: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/ui/startup/startup_browser_creator_impl.cc&l=534

This CL takes a saner approach to preserving the "has reset trigger" state until after Launch() has completed.

It also improves the browser test by making the profile state more explicitly controlled at each stage of the tests.

BUG=508970
[email protected]

Review URL: https://codereview.chromium.org/1465143002

Cr-Commit-Position: refs/heads/master@{#361739}
(cherry picked from commit b212392)

Review URL: https://codereview.chromium.org/1483983002 .

Cr-Commit-Position: refs/branch-heads/2564@{#158}
Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
rakuco pushed a commit that referenced this pull request Mar 3, 2016
Mark an opener port as opened upon creation, to prevent an error from
showing up when all receiver ports are implicitly closed (e.g. by
navigation).

BUG=580882

Review URL: https://codereview.chromium.org/1625993002

Cr-Commit-Position: refs/heads/master@{#371303}
(cherry picked from commit 2d89d17)

Review URL: https://codereview.chromium.org/1638363002 .

Cr-Commit-Position: refs/branch-heads/2623@{#158}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request May 17, 2016
BUG=590284
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation

Review URL: https://codereview.chromium.org/1738233002

Cr-Commit-Position: refs/heads/master@{#378461}
(cherry picked from commit 8be1ff1)

Review URL: https://codereview.chromium.org/1784673002 .

Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#158}
Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Oct 9, 2016
Cr-Commit-Position: refs/branch-heads/2743@{crosswalk-project#158}
Cr-Branched-From: 2b3ae3b-refs/heads/master@{#394939}
imreotto pushed a commit to tenta-browser/chromium-crosswalk that referenced this pull request Nov 2, 2017
…task.

It is not safe to change Android locale during the active Checkin task
once this causes GMSCore restart (since v11) and as a result high change
that initial Checkin task fails. This CL splits settings to boot time
settings and app time settings. Last one when app instance is set which
means device was provisioned.

Bug: b:65385376
Test: Locally on Caroline. GMS failure no longer reproducible for
      multiple runs in different languages (Spain, Italy). Play
      store is shown in requested language.

[email protected]

(cherry picked from commit bc63312)

Change-Id: I59a16cb555b32f4cf15831c1e6cb9c59568c1541
Reviewed-on: https://chromium-review.googlesource.com/651430
Commit-Queue: Yury Khmel <[email protected]>
Reviewed-by: Yusuke Sato <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#499985}
Reviewed-on: https://chromium-review.googlesource.com/662599
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#158}
Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants