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

crosswalk-10: Move to 39.0.2171.71. #217

Merged
merged 14 commits into from
Dec 8, 2014
Merged

crosswalk-10: Move to 39.0.2171.71. #217

merged 14 commits into from
Dec 8, 2014

Conversation

rakuco
Copy link
Contributor

@rakuco rakuco commented Dec 5, 2014

No description provided.

chrome-tpm and others added 14 commits November 14, 2014 16:22
Cr-Commit-Position: refs/branch-heads/2171_62@{#1}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
This reverts commit 255ee24.

[email protected]

 Revert of  Reland 597923002: Fix the way how we create webrtc::AudioProcessing in Chrome (patchset #4 id:60001 of https://codereview.chromium.org/663413002/)

Reason for revert:
This CL broke the configuration of AudioProcessing, we have to revert it to fix the echo issues it introduces.

Original issue's description:
> Reland 597923002: Fix the way how we create webrtc::AudioProcessing in Chrome.
>
> The original review thread is in https://codereview.chromium.org/588523002/
>
> Fix the way how we create webrtc::AudioProcessing in Chrome.
>
> [email protected],[email protected]
>
> BUG=415935
> TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist.

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

(cherry picked from commit e78feb7)

Cr-Original-Commit-Position: refs/branch-heads/2171@{#419}
Cr-Original-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#2}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Device info is always enabled, regardless of sync everything state.

BUG=429217

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

(cherry picked from commit e2e7725)

Cr-Original-Commit-Position: refs/heads/master@{#302487}
Cr-Commit-Position: refs/branch-heads/2171_62@{#3}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#4}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#5}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#6}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
…at for a command line flag and utility function that always defers to the flag but otherwise returns a default based on operating system. The CL then removes some of the code that depended on the default for a more robust direct check by the render_view_impl. This should also help with some of the CrOS UI bugs that link disambiguation created with views that didn't necessarily initialize their RendererPreferences.

BUG=433007,428163
TBR=jar

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

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

Conflicts:
	chrome/app/generated_resources.grd
	tools/metrics/histograms/histograms.xml

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

Cr-Commit-Position: refs/branch-heads/2171_62@{#7}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#8}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
flips the logic on the --disable-link-disambiguation flag to
--enable-link-disambiguation with the default value of false everywhere
but Android. Also fixes the broken logic to copy the value to the
renderer process.

BUG=433007,428163

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

Cr-Commit-Position: refs/heads/master@{#305473}
(cherry picked from commit 30ef562)

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

Cr-Commit-Position: refs/branch-heads/2171_62@{#9}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#10}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#11}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
Cr-Commit-Position: refs/branch-heads/2171_62@{#12}
Cr-Branched-From: 6ac5b3b-refs/branch-heads/2171@{#415}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
* Changes:
  Publish DEPS for Chromium 39.0.2171.71
  Incrementing VERSION to 39.0.2171.71
  Incrementing VERSION to 39.0.2171.70
  Incrementing VERSION to 39.0.2171.69
  disable link disambiguation by default
  Incrementing VERSION to 39.0.2171.68
  We previously had a setting in chrome defaults but this deprecates that for a command line flag and utility function that always defers to the flag but otherwise returns a default based on operating system. The CL then removes some of the code that depended on the default for a more robust direct check by the render_view_impl. This should also help with some of the CrOS UI bugs that link disambiguation created with views that didn't necessarily initialize their RendererPreferences.
  Incrementing VERSION to 39.0.2171.67
  Incrementing VERSION to 39.0.2171.66
  Incrementing VERSION to 39.0.2171.65
  [Sync] Device info should be enabled by default
  Revert "Merge 663413002 to M39:"
  Setting version to 39.0.2171.64
@rakuco
Copy link
Contributor Author

rakuco commented Dec 5, 2014

@darktears

@pozdnyakov
Copy link
Contributor

rs=me

rakuco pushed a commit that referenced this pull request Dec 8, 2014
crosswalk-10: Move to 39.0.2171.71.
@rakuco rakuco merged commit 9b9f7b6 into crosswalk-project:crosswalk-10/39.0.2171.71 Dec 8, 2014
@rakuco rakuco deleted the v10-m39.71 branch December 8, 2014 13:12
nagineni pushed a commit to nagineni/chromium-crosswalk that referenced this pull request Dec 10, 2014
Fix extension content verification handling of ./ in icon paths

When extension manifests contain icon paths with a leading ./, we
were failing to process them properly

BUG=410666

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

Cr-Commit-Position: refs/heads/master@{#298979}
(cherry picked from commit 7cc29ce)

Conflicts:
	chrome/browser/extensions/content_verifier_browsertest.cc

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

Cr-Commit-Position: refs/branch-heads/2171@{crosswalk-project#217}
Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
mrunalk pushed a commit that referenced this pull request Jan 27, 2015
Temporary measure to avoid translation issues, we may need to revert this

BUG=438717

Cr-Commit-Position: refs/branch-heads/2214@{#217}
Cr-Branched-From: 03655fd-refs/heads/master@{#303346}
rakuco pushed a commit that referenced this pull request Feb 27, 2015
BUG=453829

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

Cr-Commit-Position: refs/heads/master@{#314129}
(cherry picked from commit 4ccd747)

[email protected],[email protected]

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

Cr-Commit-Position: refs/branch-heads/2272@{#217}
Cr-Branched-From: 827a380-refs/heads/master@{#310958}
rakuco pushed a commit that referenced this pull request Apr 30, 2015
* Moves the swapping of the InfoBarService from TabAndroid::SwapWebContents() to after TabAndroid::InitWebContents() is called from Tab.setContentViewCore().  This is necessary because InitWebContents attaches the InfoBarService to the WebContents; trying to swap before this point means that the InfoBarContainer will be observing nothing.

* Fixes the ChromeShellActivity/Tab to properly update the ContentViewCore when it is swapped.  This fixes the "Distill page" menu item.

* Adds a test to try to prevent this from happening in the future.

BUG=469026
TEST=InfoBarTest.testInfoBarContainerSwapsWebContents
TBR=newt
Review URL: https://codereview.chromium.org/1049383008

Cr-Commit-Position: refs/heads/master@{#326642}

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

Cr-Commit-Position: refs/branch-heads/2357@{#217}
Cr-Branched-From: 59d4494-refs/heads/master@{#323860}
mrunalk pushed a commit that referenced this pull request Sep 22, 2015
Allow multiple videos to be promoted to overlays, as long as they don't overlap.

BUG=527222
[email protected]
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

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

Cr-Commit-Position: refs/heads/master@{#347805}
(cherry picked from commit 99750dd)

Conflicts:
	cc/output/overlay_strategy_sandwich.cc
	cc/output/overlay_strategy_single_on_top.cc
	cc/output/overlay_strategy_underlay.cc

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

Cr-Commit-Position: refs/branch-heads/2490@{#217}
Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
mrunalk pushed a commit that referenced this pull request Dec 18, 2015
Improve spec compliance. Note that
http/tests/notifications/serviceworkerregistration-document-actions-throw.html
still tests that they are set (but it's no longer possible to have an
equivalent check in NotificationDataTest, since required WebIDL
attributes are enforced at the V8 level by [1], and are bypassed when
creating IDL objects from C++).

[1]: https://chromium.googlesource.com/chromium/src/+/dfd8ec1b3edb7f876235bec1138ecec4f2da748d/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp#55

BUG=557624

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

Cr-Commit-Position: refs/heads/master@{#362469}
(cherry picked from commit 56c5368)

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

Cr-Commit-Position: refs/branch-heads/2564@{#217}
Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
rakuco pushed a commit that referenced this pull request Mar 3, 2016
Change the extra name after API review.

BUG=579626

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

Cr-Commit-Position: refs/branch-heads/2623@{#217}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request May 17, 2016
https://chromium.googlesource.com/breakpad/breakpad/src.git/+log/3be2dc8..481608d28

Note: the DEPS shows a change from 7fef95a3 rather than 3be2dc8.
This is due to the breakpad history rewrite happened in
crbug.com/589297. 3be2dc8 is the commit-ish corresponding to 7fef95a3
in the rewritten history.

$ git log 7fef95a32..481608d28 --date=short --no-merges --format='%ad %ae %s'
2016-03-08 primiano Don't merge the mappings if their exec bit are different.
2016-03-03 domlaskowski Add an optional root prefix to Linux dumpers
2016-02-26 mmandlis Handle multiple microdumps in system log.
2016-02-18 mmandlis Support processing microdumps for x86 architecture.
2016-02-17 birunthan Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) fails
2016-02-17 ted Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELF
2016-02-16 ivanpe Fixing a flaky Linux exploitability unittest.
2016-02-12 ted Ensure Linux minidump writer flushes minidump header early.
2016-02-11 mmandlis Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: G GL_VERSION|GL_VENDOR|GL_RENDERER.
2016-02-10 thestig Revert "Added a switch to dump minidump modules in minidump_stackwalk."
2016-02-10 ted Change MDCVInfoELF into something usable.

BUG=585534

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

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

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

Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#217}
Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
huningxin pushed a commit to huningxin/chromium-croswalk that referenced this pull request Oct 9, 2016
These changes were accidentally dropped from the final commit after
approval in previous review: https://codereview.chromium.org/2007463005

BUG=614099
TBR=xhwang

Review-Url: https://codereview.chromium.org/2034903002
Cr-Commit-Position: refs/heads/master@{#397614}
(cherry picked from commit 094201d)

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

Cr-Commit-Position: refs/branch-heads/2743@{crosswalk-project#217}
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
The sdk version in platforms doesn't always match the api level,
unfortunately.

[email protected]

Bug: 763725
Change-Id: I88b992430f2637f4b568da4943c53afc73589d9c
Reviewed-on: https://chromium-review.googlesource.com/660658
Reviewed-by: Michael van Ouwerkerk <[email protected]>
Commit-Queue: John Budorick <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#501007}(cherry picked from commit 23a5fd7)
Reviewed-on: https://chromium-review.googlesource.com/667376
Reviewed-by: Anita Woodruff <[email protected]>
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#217}
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