- 21 Oct, 2020 40 commits
-
-
Greg Thompson authored
Once upon a time, mini_installer.exe created a directory in %TMP% in which to place files while it performed its work. Since it may fail to delete these files (e.g., due to crashes or interference by A/V software), it was given the power to delete files left behind by previous executions. This is all well and good, except that organic system-level installs did this work in a user's %TMP% directory rather than in the system's. Starting in r798844, mini_installer now puts its work directory next to itself. For installs driven by Google Update, GU will take care of (eventually) deleting anything left behind. Since this appears to be working reliably, we no longer need the %TMP% cleanup code. One caveat to this change is that files/dirs may once again accumulate in %TMP% if mini_installer is run from a directory in which it does not have write access. This will never be the case for proper Google Chrome installs. BUG=1125018 R=forshaw@chromium.org Change-Id: I50a768585d25ebdd508fc88f8036580a01bd8727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484651Reviewed-by:
James Forshaw <forshaw@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#819537}
-
Michael Moss authored
This fixes errors while building universal binary diff tools on official builders. This didn't surface in https://crrev.com/c/2462242 because the trybots don't build with official settings, so don't run dsymutil. BUG=1119472 Change-Id: Ic6a29205cff50746ad25a0944bf961907af910a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488710Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Auto-Submit: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#819536}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1603031994-5f3b6fcba7bce636145481c18ca09ca6363425d3.profdata to chrome-win32-master-1603227551-27f8a1799a335df211e237de1f87f7621bc18d2f.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: I8be197cd3ca9c9aca1587c955c7a17c3660141e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488926Reviewed-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@{#819535}
-
Jeremy Roman authored
Currently it does the same thing as ExecutionContextCSPDelegate would, but does so directly. It should flow through the same path, so that the delegate is informed when policies are added whether from accumulated headers or not. This addresses a minor metrics issue whereby a use counter is bypassed. Bug: 1110010 Change-Id: Ic06a426f172791c2225efec875bbbd041feeb4fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487847 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#819534}
-
Henrik Boström authored
This can happen if peer connections are created or garbage collected inside of JavaScript event listeners triggered by OnSuspend which closes peer connections. Bug: chromium:1139153 Change-Id: I3d36c418f2f1a1e41886ff22901feeaaaee28029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489302Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#819533}
-
Dave Tapuska authored
WidgetMsg_Close was only sent for popups and was used to indicate the browser destroyed the widget (possibly due to a focus change). To do this without an actual message we add a PopupWidgetHost channel. If the browser disconnects the channel then the popup widget is closed. BUG=1097816 Change-Id: I606dc2ef57b9b42eb45e3b638d88f2a8dc687a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472424Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#819532}
-
Koji Ishii authored
This patch inlines |NGLineBreaker::HandleText|. This is a very small function with "inline", but while investigating disassembly for an issue, it turns out that this function is not inlined, and has |__security_check_cookie|. This patch inlines it to avoid the cost. This patch has no behavior changes. Change-Id: I8d796a31fb952afc99c0caab427b96b4c503a9ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490336 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#819531}
-
Eugene But authored
Add UserFeedbackProvider::CreateViewController method which takes UserFeedbackSender as an argument. Downstream code will convert this sender to Feedback category tag. This will allow to distinguish user feedback sent from Tools Menu vs. SadTab. Bug: 1138523 Change-Id: Ibd768abb170e447c9ee06f1d2a3384721318d920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485877 Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#819530}
-
Gavin Williams authored
Bug: None Change-Id: If25e328730ca156187f164e12aa57df08fad2e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490881Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#819529}
-
Clark DuVall authored
This reverts commit 0dcebcdd. Reason for revert: Looks like component build is not quite fixed: https://ci.chromium.org/p/chromium/builders/try/android-pie-arm64-dbg/1963? Original change's description: > Reland "Enable isolated splits in canary" > > This is a reland of b9d174e5 > > This was reverted because it broke component builds, should be fixed by > http://crrev.com/c/2490330 > > Original change's description: > > Enable isolated splits in canary > > > > All known issues have been fixed so enabling this in canary to see if > > there are any major problems. > > > > Bug: 1126301 > > Change-Id: I0c3bc7443fcca8b81f7c2652d90b982872f7ea08 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478144 > > Commit-Queue: Clark DuVall <cduvall@chromium.org> > > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#819200} > > TBR=agrieve@chromium.org > > Bug: 1126301 > Change-Id: I343572b03f99ec201df4fb021c56d13233db623e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490682 > Reviewed-by: Clark DuVall <cduvall@chromium.org> > Commit-Queue: Clark DuVall <cduvall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819512} TBR=agrieve@chromium.org,cduvall@chromium.org Change-Id: I0ff64b2047d25fab0b4fd5feb83f3568ceecf828 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1126301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490862Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#819528}
-
Angela Yoeurng authored
Adds counterfactual param to ButtonRowWithPedals experiment. Also adds entry for ButtonRowWithPedalsAndKeywordButton to match server-side changes. Browser tests are updated to reflect the keyword-mode-by-space being disabled when the keyword search button is enabled. Bug: 893183 Change-Id: I11aa0223d01436e065eb63e2baa57fc0118dedc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472434Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Angela Yoeurng <yoangela@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Angela Yoeurng <yoangela@chromium.org> Cr-Commit-Position: refs/heads/master@{#819527}
-
Patrick Noland authored
This lets us re-hide the implementing class and wire dependencies to its constructor. Bug: 1140188 Change-Id: Idbe3c9c9b061cb657a3a04fa60cb6fc2dece260f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486079Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#819526}
-
Hajime Hoshi authored
Bug: 1117081 Change-Id: I655468fd6748b6e948edc0add545d6fbb7b3272a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489111Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#819525}
-
Jonathan Ross authored
This reverts commit f454440c. Reason for revert: chromeos compile failed with a dirty tree. Ninja pointing to OS Settings as likely culprit: "ninja explain: output gen/chrome/browser/resources/settings/chromeos/preprocess_v3/chromeos/os_settings.html of phony edge with no inputs doesn't exist" https://ci.chromium.org/p/chromium/builders/ci/chromeos-amd64-generic-rel/47276? Original change's description: > OS Settings: Update to use preprocess_grit > > OS settings is the last remaining user of unpack_pak. By migrating it to > use preprocess_grit, unpack_pak can be deleted, preventing any new UIs > from adding more usage. All UIs should instead use preprocess_grit > (and, eventually, autogenerate grd files with generate_grd). > > Planning to update OS settings to autogenerate grd files in a followup. > > Bug: 1132403 > Change-Id: I5378836543befb224a82e58b0211bafba9aead64 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487885 > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819485} TBR=khorimoto@chromium.org,dpapad@chromium.org,rbpotter@chromium.org Change-Id: Ibaed7c55cc29a22bde6272d6a29f2ee201e79111 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1132403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490511Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#819524}
-
Nina Satragno authored
On testdriver virtual authenticator tests, binary values were being encoded as base64 instead of base64url. This didn't blow anything up because the test values happened to have the same representation in both, but is still a bug. Bug: 1141104 Change-Id: I6edd7fdfd4ab0f9ae1d196d8f2e14ed2bd9e334d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490230 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#819523}
-
sczs authored
This way we make sure to stop/start observing whenever a new FeedView has been set, making sure the calls are balanced for all FeedViews. Bug: 1122031 Change-Id: If6392e5b3e9692141b441162665aebd95ddd4b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490024Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#819522}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/2d615e49c1cb..982bf51c4052 2020-10-21 robdclark@chromium.org Add way to have a hidden container slice If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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:chromeos-kevin-rel;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: skyostil@google.com Change-Id: I0bbca1dafcd58dc472f4be83daf091d7f5fad829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489669Reviewed-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@{#819521}
-
Majid Valipour authored
It is important to unsubscribe WebOTPService from SMS fetcher when it gets destructed to avoid use-after-free bugs. This currently happens in CompleteRequest() but we only call it if there is a callback. At the moment using the existence of a callback as a proxy for the existence of a subscription is safe because we only subscribe when there is a callback. But it is more robust and safer to unsubscribe unconditionally and not rely on the existence of callback_ as an indicator for a subscription. R=kenrb@chromium.org BUG: 1138161 Change-Id: Ic69191fa7d895b211508b84f1b90c973f0c386a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490260Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#819520}
-
Jonathan Ross authored
Two Texture Copying tests have begun failing consistently on the ARM-based Apple DTK machines. This change suppresses the tests while the root cause can be identified. TEST=conformance/textures/misc/texture-copying-and-deletion.html conformance/textures/misc/texture-copying-feedback-loops.html Bug: 1141066 Change-Id: I63c40ccd01f4a8304b027738952ca862996181cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490482Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#819519}
-
Daniel Cheng authored
Bug: 1140588 Change-Id: Ib4429dd024d2571d574dcbd63d84dca6ec90e10a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488082Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#819518}
-
Zakhar Voit authored
This patch makes sure that cursor bitmap received via wl_pointer_set_cursor is scaled correctly before creating the corresponding PlatformCursor. The previous approach had two issues: 1. The cursor size was incorrect for scale less than 200% since we used default DSF (ManagedDisplayInfo::GetDensityRatio()) instead of the effective one (Display::device_scale_factor()). This led to cursor always being upscaled to 200%. 2. We didn't use the same logic that ash uses for scaling cursors: ui::GetScaleForScaleFactor() + ui::GetSupportedScaleFactor(). So the cursor size was different from ash when using fractional scale. Bug: 1140175 Change-Id: Id034cb6d92718a01e3ac0a70047b1e4224b9cf96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485157Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Zakhar Voit <zvoit@igalia.com> Cr-Commit-Position: refs/heads/master@{#819517}
-
Jeroen Dhollander authored
This folder is maintained by the Assistive team. Bug: N/A Change-Id: Ide7af49046a8326985acd19ab715e885961b673d Tests: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490841 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#819516}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1603281470-f96bc0fcebd9344c6ef9fb677ad5905993ab5142.profdata to chrome-linux-master-1603302740-e55fee2d2ced5621a041f91ab31ac53e5d576c91.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-linux-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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I6ecef50926cd37dab7d5b4645f6f1b617699349e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490486Reviewed-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@{#819515}
-
evliu authored
This CL updates the MediaDialogView to use the original profile for OTR profiles. The CaptionControllerFactory uses a redirected browser context in incognito mode, so the toggle button should affect the pref value of the original profile. Bug: 1055150 Change-Id: I50125192f0bcefbf9711840f042c9bc6a8586072 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488618Reviewed-by:
Abigail Klein <abigailbklein@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#819514}
-
Stephen Chenney authored
Enforce the requirement that all uses of images always orient when the image is cross origin. We rely on ImageResourceContent::IsAccessAllowed and ConvasImageSource::WouldTaintOrigin. Bug: 1110330 Change-Id: I017b4fbf045eb8b0080ba85c49abfba02d2843ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473799 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#819513}
-
Clark DuVall authored
This is a reland of b9d174e5 This was reverted because it broke component builds, should be fixed by http://crrev.com/c/2490330 Original change's description: > Enable isolated splits in canary > > All known issues have been fixed so enabling this in canary to see if > there are any major problems. > > Bug: 1126301 > Change-Id: I0c3bc7443fcca8b81f7c2652d90b982872f7ea08 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478144 > Commit-Queue: Clark DuVall <cduvall@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819200} TBR=agrieve@chromium.org Bug: 1126301 Change-Id: I343572b03f99ec201df4fb021c56d13233db623e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490682Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#819512}
-
kylechar authored
This is to provide a workaround for specific low memory devices to disable mipmap generation which should reduce memory usage. Bug: 1138979 Change-Id: I214a01fd57be202cc5c21f850f7de3176871110b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485520Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#819511}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/718e25c7f990..87996d2e7b98 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 tluk@google.com,sebsg@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:1080853,chromium:1104817,chromium:1124873 Tbr: tluk@google.com,sebsg@google.com Change-Id: I3e117cc986547e2506fbc088972284fbe04da51f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489926Reviewed-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@{#819510}
-
Brian Malcolm authored
The managing entity in the management warning disclosure can now either be a domain (foo.com - for Dasher domains) or the email address of the administrator (admin@foo.com - for FlexOrgs). BUG=chromium:1081272 Change-Id: I23819a68f581d0fc59d301a5846628cf97b01e0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486785 Commit-Queue: Brian Malcolm <bmalcolm@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#819509}
-
Sorin Jianu authored
If an active version of the updater is detected, and it is greater or equal than the version of the updater running `--install` then the setup execution path is skipped, and the code proceeds with installing the app, if needed. Otherwise, the code sets up the updater, as before. Bug: 1141037 Change-Id: I95e78c150acba7a5fadca2140cad4a9c22def5c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490543 Commit-Queue: Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#819508}
-
Fredrik Söderqvist authored
Rather than passing a pile of floats, pass FloatRect or FloatSize as appropriate. This better matches the values that are actually passed and doesn't require expanding earlier than necessary. Turn the align_ == kSvgPreserveaspectratioUnknown check in SVGPreserveAspectRatio::ComputeTransform(...) into a DCHECK since this is not a value that should ever be set. Change-Id: I84c1fd5dc6509abb60595479dfa5fb2e96175d95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490004 Auto-Submit: Fredrik Söderquist <fs@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#819507}
-
Daniel Libby authored
There is code in FrameTree that updates AXTreeData on the root RenderFrameHostImpl for the given frame tree. However, this doesn't work for guest WebContents, since the global root BrowserAccessibilityManager is the object that determines which AXTree has focus, which influences which events are fired, etc. Instead, move a helper from cross_process_frame_connector.cc to retrieve the root RenderFrameHostImpl in the outermost WebContents to update AXTreeData. RenderFrameHostImpl::GetFocusedAXTreeID knows how do drill down into inner WebContents to get the correct AXTreeId. Bug: 1130710 Change-Id: I8c4cfdb559189bd02b174edbcd5f536c0cd2a2e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470334 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#819506}
-
Charlene Yan authored
This was previously broken since TabStrip::AddToGroup is used for both adding a tab from a group, and removing tabs from a group by setting |group| to base::nullopt (which is called when closing a tab). Add a check to exit tab closing mode only when we are adding a tab to a group. Bug: 1133485 Change-Id: I27d270e2093d37049fe1a9800412fc3176bc1fe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472902Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#819505}
-
Elly Fong-Jones authored
This test relies on getting the system to do a certain minimum number of idle wakeups, which depends on a) The frequency with which the system decides to schedule our worker, and b) The frequency with which the system decides to idle to begin with Neither of which can be relied on on the Mac bots. Bug: 1128471 Change-Id: I5128ce89702b99227200140653ae3716030525ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490781Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#819504}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f736cabba58b..b3a1dbae309e 2020-10-21 ddoman@chromium.org [resultdb] move the cipd pin of infra/tools/rdb 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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 Bug: chromium:1137506 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Ie9c4f90cac27a374640b2f2ec8ecf7eda510acef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490481Reviewed-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@{#819503}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/07829f27ec5f..e267464b897d 2020-10-21 michaelludwig@google.com Make small epsilons more rigorous for gpu gaussian blurs 2020-10-21 johnstiles@google.com Revert "Create a basic IRNode pooling system." 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 egdaniel@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: egdaniel@google.com Change-Id: I9725ecace14bc8a430c778e23a6d2ca6e19bb495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489759Reviewed-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@{#819502}
-
Rahul Arakeri authored
This CL builds the Bezier Curve for overscroll dynamically based on the fling velocity. When the user flings, the velocity of the scroller (when scroll bound is reached) is used to calculate one of the control points. This makes the "rubberbanding" feel more natural. Bug: 1058071 Change-Id: I250ed02374769c73097e4c4ad2babcc8b52204c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483766Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Rahul Arakeri <arakeri@microsoft.com> Cr-Commit-Position: refs/heads/master@{#819501}
-
Tibor Goldschwendt authored
This CL makes the third-party theme box appear above the Chrome colors instead of beside them. Bug: 1140128 Change-Id: Ie8f0e03230f23ef49bc71e7c60866160bdc1ebed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488392 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#819500}
-
Jeroen Dhollander authored
This CL introduces a new |BloomResponse| struct, which contains the response from the Bloom server. This is very similar to the JSON that the Bloom server returns, but it is a lot easier to use and it will isolate our code from minor changes in the Bloom server response. Bug: b/165356952 Test: chromeos_components_unittests --gtest_filter="Bloom*.*" Change-Id: Id2a7cd5ec69115c4350aef3c8a7aef71088495ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398910Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Cr-Commit-Position: refs/heads/master@{#819499}
-
Matt Mueller authored
Bug: b/170619368 Change-Id: I6681f36c4cdf78d8afcd4f43d9dcbebf0866e790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488715 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#819498}
-