- 30 Oct, 2020 40 commits
-
-
Kent Tamura authored
A textfield INPUT element has one or two block children; - Optional ::placeholder - TextControlInnerEditorElement or ::-webkit-textfield-decoration-container We need to lay out the latter first because the former's baseline should be aligned to the baseline of the latter, and the former should be painted earlier than the latter. This CL is a preparation to implement it. * NGContainerFragmentBuilder::AddChildInternal() inserts the fragment for ::placeholder before another child. * NGBlockLayoutAlgorithm::Layout() lays ::placeholder out after other children. This CL has no behavior changes. Bug: 1040826 Change-Id: Ib8768194c2a7e86cb162cb4470eac9881a22d11d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503379 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#822531}
-
Joe Mason authored
Moves base classes and helper functions for V8DetailedMemory testing from v8_detailed_memory_unittest.cc to v8_memory_test_helpers.h. Use the shared helpers to move the WebMeasureMemory test to web_memory_aggregator_unittest.cc. R=chrisha Bug: 1085129 Change-Id: If01be575a07280ab610a641fc183ab96c64dea69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503308 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#822530}
-
Lu Huang authored
These changes enable the 'url_handlers' member in the web app manifest to be parsed. This is the first of a number of CLs that will allow progressive web apps to be launched to handle or "capture" https URL activations. Please refer to the crbug for links to the design doc and overview "uber-CL". design doc: https://docs.google.com/document/d/19dGklalQTRtRrG3PKrVbDRmYPLHGLnsGEwUaed7sAFQ/edit?usp=sharing design overview cl: https://chromium-review.googlesource.com/c/chromium/src/+/2393252 Chrome status: https://www.chromestatus.com/feature/5739732661174272 Bug: 1072058 Change-Id: Ic8251bf74e0a17cd147d4d46389e66f7576c1763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405696Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Mandy Chen <mandy.chen@microsoft.com> Commit-Queue: Lu Huang <luhua@microsoft.com> Cr-Commit-Position: refs/heads/master@{#822529}
-
Darren Shen authored
Right now, all the logic is in DecoderEngine, which is the primary engine used for the IME service launch. To avoid breaking this important launch with WIP code, move the WIP system PK code out into a separate engine that is only used when the system PK flag is enabled. Bug: b/161490915 Change-Id: I2b2352c88d3276e7d79f17cc4b8afbe14328453a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498021Reviewed-by:
Leo Zhang <googleo@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#822528}
-
Shik Chen authored
Currently only pipe protocol is built. The file protocol is needed for the non-fragmented mp4 recording. NOPRESUBMIT=true Bug: 1140852 Test: Pass camera.CCAUIRecordVideo Change-Id: I31fcb9e45a1487f3acb8db13bd242ae51affdf88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507131 Commit-Queue: Shik Chen <shik@chromium.org> Auto-Submit: Shik Chen <shik@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#822527}
-
Peter Kasting authored
Bug: 772945 Change-Id: I6d151607137066e5e7916e82c96c233d82159d69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506261 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#822526}
-
Nicholas Verne authored
This is a reland of da531d49 Now that https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2505407 is landed, this should be safe. Original change's description: > Crostini settings string changes. > > Instead of "Linux (Beta)", now shows as "Developers" > > Bug: 1140370 > Change-Id: Id4e076b5d918e41e22e5c59d65958da9e75a3f55 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486528 > Commit-Queue: Nicholas Verne <nverne@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: David Munro <davidmunro@google.com> > Auto-Submit: Nicholas Verne <nverne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#820205} Bug: 1140370 Change-Id: Ibb5bd28f9647847dddaf109e9da86d91b17dd863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505324Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
David Munro <davidmunro@google.com> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#822525}
-
Jesse Schettler authored
Add the scan-to path as a field to ScanSettings. When the scan-to dropdown is added, its selected value will be used to populate the field. Bug: 1059779 Change-Id: Ia9d7b0075d96bd4aae535c4d81c656598702c8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499220Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#822524}
-
Moe Ahmadi authored
- Allows OneGoogle callouts to query the NTP whether or not to show a promo with a browser command. - Hides the middle slot promos if any of the promo's browser commands cannot be shown. - Gates the ESB promo on whether Safe Browsing prefs are managed or the user is already opted in. More info on the API: go/promos-deeplinking-settings Bug: 1143366 Change-Id: I33c5b36c69a42e6b0c562b8afa0ed8ab56801486 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505739 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#822523}
-
Wei Lee authored
Since we access external websites when sending GA metrics, it should be extracted to untrusted context. Bug: 980846 Test: Send GA metrics on CCA and both version (Platform App/SWA) works normally Change-Id: I14702129e4301327fd8a918d716420acbb43a94c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352263 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Inker Kuo <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#822522}
-
Minoru Chikamune authored
This CL is a follow up of below. https://chromium-review.googlesource.com/c/chromium/src/+/2497961/comment/671fb03e_194cb95e/ Bug: 1105403 Change-Id: I46ba3666057412289abd2934e669c22cfd27eaa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503990Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#822521}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 88-4296.0-1603709458-benchmark-88.0.4304.0-r1 to 88-4296.0-1603709458-benchmark-88.0.4305.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I2465ee2f8868573f9f0f1ef0ff6af420975a144a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508655Reviewed-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@{#822520}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/624482861e16..4691b0f82bd0 2020-10-29 johnstiles@google.com Fix crash when compiling FP files containing the modulo operator. 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 jcgregorio@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: jcgregorio@google.com Change-Id: Icbae12b2e8b03bfd606935d970985545112fafcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508512Reviewed-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@{#822519}
-
Xiyuan Xia authored
ui::AnimationMetricsReporter is deprecating. Replace it with ui::AnimationThroughputReporter for simple layer animations and ui::ThroughputTracker for complicated ones. Bug: 11434673 Change-Id: I37754d853d62fa124bf6170b345402fe97d67be2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507815 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Auto-Submit: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#822518}
-
Thomas Tellier authored
AX-Relnotes: On login screen, traps the focus inside the remove account dialog of the user pod. Bug: 889595 Change-Id: I76f300b3773fee9d6b701a9ccb96e536885a3a5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495067 Commit-Queue: Thomas Tellier <tellier@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#822517}
-
Paul Moy authored
Extend the existing CpuInfo mojom struct to include labels and temperature readings from the device's temperature channels. This provides another avenue for retrieving this data, separate from the Chrome APIs. The goal is not to remove the Chrome APIs, but rather provide an easier, unified way of getting this data for clients already using cros_healthd. Those clients now only need to integrate with one component as opposed to both cros_healthd and the Chrome APIs. Bug: chromium:1131602 Change-Id: Id531b2bab4b72ef60f272d21f4e92e0d321c44bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506451Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#822516}
-
David Black authored
Contents are derived from the image for the associated holding space item. We crop and resize the holding space item's image as necessary to properly fit our icon item. Screenshot: https://screenshot.googleplex.com/uDkubRhHiiF6x9z Bug: 1142572 Change-Id: Iac13dbb71499d44657fe20da25759054e7cb6ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508130 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#822515}
-
Sammie Quon authored
The crash reports say that the starting desk screenshot is not taken when ending a gesture. This CL adds handling for that case, along with handling for case if the ending desk screenshot is not taken. If the starting desk screenshot has not been taken yet, the user does not see the screenshot. This means from the user's point of view, they still only see the starting desk. In this case, we can just end the animation without animating, and make sure the delegate will activate the starting desk again. Test: manual & added test Bug: 1134390 Change-Id: I3ff2f5a04f46bea9fb4e6403a969b67afb972d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506356 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#822514}
-
Kent Tamura authored
* Update the bug number for first-line-and-placeholder * mouse-relative-position.html is passing TBR=kojii@chromium.org Bug: 1040826, 1143621 Change-Id: Ic70f8b155c6b1686f677a9cf2492d2d0fdac1300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507323 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#822513}
-
Andrew Grieve authored
It was not handling secondary toolchains properly. Bug: 1122182 Change-Id: I9634b5cbc67efc53f8946fbc1084d3a8a9427cb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503570 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#822512}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a653a9badb55..646cf5b2dabd 2020-10-30 ynovikov@chromium.org Skip EXTMultisampleCompatibilityTest.DrawAndResolve on Mac Mini 8.1 2020-10-30 ynovikov@chromium.org Suppress 2 DepthStencilFormatsTest.DepthStencilReadback on MacMini8.1 2020-10-30 ynovikov@chromium.org Skip ReadPixelsTextureTest.*LayerAttachment*PBO on Mac Mini 8.1 2020-10-30 ynovikov@chromium.org Skip WebGLCompatibilityTest.EnablePixelBufferObjectExtensions 2020-10-30 dpranke@google.com Make sure commit position is a string. 2020-10-29 timvp@google.com Vulkan: Make DescriptorPoolHelper a Resource 2020-10-29 ynovikov@chromium.org Skip Instanced MultiDrawTest.MultiDrawArrays on Mac Mini 8.1 2020-10-29 jmadill@chromium.org Gold Tests: Include SHA1 files in trace inputs. 2020-10-29 m.maiya@samsung.com Vulkan: Add OES_shader_image_atomic support 2020-10-29 timvp@google.com Disable libcxx_abi_unstable in roll_aosp.sh 2020-10-29 jmadill@chromium.org Add newline when using OutputDebugStringA logging. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1112471,chromium:1143507 Tbr: geofflang@google.com Test: Test: Build on AOSP and launch CuttlefishTest: Test: VulkanMultithreadingTest::MultiContextDrawSmallDescriptorPools() Change-Id: Ieb90beb13889046bb4accb193429bfafa88bd2ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508419Reviewed-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@{#822511}
-
John Palmer authored
basically crrev.com/c/2483719 but with a private API instead. BUG=1138092, 1111135 Change-Id: Ifd651c3ba491cba738b48cd9ebe35b926c60bf51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501106 Commit-Queue: John Palmer <jopalmer@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#822510}
-
David Black authored
Holding space item count histograms were WAI except for the fact that they failed to record the *absence* of holding space items. Bug: 1131266 Change-Id: Id2fc9ce08c4e8f3537b1861878353afde083e257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507337Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#822509}
-
Yulun Wu authored
Bug: 1131573 Change-Id: Idec1dc25f75ddbeb38bde8ecda816a1d7bdd614a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473677Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Auto-Submit: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#822508}
-
Klaus Weidner authored
This extends the WebXR API to add an "image-tracking" feature. The application supplies an array of image bitmaps in requestSession, and the system then reports world poses for these images if they are detected by the tracking camera. Discussions about the API shape are still ongoing, this code is based on a draft explainer: https://github.com/klausw/webxr-image-tracking/blob/main/explainer.md Bug: 1143447 Change-Id: I28163b59c000e5acfb67c6773d5c35c17bfc34d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270816Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#822507}
-
David Tseng authored
Strategy: - manually edit the Eslinter rule: third_party/node/node_modules/eslint/lib/rules/eqeqeq.js to allow for auto fixing; this was intentionally disabled upstream. - run tools/web_dev_style/eslint.py --fix and git cl format --js on the directory Test: assumed automated test coverage Change-Id: Iaa360dce02ae72967ab73cbd86ce7d6b7c9bb592 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504093Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#822506}
-
Peter Kvitek authored
Also split headless_protocol_browsertest.cc exractng compositor related tests to headless_compositor_browsertest.cc Also implemented a way to pass parameters from C++ test harness down to the JS test body. Change-Id: Ia0505b9e846f5d202a180c6bb4f67004a453bff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490210 Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#822505}
-
Gavin Williams authored
This change uses the existing |title| parameter to set the title when creating select dialogs. If the |title| is left empty, get the title based on the select dialog type. Screenshot: http://screen/3MwL5RSCHVhVXN6 Bug: 1143994 Change-Id: I5b653f892e3e295180692ffa89428cc2472aa9ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508671 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#822504}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: Iec430597f241b6859632c4e6fd47a8d71a702d61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508347Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822503}
-
Eugene Zemtsov authored
Bug: 1132057 Change-Id: Ie30034adb37fa9d105c98be78f01143da4608469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504736 Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#822502}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/af5f5d291abd..85b44b21edd6 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 johannkoenig@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:1135551 Tbr: johannkoenig@google.com Change-Id: Id7139fe36cd68f9e2272c943226a94dcfc05b27e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509011Reviewed-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@{#822501}
-
Jérémie Boulic authored
Change to be consistent with the other build files and targets. Bug: 1133186 Change-Id: Ic1c6526fd330d1da284239ab77c7e85487f82202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507238Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#822500}
-
Xiyuan Xia authored
This reverts commit 197fd0a5. Reason for revert: Crash in OnFadeOutAnimationEnded when it runs with no | fade_out_animation_tracker_| instance. Original change's description: > Replace AnimationMetricsReporter in ShelfView > > ui::AnimationMetricsReporter is deprecating. Replace it with > ui::AnimationThroughputReporter for simple layer animations and > ui::ThroughputTracker for complicated ones. > > Bug: 11434673 > Change-Id: I96425e7626929f9d6381828c81dbe08dd58168e9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508793 > Reviewed-by: Andrew Xu <andrewxu@chromium.org> > Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#822425} TBR=xiyuan@chromium.org,andrewxu@chromium.org Change-Id: Ib675aac6a9a57a7603529827069fd316ae7166be No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 11434673 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508958Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#822499}
-
Minoru Chikamune authored
Previously, AssociatedInterfaceProvider was using per-thread task runners implicitly. This CL specifies per-Agent task runners. Bug: 1105403 Change-Id: I14adef7939c48916e1d239482dbeaa19e03e8c9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505258Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#822498}
-
Zach Trudo authored
RealtimeReportingJobConfiguration has several elements that need to be reusable. This refactor creates a ReportingJobConfigurationBase that extracts those elements and places them in a reusable base. Bug: chromium:1078512 Change-Id: I7b18f0d68abed0a12a38d553103450943a1c4c72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476584 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#822497}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 66406229. 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=foolip@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I76ac9bf91883f3c64ad33f526cef5db27118cb88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508280Reviewed-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@{#822496}
-
Austin Eng authored
Makes the following changes: - Adds the scoped fast call and deferred warning/logging mechanism to drawArrays and drawElements. This was previously missing - Removes [NoAllocDirectCall] from bindBuffer and bindTexture. These functions always produce the GL error "attempt to use deleted object". There is likely an issue with passing interface objects types with the FastCall API. - Inlines the definitions of the fast call wrapping bindings since they are small and we don't want extra jmp instructions in the hot path. Bug: 1101475 Change-Id: Ie5db3454a84ba6ec15f52383e1e518f3ffd811af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506518 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#822495}
-
Fergal Daly authored
The flag was on by default but was conditional on RenderDocument for crashed frames which was off by default, so I think I just missed updating these tests. Change-Id: Ia52595baaba1f7ae7aea21d47d9e103b392b73b0 Bug: 1072817 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491577 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/master@{#822494}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1603994501-4884bfb055ee21b78f8aa718ebee6855f0191a85.profdata to chrome-mac-master-1604015897-a1b8341d837100918c78553c7c6bd57ce99f9313.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I2d27a1263723fc3a00782ff52d1117c92776bd90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508418Reviewed-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@{#822493}
-
Andrey Kosyakov authored
Originally broken by https://chromium-review.googlesource.com/c/chromium/src/+/2422820 due to an unconditional dependency on //components/pwg_encoder which asserts enable_print_preview. Bug: 809738 Change-Id: I205c82a4dde46372b22dfa5e6d49b6c6022c0010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508876Reviewed-by:
Alan Screen <awscreen@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#822492}
-