- 26 Oct, 2020 40 commits
-
-
Avi Drissman authored
If a distribution has no brand code, the created package should work. Fixed: 11142512 Change-Id: I6f8d939f97f91ac2607ac343aa700eec1f0edf14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498105 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#820938}
-
Mark Yacoub authored
1. Improve Crtc Commit Request to contain everything it needs for a CRTC to be modeset/disabled. 2. Perform a Modeset Test of all displays together to check if the device can support the requested layout altogether. On success of all, modeset each display individually. BUG=1082882,979736 TEST=displays succeed to modeset. Bad modes fail at test and don't get a full modeset. Change-Id: I0f14d5b0bde37a476af6e2ba755a102f5eb4ae38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431614Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Mark Yacoub <markyacoub@google.com> Auto-Submit: Mark Yacoub <markyacoub@google.com> Cr-Commit-Position: refs/heads/master@{#820937}
-
Joe DeBlasio authored
This CL updates the field trial testing config to match that of the M87 launch. Even though ToT is M88, Finch would like the M87 config prior to stable launch. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for full public launch plan. Change-Id: I07c29f253eb117abd6654284656325c0b5b38d04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488705 Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#820936}
-
Avi Drissman authored
This adds asserts that ensure that the Chromes that are generated are self-consistent and will correctly function. Bug: 1142508 Change-Id: Ic827df20741b4d3255667957a64247c8f903efb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499343Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#820935}
-
Mike Wittman authored
Restores a separate representation of the V8 embedded code range as compared to runtime-generated code ranges, now that V8 provides access to this state in the API. This distinction was made in an earlier version of the V8 unwind API but the current version did not previously expose the necessary information. Representing the embedded code range allows profiling of JavaScript builtins which live within the range. Along the way fixes a bug in StackSamplerImpl where the unwinder's AddInitialModules was invoked twice if the unwinder was added before profiling started. Fixed: 1136256 Change-Id: I6ec1433fcf5b7704cb9022781edc423d027b8da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476626 Commit-Queue: Mike Wittman <wittman@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#820934}
-
Chong Gu authored
This reverts commit 1fa9702a. Reason for revert: Angle issue causing this failure has been addressed. Original change's description: > [Fuchsia] Filter broken webgl test > > Bug: 1141040 > Change-Id: I80a3482481762231b35a7cba82bb3781f6706b1d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490331 > Auto-Submit: Chong Gu <chonggu@google.com> > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Chong Gu <chonggu@google.com> > Cr-Commit-Position: refs/heads/master@{#819655} TBR=bsheedy@chromium.org,chonggu@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1141040 Change-Id: I214974d3dcdb9c552f3353726741d9f1a8d178c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499581Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#820933}
-
Mark Pearson authored
These: History.WeeklyVisitCount History.VisitTableCount The latter is useful to understanding how large the table typically is. The former is somewhat useful for understanding engagement and also for validating other histograms. BUG=1139966 Change-Id: Ice25e5fcfbdee25a488287ba81c692725d231e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499404Reviewed-by:
Weilun Shi <sweilun@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#820932}
-
Jongmok Kim authored
- GetNewTabButtonIdealX seems not used. Change-Id: I01f27b70dcfd23b76ba1b3b70c083576143cf8f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494441 Commit-Queue: Connie Wan <connily@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#820931}
-
Daniel Cheng authored
Bug: 958675 Change-Id: I6a4e15214c7b33fc117e34c7f7e6daa7c25a36c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498651Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#820930}
-
Jacques Newman authored
This change adds implementation and testing to place grid items in a densely packed grid. Bug: 1045599 Change-Id: I7640fc12e7cc1c1f284848eb01ca949d6a041261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493828 Commit-Queue: Jacques Newman <janewman@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#820929}
-
Lukasz Anforowicz authored
This CL opportunistically uses the |typeWithEmbeddedFieldDecl| matcher introduced in a previous CL (in https://crrev.com/c/2492464) to fix the "union" filtering rule, so that it not only covers pointers stored directly as union fields, but also covers pointers stored in structs that are nested as a union field. This is motivated by the following examples: - flags_ui::FeatureEntry::(anonymous union)::(anonymous struct)::feature - ui::NativeTheme::MenuSeparatorExtraParams::paint_rect (MenuSeparatorExtraParams struct is embedded as a field of ExtraParams union). (the two examples above are currently excluded via manual-fields-to-ignore.txt) Bug: 1069567 Change-Id: I05fd59d0c93b7954321b375bce40d5325e3eab7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495822 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#820928}
-
Sergey Poromov authored
This is a reland of aa433c9b Original change's description: > DLP: Do not start screen capture for restricted content. > > During creation of a screen capture (desktop, window or tab) it needs to > be checked whether the captured area contains any DLP > (Data Leak Prevention) restricted content. > The corresponding MediaAccessHandlers should do this check on Chrome OS. > > Bug: 1134566 > Change-Id: Id77739a9b6df9f3ed946e563d508c43df83b5580 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446329 > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Yuri Wiitala <miu@chromium.org> > Commit-Queue: Sergey Poromov <poromov@chromium.org> > Cr-Commit-Position: refs/heads/master@{#820713} Cq-Include-Trybots: luci.chromium.try:mac10.15-blink-rel,mac_chromium_10.15_rel_ng Bug: 1134566 Change-Id: Ie1bdd637d9364cc7e75248627c7393438353e230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497450Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#820927}
-
Matt Mueller authored
Bug: b/170619368 Change-Id: I5956a417161c45d12a933637576f462b4d5d215f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490865 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#820926}
-
Steven Bennetts authored
This will allow NetworkState to properly reflect the Shill portal detection results. This also adds two new histograms for collecting better captive portal stats on Chrome OS. Bug: 1133376 Change-Id: I1b3a1b7f9b787587d45dc0a6f9c5a85ccb509cbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490681Reviewed-by:
Kartik Hegde <khegde@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#820925}
-
Bailey Berro authored
This change adds the marketing name to the SystemInfo struct so that it can be displayed in the UI. Bug: 1128204 Change-Id: I61fdab68aa61701cfe9c6a1bc7a23b712aeec1a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491989Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#820924}
-
Joey Arhar authored
remove-crypto.patch fixes an issue where configure will fail on linux due to a missing makefile Bug: 934413 Change-Id: I0a4413389ad7b4f884cc4dcb2bd6fd6144355751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461719Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#820923}
-
Xianzhu Wang authored
Bug: 1137884 Change-Id: I8f1848285f77fa4389b45f24abf097f10f1e92f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496185 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#820922}
-
Mohsen Izadi authored
Following metrics have been recently removed from rendering benchmarks: - percentage_smooth: Removed in http://crrev/c/2414410; - frame_lengths: Removed in http://crrev/c/2451211. This CL removes references to them from rendering benchmark doc. Bug: 894287,1135662 Change-Id: I72fd58c3c4be19e0cbb930dedd7ee6d733fac952 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499201Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#820921}
-
Guillaume Jenkins authored
Adds a new unit test to the ProfileReportGeneratorIOS delegate for the case where a profile has a signed-in user. The test generates a report with a few policies and verifies that the values in the proto make sense. Bug: 1114853 Change-Id: I22b10d978a864f54a3aa5ba8cb143a5a27e5fc55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495750 Commit-Queue: Guillaume Jenkins <gujen@google.com> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#820920}
-
Guido Urdaneta authored
Insertable Streams and Transferable Streams are shipping by default, but the ability to use them together (serialization of RTC encoded frames) was still behind a flag. This CL removes this restriction. The flag is currently reserved for the legacy version of the API and will be removed in M89. Serialization is part of the released API. Bug: 1142519 Change-Id: I64dcdb0b0974c9a582d79f604a01c73925f8e3d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498491 Auto-Submit: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#820919}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/007c109b4594..40c5681ab92e 2020-10-26 wl@gnu.org * meson.build: Fix 'harfbuzz' and 'brotli' build options (#59347). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: I39a055a17fbdd90a2cce2767971a74c19ec64255 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499405Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#820918}
-
Erik Chen authored
Change-Id: I249c1c12724aa925f7e155df26de4077bcc1a8ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495694 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#820917}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/goldctl-linux-chromium-autoroll Please CC bsheedy@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/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: I357265e925d851ec533dba56ebea496391f5c653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499406Reviewed-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@{#820916}
-
Alex Newcomer authored
Example of improvements: https://screenshot.googleplex.com/C8jxSzdyCWaqpUK.png Of note: - The images are tiling horizontally and vertically due to an issue with RoundedImageView, details here: https://crbug.com/1139498 - Images in the amazon screen shot load completely! 1. Add <!DOCTYPE html> to the data url. - This aids in proper sizing of the rendered HTML. 2. Allow the web view to auto resize. - This aids in proper sizing of the rendered HTML. 3. Debounce calls to CopySurface. - Ensures we get the fully loaded HTML. - Sometimes DidStopLoading and ResizeDueToAutoResize is called. multiple times per load. Copy on the final call. 4. Increase Request timeout time to allow for loading of full pages. - For example, copy a full Amazon page, it takes >5s to render. 5. Scale the screenshot to fit into the 222x66 multipaste screenshot. - Previously we relied upon clipping done downstream, but UX prefers scaling. Change-Id: I7759dafac0e774aa2c9a5836d65843f83453c653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481943 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#820915}
-
Patrick Noland authored
Bug: 1142544 Change-Id: I9533d4f1350a5d539055f85a9bb1b48b21808b71 TBR: bashi@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498655Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#820914}
-
Nicolas Ouellet-Payeur authored
The DestroyProfileOnBrowserClose didn't clean up data on disk when the profile got deleted, so the flag did nothing for ephemeral profiles, until now. With this patch, DestroyProfileOnBrowserClose applies to ephemeral profiles. When the last browser window in a profile closes, the Profile object is destroyed. Then, the profile directory is nuked from disk. This way, sensitive data gets deleted much earlier than it previously did. Bug: 88586 Change-Id: Ic74f8ceec0344f2759a88ab4a007f36316517037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485639Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#820913}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: Ief1d72ccf5f31a05639445068a4288cbbfa9cc86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498833Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#820912}
-
Reilly Grant authored
This change refactors the use counters for the Shape Detection family of APIs so that usage of the detect() methods on BarcodeDetector, FaceDetector and TextDetector interfaces is recorded separately. These new use counters are then enabled for UKM. This removes the use counters for the constructors, which are less useful than recording usage of the detect() methods as constructing an instance of the detector does not indicate real usage and could overtrigger for feature detection. Bug: 1001217 Change-Id: Iec763bb8f0f175e098943228492ca6b27440a167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498825 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#820911}
-
Scott Violet authored
Specifically if the NewTabCallback deletes then tab, then we shouldn't try to load a url. BUG=1142090 TEST=testOpenPopupFromInfoBarAndNewTabCallbackDestroysTab Change-Id: Ib31e7cb52d7dec6d1724c1e3471b7c5ace72c858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496160Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#820910}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1603713364-255d86fa5592c315dc7718e8b4c93f0ba1279e07.profdata to chrome-linux-master-1603735176-b32fad2c4d9cbe478f3c31f23cbc72f28c88ba53.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: I10216ea86e7d5e1539e9754fdec24aa8b801fd6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498850Reviewed-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@{#820909}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d2663acda4ce..546b189d859d 2020-10-26 jalyn@microsoft.com Settings: Prepare shortcut editor for reset button 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/+doc/master/autoroll/README.md Bug: chromium:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I963de7d818ac55cae7b807cd4db08006738ab3b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499417Reviewed-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@{#820908}
-
Sebastien Lalancette authored
This value will be mainly used when facing parsing failures when converting responses from the text-fragments-polyfill JavaScript library used on iOS. Bug: 1136043 Change-Id: I2af25b336944a5ac4f7258de75aeec8f73b46ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499084Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#820907}
-
Peter Kasting authored
These are selected so as to unblock removing (and remove) the majority of the remaining ButtonListener-receiving APIs. Bug: 772945 Change-Id: If33924bb5b21a843c2b90717916e54ac281ce235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495834 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#820906}
-
Alexis Hetu authored
Using an RGBA8 image for an RG8 texture was causing confusion in the underlying driver where copyTexSubImage could be disallowed because of unequal formats between the framebuffer and texture (RG8 vs RGBA8) while the application was seeing 2 RGBA8 textures. Removing the workaround is now possible and fixes the issue. Bug: 985458 Change-Id: I6a1ac80f05adb67917ddda34835c9be7f0d5d1ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499264Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#820905}
-
Andre Le authored
- Add PhoneHubNotificationView to customize Phone Hub Notification. - After sending a reply, take the UI back to action buttons and briefly disable the reply button. BUG=1106937,1126208 Change-Id: Ie022f2a4955b6dd0ebd4b0120bfffae805038a8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488364Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#820904}
-
Ilia Samsonov authored
Currently our builders run python in x86 architecture. This cl introduces the same routine as in depot tools to detect whether we are running on arm. https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2287751 Bug: 1130741 Change-Id: I139c1d6be042a43e73c80ae6aac789cdba9e352b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462484Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#820903}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7874beb5c5a1..306f03788f83 2020-10-26 johnchen@chromium.org [Telemetry] Speculative fix for missing win32gui 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 zhanliang@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:1141914 Tbr: zhanliang@google.com Change-Id: Idbf758dd9a58341279d73cabf19efc5ea9a8dca9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499412Reviewed-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@{#820902}
-
Daniel Rubery authored
SafeBrowsingNetworkContexts is ready to roll out to Beta (see cl/337414650), so add a field trial for it. A few tests fail with the feature enabled, so we add a little code to fix those tests as well. Change-Id: I5254a0b632f5319f50d29756a996e69dcd3acc43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477252Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#820901}
-
Victor Hugo Vianna Silva authored
Bug: 1099615 Change-Id: If712d3e7158ead902a6f93ccf85bcb45372a682c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498591 Commit-Queue: Victor Vianna <victorvianna@google.com> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Auto-Submit: Victor Vianna <victorvianna@google.com> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#820900}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d2a3a5b3b4c3..aaea0d98fb64 2020-10-26 johnstiles@google.com Update `nameVariable` to return the variable name directly. 2020-10-26 brianosman@google.com Slight tweak to SkTHashMap natvis support 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/+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: jcgregorio@google.com Change-Id: I210d3a21b9a2f09684a3b8741adea931130dd3cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498874Reviewed-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@{#820899}
-