- 23 Apr, 2020 40 commits
-
-
Nate Chapin authored
Now that LocalDOMWindow is an ExecutionContext, there is no reason to have separate client interfaces. Also, remove ExecutionContextClient::GetDocument() in favor of ExecutionContextClient::DomWindow(), since that's what it represents in the non-worker/worklet case. Bug: 1029822 Change-Id: Ia3cceeaaa56f6ab5a2dc4494a40000a3df0e0db1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142099 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#762138}
-
Yuly Novikov authored
Similarly to SwiftShader, use fake GPU Vendor and Device IDs when running on top of SwANGLE to prevent blacklisting. This allows running WebGL tests on top of SwANGLE on GPU-less GCEs. Bug: 1064477 Change-Id: I0748d46e36e4749c05f1a52ff557173160089b50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159796 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#762137}
-
Nick Harper authored
Change-Id: I40f1287b5760a6b8759d42eaa21bbae9015bbafc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161690 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#762136}
-
Matt Menard authored
Allows affiliated user activity to be managed based on login, logout, locking, unlocking, and suspending sessions for affiliated and primary users. Bug: 1058453 Change-Id: If21f269c98220835cc89b0d1c4db40cf213d6db1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153324 Commit-Queue: Matt Menard <mattme@google.com> Reviewed-by:
Anqing Zhao <anqing@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#762135}
-
Kai Ninomiya authored
Fixing the first bug triggers the second bug. Second bug: - WebGPUCommandBufferStub owns, and destroys in order: - MemoryTracker - parent class CommandBufferStub, which owns: - WebGPUDecoderImpl, which owns: - DawnDeviceAndWireServer, which owns: - SharedImageRepresentations, whose destructors call through a raw pointer to SharedImageRepresentationFactory's MemoryTypeTracker (this is okay) which calls through a raw pointer to WebGPUCommandBufferStub's MemoryTracker (not okay). - SharedImageRepresentationFactory, which owns: - MemoryTypeTracker, which holds a raw pointer to WebGPUCommandBufferStub's MemoryTracker (which can already be freed, as happens above). This fix destroys the WebGPUDecoderImpl explicitly, before destroying the MemoryTracker. Bug: 852089 Change-Id: Id22126764be3f98db02bbc6b40e8de0f606fd2a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163150Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#762134}
-
Shakti Sahu authored
This CL provides implements the query tile chip spec. The generic ChipView class was augmented to support additional attributes such as useRoundedIcon and optional endIcon concepts. Bug: 1073793 Change-Id: I222ee46df0ab0a5d283cb0843278f7510854eb2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155494 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#762133}
-
Mohsen Izadi authored
Update EventLatencyScrollForPresentedFrameReported in CompositorFrameReportingControllerTest to test for TotalLatencyToSwapEnd metric. Bug: 1057193 Change-Id: I3cea912810138e6ec3ab6bdc10d3a4afb3016dc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137674Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#762132}
-
Becca Hughes authored
Add field trial testing conf since we plan to launch this through finch. BUG=1024351 Change-Id: I7912c1733f453fd43222f7fd2908d4120aaa3476 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140196 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#762131}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/ba47db02daff..6e44504c513e git log ba47db02daff..6e44504c513e --date=short --first-parent --format='%ad %ae %s' 2020-04-23 digit@google.com Vulkan: Add vk_icdInitializeConnectToServiceCallback() Created with: gclient setdep -r src/third_party/swiftshader@6e44504c513e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I5c49e35c1bd9c257163be52082a62caf46303f6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163706Reviewed-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@{#762130}
-
sczs authored
On M83 the BVC will be contained by the TabGrid rather than being presented. This requires some updating to the Messages presentation logic, which is done via this CL. - BVC now informs the InfobarContainer that it will disappear, when this happens no Infobar should be presented, until BVC "appears" again. - Fixes a bug where presenting a Banner while BVC is being dismissed would cause the Banner to remain on screen since now its presenting ViewController is not being dismissed. shouldDismissBanner was added to the InfobarBannerContainer protocol so a banner can ask its container if it should dismiss itself after being presented. - On InfobarCoordinator we shouldn't always rely on the baseVC (BVC) presenting Banners, that's why when dismissing a banner we check its presentingVC instead of BVC presentedVC, this approach would've been safer even when BVC wasn't contained. Bug: 1062245 Change-Id: I1d0641cd6e047a72eea9bec79997da4885d2953c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2160808Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#762129}
-
Andrew Grieve authored
Attempting to roll appcompat support library, and it looks like the next version breaks applyOverrideConfiguration(). Specifically, AppCompatActivity.attachBaseContext() is now calling getResources(), which triggers an assert in applyOverrideConfiguration() since it cannot be called after a call to getResources(). I believe createConfigurationContext() should be functionally equivalent to applyOverrideConfiguration(). Bug: 1064727 Change-Id: I2cd1f4c348b7b8e3815ae33bc8708f79308d40b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157676 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#762128}
-
David Bertoni authored
Per comments on the bug, this has been fixed and disabled tests should be re-enabled. Bug: 177163 Change-Id: Id9928781f25d659079571c762ac684b97cbece04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158019Reviewed-by:
Archana Simha <archanasimha@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#762127}
-
Robert Ogden authored
Adds a run loop to wait for the socket to be passed to the connection listener when it is expected. Bug: 1073761 Change-Id: Ie2efe7b8b7b61b4cf9df091ba4d773be6da060c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163424 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#762126}
-
Stephen McGruer authored
The idlharness tests routinely timeout on MSAN/ASAN due to how slow those bots are. Given that IDL tests are just examining the existence of web APIs, they are unlikely to turn up crashes in the browser (they don't even call the APIs under test), so we have decided to unilaterally disable them on MSAN/ASAN to reduce the pain for Chromium sheriffs. Bug: 856601 Change-Id: I96c36a4e3dcda9437ac776620bfc5c9cc48f52a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151087 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#762125}
-
Sushanth Rajasankar authored
Similar to the pattern established by https://chromium-review.googlesource.com/c/chromium/src/+/1713304 this change adds support for loopers for DrawImageRectOp. Care is taken to keep image_provider->GetRasterContent outside the loop since the raster content should be reused across loops. Bug: 1065694 Change-Id: Ia716a0566565fe357d6c6a272659225328a781ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159125Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Sushanth Rajasankar <Sushraja@microsoft.com> Cr-Commit-Position: refs/heads/master@{#762124}
-
Becca Hughes authored
This will hopefully fix the crashes for good: 1) Adds a "cancelled" state that blocks any DB transactions 2) Replaces Raze with delete and makes sure it happens on DB thead 3) Make the DB exclusive BUG=1024351 Change-Id: I5da655ebfe54b6dfe7f5e536786625d5d942925a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155838 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#762123}
-
Mohsen Izadi authored
This CL adds the possibility to inject a base::TickClock* into CompositorFrameReporter, so its timing can be mocked by tests. CompositorFrameReportingController and CompositorFrameReporterTest are also updated to make use of this. Bug: 1054009,1057193 Change-Id: I38ab3ebb92b06f5c31e1dbdc514cab29b9791cae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2160408 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#762122}
-
Moe Ahmadi authored
Bug: 1041129 Change-Id: I2536d27d869d0fe98b5b3f474f152ad9947cd065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162085Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#762121}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/9a95cc089fbb..f3152ffe484c git log 9a95cc089fbb..f3152ffe484c --date=short --first-parent --format='%ad %ae %s' 2020-04-23 jophba@chromium.org Readd Debian stretch for bot compilation Created with: gclient setdep -r src/third_party/openscreen/src@f3152ffe484c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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/+/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: I72adda0c66226c9ca63ae9fb1521c3b12685cf44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163464Reviewed-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@{#762120}
-
Tommy Martino authored
Disables this feature for managed browsers and incognito profiles. Change-Id: Ib17a03d0aa78971732536ff72f57e0559622f9a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161668Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#762119}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/255d5014a0f2..e2c2215587ca Created with: gclient setdep -r src-internal@e2c2215587ca 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 jianli@google.com,mmoskvitin@google.com,yoichio@google.com,nicolaso@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1019685 Tbr: jianli@google.com,mmoskvitin@google.com,yoichio@google.com,nicolaso@google.com Change-Id: I22a01b5c27d8d136708da15a7d63293d6fae73da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163462Reviewed-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@{#762118}
-
Nate Chapin authored
While migrating ExecutionContext to LocalDOMWindow, several helpers were introduced on Document (From(), DynamicFrom(), ToExecutionContext()). This CL removes usage of these types from this directory. From() and DynamicFrom() are replaced with the standard downcast helpers for LocalDOMWindow. ToExecutionContext() is replaced with a direct path to the LocalDOMWindow, or Node::GetExecutionContext(), or Document::GetExecutionContext(), whichever is most direct from the callsite. Bug: 1029822 Change-Id: Ibc10df30e2d86e3b4f4ac5671c0a9dffb204a43f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112897 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#762117}
-
Xiaohui Chen authored
Replace the mojom::Client interface with a singleton class. Also fixed lint warnings. Bug: b:154268518 Change-Id: I4b0d9e51f841031ea79eecca6e0eeb2279d4ff93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162125 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Cr-Commit-Position: refs/heads/master@{#762116}
-
Kenneth Russell authored
Occasionally uploading black frames from the video. No-Try: True Tbr: enga@chromium.org Bug: 898674 Change-Id: I70f21ef767bdd2fd7e247f1ae5896c1660d652a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161777 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#762115}
-
Patrick Monette authored
Change-Id: Ic55588e09beac784d98dc40938dc911be466b42e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151246 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#762114}
-
Jae Hoon Kim authored
Installing DLC prior to ListVms will cutdown the timeout cost of waiting for PluginVm Dispatcher to startup, which it won't be able to if PluginVM DLC is missing anyways. BUG=b:154285573 TEST=./unit_tests && ./browser_tests # --gtest_filter=*Plugin* Change-Id: Ib8de3a36bfb2b60d755f0457d3c289b8c71cca4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155053 Commit-Queue: Jae Hoon Kim <kimjae@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#762113}
-
Trent Begin authored
This change adds a separate function for each telemetry category and reduces namespace noise by adding a cros_healthd using declaration. Bug: chromium:1071668 Change-Id: Ief23ce328f7386384b9d9a7309e19c235f00fd04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161730 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#762112}
-
David Trainor authored
Move all Download Home strings to a separate grdp file, setting up the new structure for internal android download strings. Bug: 1062116 Change-Id: I29f627c6040f6fbc4baca7c1f11982a650311d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106815 Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#762111}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7a0b07a8a543..72f991f760ac git log 7a0b07a8a543..72f991f760ac --date=short --first-parent --format='%ad %ae %s' 2020-04-23 sokcevic@google.com Fix printing error on git-rebase failure Created with: gclient setdep -r src/third_party/depot_tools@72f991f760ac If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: chromium:1071280 Tbr: agable@chromium.org Change-Id: I0fbdb4674b1c07bb5467502721dfefeb32d84f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163705Reviewed-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@{#762110}
-
Collin Baker authored
When a child's preferred size changes, it already calls InvalidateLayout(). Immediately calling Layout() shouldn't be necessary. It causes several redundant layouts in many cases. This CL changes tests to not depend on BrowserView synchronously laying out itself. Instead, these tests trigger a layout when they need it. A method RunScheduledLayouts() is added to InProcessBrowserTest to run all scheduled layouts when needed. Bug: 1054489 Change-Id: Ie3d6197b86d8f9e82fe31fa19d80fa794d751d2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133172 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#762109}
-
David Bertoni authored
The ExtensionApiTest.ChromeRuntimeReloadDisable test was broken due to underlying changes in the code that terminates extensions that reload themselves too frequently. It was also flaky. The new version is fixed and is also no longer flaky. Bug: 366181 Change-Id: I8b11cb5b2db1ee17885e3270cf41037faebb0923 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150164 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#762108}
-
Patrick Monette authored
Since it was now basically a glorified factory class for ServiceWorkerNavigationLoaderInterceptor, this CL moves the 2 factory functions there. Change-Id: I2facfdf8e7691a25027a5b223849138204d8f51a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150289 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#762107}
-
Matt Menke authored
The new two argument SetHeader() and AddHeader() methods are safer and allow for more flexibility in the design of the class, without requiring redundant string parsing. Fixed: 1068194 Change-Id: I795e69f2ef058ce164b3a97ed7a30040aa357896 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155353 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#762106}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/6fc0066aad67..e20f36f49562 git log 6fc0066aad67..e20f36f49562 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 j.vigil@samsung.com EGL: Implement EGL_ANDROID_native_fence_sync on vulkan 2020-04-23 jmadill@chromium.org Vulkan: Mask out implementation dirty bit in sync. 2020-04-23 jmadill@chromium.org Vulkan: Track allocated sampler counts. Created with: gclient setdep -r src/third_party/angle@e20f36f49562 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 tobine@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/+/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: None Tbr: tobine@google.com Change-Id: I9d4d77aeed05dbb02a6660bd586d18ca69e8a4ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163458Reviewed-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@{#762105}
-
Mohsen Izadi authored
This CL adds the possibility to inject a base::TickClock* into CompositorFrameReportingController, so its timing can be mocked by tests. CompositorFrameReportingControllerTest is also updated to make use of this. Bug: 1054009,1057193 Change-Id: I6ece91efe32395a37c14cd4ca4c59da9f2e05da0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159894Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#762104}
-
Roberto Carrillo authored
R=chanli,bpastene,nodir,agable Bug: 1074031 Change-Id: I9c5529cf44ab4909a85a09fb3fe2b593b1b16bfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163421Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#762103}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ee97fa3e34e3..bbb839e1e684 git log ee97fa3e34e3..bbb839e1e684 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 alexrudenko@chromium.org Prevent complete DOM update for breakpoints sidebar when debugging Created with: gclient setdep -r src/third_party/devtools-frontend/src@bbb839e1e684 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/+/master/autoroll/README.md Bug: chromium:1069694 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I8373d88a95ade2f19c499e05896959226fc48541 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163463Reviewed-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@{#762102}
-
Hazem Ashmawy authored
Drawables all share the same state across the app. Changing the icon color in the bottom nav bar when switching fragments changes in all Drawables using the same resource. Calling Drawable#mutate() makes this Drawable mutable so that it doesn't share its state anymore. Fixed: 1069679 Test: Switch fragments and observe error view icon color Change-Id: I7c2d3c1ace7b3119de91e959ee4c5b9b3321a2dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161228 Auto-Submit: Hazem Ashmawy <hazems@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#762101}
-
Garrett Beaty authored
This matches the convention used by the infra repo's starlark code and puts files that are more closely related closer to each in other in the hierarchy. Change-Id: I49ce3def16bef580063b2bf8ffe95ee56505ed4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161622 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#762100}
-
Yi Gu authored
The metric Event.VizHitTest.HitTestDataIsEqualAccuracy is still needed. Extend the expiry date to 2020-08-31 to align with other hit test related metrics. Bug: 1037083 Change-Id: Iec005c83eff7746e04331baa2ae498a82159b8b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161929Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#762099}
-