- 11 Nov, 2017 40 commits
-
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/336129f66f63..23cd4addeadb $ git log 336129f66..23cd4adde --date=short --no-merges --format='%ad %ae %s' 2017-11-10 thomasanderson Add missing include to stddef.h on arm Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Change-Id: Iaaf13975119103809fb1f6196215b3393e494b19 Reviewed-on: https://chromium-review.googlesource.com/764892Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515835}
-
Lei Zhang authored
Change-Id: Ie19283843b32a6efac47da3345f6a56c440aa600 Reviewed-on: https://chromium-review.googlesource.com/759237 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515834}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/35970ec0c861..5b4a6ab25592 $ git log 35970ec0c..5b4a6ab25 --date=short --no-merges --format='%ad %ae %s' 2017-11-10 mtklein make NativeFonts bots Debug bots 2017-11-10 mtklein clean up debug diagnostics in SkTestFont 2017-11-10 egdaniel Fix VkTextUtils to include SkTypes before ifdef 2017-11-10 herb Extract code for safely creating SkMasks try 2 2017-11-10 reed remove legacy code for resolution 2017-11-03 herb Try 2 for Gauss filter calculation 2017-11-10 fmalita AVX2 specialization for lowp gradient lookup 2017-11-10 ethannicholas fixed type error in SPIRV code generator 2017-11-10 mtklein implement SkTestTypeface::onCharsToGlyphs() 2017-11-10 mtklein Revert "more powerful map()" 2017-11-10 egdaniel Revert "more powerful map()" 2017-11-10 egdaniel Revert "Extract code for safely creating SkMasks." 2017-11-10 mtklein more powerful map() 2017-11-10 egdaniel Use vulkan prototypes for android framework build 2017-11-10 herb Extract code for safely creating SkMasks. 2017-11-10 angle-deps-roller Roll skia/third_party/externals/angle2/ ee6884e7b..225bfa950 (1 commit) 2017-11-10 ethannicholas switched GrClipEdge to an enum class 2017-11-10 liyuqian Change add to toggle in the comments 2017-11-10 mtklein move Sk{Test,Random}ScalerContext to tools 2017-11-09 csmartdalton Fix precision in AARectEffect 2017-11-08 bsalomon Make GrTextBlob::VertexRegenerator determine vertex stride from mask format 2017-11-09 benjaminwagner Unomit NexusPlayer tests after latest OS upgrade. 2017-11-10 fmalita AVX2 gather for lowp 2017-11-10 egdaniel Set VK_NO_PROTOTYPES for vulkan backend 2017-11-09 mtklein DM FontMgr updates Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=egdaniel@chromium.org Change-Id: I56104104b6e921d125336f7ab1a66a0095684ca9 Reviewed-on: https://chromium-review.googlesource.com/764953Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515833}
-
Ria Jiang authored
This CL moves |embed_frame_sink_id_| from WindowPortMus to aura::Window. When a window is an embed window, |embed_frame_sink_id_| gets set from WindowPortMus(WindowServer) or RenderWidgetHostViewAura. It adds IsEmbeddingClient() in aura::Window to determine if a window should be a child surface based on that. Bug: 732395 Test: aura_unittests Change-Id: I4f25491b55a031cd10a3440c9066abcdf607ff39 Reviewed-on: https://chromium-review.googlesource.com/749502 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#515832}
-
Lei Zhang authored
It is only used on ChromeOS. Change-Id: I6945a0559c62f02e44be9a02eb172c886310cd59 Reviewed-on: https://chromium-review.googlesource.com/758832 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515831}
-
Zhiling Huang authored
When we have the more-info flag, objdump becomes the bottleneck of symbolization as calls to objdump takes a long time. In this cl, I am multithreading the objdump calls, to speed up symbolization when we have the more-info flag set as true. Bug: 774267 Change-Id: I1f192e00481107555183bb9300cccc48e6d1db20 Reviewed-on: https://chromium-review.googlesource.com/759322 Commit-Queue: Zhiling Huang <hzl@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#515830}
-
Ian Vollick authored
This reverts commit 820c5377. Reason for revert: Appears to have caused a performance regression. Original change's description: > [vr] Implement controller quiescence > > When the controller is inactive, we should fade it out. > > Also includes some minor changes in VrShellGl to reuse > the current time rather than recomputing it. > > Bug: 776521 > Change-Id: I5ce7708b3eddc04b9ad65d176eb544be7446cbca > Reviewed-on: https://chromium-review.googlesource.com/752344 > Reviewed-by: Christopher Grant <cjgrant@chromium.org> > Commit-Queue: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#513937} TBR=vollick@chromium.org,mthiesse@chromium.org,cjgrant@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ibccc146d4af04cffdff14a8af9ba74e34fd19b2c Reviewed-on: https://chromium-review.googlesource.com/764671 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515829}
-
Lei Zhang authored
Change-Id: Id722cae1ec57cae4216f24c3600a95af2bbb2856 Reviewed-on: https://chromium-review.googlesource.com/763049Reviewed-by:
Patrick Noland <pnoland@google.com> Reviewed-by:
Nicolas Zea <zea@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515828}
-
Christopher Grant authored
Depth testing is no longer needed, because the element tree defines draw order. Furthermore, depth testing can negatively interfere with rendering of planar elements. BUG= Change-Id: I0da0d3b30a8438c6a2ad0670c414ac41e4222f24 Reviewed-on: https://chromium-review.googlesource.com/762276Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515827}
-
Stefan Zager authored
Snapping PaintLayer size to the pixel grid too early causes a couple of problems: - It can inadvertently trigger auto scrollbars to be created for a box with non-pixel-aligned location and non-pixel-aligned content size. This is the root cause of the bug linked below. - There are a few places in the code that call LayoutBox::SetLocation without updating the box'es PaintLayer's size. Since PaintLayer size relies on snapping to the box'es location, this can cause the PaintLayer size to be off by one pixel. That's what happened in the new test baseline in this patch: the layer size in the old expectation is actually off by one pixel. BUG=777095 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I58362d64eff39c5499417f038f5e6ed5eed6f1e3 Reviewed-on: https://chromium-review.googlesource.com/752030Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#515826}
-
Yash Malik authored
https://chromium-review.googlesource.com/c/chromium/src/+/748817 adds event handlers so we don't need this anymore. Bug: None Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iba9883d31e7e575cc12d1b6aee25b3a5735f3e56 Reviewed-on: https://chromium-review.googlesource.com/764771 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515825}
-
Gregory Chatzinoff authored
Mark PostTaskBeforeStart from the TaskSchedulerSingleThreadTaskRunnerManagerStartTest suite as flaky due to iOS device failures. TBR=robliao@chromium.org Bug: 784051 Change-Id: Idd53ca9fd7abe4d49d2966c086ed711bca94be0a Reviewed-on: https://chromium-review.googlesource.com/764976 Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org> Reviewed-by:
Gregory Chatzinoff <gchatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#515824}
-
David Reveman authored
Damage is reported in surface coordinate space and client might not be aware of the DSF used by the compositor and the scaling/filtering it requires. Outset damage to prevent this from causing rendering artifacts from texture filtering. Bug: Test: exo_unittests --gtest_filter=SurfaceTest.Damage Change-Id: Ice1be4eb6bf4a68a1a05fce612fe62f36e35d392 Reviewed-on: https://chromium-review.googlesource.com/762989Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#515823}
-
Tom Anderson authored
BUG=751812 R=thestig@chromium.org Change-Id: I3c84383bc4aa01e9cbe288da5c2f2080bfa38057 Reviewed-on: https://chromium-review.googlesource.com/764596 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515822}
-
chrome-release-bot authored
TBR=amineer@chromium.org Change-Id: Ic56af482a6f436db0111344833b1cd7d2c16421c Reviewed-on: https://chromium-review.googlesource.com/764649Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#515821}
-
Tom Anderson authored
BUG=751812 R=thestig@chromium.org Change-Id: I59ab62bf5fe65dec0f7d7ab2a3aea4219ddcba1a Reviewed-on: https://chromium-review.googlesource.com/764521 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515820}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/e3bfefb41065..336129f66f63 $ git log e3bfefb41..336129f66 --date=short --no-merges --format='%ad %ae %s' 2017-10-17 cwallez Use a packed enum for buffer targets. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Change-Id: I4ed6a75f846e72150ec10db9374946070145d6e8 Reviewed-on: https://chromium-review.googlesource.com/764856Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515819}
-
Tom Anderson authored
BUG=751812 R=thestig@chromium.org TBR=dpranke@chromium.org Change-Id: Ib372e897e0ea37ea7274d08f40affca3be4c1e29 Reviewed-on: https://chromium-review.googlesource.com/764588 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515818}
-
Philip Rogers authored
The csspaint tests parsed the layer tree output but only checked the first layer for paint invalidations. With root layer scrolls enabled, the paint invalidations for these tests were on the scrolling contents layer. This patch refactors the tests to check for paint invalidations on all layers. With this patch, 6 more tests pass with root layer scrolling. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I36c2e49033835c4e429da23a7f4d33903b607d63 Reviewed-on: https://chromium-review.googlesource.com/764434Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#515817}
-
Xing Liu authored
Download code uses frame_tree_node_id to find WebContents when browser side navigation is enabled. The WebContents is used in UI layer code to close the tab when the request is a download. Bug: 715630, 781565 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: Ib9490a64692027e3b16c70b77b54aceebcfcb9b7 Reviewed-on: https://chromium-review.googlesource.com/761269 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#515816}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/8baea3c69490..9fa5036245c3 $ git log 8baea3c69..9fa503624 --date=short --no-merges --format='%ad %ae %s' 2017-11-10 hnakashima Add FPDFSaveEmbedderTest.SaveLinearizedDoc 2017-11-10 npm Check for decoder completeness in CJBig2_GRRDProc Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.skia.org 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=dsinclair@chromium.org Change-Id: I2ffafd8ac4c2f64d86c36843e2373c3d82bbc144 Reviewed-on: https://chromium-review.googlesource.com/765052 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515815}
-
Bret Sepulveda authored
Reduced redundant test expectations and generally made the tests more terse in preparation for the chooser dialogs' redesign. Bug: 654137 Change-Id: Ifda8645378103d498bb869f8ab5589f6cb66e5db Reviewed-on: https://chromium-review.googlesource.com/731472Reviewed-by:
Jun Cai <juncai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#515814}
-
Toni Barzic authored
This adds a helper class for launching lock screen note from ash that provides a callback run when the launched note changes to active state (i.e. when the associated app window becomes visible). Note that current users of RequestNewLockScreenNote API, used to launch lock screen note, do not require launch callback - this will be needed for handling note launch due to stylus tool eject, specifically if the stylus is ejected while the display is forced off. Ejecting stylus should clear display "forced off" state, but this will be delayed if a lock screen note is launched until the note launch completes to avoid lock screen flashing before the note app UI is shown (see the linked bug). BUG=767711 Change-Id: I3f46202244c39f06ad26ce5240f28828e3e692b0 Reviewed-on: https://chromium-review.googlesource.com/758810 Commit-Queue: Toni Barzic <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#515813}
-
Philip Rogers authored
This test depends on invalidations on a specific layer. With root layer scrolls enabled, the paint invalidations for this test are on the scrolling contents layer which is not the first layer. Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I86d50174eb74c2481849752e4e506384d489c9b6 Reviewed-on: https://chromium-review.googlesource.com/764383Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#515812}
-
Peter Collingbourne authored
This version of eu-strip contains a fix for a bug where the -g flag does not work correctly on certain binaries. Bug: 469376 Change-Id: I6ceedf36687ab8173326e3d6d4b34dc89913d3cc Reviewed-on: https://chromium-review.googlesource.com/765169Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#515811}
-
Fabio Tirelo authored
These strings were initially thought to be used by a separate page, but we ended up never moving them to the file where other strings for the Settings page are. Bug: 776538 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I01c8799d62564c56a8b0e4b59aaf948107afa7aa Reviewed-on: https://chromium-review.googlesource.com/762157 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#515810}
-
Philip Rogers authored
Rebaseline paint/invalidation/caret-ancestor-clip-change.html: The non-RLS baseline was recently updated in: https://chromium-review.googlesource.com/c/chromium/src/+/750041 This just needed a mac baseline update to match non-RLS: paint/invalidation/change-text-content-and-background-color.html Rebaseline paint/invalidation/flexbox/repaint-opacity-change.html: The non-RLS baseline was recently updated in: https://chromium-review.googlesource.com/c/chromium/src/+/760671 Rebaseline paint/invalidation/japanese-rl-selection-clear.html: The non-RLS win10 baseline was recently updated in: https://chromium-review.googlesource.com/c/chromium/src/+/685976 Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I62935ad508fff623f0d6f3b685dabc0eaa72802e Reviewed-on: https://chromium-review.googlesource.com/764599Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#515809}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/2ee22587f921..aee17a9d0e6d $ git log 2ee22587f..aee17a9d0 --date=short --no-merges --format='%ad %ae %s' 2017-11-10 nednguyen Improve error reporting of dependency_manager Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I66b6c9d37752ba4208067d8b43a18801d8e5d028 Reviewed-on: https://chromium-review.googlesource.com/764436 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515808}
-
Alexey Kozyatinskiy authored
V8 internally uses odd numbers as task id, blink should always send even numbers only. This CL fixes ids for network related async tasks. R=pfeldman@chromium.org Bug: none Change-Id: I44a68b65f5992066bca4fb8a69566db66feaf143 Reviewed-on: https://chromium-review.googlesource.com/764514Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#515807}
-
Bettina Dea authored
We are currently considering a user new if the in-product help was made available if the first_run file was created 24 hours before or anytime after the experiment was made available. Bug: 734132 Change-Id: Ie0f29e26d0c7e9e3f49daf4e104d6dfbd0c3849d Reviewed-on: https://chromium-review.googlesource.com/753127 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Carlos Pizano <cpu@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#515806}
-
Alexander Alekseev authored
This CL adds new user preference ResolveTimezoneByGeolocationMethod (enum) that superceeds the existing boolean preference ResolveTimezoneByGeolocation. Device preference ResolveDeviceTimezoneByGeolocation is also replaced with ResolveDeviceTimezoneByGeolocationMethod. We migrate local ResolveTimezoneByGeolocation preference value to ResolveTimezoneByGeolocationMethod and store migration flag locally. This Cl should not introduce functional changes, as UI still allows to select only previously supported resolving methods. Bug: 721578 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7dd73663b99f66d63ae83538dbcaa753fd6c634d Reviewed-on: https://chromium-review.googlesource.com/746149Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#515805}
-
Troy Hildebrandt authored
Adds ability for PartnerBookmarksReader to fetch cached favicons from the ThumbnailDatabase if available, or reach out to a Google server to prefetch and cache the favicon without the user visiting the site. Adds a callback from native back into the Java code to get the result of the favicon fetching. This is so we can cache the results to avoid retrying failed favicon retrievals every time we load the partner bookmarks. The cache will come shortly in another CL. Bug: 778805,780042 Change-Id: I7a1f7f18008d17f452504037118aa0c5bb0eb3a5 Reviewed-on: https://chromium-review.googlesource.com/756193 Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#515804}
-
Samuel Huang authored
This CL adds the following to llvmobjdump-$REV.tgz: - {llvm-cxxfilt, llvm-nm, llvm-objdump, llvm-readobj}, - If non-Windows, sym link llvm-readelf -> llvm-readobj. These are needed by Supersize to process LLD builds. We didn't add symlink llvm-c++filt -> llvm-cxxfilt because that's not built by default. Next steps: - Rebuild package and upload (or wait for next push). - Update Supersize to look for the package by default (if needed), and download accordingly. Bug: 723798 Change-Id: I1991f6aee1e51e9ce9ac61faea97660cc40f640a Reviewed-on: https://chromium-review.googlesource.com/763728Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#515803}
-
Ryan Hamilton authored
Bug: Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I601dae64a0a705a928144c29ed43f66a61fa9a92 Reviewed-on: https://chromium-review.googlesource.com/764520Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#515802}
-
CJ DiMeglio authored
The VideoFrameSubmitter will signal to the VideoFrameResourceProvider to PrepareSendToCompositor resources. When the compositor is done with these resources, they must be returned. Bug: 746182 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I90ac8fded8eb74b7435cd7763e4fa1cf8e4a3a50 Reviewed-on: https://chromium-review.googlesource.com/723862 Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#515801}
-
Bret Sepulveda authored
This patch also includes some minor cleanup. Bug: 605657 Change-Id: Id7670c7743929cd638e25e0991cbfde2bc6fbb4d Reviewed-on: https://chromium-review.googlesource.com/759378 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#515800}
-
Wez authored
Hard faults (or "major" faults) are attempts to access memory pages which are not resident in physical RAM, and therefore incur substantial cost to make available (e.g. paging-in from disk, decompressing from in-memory compressed swap, etc). Task Manager will now offer an optional column showing the hard-fault rate in each sampling cycle. Bug: 723767 Change-Id: If3e77759e7725f6c70b2e4f163adbca600d00ba7 Reviewed-on: https://chromium-review.googlesource.com/538464Reviewed-by:
Nick Carter <nick@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#515799}
-
Matthew Jones authored
Since showing the promo at startup is the current behavior, this feature is enabled by default. The feature to disable is "ChromeHomePromoOnStartup". BUG=783936 Change-Id: I827f7a828a484603860e3ce8362e91b50a6d742a Reviewed-on: https://chromium-review.googlesource.com/764788Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#515798}
-
Daniele Castagna authored
GLImageNativePixmap is currently logging "Failed to flush rendering" for each frame on ARM devices. The log is harmless, but the underlying cause of failure should be eventually investigated. This CL removes the log statement in release builds. Bug: b/63364517 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I47eefd31eb02893856248f64f338fbcb78666922 Reviewed-on: https://chromium-review.googlesource.com/764670 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#515797}
-
Benjamin Pastene authored
See https://chromium-swarm-dev.appspot.com/task?id=39bce1ee054c5e10 R=jbudorick@chromium.org Bug: Change-Id: If635938d30fbe2b527ef972d5c4896b599f42642 Reviewed-on: https://chromium-review.googlesource.com/764575Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#515796}
-