- 25 Sep, 2018 40 commits
-
-
Christopher Cameron authored
Use the RenderWidgetResizeHelper's task runner to handle the mojo messages to and from the BridgedNativeWidget and BridgedNativeWidgetHost. Bug: 859152 Change-Id: I3d9fab6cd81edafd74e45d06c658d1bd15e1fde4 Reviewed-on: https://chromium-review.googlesource.com/1244103 Commit-Queue: Sidney San Martín <sdy@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#594134}
-
François Beaufort authored
With User Activation V2, the click activation is carried on to the following tests since the state is no longer stack-scoped. By re-ordering tests, this CL makes sure test doesn't fail when User Activation V2 is enabled. Bug: 860718 Change-Id: I54ebc6ca2d808323e4b87997b9687c56e2c8606d Reviewed-on: https://chromium-review.googlesource.com/1244239 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#594133}
-
Marijn Kruisselbrink authored
Bug: 878581 Change-Id: I65fc0029da2e3951495a6cd96704085e5c1b942c Reviewed-on: https://chromium-review.googlesource.com/1227366Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#594132}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/29788f1ac1da..89ae8c86b8c8 Created with: gclient setdep -r src-internal@89ae8c86b8c8 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:868213 TBR=mmoss@chromium.org Change-Id: Ib90caca078f76ca4972dbefc844348541a2ae32b Reviewed-on: https://chromium-review.googlesource.com/1244717Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594131}
-
David Tseng authored
In Android, accessibility services can respect the |isImportantForAccessibility| property. Chrome-side, this best matches the concept of an ignored role. In particular, this means, during linear navigation, a service should ignored this node while looking for the next directed node to visit. Note that this should have no impact on descendants, unless, of course, they also have isImportantForAccessibility set to false. Bug: 889074 Change-Id: I33ace3fc1e88450a9d2ce3798bd92feed2e08a19 Reviewed-on: https://chromium-review.googlesource.com/1243486Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#594130}
-
Christopher Cameron authored
Move some of the static methods in DisplayLinkMac to be anonymous namespace methods in the cc file, and add comments clarifying their usage. Remove the DCHECK ensuring that the initially-captured main thread task runner be equal to the current main thread task runner, and add a comment indicating that this may not always be the case. Bug: 885329 Change-Id: Idfdeb3ba1d20840161f26669e19bdee42aa155c5 Reviewed-on: https://chromium-review.googlesource.com/1234229Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#594129}
-
Stephen Martinis authored
Swarming mixins had not been used by gpu tests. This CL makes them work, and adds a test case. Bug: 871872 Change-Id: I914e16ab57ad3b514cf263f18e0fff195a0f37d8 Reviewed-on: https://chromium-review.googlesource.com/1244172Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#594128}
-
Xiaohan Wang authored
This is a preparation step before we add AV1 support. - Remove container from codec enum names. - EME_CODEC_WEBM_VP9 -> EME_CODEC_LEGACY_VP9 to differentiate from EME_CODEC_VP9, which is for the new multi-part VP9. - DV -> DOLBY_VISION for better readability. Bug: 884898 Test: No functionality change. Change-Id: I23117298ca604c0266487c637cacebdfd6884942 Reviewed-on: https://chromium-review.googlesource.com/1240502Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#594127}
-
Alexey Kozyatinskiy authored
New acorn support couple nice ES features, e.g., - for await (...) loop, - spread operator. R=lushnikov@chromium.org Bug: chromium:863656 Change-Id: I057ebf01fcc220ee1e98707343df457358f248f6 Reviewed-on: https://chromium-review.googlesource.com/1244600 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#594126}
-
Jonathan Freed authored
This callback allows Java to fetch a favicon for a site from the native code. Change-Id: Id4a8d86f68ade3b48e0f0dc937fa4b19c3ba8a50 Reviewed-on: https://chromium-review.googlesource.com/1241694 Commit-Queue: Jonathan Freed <freedjm@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#594125}
-
Maks Orlovich authored
If the error is caused by a suspend (or some other kill), it will get delivered to URLLoader while there may still be live use in a disk_cache layer write. Bug: 882246, 881493, 884692 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ic4f46b8f358940418045351e3f41bb29ef13d05b Reviewed-on: https://chromium-review.googlesource.com/1240518 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#594124}
-
Ryan Sturm authored
Change-Id: I0fe4991ff74227084f179282e9f1d12f471e6bc0 Reviewed-on: https://chromium-review.googlesource.com/1244603Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#594123}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/30dc6aaf878b..9412c8ec36d1 git log 30dc6aaf878b..9412c8ec36d1 --date=short --no-merges --format='%ad %ae %s' 2018-09-25 thestig@chromium.org Get rid of "exceptions" in CBC_QRCoderMatrixUtil. 2018-09-25 thestig@chromium.org Roll third_party/freetype/src/ dfddc2d97..abd997aa7 (9 commits) 2018-09-25 thestig@chromium.org Revert "Remove unreachable code in CPDF_DIBBase." Created with: gclient setdep -r src/third_party/pdfium@9412c8ec36d1 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:888743 TBR=dsinclair@chromium.org Change-Id: I81e542c61d7966800fd2d4efc2fc4a8f04e8cacc Reviewed-on: https://chromium-review.googlesource.com/1244115Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594122}
-
rajendrant authored
Tracking pixel images are small in general and would fit in the 2KB placeholder image. But it could be double fetched if it gets near the viewport, before the placeholder range response is received. One heuristic is to avoid lazyloading image elements with small dimensions (10x 10) specified in attributes. This CL implements this. Bug: 875086 Change-Id: I70149e5d57ee7e6216238d84bbdc9d24ee9114fd Reviewed-on: https://chromium-review.googlesource.com/1198562 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#594121}
-
Robert Ogden authored
Whenever a Preview is shown, the toolbar and status bar color of a CCT should be set back to the default white color. Note that this may cause a previously colored CCT to reset to white but that this is intentional from a UX perspective to bring attention to the fact that the page is a Preview and to be consistent with the UX of a regular Chrome tab. Bug: 886947 Change-Id: I763af3315d16d49921c445833234beeb8a4829a9 Reviewed-on: https://chromium-review.googlesource.com/1239033 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#594120}
-
Manuel Rego Casasnovas authored
Fieldsets with "contain: size" were not ignoring the legend when determining their size. Spec (https://drafts.csswg.org/css-contain/#containment-size): "When calculating the size of the containing element, it must be treated as having no contents." The patch is just an early return in LayoutFieldset::ComputePreferredLogicalWidths() like we have in other parts of the code. BUG=882388 TEST=external/wpt/css/css-contain/contain-size-fieldset-001.html Change-Id: I79425cf9c10ecf794f52cb4f635b95e1be059d81 Reviewed-on: https://chromium-review.googlesource.com/1242357 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#594119}
-
Torne (Richard Coles) authored
Move the "common" dependencies that are used by all system_webview_apk_tmpl users into the actual template to avoid repeating them in multiple places (upstream and downstream), and move the ones that are only used upstream into a variable to make it clearer that developers shouldn't add new dependencies to the target itself. This avoids mistakes where the dependency list upstream and downstream can get out of sync, and will allow Trichrome to reuse the dependencies as well. Change-Id: I415180dd42915ba7ea3cc271f330d97b4e250b23 Reviewed-on: https://chromium-review.googlesource.com/1240976Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#594118}
-
Istiaque Ahmed authored
The observer is expected to be called at most/exactly once, so make the observer type OnceClosure instead of (Repeating)Closure. Bug: None Test: None Change-Id: I033ec5ac31b989d96944f5e68373ff1ef79604c7 Reviewed-on: https://chromium-review.googlesource.com/1244098Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#594117}
-
Peter Boström authored
Add timeouts to TestExpectations of: * http/tests/devtools/coverage/gutter-css.js * http/tests/devtools/editor/text-editor-enter-behaviour.js TBR=pbos@chromium.org Bug: chromium:850358, chromium:888609 Change-Id: I5bcae8612733ffbbf3f953ff668ccc0a2a8eebc9 Reviewed-on: https://chromium-review.googlesource.com/1244368 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#594116}
-
Vladimir Levin authored
When we specify will-change: opacity, it is a hint to the browser that opacity will change. In order to make this perform well, we should induce an effect node so that we don't have to repaint when the opacity actually changes. This patch makes it so. R=pdr@chromium.org, wangxianzhu@chromium.org Bug: 886389 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: If0979d48f322564d61ad8434eb4435fc8e8f2602 Reviewed-on: https://chromium-review.googlesource.com/1240993 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#594115}
-
Stephen Chenney authored
The paint team has no insight into what proportion of the Blink complete main frame time is spent in Blink lifecycle operations vs. script required updates vs. other tasks. This CL adds metrics that will allow for identifying the proprtion of main frame time taken by various operations. Bug: 869966 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Idc73dc6efd1aef5e65df647bc48de84384dba0c8 Reviewed-on: https://chromium-review.googlesource.com/1179995Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kaplow (sloooow) <rkaplow@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#594114}
-
James Cook authored
AXAuraObjCache::GetOrCreate(View* view) can return null if the View is not yet associated with a Widget. The shortcut viewer creates a ScrollView that creates a FocusRing before the ScrollView is attached to the Widget. Do what AutomationManagerAura does in this case and just don't send accessibility event updates for these unattached views. Bug: 889121 Test: added to views_mus_unittests Change-Id: Ica14908778e45b9b4ee06077bd31c92fb7dfca62 Reviewed-on: https://chromium-review.googlesource.com/1244456Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#594113}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/be0a57bc9068..29788f1ac1da Created with: gclient setdep -r src-internal@29788f1ac1da The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ib23f9c4362ab5ea4dbd10bbbcdef4830dd57bdb1 Reviewed-on: https://chromium-review.googlesource.com/1244162Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594112}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b36a4816a546..299bdfe75173 git log b36a4816a546..299bdfe75173 --date=short --no-merges --format='%ad %ae %s' 2018-09-25 jmadill@chromium.org Vulkan: Update AMD suppressions. Created with: gclient setdep -r src/third_party/angle@299bdfe75173 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=syoussefi@chromium.org Change-Id: Ica8d861ce6d637b976fe7f9eda34a66ff48cb4a0 Reviewed-on: https://chromium-review.googlesource.com/1244139Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594111}
-
Ryan Sturm authored
This reverts commit bc94af5f. Reason for revert: <INSERT REASONING HERE> Original change's description: > Updating blacklist/README.md > > This reflects changes in > https://chromium-review.googlesource.com/c/chromium/src/+/1225095 that > added Bloom filter to the blacklist component. > > Change-Id: Icfb9e266a54c88c5306811feec07d30df0a63680 > Reviewed-on: https://chromium-review.googlesource.com/1225491 > Commit-Queue: Ryan Sturm <ryansturm@chromium.org> > Reviewed-by: Doug Arnett <dougarnett@chromium.org> > Cr-Commit-Position: refs/heads/master@{#591204} TBR=dougarnett@chromium.org,ryansturm@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I3c7417dd04e78e437928b432b7100d21c92631de Reviewed-on: https://chromium-review.googlesource.com/1244400Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#594110}
-
Tanya Gupta authored
R=ramyan@chromium.org Change-Id: I72f5f094f4f637d324c1fbbd66cdbc39f4327f6f Bug: 882691 Change-Id: I72f5f094f4f637d324c1fbbd66cdbc39f4327f6f Reviewed-on: https://chromium-review.googlesource.com/1241837Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Tanya Gupta <tgupta@chromium.org> Cr-Commit-Position: refs/heads/master@{#594109}
-
Jared Saul authored
This also blocks presubmits on CL 1236291, so I'm resolving it separately beforehand. Tested that local and upload credit card save still both work correctly on Linux. Bug: 852562 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I6a01f8215e235c3d4bb265a0f471d653cb02c517 Reviewed-on: https://chromium-review.googlesource.com/1237615Reviewed-by:
John Wu <jzw@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#594108}
-
Sarah Hu authored
Bug: 853869 Change-Id: Ic4891374c8903090b768a7c312767d2131e21c14 Reviewed-on: https://chromium-review.googlesource.com/1132528 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#594107}
-
Lei Zhang authored
Change-Id: Ie933e1e1690b3dbd6cef7599c59492fbeeaf8cf9 Reviewed-on: https://chromium-review.googlesource.com/1244157Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#594106}
-
Eugene But authored
This makes iOS consistent with other platforms that use reload transition type to avoid incorrect increase for typed count. Bug: 888011 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I7fe963391c00c077bd41bd3235e93396046939ce Reviewed-on: https://chromium-review.googlesource.com/1243573 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#594105}
-
Ken Rockot authored
Incoming messages are stored in a std::vector which we never shrink when popping off elements. This means its capacity may be allowed to grow indefinitely, which is bad. This CL adds a check when popping messages off the queue, calling shrink_to_fit() if the operation results in the queue crossing an arbitrary size threshold (multiples of 512 elements). Bug: 888665 Change-Id: Ie2b89a2104bcd6d3eece29c339e297cdadbd837b Reviewed-on: https://chromium-review.googlesource.com/1241561 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#594104}
-
Ian Clelland authored
This CL handles the features which are trivially migratable from calling (Deprecated)IsFeatureEnabled on Frame to calling the equivalent method on Document. Bug: 888668 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel Change-Id: If7c548afd9974f83c86cbcb9876cb51654bb3267 Reviewed-on: https://chromium-review.googlesource.com/1243365 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#594103}
-
Erik Luo authored
- Use ArrowLeft/Right to expand/collapse console.group's and traces (console.trace, console.error, console.warn) - Click listener for Groups now added to each message element. Bug: 865674 Change-Id: Ifa8156d8f0a01a541e40a5cf84aaa59a4a0329f9 Reviewed-on: https://chromium-review.googlesource.com/1237614Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#594102}
-
Xiaohan Wang authored
CdmAdapter is the host of the library CDM. To investigate CDM related issues, especially subtle timing-related issues, it's better to have better logging in CdmAdapter. Bug: 883003 Change-Id: I13d5f34ea370f3802f8e8beff84e4c9df0dbd8ca Reviewed-on: https://chromium-review.googlesource.com/1238823Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#594101}
-
Maxim Kolosovskiy authored
This CL doesn't add second form signature calculation. What should be included in the second form signature is to be researched more. See discussion in https://chromium-review.googlesource.com/c/chromium/src/+/1221248 Bug: 552420 Change-Id: I79c9d27995233943fb704bec5268f97941475c21 Reviewed-on: https://chromium-review.googlesource.com/1241155Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#594100}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8d6aa1a2a00d..f18c297cfb74 git log 8d6aa1a2a00d..f18c297cfb74 --date=short --no-merges --format='%ad %ae %s' 2018-09-25 egdaniel@google.com Revert "Add support for RGB config to Vulkan." 2018-09-25 robertphillips@google.com Add SkImage_Gpu::MakePromiseYUVATexture 2018-09-25 herb@google.com Extract code common to Renderer and GPU for Fallback Created with: gclient setdep -r src/third_party/skia@f18c297cfb74 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel TBR=bsalomon@chromium.org Change-Id: Ic68c5da4e46d14019c2d5a884db297d4dae26951 Reviewed-on: https://chromium-review.googlesource.com/1244161Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594099}
-
Shimi Zhang authored
This function implementation was removed in http://crrev/c/998803, there is no need to keep this declaration in header. Bug: 722928 Change-Id: I52bde7169a7390f02f6ad2b1e69449456793891f Reviewed-on: https://chromium-review.googlesource.com/1244437Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#594098}
-
John Chen authored
Handle timeouts in session capabilities, according to W3C spec. Bug: chromedriver:1997 Change-Id: Ie0c4bb8add482fa175f3bfe40210cf9fb0077001 Reviewed-on: https://chromium-review.googlesource.com/1243576Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#594097}
-
Robert Sesek authored
Bug: 832676 Change-Id: I46fbf0fe83cd2317bf299cf204b39c79cacb1419 Reviewed-on: https://chromium-review.googlesource.com/1243224 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#594096}
-
Matt Reynolds authored
The Surface Pro 2017 is a hybrid laptop/tablet device with a detachable keyboard. The keyboard is a composite device that includes several HID devices, some of which are incorrectly recognized as gamepads. This CL modifies the RawInput data fetcher on Windows to filter out devices that match the IDs for the Surface Pro 2017 keyboard. It also adds a check to exclude any PCI HID devices since there are no known PCI gamepads. The problematic devices intended to be filtered by this CL are: \\?\HID#VEN_8086&DEV_9D3E&SUBSYS_00000000&REV_21&Col02#4&f87ce30&0&0004#{4d1e55b2-f16f-11cf-88cb-001111000030} \\?\HID#VEN_8086&DEV_9D3E&SUBSYS_00000000&REV_21&Col05#4&f87ce30&0&0004#{4d1e55b2-f16f-11cf-88cb-001111000030} \\?\HID#VID_045E&PID_0922&Col06#7&36425755&0&0005#{4d1e55b2-f16f-11cf-88cb-001111000030} \\?\HID#VID_045E&PID_0922&Col09#7&36425755&0&0008#{4d1e55b2-f16f-11cf-88cb-001111000030} BUG=881156 Change-Id: I04687ffc94c92c284928eaec28c1edc85d05bf33 Reviewed-on: https://chromium-review.googlesource.com/1211978 Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#594095}
-