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

Revert "[TIZEN] Tag the audio stream as "browser" in pulseaudio." #191

Merged
merged 1 commit into from
Sep 22, 2014

Conversation

nagineni
Copy link
Contributor

These changes are not needed anymore since the Murphy integration is in
place and we are setting media role for streams while creating Murphy
resource.

@crosswalk-trybot
Copy link

Testing patch series with nagineni/chromium-crosswalk@280076a as its head.

Bot Status
Content Shell Linux [FAILED 💔](https://build.crosswalk-project.org/try/builders/Content Shell Linux/builds/117)
Content Shell Android-x86 [FAILED 💔](https://build.crosswalk-project.org/try/builders/Content Shell Android-x86/builds/116)

@nagineni
Copy link
Contributor Author

@rakuco, please review.

@darktears
Copy link
Contributor

@nagineni it's a revert?

@darktears
Copy link
Contributor

could you please add the original commit

@nagineni
Copy link
Contributor Author

@darktears, yes, it's a revert of commit 731fb7f.

@darktears
Copy link
Contributor

Ok then please add [Revert] so I can rewrite the history on the next rebase and remove this commit + the old one
Thanks.

These changes are not needed anymore since the Murphy integration
is in place and we are setting media role for streams while creating
Murphy resource.

This reverts commit 731fb7f.
@crosswalk-trybot
Copy link

Testing patch series with nagineni/chromium-crosswalk@631b0d9 as its head.

Bot Status
Content Shell Linux [FAILED 💔](https://build.crosswalk-project.org/try/builders/Content Shell Linux/builds/118)
Content Shell Android-x86 [FAILED 💔](https://build.crosswalk-project.org/try/builders/Content Shell Android-x86/builds/117)

@nagineni nagineni changed the title [Tizen] Remove changes that were added to tag media role as "browser". Revert "[TIZEN] Tag the audio stream as "browser" in pulseaudio." Sep 22, 2014
@nagineni
Copy link
Contributor Author

@darktears, thanks. Updated commit log.

darktears added a commit that referenced this pull request Sep 22, 2014
Revert "[TIZEN] Tag the audio stream as "browser" in pulseaudio."
@darktears darktears merged commit 9245a9b into crosswalk-project:master Sep 22, 2014
pozdnyakov pushed a commit to pozdnyakov/chromium-crosswalk that referenced this pull request Sep 24, 2014
Previously, if a raster task had a resource size that was larger than
the throttling limit for the raster worker, that task would never get
scheduled.  This leads to starvation for that task, preventing tree
activation, and causing freezes.

The fix is to always allow such large tasks if it is the first task.

TBR=reveman@chromium.org
BUG=403446

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

Cr-Commit-Position: refs/heads/master@{#291484}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291484 0039d316-1c4b-4281-b951-d872f2087c98
(cherry picked from commit 604e202)

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

Cr-Commit-Position: refs/branch-heads/2125@{crosswalk-project#191}
Cr-Branched-From: b68026d-refs/heads/master@{#290040}
darktears pushed a commit that referenced this pull request Nov 17, 2014
This patch ensures that we always activate when we become invisible.
The reason being is that when we come back to being visible again,
we don't need to rasterize both active and pending trees. We can
just rasterize what used to be the pending tree.

Since we set RequiresHighResToDraw on becoming visible, this also
ensures that we don't checkerboard on becoming visible.

BUG=410000, 417598
TBR=danakj, enne, brianderson

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

Cr-Commit-Position: refs/heads/master@{#297303}
(cherry picked from commit 6b968c0)

Conflicts:
	cc/trees/layer_tree_host_unittest.cc

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

Cr-Commit-Position: refs/branch-heads/2171@{#191}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
mrunalk pushed a commit that referenced this pull request Jan 27, 2015
BUG=433339
TBR=tsepez@chromium.org

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

Cr-Commit-Position: refs/branch-heads/2214@{#191}
Cr-Branched-From: 03655fd-refs/heads/master@{#303346}
rakuco pushed a commit that referenced this pull request Feb 27, 2015
…secure AND it's HTTP or HTTPS"

This reverts commit 909dea0.

Revert "Omnibox: BookmarksProvider: Make Multiple Prefix Matches Work"

This reverts commit b6fb515.

BUG=

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

Cr-Commit-Position: refs/branch-heads/2272@{#191}
Cr-Branched-From: 827a380-refs/heads/master@{#310958}
rakuco pushed a commit that referenced this pull request Mar 12, 2015
Cr-Commit-Position: refs/branch-heads/2311@{#191}
Cr-Branched-From: 09b7de5-refs/heads/master@{#317474}
rakuco pushed a commit that referenced this pull request Apr 30, 2015
DelegatedRendererLayerImpl will claim ownership of resources in a frame,
and this makes unused resources from the previous frame be returned to
the child.

However, this was being done on the pending tree, but the previous frame
was still in the active tree and its resources would be returned early.
Instead, delay telling the ResourceProvider about the frame's resources
until the frame replaces the resources on the active tree.

TBR=enne, piman@chromium.org
BUG=475894

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

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

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

Cr-Commit-Position: refs/branch-heads/2357@{#191}
Cr-Branched-From: 59d4494-refs/heads/master@{#323860}
mrunalk pushed a commit that referenced this pull request Sep 22, 2015
This got lost in the chimera on accident.

BUG=528468

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

Cr-Commit-Position: refs/heads/master@{#347573}
(cherry picked from commit 19d81eb)

This also merges in https://codereview.chromium.org/1328253002 which was a
mistake in the original CL.

TBR=rsleevi@chromium.org

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

Cr-Commit-Position: refs/branch-heads/2490@{#191}
Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
mrunalk pushed a commit that referenced this pull request Dec 18, 2015
> Previously, the implementation of the method acquired a lock. This means that
> the caller could not guarantee that the returned Sender was still valid. I
> changed the method to require that the caller acquire the lock, so that the
> caller can guarantee the validity of the returned Sender.
>
> BUG=561734
>
> Review URL: https://codereview.chromium.org/1484763003
>
> Cr-Commit-Position: refs/heads/master@{#362223}

(cherry picked from commit 63c0fa2)
TBR=tsepez@chromium.org
BUG=563762

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

Cr-Commit-Position: refs/branch-heads/2564@{#191}
Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
rakuco pushed a commit that referenced this pull request Mar 3, 2016
This is undoing r366070 ()

BUG=573927,521472

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

Cr-Commit-Position: refs/heads/master@{#370417}
(cherry picked from commit 84512ff)

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

Cr-Commit-Position: refs/branch-heads/2623@{#191}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request May 17, 2016
… fix, and update them on undo/redo

BUG=591609
TEST=manually
TBR=ryoh@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#379703}
(cherry picked from commit 5e534ef)

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

Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#191}
Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Oct 9, 2016
Fixes an issue in which we always disconnected a device even if the connection
is still active.

BUG=615383

Review-Url: https://codereview.chromium.org/2016973003
Cr-Commit-Position: refs/heads/master@{#396877}
(cherry picked from commit bb0a85c)

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

Cr-Commit-Position: refs/branch-heads/2743@{crosswalk-project#191}
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
This will be used to work around Android Bluetooth bugs.

TBR=khorimoto@google.com

(cherry picked from commit 70e761d)

Bug: 764386, 672263
Change-Id: I0e13a94c50c9c91e9f6957917f595ed30a76b7d1
Reviewed-on: https://chromium-review.googlesource.com/663206
Reviewed-by: Tim Song <tengs@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#501421}
Reviewed-on: https://chromium-review.googlesource.com/663304
Reviewed-by: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#191}
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.

3 participants