- 16 Oct, 2020 40 commits
-
-
Jonah Chin authored
This CL is to simplify how PaintCanvasVideoRenderer::Cache manages video frames whose |visible_rect| is smaller than their |coded_size|. By always using SkImage::MakeFromAdoptedTexture, texture lifetime management is now always handled internally by skia. This will make the transition to OOPR here much simpler. More details about overall PaintImage effort: crbug.com/1023259 Info about the OOPR-Canvas2D project: crbug.com/1018894 Bug: 1115217 Change-Id: I2177b2deeea893fa5331afbe8796761253db2759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451213 Commit-Queue: Jonah Chin <jochin@microsoft.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#818045}
-
Stephanie Kim authored
Code coverage setup code is only run in the chromium_trybot recipe, not the regular CI chromium recipe Bug: 1136565 Change-Id: I90fbbc115277ecca9740cc717d1517fe5f88a27a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480886 Commit-Queue: Stephanie Kim <kimstephanie@google.com> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#818044}
-
Henrique Nakashima authored
Remove JNI calls that do only that and record through the Java API. Bug: 1139081 Change-Id: I6f22bca96f8e3bd2de125d6e302d12eadb5e4301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473042Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#818043}
-
Sky Malice authored
This reverts commit fbde9d8b. Reason for revert: Failing tests https://ci.chromium.org/p/chromium/builders/ci/Marshmallow%2064%20bit%20Tester/33521 Original change's description: > Reland: Add Google Sans to FontUniqueNameLookup browser test > > Work around previous failure on SkiaRenderer,Vulkan bot by not running > the tests there. > > This will help ensure we have local access to the Google Sans although > the bots only verify this on Pixel devices, not on OEM devices which > retrieve Google Sans from GMScore. Currently there is only manual > verification for the latter. > > Bug: 1115064, 1129552 > Change-Id: I7817499d1cc6e60e9a151641022fd1f2de3c51e9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2475698 > Commit-Queue: Dominik Röttsches <drott@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817829} TBR=avi@chromium.org,drott@chromium.org Change-Id: I32809b32ddc91062e2149de90721295f063f6ad8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1115064 Bug: 1129552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481008Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818042}
-
Brandon Wylie authored
Bug: 1136486 Change-Id: Id15a99875e7529985df3d795994dbb162e5c0460 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462491 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#818041}
-
Anders Hartvoll Ruud authored
This reverts commit 4d32f3cb. Reason for revert: crbug.com/1139337 Original change's description: > Pass CSSValue TreeScope to StyleBuilder::ApplyProperty > > Wrap CSSValue and the corresponding TreeScope from MatchResult in a > ScopedCSSValue passing it to StyleBuilder. > > Currently use a nullptr TreeScope in the cases where we don't have one > to look up tree-scoped references. We do not support such names/ > references in UA stylesheets. We currently support @keyframes in user > stylesheets, but collect them from the StyleEngine regardless of which > scope the animation-name came from. It would be possible to have a > TreeScope for user sheets (and even UA sheets) and use > ScopedStyleResolvers instead of extra structures in StyleEngine. For now > pass null TreeScopes for UA and user style values. > > Bug: 336876 > > Change-Id: I4c5af46bde94b9fda41d676982d9e9386b652538 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455609 > Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> > Reviewed-by: Fernando Serboncini <fserb@chromium.org> > Commit-Queue: Rune Lillesveen <futhark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#816999} TBR=fserb@chromium.org,futhark@chromium.org,andruud@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 336876 Change-Id: I223a24e0e93ed80dbfd9a7f9ba9b2ced10acb93c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480644Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#818040}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/985f6835c900..71478928d7c2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC rbpotter@google.com,juanmihd@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.chrome.try:linux-chromeos-chrome Bug: chromium:1126301,chromium:1137985,chromium:1138532,chromium:1139098 Tbr: rbpotter@google.com,juanmihd@google.com Change-Id: I5a7887382bc20e921a067f03e545ebedbe653913 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480924Reviewed-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@{#818039}
-
Ryan Sturm authored
This class will be used to do default search engine prefetches. Right now, it is created based on a feature/not incognito, and does little else. Bug: 1138629 Change-Id: I763d9c05b6c2341d32dee9e6cf73103898ac6734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477902 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Auto-Submit: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#818038}
-
Nate Fischer authored
No change to production logic. This adds a test to verify we collect renderer process histograms and merge them with browser process histograms (at which point we can be confident they'll be included in the next UMA log). Fixed: 1112018 Test: run_webview_instrumentation_test_apk -f AwMetricsIntegrationTest.* Change-Id: I2a4cd8328061fea6e67f9f4fb43f1fdd07669525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473807 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818037}
-
chrome://webuijsexceptionIan Barkley-Yeung authored
Add a debugging chrome:// URL that loads a page with JavaScript that just throws some exceptions. This will be used to test the WebUI JavaScript Error Reporting feature, both manually and in integration tests. This page is currently Linux + Chrome OS only. It may be added to Windows in a future CL if https://crbug.com/1129544 is fixed and the general WebUI JS Error Reporting feature gets Windows support. Bug: chromium:1121816 Change-Id: I3d7e29c15d6af9a863b023d900ced5d8c542d12d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473157Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Ian Barkley-Yeung <iby@chromium.org> Cr-Commit-Position: refs/heads/master@{#818036}
-
Fredrik Söderqvist authored
Element.classList is normally updated by AttributeChanged(). When the underlying attribute is updated via the corresponding SVG animated property AttributeChanged() is not invoked, which makes the list and attribute go out of sync. Refactor baseVal updates on SVGElement so that they go through a single entry point by renaming SvgAttributeBaseValChanged() to BaseValueChanged() and folding it into the other user (SVGElement::AttributeChanged). Fold InvalidateSVGAttributes() into BaseValueChanged() since it's the only caller. BaseValueChanged() is then updated to update the classList when the className base value is updated. Move the classList update into a shared Element::UpdateClassList() function. Fixed: 1137953 Change-Id: I64efff0bfd163b14eb937c635c3d170b4511f4a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480023 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#818035}
-
Xinghui Lu authored
Bug: 1085261 Change-Id: Ia9e9e3749918a2c19c57b7dae96fc22600f66f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472587 Auto-Submit: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818034}
-
Wenyu Fu authored
Removed histogram: - Settings.HomePageIsCustomized - Settings.ShowHomeButtonPreferenceState* Bug: 1109958, 1138318 Change-Id: I7dee5c0c3c4e59271f4df929e849f92033e5ccc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472431 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818033}
-
Weiliang Chen authored
These GPU Memory Tracking UMA is no longer used. The sum of these memory tracking can be found Memory.Gpu.PrivateMemoryFootprint. The latest memory tracking uses the peak memory observer. Bug: 928615, 1112389 Change-Id: Ia4ced34d8e1b7c7135b95d69219e1f5f4fe6e054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469076Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#818032}
-
David Bienvenu authored
This is the right thing to do in general, since we treat cloaked windows as non-occluding. It also fixes an issue with switching virtual desktops since that triggers window cloaking and uncloaking events. Bug: 1137419 Change-Id: I2b66182bc72c17e69c3f72cd793e2924ba483bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478082 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/master@{#818031}
-
Rune Lillesveen authored
This is in preparation for avoiding excessive UKM reporting for viewport size media queries in [1]. The skip_ukm_reporting_ will be set to true when we detect if any media queries have changed, e.g. on window resize. The new result will be detected later in RuleSet::AddRulesFromSheet for stylesheets and MediaQueryList::UpdateMatches() for matchMedia() when the evaluation actually changed. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2449913 Bug: 973801 Change-Id: Ic8db810c8be2f223e08113db040d5515c42e6592 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2479372Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#818030}
-
Takumi Fujimoto authored
Change-Id: I3e518d396d1e19cbfe71287984c65d7e0d9b7688 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473164Reviewed-by:
John Williams <jrw@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#818029}
-
Shakti Sahu authored
Change-Id: I1eeac7ede3aca6c71856ce541a086b5f302936ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473360 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#818028}
-
Aaron Colwell authored
Replacing site URL comparison with a check that compares extension pointers. This is similar to ProcessManager::GetExtensionForWebContents() code which appears to be trying to accomplish the same goal. This change is part of an effort to remove site URL usage across the code base. Bug: 1085275 Change-Id: Ice16e145849786eabcfbe5fd05861528a2beb8a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212785 Commit-Queue: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Auto-Submit: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#818027}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //ui/events. R=nzolghadr@chromium.org, sadrul@chromium.org, wez@chromium.org Bug: 1113033 Change-Id: I3efd4af2f9405bcddef0b0574553b55cf413cbe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477662 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#818026}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //ui/gfx. R=thakis@chromium.org Bug: 1113033 Change-Id: I9e1aeded0e6703a8473bd83fa2c7d7e98ebe3121 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477445 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#818025}
-
David Black authored
This CL adds the initial drag image that is displayed when dragging items out of Holding Space UI. Follow up CLs will: - Render screenshot items differently - Render at most two items with an overflow badge if necessary Note that this CL does not use ui::Layer's to accomplish the desired drop shadow effect because a solution could not be identified to paint a view hierarchy with its layer tree to an SkBitmap. Demo: http://shortn/_mWLGXsTcTY Note that the screen recorder did not capture the cursor moving with the drag image but it actually does so on device. Bug: 1139113 Change-Id: I569bf42b31beb19459f85a80bfc1c3f673a40b1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476728 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#818024}
-
Nnamdi Theodore Johnson-Kanu authored
Before this CL bluetooth device peripherals subtext where not being vocalized by chromeVox, this CL adds subtext to vocalized string. Bug: 1132975 Change-Id: Idabfe6abaf90f186c96d1b56952c911c7ba5fc53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472585 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#818023}
-
Sky Malice authored
This reverts commit 7201dc96. Reason for revert: Failing tests https://ci.chromium.org/p/chrome/builders/ci/android-arm-official-tests/1423 Original change's description: > [Android] Add render test for sync promo in MainSettings > > This cl adds a render test to check that sync promo is shown when the > user has signed in with without sync consent. > > Bug: 1105800 > Change-Id: I24bb2a78f84ebf39586fbe285bc7361ecba30cc1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467878 > Reviewed-by: Marc Treib <treib@chromium.org> > Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817018} TBR=treib@chromium.org,triploblastic@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1105800 Change-Id: I474d567a8583efe10b55068cace4ef08da257314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481048Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818022}
-
Caroline Rising authored
Bug: 1109316 Change-Id: I65ff9feff3fff55a159eaf488c1a71cdbf29662a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480803Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#818021}
-
Henrique Nakashima authored
This argument makes dependencies to classes in the same package be ignored in the audit. This is especially useful when auditing a package that will be entirely modularized. Change-Id: I115c8bfc3bf123a5b0eedcc66d369aba620b72f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480626 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#818020}
-
Sébastien Séguin-Gagnon authored
Added explicit values to enum entries and added a comment mentioning to not change or re-use those values. Also made histogram definition clearer. Change-Id: Idada23970bd834575d314bcfac941f5a3b0e255c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480582 Auto-Submit: sebsg <sebsg@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#818019}
-
Andrew Grieve authored
to pass output_directory. Bug: 1120190 Change-Id: Ibd449d4351200a4d4c50c1d9f281d611ae9ca133 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480625 Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#818018}
-
Garrett Beaty authored
mac-arm64-rel-tests will be modified to serialize tests, which has the potential to dramtically increase the execution time. The timeout is being doubled to hopefully provide sufficient headroom for the time to serially execute the tests. Bug: 1139038 Change-Id: I904a7b9835b61cec053de28663df5ce5fe6a6315 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481068 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#818017}
-
Joon Ahn authored
Bug: 1136195 Change-Id: Ib8062352a867f256207397e20f583da609beb2cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463589 Commit-Queue: Joon Ahn <joonbug@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#818016}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/eaf54362..b0723ad5 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I956724f78243eccbf7efb8efa2f7c448da309be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480663Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#818015}
-
Evan Stade authored
Bug: 1138534 Change-Id: Iadcc84d914d8071c8c0a49226b456dd0c01c8c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480805Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#818014}
-
Nate Chapin authored
* History is an ExecutionContextClient, so it is primarily associated with a LocalDOMWindow/ExecutionContext. Get state off of LocalDOMWindow instead of LocalFrame or Document where possible, and stop using the ExecutionContextClient::GetFrame() helper. * Add a GetHistoryItem() helper to make it cleaner to walk to the DocumentLoader to get to the HistoryItem. * Remove a bunch of unnecessary null-checks. Change-Id: I8f283586b3ecb164820481184c0fc3f84f8d5d26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477903 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#818013}
-
Kenneth Russell authored
Now that the underlying bug has been fixed by crrev.com/817708, assume that these tests run reliably on Android again. Bug: 1095679 Tbr: backer@chromium.org Tbr: khushalsagar@chromium.org Change-Id: If5e6de3303027ccf9b7a8b1e49f503cbbab446d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478025Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#818012}
-
Hans Wennborg authored
It's already exported from content.dll. Trying to link it in twice causes duplicate definition error when building with the latest Clang. Bug: 1138934 Change-Id: I7440362ab7b8c3fe4debe0e3aba623c48e94a92d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480822 Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#818011}
-
Austin Eng authored
This bot's Vulkan driver is unreliable. See crbug.com/941685, crbug.com/915430 Bug: 1139366 Change-Id: I5cfab5c09efc7494c7c144a6f6dcb3d3d775aa0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480584 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#818010}
-
Peter Kasting authored
Also changes the tests to actually click the buttons instead of just running the button click handlers. Bug: 772945 Change-Id: I34bd91b821398eeeb14d540411c1ae1cec86421b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476720 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#818009}
-
Daniel Rubery authored
The script to push a new policy has moved to components, but we didn't update the documentation. Change-Id: I34bc6259c88db541056b098b587d7cfab9e0e8ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469460 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#818008}
-
Mike Dougherty authored
Previously, only breadcrumbs associated with BrowserStates were being persisted across sessions. These events were stored inside the BrowserState storage directory. This CL moves the persisted events to files outside of the BrowserState directories. Additionally, it listens for breadcrumbs from all BreadcrumbManager instances. This allows all breadcrumbs to persist across application cold starts. Bug:1117667 Change-Id: Ief43577df397055b854f0beff3d55c92a3ed4289 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438579 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#818007}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //services. R=jam@chromium.org Bug: 1113033 Change-Id: Iecbb630beab2b961a7bc4292a3f5185325a1a132 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473338 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#818006}
-