- 24 Aug, 2020 40 commits
-
-
Kent Tamura authored
In LayoutNG, we use LayoutNGBlockFlow for input[type=file]. If flex/grid is specified, NGBlockLayoutAlgorithm is applied but children are blockified. So the internal [Choose File] button and "No file chosen" text were placed on different lines. This CL fixes it by adding "display" adjustment code. Bug: 1119312 Change-Id: Id15bfa5a047f56ee00adb43d74e6b3d09f1f6433 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371066Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#801209}
-
Daniel Classon authored
Refactor Display page test to use setup so that further tests could be added to test deep linking. Bug: 1084154 Change-Id: I343710d7ffb5d82b17c3288fa46b69f0069cfc5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373386 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#801208}
-
Fletcher Woodruff authored
Remove the ScanImageToString API from lorgnette_manager_client since it is no longer used. Bug: b:158504381 Change-Id: I2f23562acce24dc890677a90445231355d552c43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346096 Commit-Queue: Fletcher Woodruff <fletcherw@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#801207}
-
Andrew Grieve authored
This reverts commit 676c68c3. Reason for reland: Updated mismatched manifest. Original change's description: > Revert "Remove unnecessary min_sdk_version from //chrome" > > This reverts commit 3166ebf7. > > Reason for revert: Causing compile failure > https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8871331944681332016/+/steps/compile/0/stdout > > Original change's description: > > Remove unnecessary min_sdk_version from //chrome > > > > Having these causes apks to disable dex merging, making builds a bit > > slower. > > > > Bug: None > > Change-Id: I33903834529b5c2e1fec43cb81c3d076ca899055 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367648 > > Reviewed-by: Peter Kotwicz <pkotwicz@chromium.org> > > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#800658} > > TBR=agrieve@chromium.org,pkotwicz@chromium.org > > Change-Id: Iaa31715b3e3421a10a87ce0d7699ecd8f5d5dc71 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: None > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368316 > Reviewed-by: Xiaohan Wang <xhwang@chromium.org> > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800665} Bug: None Change-Id: I230521db24b5942374392747dc8ae872067153e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369436 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#801206}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I947d54db3693188f6c1c3305e79a8cf3c1a3df85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373128Reviewed-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@{#801205}
-
David Tseng authored
R=akihiroota@chromium.org AX-Relnotes: ChromeVox will combine inline elements such as <strong>, <b> when navigating by line (Search+up/down). Fixed: 1116646 Change-Id: Ide1afd67dc4492847968f42b81e4d7251f4cc95c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372927 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#801204}
-
Ahmed Mehfooz authored
Required to remove unnecessary white lines above and below the scroll content. Bug: 1121370 Change-Id: I8628085150dbc5f4dd548fe9488e8fc88d8b6912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373233Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#801203}
-
Scott Violet authored
Blink will soon support 'overflow:clip'. Currently there a number of places that use OverflowClip to mean non-visible overflow. This change OverflowClip to NonVisibleOverflow so that we can distinguish 'overflow:clip'. Generally functions with a negative like this are to be avoided, but the comments for some of these functions use non-visible, so maybe it's clearer here? I also thinking AllowsNonVisibleOverflow() is clearer then AllowsVisibleOverflow(). BUG=1087667 TEST=none, rename only Change-Id: I7a2250f4f08f61a55f0d7012ccf78207f19af39d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370521Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801202}
-
Eugene Zemtsov authored
Bug: 1120732 Change-Id: I5676235f316e64183f95b2e33b24317c868d18e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368470Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#801201}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5edd1fad. With Chromium commits locally applied on WPT: 9f52c7e4 "COOP: add reporting to redirects" d18db804 "Fix test flake in animation-state-changes-positive-playback-rate.html" 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 NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I249715e979d9c1f1c338dace95109c59ef3153a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372347Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801200}
-
Ken Rockot authored
Crash dumping for oversized IPCs was recently moved to serialization instead of transmission. However it turns out that CommitSize is called at the very end of serialization, which might not be finalized until just before transmission anyway. Dumping in AppendMessage instead of CommitSize means catching errors earlier in serialization where we consistently have a useful stack trace to work with. Fixed: 1121073 Change-Id: I8aba6d08625af40b8b34329003ff736729f8a1b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372882 Auto-Submit: Ken Rockot <rockot@google.com> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#801199}
-
Yicheng Li authored
In-session auth dialog may involve multiple fingerprint retries. The contents view needs to display corresponding prompts and animations upon a fingerprint mismatch. Start fingerprint auth with a callback from the contents view so that the view can act according to the fingerprint scan result. This change also handles fingerprint retry. Bug: b:156258540, b:144861739 Change-Id: I7a3c29c706e4fe6c3bb0bd3f8dfb9bd1d07d3180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369368 Commit-Queue: Yicheng Li <yichengli@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801198}
-
meacer authored
SafeBrowsing Delayed Warnings experiment is implemented to measure how URL display changes in the omnibox affect phishing rate. The URL display changes hide parts of the URL in the omnibox. Since Chrome Custom Tabs already shows only the hostname, we don't need to delay warnings that happen in CCT. Bug: 1113383 Change-Id: Id71f185812dbd4c8106d7c6bbc578505d0bdf2ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372777 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801197}
-
Hirokazu Honda authored
When codec is not specified by test option or --codec=h264, the description shown by --help states h264 baseline is selected. But the code selects h264 main. This corrects so that h264 baseline is selected. Bug: 1045825 Test: video_encode_accelerator_tests on rammus Change-Id: I989ef66e9604c716e9dd5b26d73efef715f37caa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367423 Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#801196}
-
Daniel Classon authored
Allows the addition of further display and keyboard tests needed to test out deep linking. Bug: 1084154 Change-Id: I9b66ee94364403fa977bdb3b14c29d748114a555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372814Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Classon <dclasson@google.com> Cr-Commit-Position: refs/heads/master@{#801195}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /content This CL was uploaded by git cl split. R=jam@chromium.org Bug: 1110266 Change-Id: I0c8a97e7a0014daab6528182f81072d71f0ee737 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370296Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#801194}
-
Sven Zheng authored
We're making changes in components/feedback, and this target will be more like get broken on CI. crrev.com/c/2362977 was reverted already. Enabling on CQ should help with that. The overhead is ~16s. Change-Id: I1b03ce208a3398230a5c7847aaf03759b519ad5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372590 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#801193}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/36b86aff6b71..0baaa2372201 2020-08-24 johnstiles@google.com Add a patch and an atlas to the ImageFilter GM slide. 2020-08-24 herb@google.com change atlas uv encoding 2020-08-24 reed@google.com Use factories to avoid using (deprecated) path editing methods 2020-08-24 robertphillips@google.com Out-line GrRRectBlurEffect find_or_create_rrect_blur_mask_fp 2020-08-24 herb@google.com remove ArenaAlloc reset() from SkShaper_coretext 2020-08-24 reed@google.com remove DrawPictureMode enum If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC mtklein@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: mtklein@google.com Change-Id: I86a3e77b4a8f5a40f9b82ba4d9c38fd066845789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372665Reviewed-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@{#801192}
-
My Nguyen authored
As per UX guidance, since the number is removed, accept suggestion with number functionality should also be removed. Bug: b/165761951 Change-Id: I45a51c1e4262949b298c0470571f4c57e5ee2f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371482Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#801191}
-
Nnamdi Theodore Johnson-Kanu authored
Change-Id: I0db4c44289b25d2224acf576dde9e77e8767dc5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359024Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#801190}
-
Brian Sheedy authored
Adds a script that can be used to trim down the list of culprit CLs in a blamelist by determining which ran a particular CQ bot and passed before submission. Bug: 1120104 Change-Id: I469a74535a64cc9d03cbbfee64da65b87ed7723b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372729 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#801189}
-
Karandeep Bhatia authored
Docserver related python tests were moved to the CQ in crrev.com/c/2311823. Hence they don't need to be run as PRESUBMITs now. BUG= 1105728, 619528 Change-Id: I0376f788327aa8152d1e76ee14e86452a38ed252 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347377 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801188}
-
Victor Vasiliev authored
This is a re-land https://chromium-review.googlesource.com/c/chromium/src/+/2302721, but without visibility changes (which are no longer needed). Last time, this broke one of the Windows bots. I appear to be unable to even run code on those bots; however, since the last attempt, Abseil is now linked into //base (which //net depends on), so presumably this shouldn't break. Change-Id: I3a3639b4406bc41e2decd116c76d4373cb5f7a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2349689Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#801187}
-
Anastasia Helfinstein authored
The virtual keyboard is not actionable via the automation API, so Switch Access simulates a mouse press on the keyboard to type a character. There was a bug causing this behavior to be bypassed when the screen contents changed. This CL fixes that bug, and refreshes the keyboard nodes appropriately. AX-Relnotes: n/a. Bug: 1110157 Change-Id: Ia4fd6af5b01aa3454e5e02ccf21a600667388936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368451Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#801186}
-
Rachel Carpenter authored
These need to be granted to each app individually while investigation into granting these to all SWAs is ongoing. Bug: b/163422374 Change-Id: I533aadc2f76674a20032c212e67abd03bdddda23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371385 Commit-Queue: Rachel Carpenter <carpenterr@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#801185}
-
Cathy Li authored
Bug: 1113427, b/161142289 Change-Id: I871b8012af71674d6e0e79a3a0b73dcbf03c686c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365393 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#801184}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /content/browser/site_per_process_browsertest.cc This CL was uploaded by git cl split. R=kenrb@chromium.org Bug: 1110266 Change-Id: Ic527921e0dfa915b92e89ede01f3b8c507d68d95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371290Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#801183}
-
gogerald authored
Extended start surface, grid, tab groups related flags and report-feed-user-actions as requested from M86 to M90. Change-Id: I125569a3afd9acbb94d73c10aa2961c597c8091c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373171Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Auto-Submit: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#801182}
-
Leonid Baraz authored
It appears that crypto::EnsureOpenSSLInit needs to be called before any other OpenSSL function is called. This function is thread-safe, and OpenSSL will only ever be initialized once. Multiple sequential calls to EnsureOpenSSLInit are ignored by OpenSSL itself. Also, HKDF expansion added to produce a uniformly random symmetric key instead of using a shared secret directly. Bug: 1121075 Change-Id: I9b9be85f7082b0fc047da901ae54856d25b0bbf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372898Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#801181}
-
Evan Stade authored
This relands commit 8e6f7aa5. Difference to original: real WindowAndroid in PhotoPickerDialogTest It seems that L breaks when you use Mockito to mock a WindowAndroid in an instrumentation test (although not a junit test). Original change's description: > Move PhotoPicker to //components/browser_ui/photo_picker > > No behavior change is intended for Chrome. This simply relocates > code and assets and updates references. > > One fairly major change for WebLayer is that Base.Theme.Chromium > is folded into Theme.BrowserUI, which means that WebLayer may get > some slightly different theming in some places. This is necessary > because the photo picker uses Theme.Chromium.Fullscreen, which > builds on Base.Theme.Chromium. > > For now, DecoderService and the aidls live alongside the other > code, although they won't be usable by WebLayer as-is. They will > have to be shuffled around some more. > > Bug: 1110930 > Change-Id: I7a5c730b0dd67cb63f9323bcd6f98eb187745b57 > Skip-Translation-Screenshots-Check: True > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363639 > Reviewed-by: David Benjamin <davidben@chromium.org> > Reviewed-by: Will Harris <wfh@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Lijin Shen <lazzzis@google.com> > Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Auto-Submit: Evan Stade <estade@chromium.org> > Commit-Queue: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800993} TBR=palmer@chromium.org,dcheng@chromium.org,davidben@chromium.org,finnur@chromium.org,estade@chromium.org,tedchoc@chromium.org,tsepez@chromium.org,wfh@chromium.org,lazzzis@google.com Skip-Translation-Screenshots-Check: True Change-Id: Id6d4e6db9d16d381aefd5acc90832b8570f27a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372917Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#801180}
-
Chris Cunningham authored
latencyHint should be settable at any point, especially early. This change removes the assumption that VRI algorithm_ is set prior to latencyHint. Bug: 1114748, 1100555 Change-Id: I69a0916674b1575547faab4fda371eb81bbea7ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370653Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#801179}
-
zhaoyangli authored
The corresponding CI builder has been migrated and the json config under //ios has been deleted. This try builder is ready to use Chromium recipe. Bug: 912681 Change-Id: I8bfb0ef643345ec7b2696d326b58fd1c80a89426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373179Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#801178}
-
Matt Wolenetz authored
BUG=1119527,1120698 TBR=wychen@chromium.org,pmonette@chromium.org Change-Id: I715f93e12fa221529070db16d83641b6e5f36341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373266Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#801177}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/149a3b758125..e95b5d6ad52b 2020-08-24 brucedawson@chromium.org Avoid ..\.. in packaged environment variables 2020-08-24 brucedawson@chromium.org Filter out Assessment and Deployment Kit If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1120785 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I88e68044359022b63c992c8f5a84ae91a1dba350 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373126Reviewed-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@{#801176}
-
Victor Costan authored
Bug: 488553 Change-Id: Id732ac4eb5e5afc26095a925e73797449369c492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371471 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#801175}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ib31af7a97eba281fd4a569ec930a9cdc5846a5e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372921Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801174}
-
Gavin Williams authored
This change re-enables the device-discovery-notification switch while changing it to a single value type. When not enabled, Chrome will not show Privet notifications as part of Cloud Print's deprecation. Bug: 1115796 Change-Id: I17d3dd37148562feae08e673f5be8885cae4d84f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354617 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#801173}
-
Theresa Wellington authored
Test flakes frequently on M emulator. BUG=1120813 Change-Id: I481b39088f22e295e31ec5eed155f168e0fbad78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373284 Commit-Queue: Theresa <twellington@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Auto-Submit: Theresa <twellington@chromium.org> Reviewed-by:
Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#801172}
-
Eric Orth authored
*Take ownership of non-obsolete histograms owned by people no longer working on DNS code *Extend soon-to-be-expired histograms either by 6 months (for those I'm still getting good use out of and intend to keep using as we further roll out DoH) or by 3 months (for those I want to remove or rework a bit once I have more time) *Move one histogram that's not really DoH-specific from having doh-core@ as a secondary owner to the net OWNERS file (as is the typical secondary owner for most general DNS histograms) Change-Id: If1659f24f40c96a1df79607ecf5ab783e8d37123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372894 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#801171}
-
Kyle Horimoto authored
Bug: 1121139 Change-Id: Iee3b424b9626c1ddd1e5d1372dc66808c5a2a367 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372870 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#801170}
-