- 20 Jan, 2021 40 commits
-
-
Yutaka Hirano authored
Bug: 1168407 Change-Id: I5faa426fac6c53e1219dfe3ae7805a2eff26e393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639499 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#845270}
-
John Delaney authored
Update expiry of PageLoad.HeavyAds.ComputedTypeWithThresholdNoise and PageLoad.HeavyAds.InterventionType as they are still used to measure impact of heavy ad intervention. PageLoad.HeavyAds.ComputedType2 is no longer needed and is obsoleted. Bug: 1160766,1160767,1160768 Change-Id: I5bdc902b7fee7915741d80110dc64c3c2ecde933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638104Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#845269}
-
Eugene But authored
Change-Id: I9d2be54c92815a0dffcf1c01c28c537a0ff6839d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638784Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#845268}
-
Yann Dago authored
The field "program_files_dir" will accept the full path to the system's Program Files or Program Files (x86) directory (typically found in C:\). This field will be linked to the MSI installer's PROGRAMFILESDIR property. This new field will only be used for fresh system-level Chrome installations and will be ignored for other kind of installations and updates. Bug: 1165921 Change-Id: Id688133c2b2740a953569c9453b808f2aeb7d1e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439784 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#845267}
-
Rushan Suleymanov authored
The FlocIdComputedEventLogging feature toggle might cause failures in some sync integration tests. Disable it as a temporary solution to mitigate the flakiness. Bug: 1153297 Change-Id: Ibda3ea651751cc19709f3a2c0f56956b3702b6f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640420Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#845266}
-
Evan Stade authored
The unit test is ported to be run outside of Chrome. Bug: 1164069 Change-Id: I8c047e8497cc738ede8c20d5ae43b30089a81357 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631626 Auto-Submit: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#845265}
-
Robert Flack authored
This histogram tracks the time from all wheel events to when the swap begins for the resulting frame. However, we typically only look at the more specific Event.Latency.Scroll(Begin|Update).Wheel.TimeToScrollUpdateSwapBegin4 metrics which reflect the same values. Bug: 1081296 Change-Id: Ibd1fd7dd684c31405d4cbdad98216ca82553d760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627765 Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#845264}
-
Dominique Fauteux-Chapleau authored
This relands crrev.com/c/2633701 that was reverted by crrev.com/c/2637406. The cause of the flakiness was that the WebContents corresponding to the scan would get destroyed before the scan had finished, resulting in a segfault with |web_contents_|. The solution is to break the dependency of ContentAnalysisDelegate on that WebContents by extracting the required data from it at a moment when it's known to be non-null in the ctor. Original change's description: > Handle sync paste deep scanning crash > > This fixes the crash observed in crbug.com/1166233 and adds tests for > it. See the comments in that bug for more details. > > This fix also removes the dialog for unauthorized users for pasting > after the initial scan that does authentication, so crbug.com/1028133 > is affected. > > Bug: 1166233, 1028133 > Change-Id: Id3c992fdeccfa92a9f88e25c13e7a15bcb1afd8c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633701 > Reviewed-by: anthonyvd <anthonyvd@chromium.org> > Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#844787} Bug: 1166233, 1028133 Change-Id: Ifc760b9489d810c460889e396430c82b4f80e858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638533Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#845263}
-
Mason Freed authored
With this CL, navigator.plugins and navigator.mimeTypes will both return empty arrays. With the removal of Flash, there is no longer the need to return anything for navigator.plugins and navigator.mimeTypes. These APIs were used primarily for a) probing for Flash player support, or b) fingerprinting. As such, we'd like to return empty for these two properties. Gecko already switched to returning *only* Flash starting with Firefox 52, and returning empty as of Firefox 85. I2S: https://groups.google.com/a/chromium.org/g/blink-dev/c/bbxAGu90LgM Fixed: 1164635 Change-Id: I445fa2d034444938c08ef721d997f8acc1389c56 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629990 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#845262}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202101200600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/q5f0_t4xSQ4mERL5xl7GFgy2LTd5J4sdL_sUp44LNFUC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/174321021 Tbr: help-app@grotations.appspotmail.com Change-Id: I2b4f5ad5e421a1505b3587de5ae59c50924017c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639516Reviewed-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@{#845261}
-
Polina Bondarenko authored
ARC data snapshots must be expired in 30 days if not updated. Added timer to SnapshotInfo and tests. BUG=b:161221001 TEST=components_unittests Change-Id: If5cffeeba0957a0e5e9225c835241ec47a486c3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502690 Commit-Queue: Polina Bondarenko <pbond@chromium.org> Auto-Submit: Polina Bondarenko <pbond@chromium.org> Reviewed-by:
Oleksandr Peletskyi <peletskyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#845260}
-
Findit authored
This reverts commit c072c8c7. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 845219 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2MwNzJjOGM3NDZlYjA5OWYzNzE5MGU0YzZjNWEzOWM0Yzk0N2I2OGUM Sample Failed Build: https://ci.chromium.org/b/8857563414825836112 Sample Failed Step: bf_cache_unit_tests Original change's description: > Fix bug in reservation monitoring. > > In ScopedReservation destructor did Reserve instead of Discard! > This is now fixed, and unit tests provided for this and other cases. > Also, Storage tests now verify that all memory has been released after > the storage is reset. > > Bug: b:174509632 > Change-Id: Ic3594f569f53c103d6ae9c6a73bd030c5f25d698 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638220 > Commit-Queue: Zach Trudo <zatrudo@google.com> > Reviewed-by: Zach Trudo <zatrudo@google.com> > Auto-Submit: Leonid Baraz <lbaraz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#845219} Change-Id: I453d14fd867294c134b72a40331ffd98a7a6e12c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:174509632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639575 Cr-Commit-Position: refs/heads/master@{#845259}
-
Shahbaz Youssefi authored
Facilitates renaming a variable in that class inside ANGLE. Bug: angleproject:3580 Change-Id: I5b00e1b72ada0aa77f9276f7af28b33518e77d47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637956 Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#845258}
-
Ulan Degenbaev authored
Bug: 1157095 Change-Id: I947cfdcd5796e4d19aaf0d3e03b6c9ca4aa7b759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610782Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#845257}
-
David Maunder authored
Speedup ThumbnailDiskStorageTest: 43532ms -> 7442ms (83%) Speedup ThumbnailMediaParserTest: 12166ms -> 5897ms (52%) Bug: 1168182 Change-Id: I50883068f8bc2d9ee92a5bb6e782ac555a0176d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638079Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#845256}
-
Roman Sorokin authored
This CL fixes DCHECK on Chrome OS when trying to run Guest session from the login screen. Fixed: 1163345 Change-Id: I9b4ad69186dd217fc792d67c480743430b171664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632653Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#845255}
-
Matthew Mourgos authored
Bug: 1168331 Change-Id: I4a098d0c02826fc287de17183cef49f494c2c030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638721Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#845254}
-
Shuran Huang authored
This part was missed from the CL https://crrev.com/c/2363389. Bug: 1090128 Change-Id: I94fbb62dd2feb74a4c1e660e338ddddb6d740233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638398 Commit-Queue: Shuran Huang <shuuran@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#845253}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2c92c33564e4..a3c06205b28b 2021-01-20 fmayer@google.com Merge "Use hermetic linker for non cross compiling hermetic compiler." 2021-01-20 dproy@google.com Merge "protos: Fix next reserved id comment in trace_packet" 2021-01-20 treehugger-gerrit@google.com Merge "Disallow extra guardrails profiles on traced_perf on user." 2021-01-20 treehugger-gerrit@google.com Merge "tracing: Distinguish between global and per-thread default track" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I00e8437c94501182c3369b5b412f541b03cbe8ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638924Reviewed-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@{#845252}
-
Jordan Taylor authored
Changed internal type of Animation::current_time_ and Animation::start_time_ to AnimationTimeDelta This change will make it easier to change the API return type of these attributes to CSSNumberish. It also removes the need to convert back and forth between seconds and milliseconds in internal functions. Bug: 737867 Change-Id: I83cd9df096d8695909768d6f9081757fff2cccb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591488Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: Jordan Taylor <jortaylo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#845251}
-
Ahmed Fakhry authored
Fixed: 1168347 TEST: Manual Change-Id: I65aa794b8f4f0692ed881a4ba3abfe49437a528d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638496Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#845250}
-
Howard Wolosky authored
I missed the fact that you need to explicitly press the "Start Review" button with one of my recent CL's. I figure that there are other new Chromium contributors who may have a similar experience -- so, updating the checklist to explicitly call this out. Change-Id: I96a9b97df38bd876b28bf5dc5c493baaf0f561fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636685 Commit-Queue: Howard Wolosky <Howard.Wolosky@microsoft.com> Reviewed-by:
Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#845249}
-
John Abd-El-Malek authored
Add field trial config for CalculateNativeWinOcclusionCheckVirtualDesktopUsed since it'll be tested on beta. Bug: 1162132 Change-Id: I684dee12e2b6034197881ebab5752499c980f525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633528Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#845248}
-
Aaron Leventhal authored
Do not create AXObjects for head, style and script subtrees unless known to be visible (and we don't know that if it's display locked, so in that case we assume those subtrees shouldn't be created). Bug: None Change-Id: I86649a346d0ffaa1ca402c7076e7ccfe197600c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633925 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#845247}
-
Etienne Pierre-doray authored
This CL removes Jobs deprecated function overrides in gin: IsRunning() IsCompleted() Change-Id: Ib7b39c4004bf2429e4e4a585062a8fbabfe54c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638334Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#845246}
-
Steve Cho authored
SetupPastIndependence This CL fixes a bug reported about ref_frame_sign_bias issue in Vp9UncompressedHeaderParser::SetupPastIndependence. Also, unittest is added for SetupPastIndependence function. There are two bugs: 1. SetupPastIndependence() is not invoked in some cases. 2. ref_frame_sign_bias is not reset in SetupPastIndependence(). Their triggering conditions are identical, that is !show_existing_frame && frame_type!=KEYFRAME && !intra_only && error_resilient_mode According to VP9 Bitstream & Decoding Process Specification, section 7.2 (page 64), ref_frame_sign_bias should be reset in setup_past_independence. Change-Id: I4928e8363406ae7ee0e3f7c59ea4926483c68bf8 Bug: b:176566296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629652 Commit-Queue: Steve Cho <stevecho@chromium.org> Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#845245}
-
Mitsuru Oshima authored
Bug: 1155308 Change-Id: I07590fea32455cdecb4e9d9ed62af1e202871040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637089Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#845244}
-
Monica Basta authored
Bug: 1168430 Change-Id: I0f19d50fac9efd5d4d6833d8a26c1b4408977984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640118Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#845243}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1611132884-698d50ded477bbf68b51ffca48f766bfc0d51fdd.profdata to chrome-win32-master-1611142151-59c02f8532ae979e0b13a34b9cbf149a736aa67f.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-win32-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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I15f500ec016bcbd3516fff439684ead9ff9c1f3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638923Reviewed-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@{#845242}
-
Mustaq Ahmed authored
This change is behind a flag. Fixed: 1130553 Change-Id: I07c96c2bc53b402170029d66b4c99eb47d6a5e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633364 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#845241}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611103551-742e9807d21444dbf22bf8462136220621e62078.profdata to chrome-win64-master-1611153816-7597e0f48ca66fa59a87e60988316d59a3bbff86.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I5564c27d7136889db032407aafe6d89bd78ee4bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639016Reviewed-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@{#845240}
-
Cliff Smolinsky authored
This change updates a couple interested callers, NearbyConnectionsManager and NetworkPredictionOptions, to use the new NetworkChangeNotifier::GetConnectionCost() functionality. While this change is functionally a no-op on non-Windows devices (NearbyConnectionsManager is ChromeOS only), it provides a good example for future callers to use the more appropriate method for the functionality. In addition, if and when the concept of metered networks becomes more flushed out for each platform these features will automatically pick up the correct functionality. Bug: 1143428 Change-Id: I9fac5f0a738a6abe70b9a7985aff854e52248ff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638111Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Cliff Smolinsky <cliffsmo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#845239}
-
Michael Lippautz authored
Add HeapTaskRunnerTimer which is a specialization for TaskRunnerTimer. This fixes: a. Usage of IsGarbageCollectedTypeInternal trait that yields potentially wrong results for incomplete types. b. Directly keeping WeakPersistent from a managed object. c. Removes a virtual call from running the timer for the off-heap case. HeapTaskRunnerTimer is implemented as regular inlined object that keeps a WeakMember to the object parameter. GC-related cancellation happens after marking using a WeakPersistent that is bound to the timer closure. Change-Id: I6b5384c3439227d0816317000a0fb0f205ead0fa Bug: 1056170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637553 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#845238}
-
Andy Paicu authored
This is a reland of f3c62799 Original change's description: > Reland "Disconnect bluetooth device when the user revokes permission" > > This is a reland of 6ef36937 > > Original CL broke the build: > https://ci.chromium.org/p/chromium/builders/ci/Win7%20%2832%29%20Tests/b8861845414785298224 > > Original change's description: > > Disconnect bluetooth device when the user revokes permission > > > > Bug: 1128494 > > Change-Id: I394e97f61268869557df5c64017504745a8fcd71 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412331 > > Commit-Queue: Andy Paicu <andypaicu@chromium.org> > > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > > Reviewed-by: Reilly Grant <reillyg@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#833671} > > Bug: 1128494 > Change-Id: I4480bb33f2df1ad9e9302ec94b27da9195170373 > Fixed: 1155527 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573102 > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Andy Paicu <andypaicu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#845142} TBR=reillyg@chromium.org,jochen@chromium.org,odejesush@chromium.org Bug: 1128494 Change-Id: If80f58cf2f060c0d9cf784afdc681a00b2ef2b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640614Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#845237}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/4b316994ad01..064f33e4416e 2021-01-20 jiawei.shao@intel.com Implement WaitableEvent and WorkerTaskPool for multi-threaded tasks 2021-01-19 enrico.galli@intel.com D3D12: Add firstVertex/Instance to vertex/instance_index 2021-01-19 enga@chromium.org dawn_wire: Add Reserve/InjectDevice 2021-01-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from d7335fa97495 to ed14524b1e81 (6 revisions) 2021-01-19 senorblanco@chromium.org Open GL ES: implement a fallback path for glClearTexSubImage(). 2021-01-19 rharrison@chromium.org Use Tint to extract local workgroup size 2021-01-19 dsinclair@chromium.org Update Dawn tests to use group instead of set. 2021-01-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 4a110c2726e9 to d7335fa97495 (1 revision) 2021-01-18 senorblanco@chromium.org Suppress depth/stencil copy tests failing on ANGLE. Also rolling transitive DEPS: https://dawn.googlesource.com/tint from 4a110c2726e9 to ed14524b1e81 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC sarahmashay@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: sarahmashay@google.com Change-Id: Iae4d3eb3b8b71290a7b67941c8990d9636bf5dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639934Reviewed-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@{#845236}
-
Moe Ahmadi authored
This is a key realbox performance metric. Fixed: 1066045 Change-Id: I8a72c820c888f8235b3e5d4d73c2d1e1feb23f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632266 Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#845235}
-
Egor Pasko authored
This reverts commit e005e6ea. Reason for revert: http://crbug.com/1168536 Original change's description: > Roll src/third_party/freetype/src/ 03ceda970..b594cd90b (20 commits) > > https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/03ceda9701cd..b594cd90bd05 > > $ git log 03ceda970..b594cd90b --date=short --no-merges --format='%ad %ae %s' > 2021-01-19 apodtele * srd/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix return value. > 2021-01-15 madigens [afshaper] Fix hb_ot_tags_from_script deprecation warning. > 2021-01-17 wl * src/tools/update-copyright-year: Fix single-year entry handling. > 2021-01-17 wl Update all copyright notices. > 2021-01-17 wl no-copyright: Updated. > 2021-01-16 apodtele * builds/unix/unixddef.mk: Remove the second DEVEL_DIR definition. > 2021-01-16 wl Documentation update for repository move to 'freedesktop.org'. > 2021-01-16 wl .gitattributes: New file. > 2021-01-16 wl README, README.git: First updates due to freedesktop.org migration. > 2021-01-15 drott CHANGES: Mention 'COLR' v1 support. > 2021-01-15 wl [sfnt] Additional checks for 'colr' table presence. > 2021-01-14 drott Add config option to test for 'COLR' v1 support in headers. > 2020-12-16 drott [base] Fill 'COLR' v1 API templates to make them work (#59703). > 2020-12-16 drott [sfnt] Register 'COLR' v1 API in driver (#59703). > 2020-12-16 drott [sfnt] Add 'COLR' v1 API to retrieve color layers (#59703). > 2020-12-16 drott [sfnt] Add 'COLR' v1 API to iterate color stops (#59703). > 2020-12-16 drott [sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703). > 2020-12-16 drott [sfnt] Add API to retrieve 'COLR' v1 root paint (#59703). > 2020-12-16 drott Add new methods required for 'COLR' v1 to public API (#59703). > 2020-12-16 drott Add types required for 'COLR' v1 to public API (#59703). > > Created with: > roll-dep src/third_party/freetype/src > R=bungeman@chromium.org,drott@chromium.org > > Change-Id: I78a961079cbd3f5c9fa0a3e784685ba906c69a56 > Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng > PDFium-Issue: pdfium: > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638407 > Commit-Queue: Dominik Röttsches <drott@chromium.org> > Reviewed-by: Dominik Röttsches <drott@chromium.org> > Cr-Commit-Position: refs/heads/master@{#845112} TBR=bungeman@chromium.org,drott@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I86189c8bfa667d4ccf9a755c1f45c72550db57fe Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640395Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#845234}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2d79f95e908d..2c92c33564e4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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: perfetto-bugs@google.com Change-Id: I9c5d8cc7ff3aaed32fad6b83fb3ff616ab6b08cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639139Reviewed-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@{#845233}
-
Fredrik Söderqvist authored
Makes the code a little more readable. Change-Id: Ia9b58ac2c7b8c9179df7aa29b83d00bbd5ff3c56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640417 Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#845232}
-
Alison Maher authored
Due to memory regressions caused by loading the forced colors stylesheet when the ForcedColors flag is enabled, delay loading the stylesheet until forced colors is triggered for the first time. Bug: 1167339 Change-Id: I6de0f02442dc5f1b23776daf2883fe4793293548 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633971 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#845231}
-