- 26 Aug, 2020 40 commits
-
-
Vasilii Sukhanov authored
Fixed: 1122056 Change-Id: I02b9f69d1d68f8ea8c2e37540de9e092143d1d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377933 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#801867}
-
minch authored
Bug: 1106012 Change-Id: Ia7333c45367508ff4bc6f970ae67950ab494311f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373948Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#801866}
-
Brian Geffon authored
This CL only introduces the part of userspace swap which transfers the userfaultfd file descriptor from the renderer to the browser. This is a separate CL to make the code easier to review. In a follow up CL we will actually introduce the code which does the swapping as that will be the final piece. BUG=chromium:1067833 Change-Id: I6f45d6ef385fa9715473ded8fbb905f5e04a04b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335407 Commit-Queue: Brian Geffon <bgeffon@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#801865}
-
Leonid Baraz authored
Connects real encryption to EncryptionModule. The module now actually encrypts the records, unless EncryptedReporting feature is disabled (Currently disabled by default, until server can support decryption). The unittest is similar to encryption_unittest.cc, with two differences: 1) It uses EncryptionModule instead of whole encryption sequence 2) It tests that with EncryptedReporting disabled encryption result is identical to the original data and has no encryption_info. Bug: b:153649905 Change-Id: If65f07e315aae25da01477e602449963ca49ae91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376530Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#801864}
-
Amr Aboelkher authored
The same test was previously crashing over all platforms, which led to disabling it over all of them. However, the problem now with Mac OS. Thus, disabling it only for Mac OS. See: https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests%20%28dbg%29/19839 TBR=jdeblasio@chromium.org Bug: chromium:1122078 Change-Id: I773ffb8ce9dc8f751c90010979b0e4dcbf89c5a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376855Reviewed-by:
Amr Aboelkher <amraboelkher@google.com> Commit-Queue: Amr Aboelkher <amraboelkher@google.com> Cr-Commit-Position: refs/heads/master@{#801863}
-
Maksim Sisov authored
This fixes the following error: ld.lld: error: duplicate symbol: remoting::DesktopResizer::Create() >>> defined at desktop_resizer_ozone.cc:53 (../../remoting/host/desktop_resizer_ozone.cc:53) >>> common/desktop_resizer_ozone.o:(remoting::DesktopResizer::Create()) in archive obj/remoting/host/libcommon.a >>> defined at desktop_resizer_x11.cc:362 (../../remoting/host/desktop_resizer_x11.cc:362) >>> common/desktop_resizer_x11.o:(.text._ZN8remoting14DesktopResizer6CreateEv+0x0) in archive obj/remoting/host/libcommon.a clang: error: linker command failed with exit code 1 (use -v to see invocation) This patch uses the same approach as in another places. For example, DesktopScreenLinux. Bug: 1085700 Change-Id: I0bb0c8e6d62ea66c618422d4af9044c52c57c729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376854 Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Commit-Queue: Joe Downing <joedow@chromium.org> Auto-Submit: Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#801862}
-
Erik Chen authored
Change-Id: I3a3efe60a3b53bbd6f431a257bbf8e6266f903e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377067 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#801861}
-
zhaoyangli authored
Roll current 12a8189h to 12a8189n: `git grep -l '12a8189h' | xargs sed -i '' -e 's/12a8189h/12a8189n/g'` CIPD packages: infra_internal/ios/xcode/mac 12a8189n infra_internal/ios/xcode/ios 12a8189n No-try because try jobs don't take infra/config change thus won't mean very much for the CL. See led jobs in comments. No-try: true Bug: 1121776 Change-Id: Ifc9f7c062e3321d0464f5b01c8ea65d1d882fb48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376461 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#801860}
-
Reilly Grant authored
This wrapper around BluetoothAdapterFactory is only used by WebBluetoothServiceImpl in order to support swapping out the BluetoothAdapter implementation during tests. Other Chromium code should not use it. Bug: 1116938 Change-Id: I9db8ec16f1d4647a557369f8698ccbbb120093fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373448 Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#801859}
-
Shimi Zhang authored
Bug: 1105933b Change-Id: I293b77d7f0ddcb1d0aaefaf3de6e09fbe5594f4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377068Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#801858}
-
David Black authored
No longer needed given evolution of feature requirements. Bug: 1112469 Change-Id: Ic31d2a02fcc624ddc101447f68089cfff9bd2660 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377535Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#801857}
-
Antonio Gomes authored
... and use WTF::Bind instead. Note that calls were within the same thread, so WTF::CrossThreadBindOnce were not needed. BUG=787252 R=guidou@chromium.org Change-Id: I9e3b5c7a28cbf9d2479c65e90c86cc758f63f564 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364211 Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#801856}
-
Nazerke authored
As a tabmodel needs to be deprecated, this CL moves all CRWWebStateObserver functions into a web state list metrics browser agent and omnibox geolocation tab helper created here to move them out of TabModel. Bug: 1050116,1045575 Change-Id: I9b0f14c6fc89b5d7304a2cd2e5b5bd0af44838b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289856 Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801855}
-
Chris Cunningham authored
Measure interface usage by constructor calls. Bug: 1121462 Change-Id: Ibdac55925d918bf86ec5f01b7046b8c54b4671ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374506 Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#801854}
-
Robert Ma authored
similar to https://crrev.com/c/2376484, without being limited to wpt-importer. Manually checked and adjusted the change. Fixed: 1115767 Change-Id: I54426b19dab75e5e5150220cae3afa7e2d165a35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377111 Commit-Queue: Robert Ma <robertma@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Auto-Submit: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#801853}
-
Regan Hsu authored
* Moves PhoneHubManager to PhoneHubManagerImpl. * PhoneHubManagerImpl and FakePhoneHubManager are now derived classes. * FakePhoneHubManager will be used by the debug UI to be added in a later CL. Bug: 1106937 Change-Id: Iee1c6b4b787f36a7a50eb83fcd1ae1e626f7eecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375740Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801852}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/4f8bdaf473fb..320c6c87b2ed 2020-08-26 enga@chromium.org Revert "Skip TextureSubresourceTest.MipmapLevelsTest on Vulkan w/ validation" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I132ce7837e6ea3c6dfde2db17186771d664b2ac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378171Reviewed-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@{#801851}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/91c0477b4332..c75c42807634 2020-08-26 hta@webrtc.org Fix current_direction() when stopping_ but not stopped_ If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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:980879 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I02a0016fc621324be6273c0950c58e3295595776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378173Reviewed-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@{#801850}
-
ckitagawa authored
Record if the early check for a paint preview returns false. This allows us to compute the overall success/failure ratio for all attempts to show a paint preview. Bug: 1109991 Change-Id: I6fdb3611d5182b64b628185017298a50b05dc311 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377988Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#801849}
-
Garrett Beaty authored
Change-Id: Ifd31d6dd6f68ea67a4af0d432c7e0564039ace2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377984Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#801848}
-
Mohamed Heikal authored
removing the custom package in system_webview_shell_apk_resources broke compiling the shell with a different package name. Readd as a stop gap measure. Bug: 1121790 Change-Id: Ib73cae4bf39f0eb6af1ded6b1a292daea5936634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377429 Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#801847}
-
Peter Kasting authored
* Width was set wrong due to swapped conditional. * Height should always be fixed at one line, even if the name is long. Bug: 1112286,1112455 Change-Id: I677e52a0ef0b84f85382c4f6ae4899c6e42a9b93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376550 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#801846}
-
Weilun Shi authored
Remove pretty-print and validate format comments in all xmls under histograms_xml/. Update their comments as well. Change-Id: Ifd3ceddb3e649bb3c28ffe6d8dc32b8a979a8b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376670 Auto-Submit: Weilun Shi <sweilun@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#801845}
-
Owen Min authored
This flag is introduced with https://codereview.chromium.org/250383004 as a way to disable the feature. Give that the feature has been launched for many years, we probably don't need this anymore. And it gives user a way to escape component cloud policy on desktop. Bug: 1119515 Change-Id: Icefcdc2ea49d9b25dbb535616befef427a53ee90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364960Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801844}
-
Jia Li authored
- Service launch/termination/crash: makes the implementation of `ServiceConnection` to observe and log these events. - Model loading/evaluation result/latency: directly log measurements from the ML Service. Bug: 1108337 Change-Id: I021c82a2a9b2aadec9402b392b82cb18d6076083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362337 Commit-Queue: Jia Li <jiakl@google.com> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#801843}
-
Yusuf Sengul authored
Bug: 1119466 Change-Id: Iba472f30a4e5f9625f85a94d1a8e1d67999961cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363216Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Commit-Queue: Yusuf Sengul <yusufsn@google.com> Cr-Commit-Position: refs/heads/master@{#801842}
-
Alexander Dunaev authored
This is a follow-up to [1] where it had been noted that the JavascriptAppModalEventBlockerX11 does not depend on anything X11 and should be renamed. This CL only renames one class. No changes to any logic are intended. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2366745 Change-Id: I711abba94bef47d17f14e401be6ef7af2a272eaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377485 Auto-Submit: Alexander Dunaev <adunaev@igalia.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801841}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b4b787f0. With Chromium commits locally applied on WPT: 9f52c7e4 "COOP: add reporting to redirects" d18db804 "Fix test flake in animation-state-changes-positive-playback-rate.html" 461d94a8 "Never re-use the layout result from the fieldset contents wrapper." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: futhark@chromium.org, andruud@chromium.org, ericwilligers@chromium.org, shend@chromium.org: external/wpt/css/css-cascade NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: Ia02d8e35b219f64621dbe0f9e33e4725904b0dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377426Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801840}
-
David Morejon authored
This is an automated transformation using https://github.com/Ecosystem-Infra/web-test-transformer. The tool verifies its transformations, all of these files run successfully after transformation. See the tool output: https://gist.github.com/dmorejon/8383b6b532b13b0446d3398d8bc13593 This commit is the raw tool changes. There might be some stylistic changes to be made manually. Bug: 1120356, 936364 Change-Id: Ia5ba295bf83312d4951e548cf0d078ff1d4506f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368851Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#801839}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/622558b02e1a..1f48854dae26 2020-08-26 capn@google.com Refactor image extent retrieval 2020-08-26 capn@google.com Refactor image view extent retrieval 2020-08-26 capn@google.com Refactor image query instructions If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Iea7788d582d7e134425b46167f9d4a0076be51ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378170Reviewed-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@{#801838}
-
Scott Violet authored
Currently navigations triggered from the embedder use a navigation type of LINK. LINK navigations (mostly) result in processing intents. This is not always desirable (for example, the SRP shouldn't trigger intents). This patch adds the ability to disable Intent processing. I went with a function to disable vs an explicit setter as I don't think we need support for an absolute 'true' case. By that I mean if I did add a function like setIntentProcessingEnabled(boolean value), the implication is 'true' means intent processing always happens. In code that isn't the case though, for example, a same host navigation may not trigger intent resolution. As we don't need the ability to force intent processing, I'm avoiding it for now. BUG=1119365 TEST=covered by android tests Change-Id: Ib374c1d61ce0795654a677b1ff29128f39c75bd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369516Reviewed-by:
Darin Fisher <darin@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801837}
-
Scott Violet authored
This gives the core stability metrics. BUG=1120537 TEST=covered by weblayer_browsertests Change-Id: I22e99959dacb9b9593af02cea70088d449e604a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376565Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801836}
-
Omer Katz authored
Change-Id: Ia475d5bd55bbf621c26c782c25d40b861a9de817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376821 Commit-Queue: Omer Katz <omerkatz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Auto-Submit: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#801835}
-
Gavin Williams authored
This change guarantees the USB printer config and the print job notfications only use the OffTheRecord(OTR) profile to open System Web Apps(SWA) in Guest mode. There is an existing check (https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/ui/browser.cc;l=471) that only OTR guest profiles are allowed to open SWAs. Change-Id: I78aef11b2d2cb8377f17ecd90f494828119ddf1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372909Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#801834}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7f786caa5d60..09ec5ae5729e 2020-08-26 chrome-bot@chromium.org Update config settings by config-updater. 2020-08-26 dburger@chromium.org Don't blow up when fsi config has no applicable models. 2020-08-26 engeg@google.com chromeos_config.py: fix typeo 2020-08-25 pprabhu@chromium.org Update test platform OWNERS 2020-08-25 kevinruvalcaba@google.com Added support for histogram creation. 2020-08-25 mmortensen@google.com contrib scripts: Change from prodaccess to gcert. 2020-08-25 pprabhu@chromium.org cbuildbot: Bump skylab tool version 2020-08-25 mmortensen@google.com query_build_logs: Change from prodaccess to gcert. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: Iefae62b0ce0d17ec3f668a69fc745d8757397db5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378189Reviewed-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@{#801833}
-
Sundoo Kim authored
Explicitly remove the copy constructor and assignment operator with the delete keyword. Bug: 1121520 Change-Id: I8902f847eea98a129ee50822fee5e893d6310f4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377006Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#801832}
-
Avi Drissman authored
The OOM death tests used an allocation value of MAX_LONG minus 12k. The problem with that value is that, on systems like the Mac DTKs that have 16k VM pages, that gets rounded up and wraps. Therefore, abstract it into “subtract three pages”. Bug: 1121749 Change-Id: I6c519200cbd848c095b741d78f51317ea6ef18b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376887 Commit-Queue: Avi Drissman <avi@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#801831}
-
Matt Menke authored
The NetLogViewer automatically resolves "net_error" fields to net::Error errors, but does do that for "error". I believe this will require a followup CL to update where the NetLogViewer's DNS tab gets network error string from. Fixed: 1122054 Change-Id: Ifd74a988999d6142634f412e73929f568af536ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375602 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#801830}
-
Chong Gu authored
This will add ~20 minutes of bot time and ~2 minutes of run time per build. The bots required to run these tests have been approved in crbug.com/1100546 Bug: 1058255 Change-Id: I542bce2dae6b8d0c84d50d8b595044445c31f406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377306 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#801829}
-
Linkun Chen authored
To hide internal folder names. Test: build locally with internal change Bug: b/165815398 Merge-With: eureka-internal/442206 Change-Id: Ibb17c47f37c796d2513ad1b6dfd52a282903bddf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373289Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Linkun Chen <lkchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#801828}
-