- 12 Mar, 2020 18 commits
-
-
sreejakshetty@chromium.org authored
Update the implementation of RenderFrameHost::IsCurrent() to also check recursively for current RenderFrameHost and all parents if it is the current RenderFrameHost in its FrameTreeNode. More specifically, changing the meaning of IsCurrent from "current in the FrameTreeNode" to "current in their FrameTreeNodes for its RFH and its parents". The major problem with the current implementation is that during a navigation, new RenderFrameHost replaces the old one in its FrameTreeNode but the children are still the current ones within their FrameTreeNode as we keep the RFH alive for sometime after commit. In particular, after a navigation from A(B) to C, only A.IsCurrent() becomes false. B.IsCurrent() still remains true. With the current update now both A.IsCurrent() and B.IsCurrent() would return false which is the expected behaviour. BUG=1058984 Change-Id: I3c22e3e512021c8ca2e8ccc7eed66075700bb632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060374 Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#749439}
-
Malay Keshav authored
This patch clips the accumulated damage from a render surface to its bounds. This is needed for scrollable layers within the render surface that can have bounds much larger than their render target thus indirectly contributing to the damage rect of their render target's render target. It also removes the expansion of the damage rect based on background blur filter. This is okay because the background blur is computed within the bounds of the render surface. Test=Manually ran chrome os to check for ui glitches. Bug: 1056014 Change-Id: I942aae3452250540fa283403894078f68630dff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075962Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#749438}
-
Hiroshi Ichikawa authored
I have sent a heads up to the team about this change. Change-Id: If1dca2ebd3e5289edb969eb03394a44ca7eb0776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094387Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#749437}
-
Danan S authored
These changes are required in order to prompt a child user to get parent permission when they attempt to install an extension in the Chrome Webstore. This CL also enables the feature by default. Bug: 957832 Change-Id: I3a2011b418e31dd491fd35e37d976b492eef197b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079620 Commit-Queue: Dan S <danan@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#749436}
-
shrekshao authored
* Fix 3D texture validation for ASTC with HDR * Fix unexpected INVALID_ENUM after allocating immutable 2D compressed texture array by * Return GL_UNSIGNED_BYTE instead of GL_NONE for compressed formats * Add missing ASTC cases in ExtractFormatFromStorageFormat * Add a separate ClearCompressedTextureLevel3D (equivalent of ClearCompressedTextureLevel for 2D cases) path * Immutable texStorage3D for ASTC (https://github.com/KhronosGroup/WebGL/commit/400f9eec05af2220191e00fc80b5e38bb6fad0df#diff-d6f2beefa62a7933bb6f5bef338681eaR2318) is still failing at driver level on test device (Pixel 3 XL) This will be handled in a new bug ticket, more details are listed there: (http://crbug.com/1060012) Bug: 1051217, 1049880 Change-Id: I0dab58b1abd8173077f31447125b499ddf2935fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086318Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#749435}
-
Michael Cui authored
This CL adds all the OOBE screens to OOBE.StepCompletionTime since the last update (https://crrev.com/c/1707491). Change-Id: Idafac4e9e836c0071524fecb8cbe8bdb54137bab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094074Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Michael Cui <mlcui@google.com> Cr-Commit-Position: refs/heads/master@{#749434}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/71d8ec363794..2990167ccdca git log 71d8ec363794..2990167ccdca --date=short --first-parent --format='%ad %ae %s' 2020-03-11 bsheedy@chromium.org [Telemetry] Don't hard-code temporary CrOS env file 2020-03-11 bsheedy@chromium.org [Telemetry] Fix minidump pulling on L- Created with: gclient setdep -r src/third_party/catapult@2990167ccdca 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 eseckler@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try: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:1056235,chromium:1059426 Tbr: eseckler@google.com Change-Id: I1b60716a4860e1c5f6ffcc273cdda8c855b684ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099308Reviewed-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@{#749433}
-
Sorin Jianu authored
This allows debugging the updater engine without the hassles of dealing with the client-server(service) RPC multiprocess model. Consider implementing the mode for macOS too, if it is valuable. Run updater --single-process to enter this mode. Bug: 1060800 Change-Id: I63c198e1af454ec885b7248ec86d935351e79bea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099603Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#749432}
-
Adam Langley authored
This change causes the camera preview in the QR-scanning dialog to be rotated correctly. It also moves opening the camera (which is a slow operation) off the UI thread, thus keeping StrictMode happy. BUG=1002262 Change-Id: I9a7ae2ead10703fee38764a0c8f76597ef6212cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097302 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#749431}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d52eddaad2fb..4c7c4b4bc6e8 git log d52eddaad2fb..4c7c4b4bc6e8 --date=short --first-parent --format='%ad %ae %s' 2020-03-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-03-11 ehmaldonado@google.com gclient: Fix auto-fetching refs. Created with: gclient setdep -r src/third_party/depot_tools@4c7c4b4bc6e8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I6ca6180048982ba64af759d8d5f5abac55356b7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099309Reviewed-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@{#749430}
-
John Chen authored
When a WebView is in use, lock all its parents, to avoid dangling WebView. Bug: chromedriver:3383 Change-Id: I3503e35922c45d7d9b1b244877486512d16124bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099583Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#749429}
-
Sergey Ulanov authored
Now WebEngine implements SetPermissionState() which allows to grant permissions for web features. Bug: 922833 Change-Id: I356e54646ad870bb7882a5b9a95bc87deccba453 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058086 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#749428}
-
Tsuyoshi Horo authored
This CL introduces WebContents::GenerateWebBundle() method. This method does the following: - Call GetResourceSnapshotForWebBundle() for each frame (the main frame and sub frames) to get an array of mojo::PendingRemote<ResourceSnapshotForWebBundle>. - Open a file to write to. - Call DataDecoderService::BindWebBundler() to get a mojo::Remote<WebBundler>. A WebBundler object is instantiated in the data decoder process. - Call WebBundler::Generate() with the opened file and the array of mojo::PendingRemote<ResourceSnapshotForWebBundle>. This CL doesn’t implement the logic of WebBundler::Generate(). This method just returns an error (kNotImplemented). Bug: 1040752 Change-Id: Ia0a8ba0362cea181dcfd67bda9d42ebc00f9a4c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084042Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#749427}
-
Kenichi Ishibashi authored
This CL replaces |main_script_http_info_| of which type is HttpResponseInfo with |main_script_response_| of which type is a new struct called ServiceWorkerVersion::MainScriptResponse. MainScriptResponse is a subset of HttpResponseInfo and only contains information needed by ServiceWorkerVersion. The motivation of this change is to remove HttpResponseInfo dependency from ServiceWorkerVersion so that we can eliminate URLResponseHead -> HttpResponseInfo conversion in service worker code. This CL also removes OnMainScriptHttpResponseInfoSet() from ServiceWorkerVersion::Observer. ServiceWorkerContextCore is the only class that implements the method and ServiceWorkerVersion has a reference to the instance so this indirection isn't needed. This CL doesn't modify SetMainScriptHttpResponseInfo(). A subsequent CL will change it to remove HttpResponseInfo use in ServiceWorkerVersion. Bug: 1060076 Change-Id: I5c632fb7e9b88ce826018c2175506a8602d3b9cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093971 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#749426}
-
Michael Montvelishsky authored
By default output is not saturated to [-1, 1] range. Use option -s to saturate the output. Bug: None Change-Id: Idd6fa198b2693543be988938c25b8a387e5ba2fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097530 Auto-Submit: Michael Montvelishsky <mont@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#749425}
-
bttk authored
In the future it will be used for non-histogram data, namely backing RecordUserActions. Bug: 658300 Change-Id: I0a872878466f8cf62847ed10da2011fcdbfb07b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079841 Auto-Submit: bttk <bttk@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#749424}
-
Victor Hsieh authored
Although /chromebook/?p=develop_android_apps seems to be preferred, for the OOBE/opt-in UI, we need to refer by the help center ID, which gives us the offline content (see crrev.com/i/2740252). TEST=see the correct content in both settings and opt-in flow BUG=chromium:1059930 Change-Id: I5dc4e83bec10928243d042b53b1426462ca40756 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094910 Commit-Queue: Victor Hsieh <victorhsieh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#749423}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f5c744d6f172..06c36b3c1620 Created with: gclient setdep -r src-internal@06c36b3c1620 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1060668,chromium:976428 Tbr: jbudorick@google.com Change-Id: Ibe64bd5a11279c01f2fdb7458827282066d37c94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099503Reviewed-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@{#749422}
-
- 11 Mar, 2020 22 commits
-
-
Jon Mann authored
Bug: 966270 Change-Id: I127f106ad58ce913cb2562fcb91e2760703002c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097532Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#749421}
-
Richard Knoll authored
This allows users to cancel downloading images. Bug: 1059290 Change-Id: I5eeaf6ddecc22c28021161a15e61f6467b418bd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096759 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#749420}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/710f8c3e8de2..7e857092052e git log 710f8c3e8de2..7e857092052e --date=short --first-parent --format='%ad %ae %s' 2020-03-11 capn@google.com Support running PowerVR samples using SwiftShader on Linux 2020-03-11 bclayton@google.com Regres: Roll dEQP to 1.2.1 Created with: gclient setdep -r src/third_party/swiftshader@7e857092052e 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/+/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 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: If184fe65d781a13ad284ff2428e1cbc0688a1f2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098923Reviewed-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@{#749419}
-
Natalie Chouinard authored
Move remaining privacy settings screens classes to org.chromium.chrome.browser.privacy.settings package and update OWNERS. Bug: 1047357 Change-Id: I48780ae340c6028a0ccd5fb7b2a22e6606ca8327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099290Reviewed-by:
Gang Wu <gangwu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#749418}
-
Omer Katz authored
This is a followup to CLs 2074881 and 2078533. The flags used for TraceAfterDispatch are const and are never changed after initialization. However, because these are bit-fields and each of the flags is only a few bits wide, they share their memory with other mutable fields. As a result, TSan generates warnings when reading these flags. Bug: 1059850 Change-Id: I4c1f216ccfc82e36d9066a6643bd271e3234eefd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096450 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#749417}
-
Sadrul Habib Chowdhury authored
Report the throughput for the 'scrolling thread' separately. The 'main thread' is the scrolling thread if the main-thread has: (1) scroll-event handlers, or (2) blocking event-listeners related to the scroll (e.g. wheel or touch event handlers). Otherwise, the compositor thread is the scrolling thread. BUG=1035460 Change-Id: Ifb184bc47a525a00ba1a72957a66ed371b599f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067616 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#749416}
-
Scott Violet authored
BUG=none TEST=none Change-Id: I93d3562fcd28cc8d58f2e9b7ccb0356b6ee8dbbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097510Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#749415}
-
Dominik Behr authored
If there are multiple GPUs in the system, Mesa surfaceless/null platform will initialize GL on unspecified device which may not have any displays attached. This change enumerates available devices and make sure to start on integrated i915 GPU if there is also amdgpu GPU available. Bug: 1051677 TEST=start Chromium OS on a computer with i915 and amdgpu GPUs. R=kbr@chromium.org, marcheu@chromium.org, mcasas@chromium.org, zmo@chromium.org Signed-off-by:
Dominik Behr <dbehr@chromium.org> Change-Id: I1b63e11fa1d152773dcdcb38eae4dff13f1d209d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067454 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#749414}
-
Sammie Quon authored
So we can safely use this assumption that start/end calls are 1:1. See crrev.com/c/2092691 for motivation. Test: ash_unittests OverviewControllerTest.ObserverCallsMatch Bug: 1059454 Change-Id: I6e99c1775cdb1c2f4c1f1bc8d11c9b138858f623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097160 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#749413}
-
Rakib M. Hasan authored
This CL maps the debug-x64 tag to debug and release-x64 tag to release. This is so that typ will know that these tags do not conflict when they are in separate expectations. This CL is a follow up to crrev.com/c/2097218. Bug: 1045339 Change-Id: I6740f433e83789f6de8c54e1d25e249623c6ed4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097237 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#749412}
-
Natalie Chouinard authored
Move Download settings to org.chromium.chrome.browser.download package. This package rename will be followed by modularization (crbug.com/1047896). Bug: 1047357 Change-Id: Iaa12fab75234a1f51f4429536ad867eedebf26c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076440Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#749411}
-
Nick Diego Yamane authored
Bug: None Change-Id: Ie6934a1cd33b2e79416abd06c5c38a71639ee810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098462 Auto-Submit: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#749410}
-
Clark DuVall authored
This target had three separate is_android blocks. This combines them all into a single block to make things more clear. Change-Id: Ia836752ff0784dd8a99da104d72a5d881cac01c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099226 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#749409}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ba26b2b503a6..94a9b0c7684f git log ba26b2b503a6..94a9b0c7684f --date=short --first-parent --format='%ad %ae %s' 2020-03-11 jalyn@microsoft.com Prepare ShortcutRegistry for custom shortcuts Created with: gclient setdep -r src/third_party/devtools-frontend/src@94a9b0c7684f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I4e4af8cbb19a5b1d6ba5cfbe5b4e521d4640b23e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099305Reviewed-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@{#749408}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/066e6a62edcc..dad31a0aa440 git log 066e6a62edcc..dad31a0aa440 --date=short --first-parent --format='%ad %ae %s' 2020-03-11 rwkeane@google.com mDNS: Fix bugs found by fuzz tests 2020-03-11 miu@chromium.org Cast Streaming Standalone Sender (1 of 3): SimulatedCapturer 2020-03-11 btolsch@chromium.org Fix various TLS connection issues 2020-03-11 rwkeane@google.com mDNS: Add TODO to MdnsServiceImpl Created with: gclient setdep -r src/third_party/openscreen/src@dad31a0aa440 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: I5a5374ff4940a1f2136af92d9675abad5662ab6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099306Reviewed-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@{#749407}
-
Anastasiia Nikolaienko authored
Add component and strings for welcome screen. ('Get started with a school account') See screenshots: http://go/crb/1043108#c2 Bug: 1043108 Change-Id: I6c3d33b6c7971b00877079e46ece47e898db28af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007740 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#749406}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d0748eb038be..90a8af383cf9 git log d0748eb038be..90a8af383cf9 --date=short --first-parent --format='%ad %ae %s' 2020-03-11 jonahr@google.com Add -rpath entries for non-component builds on Mac 2020-03-11 jonahr@google.com Relax GL_DEPTH_COMPONENT32_OES format support rules Created with: gclient setdep -r src/third_party/angle@90a8af383cf9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jmadill@google.com Change-Id: I64ab49f5445b77ed87a4d7aa610a058bae2c42eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099222Reviewed-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@{#749405}
-
Noel Gordon authored
Some styles need to be avoided if Files app <html> is in a .col-resize CL:1858026 to avoid scrollbars. Detect with simpler class selector. Similar to what was done for directory tree on CL:2094464 Bug: 992821 Change-Id: Id8507beac22461f1423b76a23f769f649652093b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098135 Auto-Submit: Noel Gordon <noel@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#749404}
-
Orin Jaworski authored
This CL reworks direct mutation of the popup model from OmniboxViewViews. Instead of setting state directly, now the view will inform the model of user intentions and then respect model state changes determined in the model logic itself. In some cases, SetSelection is used to preserve control flow for consistency with existing logic, but even in these cases the popup model is determining the selection instead of the view. New extensible model logic is added in this CL with the intention of migrating uses of SetSelectedLine and SetSelectedLineState to the new StepSelection API. Some OmniboxEditModel refactoring is also started in this CL but OmniboxViewViews is the main focus. Bug: 1046523 Change-Id: I3abbd624439f4e530891c4d3d6036a8ca35c2ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090000 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#749403}
-
Robbie McElrath authored
This CL moves the Java-side definition of the kSafeBrowsingSubresourceFilter Feature from ChromeFeatureList to a new SubresourceFilterFeatureList class that lives in //components/subresource_filter/java. This will allow non-Chrome embedders to query the status of the Feature from Java. Bug: 1058597 Change-Id: If9c618216110c1e005e645a0351ee79577211844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095860 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#749402}
-
dalyk authored
When the system DNS config has unhandled options, no insecure DNS tasks are added and DoH auto-upgrade is not performed. DNS configs containing either Do53 IP addresses or DoH configs are now considered valid. Bug: 1059758 Change-Id: I5ba9ae3c5ca8b7ab260fef8e4aa5ed167934b219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092895 Commit-Queue: Katharine Daly <dalyk@google.com> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#749401}
-
Philip Rogers authored
Bug: 1058834 Change-Id: I9fbb4ad17f40860e7864cc01693bfc0bb911a3c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099342Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#749400}
-