Publish DEPS for Chromium 40.0.2214.115
Incrementing VERSION to 40.0.2214.115
Cr-Commit-Position: refs/branch-heads/2214@{#490}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Revert from M40 branch 2214: "Get high resolution frame timebase and interval on compatible systems"
This reverts commit 10b6709e59abc1ef5d3921a38b93acd73a689be8.
Ref: https://code.google.com/p/chromium/issues/detail?id=451756
BUG=
Review URL: https://codereview.chromium.org/932903002
Cr-Commit-Position: refs/branch-heads/2214@{#489}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Disable the inconsistent group policy check in the installer.
Leave it to Google Update to decide how to interpret Group Policy
settings.
BUG=none
[email protected]
Review URL: https://codereview.chromium.org/899323006
Cr-Commit-Position: refs/branch-heads/2214@{#488}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Incrementing VERSION to 40.0.2214.114
Cr-Commit-Position: refs/branch-heads/2214@{#487}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Cryptohome: Notify about error in async calls if cryptohome is not ready yet.
BUG=451148
Review URL: https://codereview.chromium.org/880303003
Cr-Commit-Position: refs/heads/master@{#313687}
(cherry picked from commit 7df6f9fc7fcd1c02babf89548ce967bf8605b7f3)
Review URL: https://codereview.chromium.org/901563004
Cr-Commit-Position: refs/branch-heads/2214@{#486}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Merge of r313189 into M40
Removes "ui-sans" from the ChromeOS system UI default font list.
The ChromeOS system UI (rendered through HarfBuzz) now
relies on gfx::RenderText::CreateSkiaTypeface(), and
skia actually returns exactly same typeface for
'Noto Sans UI' and 'ui-sans' in the current configuration.
ui-sans is simply redundant.
BUG=444894
[email protected]
Review URL: https://codereview.chromium.org/823003002
Cr-Commit-Position: refs/heads/master@{#313189}
(cherry picked from commit 550404a8be2b84c686ac855204c737233292fd41)
Review URL: https://codereview.chromium.org/885753006
Cr-Commit-Position: refs/branch-heads/2214@{#485}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Incrementing VERSION to 40.0.2214.113
Cr-Commit-Position: refs/branch-heads/2214@{#484}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Incrementing VERSION to 40.0.2214.112
Cr-Commit-Position: refs/branch-heads/2214@{#483}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
Correctly track texture cleared state for sharing
When sharing textures in mailboxes using MailboxManagerSync
there's an optimization that if textures are not updated then
there is no need to share it again. However the code that
checks whether textures are updated ignores the cleared
state, causing shared texture to remain uncleared
indefinitely.
Fix by check the cleared state. And add a unit test.
BUG=453199
Review URL: https://codereview.chromium.org/890453002
Cr-Commit-Position: refs/heads/master@{#313814}
(cherry picked from commit 2f4ff4807f5d7805a5658ceb7ba71072152ea6c9)
[email protected]
Review URL: https://codereview.chromium.org/903553002
Cr-Commit-Position: refs/branch-heads/2214@{#482}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
gpu: Allow virtual context for in-process gpu thread
Virtual context is turned on according to FeatureInfo::Workarounds.
Note that this doesn't work on Android WebView until crbug.com/450396
is fixed.
Review URL: https://codereview.chromium.org/828083005
Cr-Commit-Position: refs/heads/master@{#312308}
(cherry picked from commit d6552661356cafdc55df5e5d6abf378c9065c04c)
[email protected]
BUG=451528
Review URL: https://codereview.chromium.org/900003002
Cr-Commit-Position: refs/branch-heads/2214@{#481}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}