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

[Lite] To disable Mediastream #300

Merged

Conversation

PeterWangIntel
Copy link

Flag = disable_mediastream
Reduced size = 30K

Flag = disable_mediastream
Reduced size = 30K
@PeterWangIntel
Copy link
Author

@heke123 @halton

rakuco pushed a commit that referenced this pull request Nov 18, 2015
Buffer swapping should not be synchronized so that the GPU process
is not blocked by waiting for a frame update from Weston.

BUG=TC-341

[This is oz-wl's 0007-Fix-crash-when-switching-to-console-VT-mode.patch]

It is not clear from ozone-wayland's pull request #300 if this change
has been submitted upstream.
@PeterWangIntel PeterWangIntel changed the title To disable Mediastream [Lite] To disable Mediastream Nov 19, 2015
@heke123
Copy link
Contributor

heke123 commented Nov 19, 2015

LGTM

halton pushed a commit that referenced this pull request Nov 19, 2015
@halton halton merged commit f331203 into crosswalk-project:crosswalk-lite Nov 19, 2015
rakuco pushed a commit that referenced this pull request Nov 19, 2015
Buffer swapping should not be synchronized so that the GPU process
is not blocked by waiting for a frame update from Weston.

BUG=TC-341

[This is oz-wl's 0007-Fix-crash-when-switching-to-console-VT-mode.patch]

It is not clear from ozone-wayland's pull request #300 if this change
has been submitted upstream.
PeterWangIntel pushed a commit to PeterWangIntel/chromium-crosswalk that referenced this pull request Nov 30, 2015
Buffer swapping should not be synchronized so that the GPU process
is not blocked by waiting for a frame update from Weston.

BUG=TC-341

[This is oz-wl's 0007-Fix-crash-when-switching-to-console-VT-mode.patch]

It is not clear from ozone-wayland's pull request crosswalk-project#300 if this change
has been submitted upstream.
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Dec 10, 2015
Cr-Commit-Position: refs/branch-heads/2403@{crosswalk-project#300}
Cr-Branched-From: f54b809-refs/heads/master@{#330231}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Dec 10, 2015
Buffer swapping should not be synchronized so that the GPU process
is not blocked by waiting for a frame update from Weston.

BUG=TC-341

[This is oz-wl's 0007-Fix-crash-when-switching-to-console-VT-mode.patch]

It is not clear from ozone-wayland's pull request crosswalk-project#300 if this change
has been submitted upstream.
mrunalk pushed a commit that referenced this pull request Dec 18, 2015
…o buttons appear to have a mixed state.

On Windows, we set SYSTEM_STATE_INDETERMINATE on an accessibility object whenever it represents an input control in an indeterminate state.
However, the official documentation at https://msdn.microsoft.com/en-us/library/windows/desktop/dd373609(v=vs.85).aspx doesn't list SYSTEM_STATE_INDETERMINATE  and if you look into the header file for IAccessible you observe that SYSTEM_STATE_INDETERMINATE has the same value as SYSTEM_STATE_MIXED.
I found some discussion on an IA2 mailing list for adding this state to IA2, but the discussion didn't lead to anywhere as far as I can tell.
BUG=521875
TESTED=browser tests,manually using Jaws
NOTRY=true
NOPRESUBMIT=true
[email protected], [email protected]

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

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

Conflicts:
	third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
	third_party/WebKit/Source/modules/accessibility/AXNodeObject.h

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

Cr-Commit-Position: refs/branch-heads/2564@{#300}
Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
rakuco pushed a commit that referenced this pull request Mar 3, 2016
The computation of fillToEndFrame invokes undefined behavior when
casting a huge value to a size_t when the value doesn't fit in a
size_t.

BUG=582701
TEST=audioparam-large-endtime.html

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

Cr-Commit-Position: refs/heads/master@{#373003}
(cherry picked from commit 559fdab)

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

Cr-Commit-Position: refs/branch-heads/2623@{#300}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request May 17, 2016
Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#300}
Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Oct 9, 2016
BUG=596555

Review-Url: https://codereview.chromium.org/1986403002
Cr-Commit-Position: refs/heads/master@{#396542}
(cherry picked from commit 070d631)

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

Cr-Commit-Position: refs/branch-heads/2743@{crosswalk-project#300}
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 CL enables PlzNavigate (browser side navigation) by default for
WebView only. This is to try out the new code path before launching at
100% for all of chrome.

[email protected]

(cherry picked from commit dbc2bb9)

Bug: 765250
Test: Manual
Change-Id: Iff2d0585e11075e71fe196df47503d950e2b26b3
Reviewed-on: https://chromium-review.googlesource.com/667502
Reviewed-by: Selim Gurun <[email protected]>
Commit-Queue: Nate Fischer <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#502121}
Reviewed-on: https://chromium-review.googlesource.com/671187
Reviewed-by: Nate Fischer <[email protected]>
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#300}
Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
imreotto pushed a commit to tenta-browser/chromium-crosswalk that referenced this pull request Nov 2, 2017
This reverts commit 267e445.

Reason for revert: We've already seen lots of breakages with PlzNavigate

Original change's description:
> AW: enable PlzNavigate via CLI switch
> 
> This CL enables PlzNavigate (browser side navigation) by default for
> WebView only. This is to try out the new code path before launching at
> 100% for all of chrome.
> 
> [email protected]
> 
> (cherry picked from commit dbc2bb9)
> 
> Bug: 765250
> Test: Manual
> Change-Id: Iff2d0585e11075e71fe196df47503d950e2b26b3
> Reviewed-on: https://chromium-review.googlesource.com/667502
> Reviewed-by: Selim Gurun <[email protected]>
> Commit-Queue: Nate Fischer <[email protected]>
> Cr-Original-Commit-Position: refs/heads/master@{#502121}
> Reviewed-on: https://chromium-review.googlesource.com/671187
> Reviewed-by: Nate Fischer <[email protected]>
> Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#300}
> Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}

[email protected],[email protected]

Change-Id: I173db64902172655a72161a244f3923c9c9ef196
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 765250
Reviewed-on: https://chromium-review.googlesource.com/672156
Reviewed-by: Nate Fischer <[email protected]>
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#316}
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