- 23 Apr, 2020 40 commits
-
-
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}
-
Lily Chen authored
This renames the attach_same_site_cookies parameter on URLRequest, ResourceRequest, and related navigation params to the more descriptive name force_ignore_site_for_cookies. This is mostly a straightforward find-and-replace, except for updating/ clarifying some comments, and leaving TODOs in a couple of places where the usage should be removed. TBR=dcheng@chromium.org,morlovich@chromium.org Bug: 1068792 Change-Id: If70353bd8c9d3a233990daa1733a58c16ebd859f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162209Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#762098}
-
Ian Kilpatrick authored
As above, there should be no behaviour change. Change-Id: I91757699706c632d24b4a71eacc5e8b82face59a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163429Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#762097}
-
Qingwen Pi authored
MediaPipelineBackendFactory is not used. CmaBackendFactory is used instead. Bug: 149422033 Test: none Change-Id: I920120c59b325f9a72848ddf46394a7f25f8c52b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163648Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Qingwen Pi <qwp@google.com> Cr-Commit-Position: refs/heads/master@{#762096}
-
Akihiro Ota authored
This patch fixes a crash that occurred when checking the available voices. Previously, we were assuming that TtsVoice objects, returned by chrome.tts.getVoices(), had a certain structure e.g. that the voice property was always set. This is not always the case, and the documentation states that all properties are actually optional. We now perform an error check before accessing TtsVoice.lang, which was the root of the issue. The test suite has been updated to check this case as well. Bug: 923068 Change-Id: I5936ab683c46add944bd915b7722733dbdf761bd Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163153 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#762095}
-
Guillaume Jenkins authored
Windows native spell checker integration in Chromium is still under development and the two associated feature flags must be extended. Bug: 978460 Change-Id: I10b252b84fd728b79f73f32e568c644830e3573f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163154Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#762094}
-
Ben Joyce authored
These changes were manually added into build.gn file for androidx migration. They are no longer needed now that the import calls have moved over. Bug: 1067050,1067070 Change-Id: Ia7cd36bf52b39444a2dec6bdc065e41b187a2c1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2160011Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Commit-Queue: benjamin joyce <bjoyce@chromium.org> Cr-Commit-Position: refs/heads/master@{#762093}
-
Akihiro Ota authored
This change: 1. Adds a new enum to ax_enums.mojom. 2. Creates a new output rule for IME candidates. 3. Adds a new method to PhoneticData to get phonetics for text. 4. Cleans up the goog.require() statements in output.js. Bug: 1034146, 1056062 Relnotes: ChromeVox gives phonetic readings for IME candidates. Change-Id: Idc620f2ef4b06dfcbf6f494ac900f92ee92831d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151852 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#762092}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/513720f28ece..ed6e82796bde git log 513720f28ece..ed6e82796bde --date=short --first-parent --format='%ad %ae %s' 2020-04-23 csmartdalton@google.com Add a flag for suppressing tessellation shaders 2020-04-23 egdaniel@google.com Track d3d resources using sk_sp instead of raw pointers. 2020-04-23 jcgregorio@google.com Revert "Move SkFrontBufferedStream into Android-only dir" Created with: gclient setdep -r src/third_party/skia@ed6e82796bde 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/+/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 Bug: None Tbr: jcgregorio@google.com Change-Id: I80661542f6af5f5b143deebad95307949755d21d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163461Reviewed-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@{#762091}
-
Regan Hsu authored
Do not announce a route has been navigated to when a OS Settings search result is clicked/entered upon. Fixed: 1071283 Change-Id: I522643ffa7d18afd49699eb83e6dabb7e059261b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158685 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#762090}
-
zhaoyangli authored
Added the property to iOS CI and try builder definitions. Recipe side change consuming the properties: crrev/c/2161434 Bug: 1072033 Change-Id: Id14eee275d92b4620156a99ec2d764767f204544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161624 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#762089}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/7f446cc3c798..dacaac7b0f29 git log 7f446cc3c798..dacaac7b0f29 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 bravi@microsoft.com Implemented URI Action Handling for links 2020-04-23 thestig@chromium.org Fix nits in StructElement code. 2020-04-23 thestig@chromium.org Do IWYU to fix building with gcc. 2020-04-23 thestig@chromium.org Auto format GN build files. Created with: gclient setdep -r src/third_party/pdfium@dacaac7b0f29 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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:994500 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I860977fb5ed2a5b74398b98891480677f9ccd865 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163457Reviewed-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@{#762088}
-
Chan Li authored
Change-Id: Ie44434f04b903ed4ae66098be3ac7d8ebfccf3d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163434Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#762087}
-
Kyle Horimoto authored
This CL migrates device UI strings to a per-page provider and adds TODOs for adding relevant search tags. Bug: 1069849 Change-Id: Ia1c5a845ed54e377d8db6f4880759d9dca7f13b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162106 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#762086}
-
edchin authored
Change-Id: Ic33e18618ad0dcc63c233d97d9c9f87132241f79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163410Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#762085}
-