- 19 Oct, 2018 40 commits
- 
- 
chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/42bb3604bce4..41ba826ad7b4 git log 42bb3604bce4..41ba826ad7b4 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 brianosman@google.com (Almost) no one needs to know about SkPixelRef 2018-10-19 halcanary@google.com SkQP: rely on TestRunner for logging 2018-10-19 brianosman@google.com Play back picture shaders in 8888 or F16, depending on dst color type 2018-10-19 brianosman@google.com Ensure that we allocate 32-bit pixels in GM's generator Created with: gclient setdep -r src/third_party/skia@41ba826ad7b4 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=egdaniel@chromium.org Change-Id: Ibcb92a1ab32784f1643b4d507dbe505f883da48d Reviewed-on: https://chromium-review.googlesource.com/c/1292389Reviewed-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@{#601352} 
- 
Zach Helfinstein authoredThis fixes an issue with navigation where an invisible object was highlighted when navigating backwards. Bug: 864820 Change-Id: Id4e8971122f8335d1754ed197cf8a46fbbe1b79b Reviewed-on: https://chromium-review.googlesource.com/c/1281324Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Cr-Commit-Position: refs/heads/master@{#601351} 
- 
Joe Downing authoredTBR=aee@chromium.org BUG=877109 Change-Id: Ie95d35f83e8016ae9b0c4b60f67481217a2e3c6d Reviewed-on: https://chromium-review.googlesource.com/c/1292710Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#601350} 
- 
James Cook authoredThis fixes a problem with restoring minimized windows. The client needs to know that the window is not visible to know that it is allowed to restore it. Fixes the following tests: -AppWindowApiTest.OnRestoredEvent -BrowserActionApiTest.BrowserActionPopupWithIframe -FirstRunUIBrowserTest.ModalWindowDoesNotBlock -LauncherPlatformAppBrowserTest.PackagedAppClickBehaviorInMinimizeMode -LoginWebDialogTest.CannotMinimize -LoginWebDialogTest.CloseDialogByAccelerator -ShelfAppBrowserTestNoDefaultBrowser.BrowserShortcutLauncherItemController Bug: 855767 Test: added to services_unittests Change-Id: Icb1a12e4dd18f68807bf0dc9140ce289e9ea913c Reviewed-on: https://chromium-review.googlesource.com/c/1292053Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#601349} 
- 
Antoine Labour authoredRemove use-after-moved-from on the SharedImageBacking. Bug: 891059 Change-Id: I663e019033145477fbe3719b7441da59e0fedd50 Reviewed-on: https://chromium-review.googlesource.com/c/1292550Reviewed-by: Eric Karl <ericrk@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#601348} 
- 
chromium-autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/4ec1257ee988..bd5d55eea5c0 git log 4ec1257ee988..bd5d55eea5c0 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 dgarrett@google.com config_builders: LuciSchedulerBuilder needs InitSDK. 2018-10-19 vapier@chromium.org cbuildbot: reject CLs using topics for now 2018-10-19 jclinton@chromium.org luci-scheduler: Update to allow others to trigger builds 2018-10-19 dgarrett@google.com waterfalls: Remove WATERFALL_EXTERNAL 2018-10-19 dgarrett@google.com waterfalls: Remove constants for dead waterfalls. Created with: gclient setdep -r src/third_party/chromite@bd5d55eea5c0 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: Ib66850412b4d5797cd7cc25a45661cec0e0c9081 Reviewed-on: https://chromium-review.googlesource.com/c/1292282Reviewed-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@{#601347} 
- 
Xiaoqian Dai authored... the selection widget is already active or the filter string is empty. Bug: 893384 Change-Id: I793e083991ef60361a4ca3056347a4023919b240 Reviewed-on: https://chromium-review.googlesource.com/c/1292713Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#601346} 
- 
chaopeng authoredThis crash is because we have root layer is null and we don't handle it properly. Root layer is null can happen if a scroll occurs before the root layer is attached. In this patch, we return SCROLL_IGNORED with kNoScrollingLayer reason, same as what we did in ScrollBegin. Bug: 895817 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I9937ae2d494f4466018a3ee9a35e787e5e745bd6 Reviewed-on: https://chromium-review.googlesource.com/c/1289437Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: enne <enne@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#601345} 
- 
Xu Xing authoredWhen skia works in CPU mode, color should be 0x00000000, 0x00000000,0x2f0000ff, 0x2f00ff00, 0x3fff0000, 0x7fff0000. When it turns to GPU, the R and B should be swapped. Skia mainly works in GPU mode, so change this color to a GPU friendly color. However, the best solution is to support both CPU mode and GPU mode. Add TODO for this. Bug: 889122 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I71aa1d2ae34ab10a41ba5d58e1e2cbb6867bec6b Reviewed-on: https://chromium-review.googlesource.com/c/1253407Reviewed-by: enne <enne@chromium.org> Commit-Queue: Xing Xu <xing.xu@intel.com> Cr-Commit-Position: refs/heads/master@{#601344} 
- 
Kent Tamura authoredCurrently make_names.py produces blink::FooBarNames::baz_hoge constant variables. They don't match to Google C++ style. This CL adds capability to produce code following Google C++ style. If 'namespace' field in foo_bar_names.json5 contains capital letters, the behavior isn't changed. Otherwise, - Don't append 'Names' to C++ namespace - Prepend 'k' to UpperCamelCase names So 'blink::foo_bar::kBazHoge' will be produced. Bug: 889726 Change-Id: Iac8ca8040782c440d755067bec7c738d92189878 Reviewed-on: https://chromium-review.googlesource.com/c/1288518Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#601343} 
- 
Kent Tamura authoredCurrently make_qualifed_names.py produces blink::FooNames::baz_hogeTag constant variables. They don't match to Google C++ style. This CL adds capability to produce code following Google C++ style. If 'namespace' field in foo_tag_names.json5 or foo_attribute_names.json5 is in the following list, the behavior isn't changed. 'HTML', 'MathML', 'SVG', 'XLink', 'XML', 'XMLNS' Otherwise, - C++ namespace name is {{namespace|lower}}_names, not {{namespace}}Names - Prepend 'k' to UpperCamelCase tag/attribute names So 'blink::foo_names::kBazHogeTag' will be produced. Bug: 889726 Change-Id: I997ab91b79cc13baa46e8e519e3bccb9cecc72ce Reviewed-on: https://chromium-review.googlesource.com/c/1290052Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#601342} 
- 
Yuri Wiitala authoredRefactors and cleans-up code, transforming GLHelperScaling's internal "ScalerImpl" class into a GLScaler::ScalerStage class. A ScalerStage chains together with other ScalerStages to perform each step from the source input to ultimate scaled output. (A future change will provide the logic for deciding how to create/configure ScalerStages and chain them together.) A major change other than the refactoring: The math that calculates each shader's "overscan" padding has been revisited and corrected. New math is included in this change, along with pixel tests that confirm it is correct (i.e., tests the math, but also runs the shader programs to prove the numbers jive). Bug: 870036 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I3dbbbb8f8cca45006895faed6d7501ceab5cc1cb Reviewed-on: https://chromium-review.googlesource.com/c/1285328Reviewed-by: Xiangjun Zhang <xjz@chromium.org> Reviewed-by: Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#601341} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium 238d339e. With Chromium commits locally applied on WPT: f79c6fe7 "Reimplementing getDatabaseNames() as databases() for indexeddb." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/26402 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: binji@chromium.org: external/wpt/wasm foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure hbos@chromium.org, hta@chromium.org: external/wpt/webrtc meade@chromium.org: external/wpt/web-animations rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request skobes@chromium.org: external/wpt/css/css-scroll-anchoring yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch NOAUTOREVERT=true TBR=kyleju No-Export: true Change-Id: I8267c4c8b76799a27f64243ada1a8cca4e73e50d Reviewed-on: https://chromium-review.googlesource.com/c/1292517 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#601340} 
- 
danakj authoredThis is called when there's no frame for the WebWidget, which is bad. Since this is a problem in M71, here's something small for an easy merge. I have a better fix for at least one case where this can happen in a follow-up, in which I'll revert this hack. R=enne@chromium.org Change-Id: Icbffcad6a0fe74bf1ae47e1d51c65aba844ccc5e Bug: 896836 Reviewed-on: https://chromium-review.googlesource.com/c/1292711Reviewed-by: enne <enne@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#601339} 
- 
chrome://accessibilityJames Wallace-Lee authoredWhen the accessibility mode is toggled for individual pages, update the single row by calling showTree rather than refreshing the whole page. Bug: 877705 Change-Id: I5c7986fc970f9789bb421525ccea5f68f5fd57e9 Reviewed-on: https://chromium-review.googlesource.com/c/1269236 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#601338} 
- 
Theresa authoredBUG= Change-Id: I50da845bc3da1e1d4b19fa6298ee0d1a1dac3b46 Reviewed-on: https://chromium-review.googlesource.com/c/1292522Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#601337} 
- 
chromium-internal-autoroll authoredhttps://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f04272b969b8..549b4ca0fa63 Created with: gclient setdep -r src-internal@549b4ca0fa63 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: I4fcb2a3cd2a217f2fdc7bb803dd42c785654ace8 Reviewed-on: https://chromium-review.googlesource.com/c/1292281Reviewed-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@{#601336} 
- 
Tom Tan authoredThe intrinsic _mm_prefetch on Windows is x86/x64 only. Instead select __builtin_prefetch from clang for Windows ARM64. Bug: 893460 Change-Id: I484b13fe7c616b52abe4b1dff06a5f830fd538d2 Reviewed-on: https://chromium-review.googlesource.com/c/1292528Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Asanka Herath <asanka@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#601335} 
- 
Changwan Ryu authoredExpand accept languages by adding base language from language-country pair, using the same logic that Chrome is already using. This aligns with this W3C doc: https://www.w3.org/International/questions/qa-lang-priorities#langtagdetail Currently not behind a feature, will be followed by a change to use a feature. Also slightly refactoring tests to improve readability. Bug: 882587, 737232 Change-Id: I1e067bde4ae5b00b6b7c3be765a9cd97bbbb96df Reviewed-on: https://chromium-review.googlesource.com/c/1286936 Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by: Bo <boliu@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#601334} 
- 
chromium-autoroll authoredhttps://chromium.googlesource.com/angle/angle.git/+log/bc6f52f36d5f..32643cea2319 git log bc6f52f36d5f..32643cea2319 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 jmadill@chromium.org Use angle::Result in front-end (Part 2) Created with: gclient setdep -r src/third_party/angle@32643cea2319 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=geofflang@chromium.org Change-Id: Ia4d010e31f7f60677ab3a45fcb35366c382a16eb Reviewed-on: https://chromium-review.googlesource.com/c/1292393Reviewed-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@{#601333} 
- 
Greg Kerr authoredThe nacl loader process, used only on macOS, currently tries to load an invalid profile type under the V2 sandbox. This loads the correct type. This also adds necessary IOKit resource access to the nacl sandbox profile. Bug: 892554 Tbr: dschuff@chromium.org Change-Id: Ib35c67684bfda9ef052ea62576f8277a97caefd8 Reviewed-on: https://chromium-review.googlesource.com/c/1292606 Commit-Queue: Greg Kerr <kerrnel@chromium.org> Reviewed-by: Derek Schuff <dschuff@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#601332} 
- 
Daniel Bratell authoredA header appeared twice in the sources list which confused some other tool. Seems like better to have it there only once. Change-Id: If713c5a241fab6e8fb30705240bc534e0598f704 Reviewed-on: https://chromium-review.googlesource.com/c/1290909Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#601331} 
- 
Evan Stade authoredBug: 854704 Change-Id: Ic04c377547f74c4866b46fd91f7f3fc0b075fdd4 Reviewed-on: https://chromium-review.googlesource.com/c/1290139Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#601330} 
- 
Akira Baruah authoredIncludes com.google.android.things.permission.READ_FACTORY_DATA in the AndroidManifest.xml template. This permission is required by the GetFactoryLocaleList() implementation in Cast on Android Things. Bug: b/115985851 Test: Ensure no system errors involving READ_FACTORY_DATA Change-Id: Ia4a281cee86f167911db13aa17156b59c346b086 Merge-With: eureka-internal/205878 Reviewed-on: https://chromium-review.googlesource.com/c/1259612 Commit-Queue: Akira Baruah <akirabaruah@chromium.org> Reviewed-by: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#601329} 
- 
Daniel Bratell authoredThe file payments/android/ssl_validity_checker_android.h was removed when the JNI registration code changed but it remained in the sources list, where it ended up causing some unrelated problems so here it goes. Bug: 683256 Change-Id: I7e57af91ad5848c73d814fc4b89712d106ecf358 Reviewed-on: https://chromium-review.googlesource.com/c/1290271Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#601328} 
- 
chrome://accessibilityJames Wallace-Lee authoredSet the 'aria-expanded' attribute on 'Show accessibility tree' buttons. Bug: 843313 Change-Id: I3efd9acdfb03075c38055c5e4035be087be09b60 Reviewed-on: https://chromium-review.googlesource.com/c/1265898 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#601327} 
- 
Dana Fried authoredBug: 889642 Change-Id: I805a78630edc9f0c214e5bd02567439b7406f13d Reviewed-on: https://chromium-review.googlesource.com/c/1287030 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#601326} 
- 
James Wallace-Lee authoredWe had some issues handling mouse move events as UI events, so fire an AutomationEvent instead. Makes mouse_handler.js a BaseAutomationHandler. As a follow-up, let's experiment with rate-limiting these events, since they seem to come in more frequently than the dom events did. Bug: 853581 Change-Id: I0606421e5284fcb9803c6428d51b7288393babd9 Reviewed-on: https://chromium-review.googlesource.com/c/1287098 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#601325} 
- 
Kenneth Russell authoredDefine and use mixins for the most common GPU bot configurations. To avoid errors and differences between machines, in most of these mixins, parameters like the OS have been flattened in. Use these mixins on the chromium.gpu, chromium.gpu.fyi, and client.v8.fyi waterfalls. This CL is essentially a no-op; it only modifies a few timeouts due to unification under the mixin "limited_capacity_bot". Bug: 895815 Change-Id: Ia9da945d73720ea70ebb4983808eb23463ee1108 Reviewed-on: https://chromium-review.googlesource.com/c/1287431Reviewed-by: Stephen Martinis <martiniss@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#601324} 
- 
Scott Graham authoredChange-Id: I11242ba10234cab1afc37384cdf025aab5da801d Reviewed-on: https://chromium-review.googlesource.com/c/1292002 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Wez <wez@chromium.org> Reviewed-by: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#601323} 
- 
Saman Sami authoredOnly Mac needs to know about surface activations, so avoid sending OnFirstSurfaceActivation on other platforms. Bug: 893731 Change-Id: Id5de1043d0c432964c1897af50440bf02277506f Reviewed-on: https://chromium-review.googlesource.com/c/1286354 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by: Khushal <khushalsagar@chromium.org> Reviewed-by: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#601322} 
- 
chromium-autoroll authoredhttps://webrtc.googlesource.com/src.git/+log/1cb20deb746a..cb21ffe8996b git log 1cb20deb746a..cb21ffe8996b --date=short --no-merges --format='%ad %ae %s' 2018-10-19 eladalon@webrtc.org Add blob-encoding support for RTC event logs 2018-10-19 mbonadei@webrtc.org Reland "Prefix flag macros with WEBRTC_." 2018-10-19 mbonadei@webrtc.org Revert "Prefix flag macros with WEBRTC_." Created with: gclient setdep -r src/third_party/webrtc@cb21ffe8996b The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: If3b9412c6f56df2e93b8515bed51a7784713cd1f Reviewed-on: https://chromium-review.googlesource.com/c/1292390Reviewed-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@{#601321} 
- 
Akira Baruah authoredBug: b/79936337 Bug: b/111880157 Test: Install APK on device and verify via logcat Change-Id: I51a0a34540de6e21f4a8dc5abb4e75d58f8fe4cf Merge-With: eureka-internal/205878 Reviewed-on: https://chromium-review.googlesource.com/c/1259611 Commit-Queue: Akira Baruah <akirabaruah@chromium.org> Reviewed-by: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#601320} 
- 
Khushal authoredSince queries for measuring GPU side raster duration is too expensive, rate limit the tiles for which we measure this metric to 1%. R=piman@chromium.org Bug: 894200,896821 Change-Id: I0713e537447a8ca7ebec30747314810e1a881d6e Reviewed-on: https://chromium-review.googlesource.com/c/1292110Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#601319} 
- 
Will Harris authoredThis reverts commit 58443848 (just the policy setting on browser process). Reason for revert: breaks some third party CAPI providers. BUG=880835 Original change's description: > Strengthen MITIGATION_DLL_SEARCH_ORDER on non-component builds. > > Also, add this mitigation to the browser process. > > BUG=870463 > > Change-Id: I1e749a4ede0b41cca69f60262fd878c57ed35564 > Reviewed-on: https://chromium-review.googlesource.com/1162581 > Reviewed-by: Penny MacNeil <pennymac@chromium.org> > Commit-Queue: Will Harris <wfh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#581067} TBR=pennymac@chromium.org,wfh@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 870463 Change-Id: I2ae97b0955cc5d1196ab002e02285da05b3a4d35 Reviewed-on: https://chromium-review.googlesource.com/c/1292370Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#601318} 
- 
chromium-autoroll authoredhttps://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/8edf3557ca17..6e85d1a6fc75 git log 8edf3557ca17..6e85d1a6fc75 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 33432579+alan-baker@users.noreply.github.com Fix restrictions in if conversion (#1998) 2018-10-19 jbolz@nvidia.com Use per-configuration location for pch file (#1989) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@6e85d1a6fc75 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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=dsinclair@chromium.org Change-Id: I2c2c3ebc7ce12fc1b36f1f8fa784c1b98e6d8aab Reviewed-on: https://chromium-review.googlesource.com/c/1292391Reviewed-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@{#601317} 
- 
chromium-autoroll authoredhttps://android.googlesource.com/platform/external/perfetto.git/+log/0537b6aba1bd..3bcd7ab930ad git log 0537b6aba1bd..3bcd7ab930ad --date=short --no-merges --format='%ad %ae %s' 2018-10-19 treehugger-gerrit@google.com Merge "Add trace_to_text support for memory events" Created with: gclient setdep -r src/third_party/perfetto@3bcd7ab930ad The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: Id6db3d39d63beec34cdfb217150e8e98c75ec627 Reviewed-on: https://chromium-review.googlesource.com/c/1292279Reviewed-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@{#601316} 
- 
Ted Meyer authoredPlumb the media::DecryptConfig from the CodecPicture to the D3D11 buffer descriptor, and made a small refactor of some of the macros to support error in the case where a decrypt context couldn't be acquired. Bug: 881922 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 Change-Id: I9ac2cd889bb59e478260e81b3b42ee3d9ff6b177 Reviewed-on: https://chromium-review.googlesource.com/c/1275289 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by: Frank Liberato <liberato@chromium.org> Reviewed-by: Rintaro Kuroiwa <rkuroiwa@chromium.org> Cr-Commit-Position: refs/heads/master@{#601315} 
- 
gogerald authored'node id' is volatile which subject to change without notice. This change enables concurrently checking element exists, getting field value and so on Bug: 806868 Change-Id: I90a4254c170e260c93caa201b7fa3b411508c152 Reviewed-on: https://chromium-review.googlesource.com/c/1292430Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#601314} 
- 
chromium-autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/a4f1ca269765..4ec1257ee988 git log a4f1ca269765..4ec1257ee988 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 derat@chromium.org chromeos_config: Reenable Tast on VM paladin builders. 2018-10-19 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@4ec1257ee988 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: I19b71845d56e90e0f1ce9554bd50258d081c5c61 Reviewed-on: https://chromium-review.googlesource.com/c/1292277Reviewed-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@{#601313} 
 
-