This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
[Extensions] Build glib message pump on Ozone #170
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing patch series with d7e13fe as its head.
|
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.
@alexshalamov can you test this one? with crosswalk-project/crosswalk#1996 |
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
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}
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.