- 11 Aug, 2020 40 commits
-
-
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: I538f63d54d7da961c0ac2a4f2080b89485a5632d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348096Reviewed-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@{#796711}
-
Nick Diego Yamane authored
Leverage designated initializers for Wayland's PlatformProperties, as they are now allowed [1]. Furthermore, cleanup it so that only non-default values are kept. [1] https://groups.google.com/a/chromium.org/d/topic/cxx/1-rY_Zo7g8w/discussion R=msisov@igalia.com Bug: None Change-Id: Ia276cebb431225ce8baf5d86d5858114d74b51a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346784 Auto-Submit: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#796710}
-
Maksim Sisov authored
Currently, X11ClipboardOzone continues to keep the request even though OnSelectionNotify comes. This may result in clients waiting until the request is processed or sending another request at the same time as the request is being processed. Thus, after I looked at how non-Ozone/X11 handle selection notify, copy the logic that SelectionRequestor::OnSelectionNotify has and complete the request with empty data. Fixes the following tests: SafeBrowsingBlockingPageWithDelayedWarningsBrowserTest/SafeBrowsingBlockingPageDelayedWarningBrowserTest.Paste_* Bug: 1084472 Change-Id: Iad7383f198b482549c9cff7f6b1183c9b8419470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340909Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#796709}
-
Eric Willigers authored
The mojo connection will not be used after the JavaScript context is gone. We already check is_bound() before using the HeapMojoRemote. There is no need for Web Share to use kWithoutContextObserver. Change-Id: I36ed35ed510e98df7096c7661f238d940a7c1333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346102 Commit-Queue: Glen Robertson <glenrob@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#796708}
-
Chris Davis (EDGE) authored
Currently, many of the binaries have a static dependency on dbghelp.dll. This results in dbghelp getting loaded in all chrome processes. Upon inspection, dbghelp.dll is only necessary for stack sampling and mini dump handing in crashpad. Stack sampling is only enabled by default on unofficial builds of dev and canary. All other times we are needlessly loading this module which brings in 300k of image file refset and 60k of Copy on Write costs per process. This change adds it to the delay load list. Change-Id: I13da0ce0735431c5c51cdbc9ba2cfea0cc3cded7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336541 Commit-Queue: Chris Davis <chrdavis@microsoft.com> Reviewed-by:
Cliff Smolinsky <cliffsmo@microsoft.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#796707}
-
Jia authored
This cl changes the description to "powerd" from "power" (team name). AboutFlagsHistogramTest* Test: unit_tests --gtest_filter=AboutFlagsTest*, Bug: 881215 Change-Id: I98cdc2738ec774bbca0b661d2c8a0b1bb8d687d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345937Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#796706}
-
Chris Letnick authored
Bug: None Test: CQ Change-Id: Ic9122141316852794b1024d578eec9e6e41a63e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342077Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Chris Letnick <cletnick@google.com> Auto-Submit: Chris Letnick <cletnick@google.com> Cr-Commit-Position: refs/heads/master@{#796705}
-
Emily Stark authored
This reverts commit 56db3421. Reason for revert: Fixing bug that we were going into ELIDE_TAIL mode when focused Original change's description: > Revert "Restore omnibox bounds when resetting if not eligible for eliding" > > This reverts commit 8ea67049. > > Reason for revert: I noticed that this change causes the omnibox to be in ELIDE_TAIL mode during editing, which causes a DCHECK failure. > > Original change's description: > > Restore omnibox bounds when resetting if not eligible for eliding > > > > This CL fixes a bug in the code that resets to the on-page-load state > > for the simplified domain hide-on-interaction field trial. > > > > The bug is that this reset code let the omnibox bounds go unchanged > > if the new text was not eligible for simplified domain eliding. > > For example, when switching to a new tab (as shown in > > https://bugs.chromium.org/p/chromium/issues/detail?id=1112577#c4), the > > placeholder text could get cut off because the omnibox was remaining > > at the bounds used for the last simplified domain elision. The fix is > > to restore the omnibox to its local bounds, with ELIDE_TAIL behavior, > > when the text is not eligible for simplified domain eliding. > > > > Bug: 1107912, 1112577 > > Change-Id: I36c359831fc1f7b18c814d9144b801655bd3b1c5 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342123 > > Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> > > Commit-Queue: Emily Stark <estark@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#795953} > > TBR=jdonnelly@chromium.org,estark@chromium.org > > Change-Id: Id44cd8e39064af890399109fcca8ca729ddba5d4 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1107912 > Bug: 1112577 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343153 > Reviewed-by: Emily Stark <estark@chromium.org> > Commit-Queue: Emily Stark <estark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#796133} TBR=jdonnelly@chromium.org,estark@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1107912 Bug: 1112577 Change-Id: I4e6c6b4ee1403404cac454f1602a4bab107b6058 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344654Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#796704}
-
Peter Kasting authored
Bug: 1010217 Change-Id: I2af247a14d18a044aed6ea2ff2c258b047f4f9e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348190 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#796703}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ff337e33c90c..d07b78c82f85 2020-08-11 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ia69d25ef9923d77b563d0f312ffc0aa97b92cae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348095Reviewed-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@{#796702}
-
Richard Li authored
Currently, we have three overlay formats: YUV, BGRA, RGB10A2. Previously, we trace swap chain format with |is_yuv_swapchain_|, which can't provide accurate information in current situation. In this CL, we use a member variable |swap_chain_format_| to trace swap chain format in use. Bug: 1062184 Change-Id: I0d26564043f097afc0d1ef769c3854ee91a3462f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336215 Commit-Queue: Richard Li <richard.li@intel.com> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#796701}
-
Carlos Frias authored
The callback WebAppInstallTask::OnRegisteredRunOnOsLogin() is no longer used now that the call to OS hooks, Run on OS Login included, has been refactored into OsIntegrationManager class. (See https://crrev.com/c/2272120) This CL is to clean up this no-longer-needed method. Bug: 1114220 Change-Id: Ib3a3b7adc4bc330144489c02a598ab6e18a0a6ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342992Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Carlos Frias <carlos.frias@microsoft.com> Cr-Commit-Position: refs/heads/master@{#796700}
-
chrome://media-appTrent Apted authored
Currently the button is available, but it does not work if the new file is in a different folder. Clicking it generates a crash report. Hide it by removing the functions that the UI uses to determine whether these operations are available for a given file, after a successful saveAs. Bug: b/163277173 Change-Id: Iee4e6318012a314da2273bcf1a1b04414f786f4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344272Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#796699}
-
Tina Wang authored
Add AutofillAddressEnabled and TranslateEnabled to experimental test for manual UI test. Bug: 1114307 Change-Id: I88bc7a16fa28595a12ad55efaeda6b66a0d9b37e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343621Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#796698}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6ccf763c563e..e80c7a00e1c9 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 alancutter@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:1093404 Tbr: alancutter@google.com Change-Id: I8f5c68887e444ca56317306674f9941ee7f18556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348290Reviewed-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@{#796697}
-
Hiroshige Hayashizaki authored
This is to run testharness.js as module scripts (e.g. via `import`). For the same purpose, this CL also fixes undeclared variable in Chromium's testharnessreport.js. Bug: https://github.com/web-platform-tests/wpt/issues/12480 Change-Id: I1ff539676b754e27c9f5d50a355f5ca2fb9c07b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341230Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#796696}
-
chrome://media_appTrent Apted authored
Some tests were using this. Until they weren't. Bug: b/163287386 Change-Id: I04c5ec745a3a5494cc9896ddc88750c515c5ceb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344334 Commit-Queue: Patti <patricialor@chromium.org> Auto-Submit: Trent Apted <tapted@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#796695}
-
Yuly Novikov authored
conformance/uniforms/out-of-bounds-uniform-array-access.html on Windows and Linux SwANGLE. Also add google-0xffff tag to differentiate SwANGLE from other vendors. TBR=kbr Bug: 1114284 Change-Id: Ie7d845dda840600420286e1cbe6356a5b2692048 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347927 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#796694}
-
Tsuyoshi Horo authored
Bug: 1082020 Change-Id: I69889c97d851f072edf52197e81146e1a13d777e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348232Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#796693}
-
Daniel Hosseinian authored
Mostly consolidate common pattern of declaring a pointer to the ChromeOS browser policy connector into a helper function to be called within the WebUI code. Simultaneously, support detection for Windows and Apple devices. Change-Id: Ib92d6e3ae88680cba1ff119bfa00391550a75388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346936 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#796692}
-
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-aemu-chromium-autoroll Please CC chonggu@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 Tbr: chonggu@google.com Change-Id: I184a865aa3aa2dede291c1504da96256ccf58ec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347203Reviewed-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@{#796691}
-
Hwanseung Lee authored
Use enum class instead of enum for InitialFocusStateOnMousePress. enum class is more type safety. Bug: 940736 Change-Id: I81dcb02659fe0c6295fa9b8a77684f31e6e8425e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345824 Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#796690}
-
Rachel Carpenter authored
We will be disabling this for a group of users in an experiment. Useful to have the flag to make testing easier. Bug: b/156308432 Change-Id: I8b393b0b9cf549be2f05e14c302265f55f8619da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342330 Commit-Queue: Rachel Carpenter <carpenterr@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#796689}
-
Andrew Grieve authored
* Removes these from android-pie-arm64-rel (currently offline). * Adds proguard to android-marshmallow-arm64-rel * Adds errorprone & lint to android-lollipop-arm-rel Spread across two different bots to share the load. Bug: 1111436 Change-Id: Ieac924ccae06aa4bc01b52bf795d1a174616a799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342575Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#796688}
-
David Stevens authored
Until system wide colorspace support is improved, force planes to BT601 for consistency across platforms and kernel versions. Bug: 1102317 Change-Id: Ice5a1221b5a142a5c163288d4261eca2fb1c611c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336347Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: David Stevens <stevensd@chromium.org> Cr-Commit-Position: refs/heads/master@{#796687}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=srinivassista@chromium.org Change-Id: I3f90455a47371ea4114c9dcd4b1eb396d3c86249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348017Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#796686}
-
Arthur Eubanks authored
Bug: 1114873 Change-Id: I7acc6cb8fa7b065e34dce4e4519f7564f209e7bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348149Reviewed-by:
Bettina Dea <bdea@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/master@{#796685}
-
Peter Kasting authored
Also makes Subscription movable. I'll need this to convert some existing code over to CallbackList. Bug: none Change-Id: Iad1c20f8d4facacea67cf4379e6bdb77e7984d1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343954 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#796684}
-
Alexander Surkov authored
For example, AXIndexForTextMarker(AXTextMarkerForIndex(0)) which gets a text marker by index and converts it to the index back Bug: 1100991 Change-Id: I961190dcb4e9aab3c0a6302b4f5ea3df8b5ca4a4 AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346744 Commit-Queue: Alexander Surkov <asurkov@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#796683}
-
Nick Diego Yamane authored
Get rid of unused ash switch declarations, leftovers from crrev.com/c/1563598. R=sky@chromium.org Bug: None Change-Id: I5f604a7fa4005caa5d65db1ec5f0cc5d6cd9a60e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346727 Auto-Submit: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#796682}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f998c5f44233..6ccf763c563e 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 alancutter@google.com,sky@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:1114866 Tbr: alancutter@google.com,sky@google.com Change-Id: Ie0247e5a32c830557f332e9ea662440aeb48c1cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347857Reviewed-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@{#796681}
-
Zhuoyu Qian authored
Bug: 1100751 Change-Id: I19f9a410341f777fff944dbfc2420ea8df872def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344441Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#796680}
-
Julie Jeongeun Kim authored
This CL moves printing::PrintMsg_Print_Params to print.mojom to pass it to Mojo interfaces. This is a precursor CL to mojofy PrintHostMsg_GetDefaultPrintSettings. Bug: 1008939 Change-Id: Ib79a3da03f8cfae58b323324ce4eb2ea3e2ea87b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335095Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#796679}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d93de0f5. 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: Ie925fc221c89a09ecece28634356b25b4b52e778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348049Reviewed-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@{#796678}
-
Livvie Lin authored
The updated histograms are related to gray triangle on HTTP pages and context menu unelide features. Extend expiries in case further experimentation is needed. Change-Id: Ie16bcd644450fa5c00e06f1ceb6a3d1a51bfadee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346943Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#796677}
-
chrome://devicesrbpotter authored
Cloud and privet printing are being deprecated at the end of December. Remove chrome://devices, since it is used for adding new cloud and privet printers. - Help center link is still TBD, but should be available shortly. - Legacy page can be restored temporarily using a new flag added in this CL, ForceEnableDevicesPage, to be deleted in M88. Bug: 1114186 Change-Id: I662e195223c64ffe50df96d0512371ef0ebb0345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343952 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#796676}
-
David Stevens authored
YUV textures from OES_EGL_image_external are sampled as RGB. Technically, the driver is supposed to preserve the colorspace, so we could still pass the primaries and transfer function. However, we don't actually pass the colorspace to the driver, and it's unclear what drivers would actually do if we did. So in effect, the colorspace is undefined. Bug: 1102317 Change-Id: I7f8b430e330fc25e3c2414ae66d1d22708e67f2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331769 Commit-Queue: David Stevens <stevensd@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#796675}
-
Ian Kilpatrick authored
As helper functions for: fragment.Baseline().value_or(fragment.BlockSize()) which is a common pattern. There should be no behaviour change. Change-Id: Ic0b0b08c3eea9e219aac0a6a48fd906f648bd875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226928 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#796674}
-
Hsinyu Chao authored
This reverts commit 492996ab. Reason for revert: hychao@chromium.org is now Chromium committer. Original change's description: > Remove hychao@chromium.org from OWNERS files > > They are not yet a Chromium committer so they can't Code-Review+1 > reviews. Until then they shouldn't be in an OWNERS file. > > Change-Id: I3689ec2d4b64eecfb4f761a333ad565363fefed5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928565 > Auto-Submit: Reilly Grant <reillyg@chromium.org> > Commit-Queue: Jenny Zhang <jennyz@chromium.org> > Reviewed-by: Jenny Zhang <jennyz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#717725} TBR=jennyz@chromium.org,reillyg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I7f11c2b0cfe93170ac1e1522723d5a1a5349aa91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345925Reviewed-by:
Hsinyu Chao <hychao@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Hsinyu Chao <hychao@chromium.org> Cr-Commit-Position: refs/heads/master@{#796673}
-
Owen Min authored
chrome.enterprise.reportingPrivate.uploadChromeDesktopReport is a deprecated extension API. There is no extension using this API anymore. Delete its definition and implementation to cleanup the code. Bug: 1107440 Change-Id: I76fed9d69e90ebeaf459f4533ac2bdba7b0334f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343622Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#796672}
-