- 13 Jul, 2020 40 commits
-
-
Andre Le authored
BUG=1093614 Change-Id: Icd7494c741d250da64e304d12f10da52f32852bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296059Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#787933}
-
Peter Kasting authored
Both of these locations are approximating a higher-precision number with a lower one for human consumption, so rounding produces the least error. (In practice the difference won't be noticed; the more desirable effect of this change is to use explicit safe float->int conversions.) Bug: 1104532 Change-Id: I2173e7848778c99f9eb629870bc0c5383d5cb263 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293630 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#787932}
-
Khushal Sagar authored
Change-Id: Iaf3937b6646ff042471caaa3f52a8971b4bd52ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288362 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#787931}
-
Roger Tawa authored
Bug: 1088131 Change-Id: I89a6daac836f7576c6819e3927cf3ab9652c920d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288811 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#787930}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/38ef299a..d120885f Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I8f73f6fb67af49f4040cefd2b169833b694b59e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295712Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#787929}
-
Peter Kasting authored
By inlining GetDownload() into ShowDownloadById() and making OnGetDownloadDoneForOfflineItem() a member, the code becomes clearer and more direct (mostly by converting the bound ShowDownload() callback into direct calls). Bug: none Change-Id: I92e424ee658e00aff5fbb243d4b6b574fc6285f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296001 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#787928}
-
Pete Williamson authored
This is attempting to mock out the profile that we get from getLastUsedRegularProfile. Change-Id: Icf3cbd3931c146e8ebeb6a46e0033101112789ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290759 Commit-Queue: Peter Williamson <petewil@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#787927}
-
Xinghui Lu authored
Currently desktop and Android share the same study. They are both enabled to 1% Stable. Going forward, we will roll out desktop study to 100% Stable in M83 and roll out Android study to 100% Stable in M85. Server-side CL: http://cl/320706459 See https://crbug.com/1040670#c122 for more context. Bug: 1070324 Change-Id: I8fc93d5fe470678c669ffb8d7544a78ba84bc328 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295924Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#787926}
-
Lijin Shen authored
Reland https://crrev.com/c/2272131 1. Enable only on P+ 2. Use new Critical Helper API Bug: 1088202 Change-Id: I9d07ceee98d138a6468c6280266a14aea8e20b8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290961Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#787925}
-
Sammie Quon authored
It wasn't matching the regular fling to minimize normal window animation, even if the maximized windows was sized to look like a normal window (happens during drag). That was because on complete it restores the window, which triggers another animation, and then minimizes, so the resulting animation is something in between. For drag to unmaximize, the restore bounds animation can actually be disabled as the window bounds are already set to the restore location. Test: manual Change-Id: Idca3efeb1b9392805430342770c9263e04a3d2cb Fixed: 1084355 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289356Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#787924}
-
Livvie Lin authored
Bug: 1092654 Change-Id: I4119710b44204dcf48a7a0d5910a43e44bf702ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285917 Commit-Queue: Livvie Lin <livvielin@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#787923}
-
Chris Thompson authored
This bumps the expiration for various security-related histograms and adds second owners where needed. Bug: 1102466, 1102467, 1102468, 1102469, 1102470, 1102471, 1102472, 1104987, 1104988, 1104989, 1104990, 1105022, 1105023, 1105024, 1105025, 1105027, 1105028, 1105029, 1105030, 1105031, 1105032, 1105033, 1105034, 1105035, 1105036, 1105037, 1105038, 1105039, 1105040, 1105041, 1105042, 1105043, 1105044, 105045, 1105046, 1105047, 1105048, 1105049, 1105050, 1105051, 1105052, 1105053, 1105054, 1105055, 1105056, 1105057, 1105058, 1105059, 1105060, 1105061, 1105062, 1104991 Change-Id: I3da4cc28654621d499f02dcb83664eb2d3b2f53c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295807 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Auto-Submit: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#787922}
-
Peter Kotwicz authored
This CL: - Fixes strict mode detection on Android P - Imports list of "unfixable strict mode violations" from other google apps - Avoids reporting strict mode violation (uploading stack trace) or preforming penalty if the strict mode violation is whitelisted. BUG=1038384 Change-Id: Ib125d08104225af0e1dafb1be1afc5ef8d8e128e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2258578Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#787921}
-
David Black authored
Previously, AssistantSuggestions only supported remote icons. Now, they will optionally support local icons as well. These will be specified by use of resource links (a similar concept to deep links which instead of pointing to some action to be performed point to some resource to be used). This will be utilized in a follow up CL to provide local icons to Assistant onboarding suggestions. Bug: b:157510970 Change-Id: I488865044c1485b1e431cd843f2d0ea0ad146be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289074Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#787920}
-
Lei Zhang authored
Switch to the 1-parameter version, or switch to base::DeletePathRecursively(). Bug: 1009837 Change-Id: Iab8258f3d8b29c308758096299a8e6702230484a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293282Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#787919}
-
Peng Huang authored
When context is lost, the SharedContextState::gr_context_ could be nullptr, we should check it is not nullptr, before using it to avoid crashes. Bug: 1103726 Change-Id: I50a84d3cd2ffff05095ce682f80ddf31d5304d66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295683Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#787918}
-
Sebastien Marchand authored
There's some concern that the cost of the Segment heap doesn't justify its cost (see crbug.com/1102281). This CL disable it by default and put this feature behind a GN flag to let us keep experimenting with it. Bug: 1102281, 1014701 Change-Id: I411b61efc6927ba5d9f1496990a44c44ab8ea6a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292824Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#787917}
-
karandeepb authored
One of the files in the GCS webstore bucket doesn't seem to be updating. Bump the server version as a short term fix. Skipping presubmits since they seem to be timing out. BUG=1105212 TBR=rdevlin.cronin@chromium.org No-Presubmit: true Change-Id: I26250426eb7ff47c553591c5475f066b15f4157e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295933Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#787916}
-
David Trainor authored
Disabling flay test. Tbr: ckitagawa@chromium.org Bug: 1105164 Change-Id: I837fb6a37360eff3aa78fe10b94b146c46d2bf76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295923Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Auto-Submit: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#787915}
-
Jeffrey Cohen authored
TBR=tkent@chromium.org Bug: 1104910 Change-Id: I6ea5dc45a621267cec58f8eabacf8b3a5f388f38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295930Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#787914}
-
Stephen Roe authored
Add fuchsia-fyi-arm64-dbg to chromium_tests configuration. Bug: 1048769 Change-Id: I5d8130d716f7c15c259dec1561c69bdf0e159d8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290951 Commit-Queue: Stephen Roe <steveroe@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#787913}
-
Xida Chen authored
This CL clears some resources in the destructor of FrameSequenceTrackerCollection class. No behavior change is expected. Bug: None Change-Id: Ib6af1f21e1ce19c31645e50f0009941dc7303d8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292922Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#787912}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1594648594-97cb9ce3cb39a74bf15fa7f9f08c38efdf753597.profdata to chrome-win32-master-1594658282-c322bca3a92b7a4e05f128aebc7fcd315086b865.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: If8eb4e4b46053aeecb6ef0c031c13ec1111f7ca0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295879 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#787911}
-
Sinan Sahin authored
This CL builds upon crrev.com/c/2119610 and updates the top margin every time the offsets change instead of doing so only on height changes. Bug: 1102898 Change-Id: Ibb2a5b0a185dc84d3b937f9ed7a624087bdfd151 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285248Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#787910}
-
Sinan Sahin authored
Currently, VTS and a11y tab switcher adapt to the top controls height changes. This CL updates places that use the browser controls height to use the content offset instead. This will make these surfaces animate smoothly with the height change animations since the browser controls animations are driven with offset updates. Bug: 1102650 Change-Id: If11f697900faac6323dee10dfb61e25ec17599d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284205 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#787909}
-
Guillaume Jenkins authored
With this change, ProfileReportGenerator is passed a delegate factory during construction, and takes its delegate directly from it instead of receiving the delegate as constructor argument. #Squeegee Bug: 1091936 Change-Id: Iecc53e7b30a6f2bcb39f6c248ce40c94ae448fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290056Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#787908}
-
Justin Cohen authored
This is currently causing a number of EG2 tests to spin. Temporarily disable while we investigate. Bug: 1103822 Change-Id: I5b1bffe2b679b2970566e6d2687c37aca63d2670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295746 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#787907}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: I8ef7e3041c931ccadbf2cb4021ddfcdddc410ca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294028Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#787906}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c4187c19b8f8..71d4c9e8433b 2020-07-13 khokhlov@google.com devil: Add unittests for GetTracingPath() 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 nuskos@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: chromium:1102378 Tbr: nuskos@google.com Change-Id: If80d8ff56bb01da9490fd42456dce1f1531c435d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295643Reviewed-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@{#787905}
-
chrome://managementXinghui Lu authored
Screenshot: http://screen/WwTrA49aG1F Strings reviewed in the doc linked in https://crbug.com/1085264#c4. Bug: 1085264 Change-Id: Id149ee2bc09709dabd9948fcf8f1e77fdb8464c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290565Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#787904}
-
Reilly Grant authored
This change converts base::Callback types in Bluetooth test code to base::OnceCallback or base::RepeatingCallback as appropriate. Bug: 834319 Change-Id: I8119b9e3087226f50aa1bf109bd31cb42aa64aa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293260Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#787903}
-
Anastasia Helfinstein authored
The automation API's setDocumentSelection only supports selections within a webpage. For native UI, we are directed to use AutomationNode's setSelection method. Because this will work within a webpage as well as for native UI, we use this function any time the start and end objects are the same. AX-Relnotes: n/a. Bug: 982004 Change-Id: I5e5c4847c754c97b77662d865a55969b8728c379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291232 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#787902}
-
Yuly Novikov authored
Flaky on all platforms, skipped on Fuchsia. TBR=kbr Bug: 1105129 Change-Id: I22a465e31a23425474d1659ba01b0fcf3bbcb173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295685Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#787901}
-
Daniel McArdle authored
This CL also deletes an unnecessary std::vector local variable from HttpssvcExperimentDomainCache::IsControl. Bug: 1052476 Change-Id: Ic160ad593028be880246861f328ec287723958b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295322Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#787900}
-
Alex Chau authored
- Nearby Connections is imported to Chrome in parent CL (https://crrev.com/c/2214535) - The library will only run in utility process (services/sharing/nearby) - This CL implements the platform specific portion of the library, for classes like Executor, Mutex, ConditionVariable etc. - ScopedAllowBaseSyncPrimitives is used for allowing blocking code when using Executor - only run in utility process - shared_ptr is used by Nearby Connections API, which requires platform specific portion to return shared_ptr - Dependencies - absl dependency is from Nearby Connections - base is used to implement platform specific portion of the library - test is for unit tests - Design doc: go/nearby-chrome Bug: 1091190 Change-Id: I9df6cac80563e1d7e639b7153c6824d0dc88bc30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228543Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#787899}
-
Alison Maher authored
Update the constraint space used when positioning fragmented OOF positioned elements. This involved: 1) Updating the layout code in this case to use the writing mode of the containing block rather than of the fragmentation context root. 2) Setting up the constraint space for fragmentation. This required access to the fragmentainer constraint space. As a result, I added a map to cache the fragmentainer constraint spaces to avoid creating these multiple times. Bug: 1079031 Change-Id: I31a666ebf3acf61f28eb54bfb3fcd70436ebf1b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274246 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#787898}
-
Daniel Nicoara authored
The caller may need to perform operations after the display is enabled/disabled. Since the display configuration API is async, provide the callbacks such that callers can use them to schedule dependent work. BUG=b/156411764 TEST=Compiled Change-Id: I044767c922eabbec123e4399a5774ccd12d1742d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296000Reviewed-by:
Albert Chaulk <achaulk@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#787897}
-
Anastasia Helfinstein authored
Switch Access' error recovery depends on being able to construct a desktop node. If a problem occurs during that process, do not try to recover, as it leads to an infinite loop. AX-Relnotes: n/a. Bug: None Change-Id: I660fe226ffdbf2e9baa2c41e3d63389bce500e31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292698Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#787896}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ecc9f3494ee9..ed68cfb7fd66 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 jeffreycohen@google.com,ftirelo@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:1061592,chromium:1101531,chromium:1102972,chromium:1104213,chromium:1104916 Tbr: jeffreycohen@google.com,ftirelo@google.com Change-Id: I0a6976767359c19b30c008e7ce146e3780205fb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295644Reviewed-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@{#787895}
-
spdonghao authored
Bug: 1097003 Change-Id: I88d396f8217edd9b073a06c353dc1fb5fce423d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290255Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Hao Dong <spdonghao@chromium.org> Cr-Commit-Position: refs/heads/master@{#787894}
-