- 16 Aug, 2018 40 commits
- 
- 
Quan Nguyen authoredIn order to enable webcam-based login (e.g. QR code signin), the OOBE web dialog now implements RequestMediaAccessPermission and CheckMediaAccessPermission. Bug: 868188 Change-Id: I4de25b3b194d2ecc207ca9ff1866809ad357b55c Reviewed-on: https://chromium-review.googlesource.com/1178111Reviewed-by: Jacob Dufault <jdufault@chromium.org> Commit-Queue: Quan Nguyen <qnnguyen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583759} 
- 
Ryan Daum authoredMake it so any active magnification is turned off when the user turns on the screenreader. Because: - The triple tap gesture to enable/disable magnification does not work while screenreader is active. - The management of the two finger gestures inside the magnifier conflict with the touch exploration controller. Bug: internal b/112634029 Test: manual on device Change-Id: I26f39ad4bc82725f19dbd7e1caab97808eeb6de4 Reviewed-on: https://chromium-review.googlesource.com/1177636 Commit-Queue: Ryan Daum <rdaum@chromium.org> Reviewed-by:Alex Sakhartchouk <alexst@chromium.org> Cr-Commit-Position: refs/heads/master@{#583758} 
- 
webrtc-chromium-autoroll authoredhttps://webrtc.googlesource.com/src.git/+log/fa2b2d62d77d..74ed734d717a git log fa2b2d62d77d..74ed734d717a --date=short --no-merges --format='%ad %ae %s' 2018-08-16 saza@webrtc.org Add AEC proxies for simple deprecation of AEC configurability. 2018-08-16 kthelgason@webrtc.org Remove kVideoCodecUnknown from WebRTC. Created with: gclient setdep -r src/third_party/webrtc@74ed734d717a The AutoRoll server is located here: https://webrtc-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=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6f2365936b91518b338fb39f735e531764a99e7e Reviewed-on: https://chromium-review.googlesource.com/1178244Reviewed-by: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583757} 
- 
Peter Wen authoredFix perf bots. NOTRY=true # Fixing perf bots Bug: 874956 Change-Id: I7d8ec786b1e32359aef5a2f487180ba3614c5918 Reviewed-on: https://chromium-review.googlesource.com/1178466Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583756} 
- 
Philip Rogers authoredThis patch adds layer list logging. To use, start content shell with: --vmodule=layer_tree_host=3 Sample output: layer id 11 element_id: (0) bounds: 800x600 opacity: 1 position: 0.000000,0.000000 draws_content: 1 scrollable: 0 contents_opaque: 1 transform_tree_index: 2 clip_tree_index: 1 effect_tree_index: 1 scroll_tree_index: 1 layer id 14 ... There is currently no logging for cc::Layer so a selection of important properties has been dumped. Bug: 854200 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I938492167619c262976083291bd6db9b4a39fef5 Reviewed-on: https://chromium-review.googlesource.com/1175855 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:David Bokan <bokan@chromium.org> Reviewed-by: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#583755} 
- 
Jialiu Lin authored1. Previously gaia::CanonicalizeEmail(..) didn't handle upper case gmail correctly. e.g.: CanonicalizeEmail("USER.NAME@GMAIL.COM") previously return "user.name@gmail.com". Instead it should return "username@gmail.com". 2. When input is not a valid email, instead of triggering NOTREACHED, it now returns the input in lower case. In this way, the downstream use of this method can be more flexible. Bug: 874050, 859622 Change-Id: I2aeeb30cb1cd69c65b96de0fdd3a8c00cb2f274e Reviewed-on: https://chromium-review.googlesource.com/1174909Reviewed-by:Roger Tawa <rogerta@chromium.org> Reviewed-by: Jialiu Lin <jialiul@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#583754} 
- 
Michael Spang authoredCreation of modeset buffer for UDL devices is broken as if this change. This reverts commit df7cd324. Bug: 874755 Test: Connect UDL display. TBR: dnicoara@chromium.org Change-Id: Ib8943f046eece90624f7a03fdc4fd9be23bdf344 Reviewed-on: https://chromium-review.googlesource.com/1178301 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#583753} 
- 
Lucas Furukawa Gadani authoredThis CL adds an HTMLPortalElement to represent portals, and creates a mojo connection to the browser-exposed interface when the element is attached to the document. Bug: 865565 Change-Id: Ib4e8053969d3e7ec138db84aae211b9a97a19b3c Reviewed-on: https://chromium-review.googlesource.com/1167111 Commit-Queue: Lucas Gadani <lfg@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#583752} 
- 
Reilly Grant authoredIn order to determine how Chrome Apps are using the chrome.bluetoothSocket API this histogram collects the hashed UUIDs of the services created or connected to by an application using the API. A list of well known service UUIDs and their hashes has been added to enums.xml. This is a copy of the mechanism used to record service UUIDs requested through the Web Bluetooth API. Change-Id: Iad41d1fa1ee30ef16e27b47bdfc5b712f8b5d4d3 Reviewed-on: https://chromium-review.googlesource.com/1171741 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#583751} 
- 
Micah Morton authoredThis feature flag gates the use of minijail to sandbox shill (the network manager) on CrOS. Defaults to true. We want a feature flag for this in case any unforseen sandboxing compications occur on the beta or stable channels and Finch is our only way of reverting. CQ-DEPEND=CL:1172729,CL:1177883 "sudo -u chronos dbus-send --system --type=method_call --print-reply \ --dest=org.chromium.ChromeFeaturesService \ /org/chromium/ChromeFeaturesService \ "org.chromium.ChromeFeaturesServiceInterface.IsShillSandboxingEnabled" Bug: 649417 Test: Following command returned true (flag is true by default): Change-Id: I359b28d463f8f0ce861739d7f165f5437690bae5 Reviewed-on: https://chromium-review.googlesource.com/1173260 Commit-Queue: Micah Morton <mortonm@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#583750} 
- 
Weidong Guo authoredChanges: 1. Press home button, the opened folder or search result page will be closed. Press home button again, app list will go back to first page. 2. Tapping background or outside app list view, opening an app in folder or opening a search result should only close the folder or search results page. It should not reset pagination. Bug: 869627 Test: AppListViewHomeLauncherTest.BackAction Change-Id: Ic8d4d5f76c7225ce7433750c2cb1ce8d2c3d7e59 Reviewed-on: https://chromium-review.googlesource.com/1176978Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#583749} 
- 
Xiaoqian Dai authoredAfter adding a printer, it's possible for the user to edit the added printer's info. Only allow saving the edited info if the provided info is valid. Bug: 861696 Change-Id: Id42ec655e3b50ba13a424489b9d57d77e0be4228 Reviewed-on: https://chromium-review.googlesource.com/1168031 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#583748} 
- 
Xida Chen authoredThis reverts commit b786c57c. Reason for revert: <INSERT REASONING HERE> layout test failed: https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20ASAN/15210 Original change's description: > [css-properties-values-api] Support CSSStyleValues in StylePropertyMap.set. > > In StyleValueToCSSValue, when checking whether a certain CSSStyleValue > matches the property in question, we now ask the registration (via > CSSOMTypes) if the CSSStyleValue matches. If it doesn't match, we throw > a TypeError like for normal properties. If it does match, the CSSStyleValue > is stringified, tokenized, and set on the style rule as tokens. > > I have postponed support for <color> and <transform-function>, because > CSSUnsupportedStyleValue currently does not handle registered custom > properties at all. This is appropriate to fix in a separate CL. > > Note that, because the string version of StylePropertyMap.set also uses > StyleValueToCSSValue, it will no longer be possible to set registered > custom properties with a string--even if the syntax is matched. > A subsequent CL will fix this. > > R=futhark@chromium.org > > Bug: 641877 > Change-Id: Ie0cc2f87e39f8f59015824bfd1b81efaf402c326 > Reviewed-on: https://chromium-review.googlesource.com/1175822 > Commit-Queue: Anders Ruud <andruud@chromium.org> > Reviewed-by: Rune Lillesveen <futhark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#583695} TBR=futhark@chromium.org,andruud@chromium.org Change-Id: I2486be60ce81497253bdf64903ea870832a0ef9e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 641877 Reviewed-on: https://chromium-review.googlesource.com/1178503Reviewed-by: Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583747} 
- 
John Budorick authoredBug: 861983 Change-Id: Iea3c93e295da205381b986edc31aaaba862efb47 Reviewed-on: https://chromium-review.googlesource.com/1177627Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#583746} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/fccde774f480..a82d0a22067f git log fccde774f480..a82d0a22067f --date=short --no-merges --format='%ad %ae %s' 2018-08-16 dhanyaganesh@chromium.org cbuildbot: Create a metric for failing stage Created with: gclient setdep -r src/third_party/chromite@a82d0a22067f The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: Ie53518584a67e6febdc35b08e6e351d39c56cfcf Reviewed-on: https://chromium-review.googlesource.com/1178242Reviewed-by: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583745} 
- 
Ted Choc authoredBUG=866639 Change-Id: If645b1f9f57f64d87b30f49e62a5063b12f1ce08 Reviewed-on: https://chromium-review.googlesource.com/1169766 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#583744} 
- 
Koji Ishii authoredFollowing bot results are included. 8878 8880 8882 8886 8893 8900 8907 8915 8918 8923 8925 3 lines were removed and 2 lines were deflaked by consecutive results since 8877. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I8c73e2c8c785e87bb97f4f8b5260b7c838421488 Reviewed-on: https://chromium-review.googlesource.com/1175706 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#583743} 
- 
Pedro Amaral authoredThis CL changes the accessibility string from "Search accelerator" to "Search button" Buganizer link: https://buganizer.corp.google.com/issues/112280251 Change-Id: I44653847eb20b52957b7b25c34e0a820a6cbfbe0 Reviewed-on: https://chromium-review.googlesource.com/1176583Reviewed-by: Ted Choc <tedchoc@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#583742} 
- 
catapult-chromium-autoroll authoredhttps://chromium.googlesource.com/catapult.git/+log/922ba81b497b..ed63b1319414 git log 922ba81b497b..ed63b1319414 --date=short --no-merges --format='%ad %ae %s' 2018-08-16 nednguyen@google.com Add retry for ts_proxy commands upon raised exception 2018-08-16 perezju@chromium.org [Telemetry] Add story expectations for Pixel 2 bots 2018-08-16 etienneb@chromium.org Add windows performance counters processing. 2018-08-16 nednguyen@google.com Make ts_proxy error handleable by Telemetry story_runner Created with: gclient setdep -r src/third_party/catapult@ed63b1319414 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=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 BUG=chromium:873616,chromium:874391,chromium:872900,chromium:873616 TBR=sullivan@chromium.org Change-Id: Ia5d6e592153afef2fee1316ec25f3d09c44b0b90 Reviewed-on: https://chromium-review.googlesource.com/1178241Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583741} 
- 
Lei Zhang authoredSplit CreateUDPSocketOnUIThread() into a standalone function so less of PrivetTrafficDetector lives on the UI thread. Change-Id: Ide58478bb235d9c1da72fccd6b86da35cd3997af Reviewed-on: https://chromium-review.googlesource.com/1177443 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#583740} 
- 
Kyle Horimoto authoredThis CL updates MultideviceHandler to provide the settings page with the state of all multi-device features. Note that this CL uses the MultiDevicePageContentData definition from https://chromium-review.googlesource.com/c/chromium/src/+/1173658 when passing its data, so these CLs should be landed at the ~same time. Bug: 824568 Change-Id: Ib343c454a88a28f1021e2b90cbc3f3d33e3f449b Reviewed-on: https://chromium-review.googlesource.com/1176658 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#583739} 
- 
Elly Fong-Jones authoredBug: 832676 Change-Id: I1c5beaf588e62ee17220e605768c860692e92f53 Reviewed-on: https://chromium-review.googlesource.com/1177685Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#583738} 
- 
Lei Zhang authored- Remove net::AddressFamily ctor parameter and |address_family_|. It's always IPv4. - Remove |callback_runner_| since it is always the UI thread. Add a DCHECK to make sure that is the case. - Use base::OnceClosure in more places. - Fix some nits and better explain how the class behaves. Change-Id: Idd15c40df11c39056b9e40aab6a7bee6c3805e2e Reviewed-on: https://chromium-review.googlesource.com/1176642 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#583737} 
- 
Zach Helfinstein authoredTake out print statements, improve comments, etc. Bug: None Change-Id: I0df82103e0cea7fa2d9b86356ea01f51425e144f Reviewed-on: https://chromium-review.googlesource.com/1176481 Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#583736} 
- 
Thomas Anderson authoredThis reverts commit aec41dcb. Reason for revert: Breaks build on Win Builder (dbg) https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win%20Builder%20%28dbg%29/50751 Original change's description: > Disable MaterialHistoryItemTest.All on Mac > > TBR=wjmaclean@chromium.org > NOTRY=true > > Bug: 874976 > Change-Id: I85a635544c5305bce8bb80ca3b2fedc50fd5a4fd > Reviewed-on: https://chromium-review.googlesource.com/1178310 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#583730} TBR=xidachen@chromium.org,wjmaclean@chromium.org Change-Id: Iddba28b5f6992f94c5166192f799344065e2a274 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 874976 Reviewed-on: https://chromium-review.googlesource.com/1178501Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#583735} 
- 
Joanmarie Diggs authoredCorrections (as per the W3C's HTML-AAM + Core-AAM specifications): * abbr: ATK_ROLE_STATIC; not ATK_ROLE_TEXT * div: ATK_ROLE_SECTION; not ATK_ROLE_PANEL * embed: ATK_ROLE_EMBEDDED; not ATK_ROLE_PANEL * figcaption: ATK_ROLE_CAPTION; not ATK_ROLE_PANEL * iframe: ATK_ROLE_INTERNAL_FRAME; not ATK_ROLE_DOCUMENT_WEB * legend: ATK_ROLE_LABEL; not ATK_ROLE_TEXT * mark: ATK_ROLE_STATIC; not ATK_ROLE_TEXT * meter: ATK_ROLE_LEVEL_BAR; not ATK_ROLE_PROGRESS_BAR * password input: ATK_ROLE_PASSWORD_TEXT; not ATK_ROLE_ENTRY * pre: ATK_ROLE_SECTION; not ATK_ROLE_TEXT * select (size 1): ATK_ROLE_COMBO_BOX; not ATK_ROLE_PUSH_BUTTON * sub: ATK_ROLE_SUBSCRIPT; not ATK_ROLE_TEXT * sup: ATK_ROLE_SUPERSCRIPT; not ATK_ROLE_TEXT * svg root: ATK_ROLE_DOCUMENT_FRAME; not ATK_ROLE_IMAGE * textarea (readonly): Remove ATK_STATE_EDITABLE * th (rowheader): ATK_ROLE_ROW_HEADER; not ATK_ROLE_TABLE_ROW_HEADER * time: ATK_ROLE_STATIC; not ATK_ROLE_TEXT Additional corrections: * color input: ATK_ROLE_PUSH_BUTTON; not ATK_ROLE_COLOR_CHOOSER This fix is consistent with the implementations of both Gecko and WebKitGtk. A pull request has been submitted to fix the HTML-AAM. * layout table objects: ATK_ROLE_SECTION; not ATK_ROLE_PANEL. While not explicitly stated in the HTML-AAM, this fix is consistent with the Core-AAM mapping of tables with role presentation. Test-related: * Create Aura Linux expectations files for all enabled HTML tests * Add support for testing AtkObject attributes to the Aura Linux AccessibilityTreeFormatter * Enable testing of the same object attributes being tested for Windows (as IAccessible2 and ATK share those attributes and exposure) * Disable automatic dumping of all states (it's often irrelevant/noise) * Suppress unneeded "<newline>" Change-Id: I2a3e2faba18d60cafd9bf43e34cc6866bbae2265 Bug: 874486 Reviewed-on: https://chromium-review.googlesource.com/1177398Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Joanmarie Diggs <joanmarie.diggs@gmail.com> Cr-Commit-Position: refs/heads/master@{#583734} 
- 
Ryan Hansberry authoredAuthTokenValidator will allow MultiDeviceSetupService to verify incoming AuthToken identifier strings, in order to verify that the user has recently been authenticated, before changing security-sensitive features. Bug: 870122 Change-Id: I131160fbd5757d74e7640769c2df5afd3706641c Reviewed-on: https://chromium-review.googlesource.com/1176381 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#583733} 
- 
Oriol Brufau authoredMost uses of the prefixed logical properties were replaced with the standard ones, supported in Blink. However, they are not supported in WebKit, this causes problems in iOS. This patch adds back the prefixed property so that it's used as a fallback. BUG=869879 Change-Id: Ic5076d10524f3e93994c72ff049d53daadea39d6 Reviewed-on: https://chromium-review.googlesource.com/1163887Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#583732} 
- 
Zach Helfinstein authoredThis reverts commit e8e8d46d. Bug: 864796 Change-Id: Ia0325f4dc26e3acf1536f28b39e0505238110a19 Reviewed-on: https://chromium-review.googlesource.com/1176077Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Cr-Commit-Position: refs/heads/master@{#583731} 
- 
Xida Chen authoredTBR=wjmaclean@chromium.org NOTRY=true Bug: 874976 Change-Id: I85a635544c5305bce8bb80ca3b2fedc50fd5a4fd Reviewed-on: https://chromium-review.googlesource.com/1178310Reviewed-by: Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583730} 
- 
Peter Beverloo authoredThe flaky crashes should have been fixed now that the associated logic has been removed from the scheduler. https://chromium-review.googlesource.com/c/chromium/src/+/1165554 Bug: 869470, 869818 Change-Id: Ie077876289a28387e5f890e9a25abe5609857c14 Reviewed-on: https://chromium-review.googlesource.com/1170909 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by: Rayan Kanso <rayankans@chromium.org> Reviewed-by: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#583729} 
- 
depot-tools-chromium-autoroll authoredhttps://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3d429cf5131a..efb38bb3d729 git log 3d429cf5131a..efb38bb3d729 --date=short --no-merges --format='%ad %ae %s' 2018-08-16 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@efb38bb3d729 The AutoRoll server is located here: https://depot-tools-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. TBR=agable@chromium.org Change-Id: I2b8e47981f278225d6d5bab8ae2f091cd86f827b Reviewed-on: https://chromium-review.googlesource.com/1178122Reviewed-by: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583728} 
- 
Xida Chen authoredThis CL fixes the touch action rects computation for continuation case. In this case, we need to mark white listed touch action changed for a object's continuation. The correctness can be verified by passing an existing test. Bug: 853912 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I88a5bd5989d2dbf42c921fd71ca2ca5aa5f893c6 Reviewed-on: https://chromium-review.googlesource.com/1154888 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#583727} 
- 
Dominic Mazzoni authoredCanHaveChildren() is called frequently, including from delicate situations like when a LayoutObject is being deleted. Currently it calls NativeAccessibilityRoleIgnoringAria(), which is actually somewhat expensive and calls UpdateDistribution(), and clusterfuzz found a way for that to result in a UAF. The easy solution is just to save the result of NativeAccessibilityRoleIgnoringAria when we initially compute the node's role. Then CanHaveChildren() can just check it directly rather than recomputing it each time. Bug: 852735, 852251 Change-Id: Id745d3b42c1f89434e519195e8511159621734d0 Reviewed-on: https://chromium-review.googlesource.com/1175491 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#583726} 
- 
angle-chromium-autoroll authoredhttps://chromium.googlesource.com/angle/angle.git/+log/3fd614d06e50..6e5bf36ff50f git log 3fd614d06e50..6e5bf36ff50f --date=short --no-merges --format='%ad %ae %s' 2018-08-16 lfy@google.com GLES1: Fixes for Gets() test 2018-08-16 oetuaho@nvidia.com Add error messages for BlitFramebuffer related errors Created with: gclient setdep -r src/third_party/angle@6e5bf36ff50f 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=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: If4c838992b5f70151dc9ea2045d98ce889978e82 Reviewed-on: https://chromium-review.googlesource.com/1177982Reviewed-by: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583725} 
- 
Jordy Greenblatt authoredThis CL replaces some data types we had thought would be important for displaying the multidevice settings page that wound up being redundant with the data types we will need to receive individual feature updates from the multidevice service. Bug: 824568 Change-Id: I33b70cba332dec8cf7726630ccbf57bcf62b8655 Reviewed-on: https://chromium-review.googlesource.com/1173658 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: Hector Carmona <hcarmona@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#583724} 
- 
Tommy C. Li authoredQuery in Omnibox is currently only implemented in Android. This CL moves the feature flag from Android-only to Android+Desktop in preparation for implementing the feature in Desktop as well. Bug: 874592 Change-Id: I7d24289d4fb07467061ae616610d9c58296e73ce Reviewed-on: https://chromium-review.googlesource.com/1176432Reviewed-by: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#583723} 
- 
pdfium-chromium-autoroll authoredhttps://pdfium.googlesource.com/pdfium.git/+log/3e360453cded..5f4cd74d2693 git log 3e360453cded..5f4cd74d2693 --date=short --no-merges --format='%ad %ae %s' 2018-08-16 hnakashima@chromium.org Do not set barcode module width and height in unittest. Created with: gclient setdep -r src/third_party/pdfium@5f4cd74d2693 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: Ia16925d2dd70b3ebbc589270e1c5e8ed3044cb62 Reviewed-on: https://chromium-review.googlesource.com/1177981Reviewed-by: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583722} 
- 
Shakti Sahu authoredBug: 850577 Change-Id: I2be8c74324aea83f585f2332f8686a2dfd5ff141 Reviewed-on: https://chromium-review.googlesource.com/1174985Reviewed-by: Theresa <twellington@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#583721} 
- 
Lei Zhang authoredChange-Id: I73af60b7dd9e95a0f67174dc3348999f867e4a47 Reviewed-on: https://chromium-review.googlesource.com/1176554Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#583720} 
 
-