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

[Extensions] Build glib message pump on Ozone #170

Merged
merged 1 commit into from
Jun 18, 2014
Merged

[Extensions] Build glib message pump on Ozone #170

merged 1 commit into from
Jun 18, 2014

Conversation

tmpsantos
Copy link

Squash this patch with the patch with the same name on the next rebase.

Follow-up patch fixing linking errors when using glib on Ozone and not
building component=shared_library.

@crosswalk-trybot
Copy link

Testing patch series with d7e13fe as its head.

Bot Status
Content Shell Linux [SUCCESS 💚](https://build.crosswalk-project.org/try/builders/Content Shell Linux/builds/91)
Content Shell Android-x86 [SUCCESS 💚](https://build.crosswalk-project.org/try/builders/Content Shell Android-x86/builds/90)

Squash this patch with the patch with the same name on the next rebase.

Follow-up patch fixing linking errors when using glib on Ozone and not
building component=shared_library.
@tmpsantos
Copy link
Author

@alexshalamov can you test this one? with crosswalk-project/crosswalk#1996

@rakuco
Copy link

rakuco commented Jun 18, 2014

Alex said it works fine, so merging.

rakuco pushed a commit that referenced this pull request Jun 18, 2014
[Extensions] Build glib message pump on Ozone
@rakuco rakuco merged commit 6488cb7 into crosswalk-project:master Jun 18, 2014
darktears pushed a commit that referenced this pull request Sep 17, 2014
BUG=405504

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

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

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

Cr-Commit-Position: refs/branch-heads/2125@{#170}
Cr-Branched-From: b68026d-refs/heads/master@{#290040}
darktears pushed a commit that referenced this pull request Nov 17, 2014
This is a first pass only changing values of string resources, so we can
smoothly merge it to M38.

Note: strings that are not in M38 are not changed.

BUG=421466
TEST=manual, no merge conflicts for 2125

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

Cr-Commit-Position: refs/heads/master@{#299163}
(cherry picked from commit 42148e9)
[email protected]

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

Cr-Commit-Position: refs/branch-heads/2171@{#170}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
rakuco pushed a commit that referenced this pull request Feb 27, 2015
The 256x256 and 512x512 pngs are not used anywhere, so I deleted them.

BUG=453510
[email protected]

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

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

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

Cr-Commit-Position: refs/branch-heads/2272@{#170}
Cr-Branched-From: 827a380-refs/heads/master@{#310958}
rakuco pushed a commit that referenced this pull request Mar 12, 2015
…headers

We were discarding "Proxy-Authenticate: keep-alive" headers in HTTP/1.0 responses, which broke multi-step connection-level authentication methods for proxies that sent HTTP/1.0 responses.

BUG=463937

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

Cr-Commit-Position: refs/heads/master@{#319219}
(cherry picked from commit 34f63b5)

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

Cr-Commit-Position: refs/branch-heads/2311@{#170}
Cr-Branched-From: 09b7de5-refs/heads/master@{#317474}
rakuco pushed a commit that referenced this pull request Apr 28, 2015
Previously for <input> with autocomplete="off", we send a synthesized keyCode.
This CL disables this feature to send 229 instead (however, backspace still
generates 8).

BUG=476497

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

(cherry picked from commit b7b72aa)

Cr-Original-Commit-Position: refs/heads/master@{#325524}
Cr-Commit-Position: refs/branch-heads/2357@{#170}
Cr-Branched-From: 59d4494-refs/heads/master@{#323860}
mrunalk pushed a commit that referenced this pull request Sep 22, 2015
…age would also cause mouse lock to happen.

This fixes an issue with the mouse locking code on Windows where in if a page entered a mouse lock state and exited
it via the Esc key, subsequently clicking outside the page would cause the lock prompt to display again. This was because
RenderWidgetHostViewAura grabs capture on all platforms including Windows. On Windows the capture happens elsewhere in the
mouse handler. However when the mouse release comes in it is possible that we are already in the mouse locked state and
hence the capture is never released.

Fix is to release capture on all platforms.

BUG=526378
R=scheib
TBR=jam

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

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

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

Cr-Commit-Position: refs/branch-heads/2490@{#170}
Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
mrunalk pushed a commit that referenced this pull request Dec 18, 2015
Cr-Commit-Position: refs/branch-heads/2564@{#170}
Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
rakuco pushed a commit that referenced this pull request Mar 3, 2016
Cr-Commit-Position: refs/branch-heads/2623@{#170}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request May 17, 2016
…dded.

This is minimal fix, scoped in ui/compositor. To be merged.

In general, we must allow to move AnimationPlayers between timelines inside same Compositor(AnimationHost) without any animation losses.

See http://crbug.com/592873 (To be designed separately)

BUG=591474

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

Cr-Commit-Position: refs/heads/master@{#380047}
(cherry picked from commit 3338dfb)

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

Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#170}
Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Oct 9, 2016
…ateProtocol.

I'm able to reproduce the test failure reported in the bug locally.  This
one-liner fixes it locally.

[email protected]

BUG=616561

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

Cr-Commit-Position: refs/branch-heads/2743@{crosswalk-project#170}
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 mimics content/public/browser/navigation_handle.h. IsRenderInitiated will return true if the current navigation was initiated by the renderer, and false if it was user initiated.

[email protected]

(cherry picked from commit c6d5144)

Bug: 761357
Change-Id: I094442e501a17a4741edca228810533e4b08253f
Reviewed-on: https://chromium-review.googlesource.com/646660
Commit-Queue: Marc-Antoine Courteau <[email protected]>
Reviewed-by: Rohit Rao (ping after 24h) <[email protected]>
Reviewed-by: Kurt Horimoto <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#499188}
Reviewed-on: https://chromium-review.googlesource.com/663562
Reviewed-by: Moe Ahmadi <[email protected]>
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#170}
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