- 20 Nov, 2018 40 commits
-
-
James Hawkins authored
R=hansberry@chromium.org Bug: 903991 Test: none Change-Id: Ieb31e3458eccdf3ec168461a884bc7f8cdaee9d8 Reviewed-on: https://chromium-review.googlesource.com/c/1340682 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#609599}
-
Alex Danilo authored
When files are in selection mode, the icons on the action bar use scaled bitmaps, originally supplied as 1x and 2x assets. Zooming the window also blurs the edges due to scaling. Replaced the PNGs for these icons with SVG files. Change-Id: Id3b31d6ce909f7da5839916271c48f93e7a23bd0 Bug: 793382 Test: Manually inspect and zoom window and check for blur Reviewed-on: https://chromium-review.googlesource.com/c/1343401Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#609598}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c1b5b2a2. With Chromium commits locally applied on WPT: 5ee777f6 "Fix test exclusion logic of wpt/referrer-policy test generator warning: inexact rename detection was skipped due to too many files. warning: you may want to set your diff.renameLimit variable to at least 1920 and retry the command." 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: jochen@chromium.org, estark@chromium.org: external/wpt/referrer-policy NOAUTOREVERT=true TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: I02a386f55fcd6d7556bc3d85d16cdd45311f77f1 Reviewed-on: https://chromium-review.googlesource.com/c/1343505 Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#609597}
-
Eliot Courtney authored
Bug: 883159 Test: PIP window no longer has draggabilty issues for touch input Change-Id: I70121fd76bcc32e932ed49c4250301b0a2f884e9 Reviewed-on: https://chromium-review.googlesource.com/c/1341743 Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#609596}
-
Sergei Datsenko authored
When DriveFs is unmounted all pending searches are cancelled and callbacks are not called, but extension API requiries reply always. Ensure we respond with a default failure when this happens. BUG=chromium:904605 Change-Id: I2196a13c60ac35ee2aa8ab4a1c9e34e244c1932d Reviewed-on: https://chromium-review.googlesource.com/c/1343580Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#609595}
-
Peter Collingbourne authored
This prevents the compiler from adding the copy of libc++ installed alongside clang to the include path, which can result in very confusing error messages because both copies of libc++ have a stddef.h which will try to #include_next the system one, resulting in no stddef.h being included at all due to a header guard clash. Normally there will not be a copy of libc++ installed alongside clang because it's not included in the clang package on Linux, but folks with a custom clang_base_path may end up with one. Change-Id: I6734c0335db486b30ee7ec849687fb8064a358b1 Reviewed-on: https://chromium-review.googlesource.com/c/1343532Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#609594}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I46b48c7fd886d8fdf43cb71b01a85a6ce4b7f18b Reviewed-on: https://chromium-review.googlesource.com/c/1343073Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#609593}
-
Robert Kroeger authored
WebglConformance_conformance2_rendering_blitframebuffer_test fails sometimes on Linux Nvidia Release FYI. Mark as flaky. BUG=906889 TBR=kbr@chromium.org Change-Id: I3ebe2f384926ca38b9b8d592cac29014d676fb0a Reviewed-on: https://chromium-review.googlesource.com/c/1343528Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#609592}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/4a8c24874450..ac3eccdc24bc $ git log 4a8c24874..ac3eccdc2 --date=short --no-merges --format='%ad %ae %s' 2018-11-19 marpan vp9: Fix to the svc buffer update 2018-11-15 jkunkee Work around ARM64 Windows SDK arm_neon.h quirk 2018-11-09 yaowu Optimize RDMULT values for key frames 2018-11-11 marpan vp9: Reorganize the buffer level for cbr mode 2018-11-15 jkunkee Add ARM64 support to VS project generation 2018-11-12 jkunkee Add ARM64 Windows to configure scripts 2018-11-14 jingning Fix arf boost factor calculation for intermediate ARFs 2018-10-18 angiebird Refactor av1_nb_mvs_inconsistency() 2018-10-17 angiebird Recompute mv inconsistency after mv search is done 2018-11-14 jingning Disable tpl model in GF-only GOP structure 2018-11-14 harish.mahendrakar vpx_dec_fuzzer: Unify single and multi-thread tests 2018-11-13 jingning Fix GF-only frame type allocation 2018-11-09 harish.mahendrakar Added libFuzzer plugin to test decoders 2018-11-02 jingning Skip ACL recode loop for intermediate ARF layers 2018-11-12 jingning Rescale arf bit budget calculation 2018-11-12 johann.koenig quantize: use aarch64 vmaxv Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: Id98fc3a51755c4e66e20fb7fa3f13aee1a8b7988 Reviewed-on: https://chromium-review.googlesource.com/c/1343498Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#609591}
-
James Hawkins authored
R=hansberry@chromium.org Bug: 903991 Test: none Change-Id: I51005dc78fc632371c1ad211fcafebfbdf730caf Reviewed-on: https://chromium-review.googlesource.com/c/1343280 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#609590}
-
Hiroshige Hayashizaki authored
This CL adds WPT tests for referrer policy applied to module worker top-level script fetch. The only manual changes are - referrer-policy/generic/common.js - referrer-policy/generic/referrer-policy-test-case.js - referrer-policy/spec.src.json and all other modifications are made by referrer-policy/generic/tools/generate.py. Bug: 880027 Change-Id: Ib1f9136161e8efacf317fb9b7e9ba0651a103c41 Reviewed-on: https://chromium-review.googlesource.com/c/1330906Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#609589}
-
James Hawkins authored
R=hansberry@chromium.org Bug: 903991 Test: none Change-Id: I9445ee9d89a9381779dcbe1c0ffea703d9836cfb Reviewed-on: https://chromium-review.googlesource.com/c/1343041 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#609588}
-
Satoshi Niwa authored
SelectFileDialogExtension: Obtain Profile from ProfileManager in ChromeOS when WebContents is not available. PROBLEM: Close all browser windows an try opening a SelectFileDialog from a non-browser window (e.g. ARC app window). Chrome crashes at https://cs.chromium.org/chromium/src/chrome/browser/ui/views/select_file_dialog_extension.cc?q=CHECK..web_contents$&g=0&l=161 SOLUTION: Use ProfileManager::GetActiveUserProfile() for obtaining Profile in ChromeOS when WebContents is not available. WebContents is not essential for creating a dialog (at least in ChromeOS). BUG=b:119593284 TEST=Manually open SelectFileDialog from an ARC app after closing all browser windows Change-Id: Ie3039b9287ad9c8a9d8444e7f7812aedded14b43 Reviewed-on: https://chromium-review.googlesource.com/c/1337144 Commit-Queue: Satoshi Niwa <niwa@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#609587}
-
Hiroki Nakagawa authored
Worker: Separate worker-from-blob-url.window.html to filter out failing tests in a more fine-grained way This test file should be separated into 2 files (one for dedicated workers and the other for shared workers). This is because Edge and Safari don't support shared workers, and Chrome has an issue on shared workers with Blob URL revocation, so some tests are expected to fail on them. By separating the file, browsers can filter out failing tests in a more fine grained way. Bug: 655458, 800898 Change-Id: I9ea6c76dc9b6841bf6aaa98251c81f292dd460cf Reviewed-on: https://chromium-review.googlesource.com/c/1337129 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#609586}
-
James Hawkins authored
R=hansberry@chromium.org Bug: 903991 Test: none Change-Id: I2591923b254094ccc3318106b4c54be290d161e5 Reviewed-on: https://chromium-review.googlesource.com/c/1343241Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#609585}
-
Eliot Courtney authored
Applying rounded corners to the PIP window means it currently can not be displayed using a hardware overlay. Add a flag for this so it's easy to check how the UI looks with and without and for performance measurement. enabled, otherwise no rounded corners are applied. Bug: 905947 Test: rounded corners is applied to the pip window with this flag Change-Id: I59697c3fc77c3d253b7b70a1d39e7cc137b201ef Reviewed-on: https://chromium-review.googlesource.com/c/1341447Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Stefan Kuhne <skuhne@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#609584}
-
Shu Chen authored
Bug: 906511 Change-Id: Ia8a1cd0ef0fabb9dfc3777f0758cd4470f75ac3f Reviewed-on: https://chromium-review.googlesource.com/c/1343461Reviewed-by:
Leo Zhang <googleo@chromium.org> Commit-Queue: Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#609583}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b6787bcd79f8..f85b6d24e13b git log b6787bcd79f8..f85b6d24e13b --date=short --no-merges --format='%ad %ae %s' 2018-11-19 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9508bd7f..2f3cca90 (609314:609431) Created with: gclient setdep -r src/third_party/webrtc@f85b6d24e13b 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 BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Idd576d60effc6f36c762648723bc7ca2f99c12ca Reviewed-on: https://chromium-review.googlesource.com/c/1343185Reviewed-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@{#609582}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ffdbfa393fcc..b81ff9e6c518 git log ffdbfa393fcc..b81ff9e6c518 --date=short --no-merges --format='%ad %ae %s' 2018-11-20 jiajia.qin@intel.com ES31: Add std430 encoder. Created with: gclient setdep -r src/third_party/angle@b81ff9e6c518 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: I88925a0588c4967e86de11c768cd06f71c6412fe Reviewed-on: https://chromium-review.googlesource.com/c/1343186Reviewed-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@{#609581}
-
Doug Arnett authored
This provides some visibility on whether we successfully loaded and found resource loading hints for a redirected navigation. This will help us see how often redirects are looking for and finding hints vs. total navigations looking for such hints. Bug: 891752 Change-Id: I37d8821c4e4acf4fba37aba3fc14025b7187a3dc Reviewed-on: https://chromium-review.googlesource.com/c/1340569Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#609580}
-
Victor Costan authored
This is separate from the upgrade CL because it contains a few bug-fixes and a process change. The upgrade CL does not depend on the CL adding the upstream source code, to simplify rebasing. Bug: 892852 Change-Id: I24a295ded312d41030f651d437ff677dcc2eb76a Reviewed-on: https://chromium-review.googlesource.com/c/1266795 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#609579}
-
Sam McNally authored
Bug: 905174 Change-Id: I87777199174bc09483d10eba2e00f271758663a9 Reviewed-on: https://chromium-review.googlesource.com/c/1343460Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#609578}
-
Hirokazu Honda authored
This wrong macro causes GenericDmaBufVideoFrameValidator is used on intel platform. Due to it, VDA unittest with frame validator fails on intel platform. BUG=chromium:856562 TEST=VDA unittest --frame_validator=check on eve Change-Id: Iad1749ea4ada09a9d01b92137ca10c3215d9893d Reviewed-on: https://chromium-review.googlesource.com/c/1343404 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#609577}
-
Shu Chen authored
Bug: 906511 Change-Id: I7ea2770072347eb37a0b9800a2ba0d17cecfe496 Reviewed-on: https://chromium-review.googlesource.com/c/1343577Reviewed-by:
Leo Zhang <googleo@chromium.org> Commit-Queue: Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#609576}
-
Sergei Datsenko authored
I have no idea what I'm doing but it seems to work as asked in crbug.com/875409: move "create shortcut" item under "rename". BUG=chromium:875409 Change-Id: Ibcb09378c932f1eceeab679b5144ef3cd5c7504b Reviewed-on: https://chromium-review.googlesource.com/c/1341292 Commit-Queue: Sergei Datsenko <dats@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#609575}
-
David Black authored
Previously, a text interaction initiated by suggestion chip would never return TTS. Now, suggestion chips will allow TTS if the previous response contained TTS. In such cases, the suggestion chip text interaction is really a continuation of the preceding voice interaction. This CL also renames the SendTextQuery API to StartTextInteraction to be consistent with the other StartXInteraction APIs. Bug: b:119565728 Change-Id: I8bf836b8d2b542bf4f50e50de55c989ce349f7ce Reviewed-on: https://chromium-review.googlesource.com/c/1337812Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#609574}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/f5b4a8eee364..b0c143c8eb23 git log f5b4a8eee364..b0c143c8eb23 --date=short --no-merges --format='%ad %ae %s' 2018-11-19 zoddicus@users.noreply.github.com Add tests for matrix type data rule validation (#2082) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@b0c143c8eb23 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: I7e007c424346e27a8a841d77f78797405f0051c2 Reviewed-on: https://chromium-review.googlesource.com/c/1342942Reviewed-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@{#609573}
-
Tetsui Ohkubo authored
This CL maps Android's EditorInfo.TYPE_TEXT_FLAG_CAP_* to Chrome's ui::TextInputFlags::TEXT_INPUT_FLAG_AUTOCAPITALIZE_*. Based on the value, when user types on Android apps with Chrome IME, the first letter of each sentence / each word, or all letters will be capitalized by the IME. ARC++ side change: ag/5477541 (WIP) TEST=manual BUG=b/111818971 Change-Id: I26f5f2b03297ec811160132a917057a4fb212815 Reviewed-on: https://chromium-review.googlesource.com/c/1328636Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#609572}
-
Alexey Baskakov authored
It's not used anyway. We will develop a BMO component instead. Bug: 875698 Change-Id: I1a204eb7821a37d5b1e6e579d1e73eb51bbbf191 Reviewed-on: https://chromium-review.googlesource.com/c/1341729Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#609571}
-
Eliot Courtney authored
(lower fling threshold, slower animation) Bug: 906233 Bug: 906229 Test: opened a PIP window and confirmed the constants were different Change-Id: I024a160e853deb692de25cdea0410e915cec1376 Reviewed-on: https://chromium-review.googlesource.com/c/1341445Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#609570}
-
Stuart Langley authored
- Remove the .html file - Add BUILD target for thumbnail_model_unittest.js - Fix closure errors in the unittest.js files. No change in behaviour. Bug: 906896 Change-Id: I12d83ee0f3192565d6248d8f862c9c9e1a199f00 Reviewed-on: https://chromium-review.googlesource.com/c/1343578Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#609569}
-
Takuto Ikuta authored
This is to prevent unnecessary compiles in CQ compile step. Bug: 904770 Change-Id: Ia1080f887725b6e00a27248c60153127db7dbf76 Reviewed-on: https://chromium-review.googlesource.com/c/1337138Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#609568}
-
Michael Giuffrida authored
Moves the switch to show the Play Store icon in the launcher in Demo Mode to be a feature flag instead so it can be enabled in experiments. Bug: 895532 Test: ChromeArcUtilTest.ArcStartModeDefaultDemoModeWithPlayStore Manual: Powerwash device, enroll in Demo Mode (Ctrl+Alt+D), verify Play Store is not available. Enable feature with --enable-features=ShowPlayInDemoMode, restart, and verify Play Store is available. Change-Id: I91db58f56f90757a4c5e72978ef84dd154a85a71 Reviewed-on: https://chromium-review.googlesource.com/c/1333115Reviewed-by:Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#609567}
-
Yoshifumi Inoue authored
This patch changes LayoutSelectionTest to run on both legacy and ng layout tree for ease of catching LayoutNG regression other than LayoutNG bot. Change-Id: Ic9725a953a1fc7e8c3b9e5cedbc9d79dfa7ae6bb Reviewed-on: https://chromium-review.googlesource.com/c/1341737Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#609566}
-
Matthew Mourgos authored
Shows the label "Unnamed Folder" in the app list when a group is created without creating a custom name. Bug: 755547 Change-Id: I31f24f546fa508737920e5d8a590028fd80a0480 Reviewed-on: https://chromium-review.googlesource.com/c/1343000Reviewed-by:
Weidong Guo <weidongg@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#609565}
-
Sébastien Séguin-Gagnon authored
Change-Id: I6906fc6f60b02f6b3cc7a07c6884b4867fb3888a Reviewed-on: https://chromium-review.googlesource.com/c/1285520Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#609564}
-
Min Qin authored
Bug: 906287 Change-Id: Ia3b48e13ac444d7569333141c6bba0c7dc14302e Reviewed-on: https://chromium-review.googlesource.com/c/1340806 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#609563}
-
Sam McNally authored
Fix cr-menu to hide superfluous separators as claimed in its comment. Bug: 875356 Change-Id: Ib4178efe087649558fd49b32cf43d6eba9e0fff7 Reviewed-on: https://chromium-review.googlesource.com/c/1341446Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#609562}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/739d7c2cc952..b01ce5fdb532 Created with: gclient setdep -r src-internal@b01ce5fdb532 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:790086,chromium:790096,chromium:790081 TBR=mmoss@chromium.org Change-Id: I1ce032a94ab50fbf960f84f6e135790b03e51bce Reviewed-on: https://chromium-review.googlesource.com/c/1343184Reviewed-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@{#609561}
-
bsheedy authored
Updates the VR permission prompt goldens to be correct after https://chromium-review.googlesource.com/c/1343278. TBR=huayinz@chromium.org Bug: 904471 Change-Id: I72bf3579515cdc0a610e46be0502ad5d3514a9a3 Reviewed-on: https://chromium-review.googlesource.com/c/1343508Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#609560}
-