- 18 Nov, 2020 24 commits
-
-
Varun Khaneja authored
R=bdea Fixed: 1140092 Change-Id: Ia00bf2f21dd41c4a69dc9d6e070ce0403ccd4e75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541804 Auto-Submit: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#828498}
-
Takumi Fujimoto authored
If a launch or stop session request is made for a channel ID when there still is an outstanding request for the same ID, then the subsequent requests had their callbacks dropped, which was problematic especially if the callbacks were Mojo callbacks. This change ensures that we call them. Bug: 1148083, b/173533007 Change-Id: Ie99b76ea0716913f91faac97bccff41418e4b25b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545263Reviewed-by:
John Williams <jrw@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#828497}
-
adoneria authored
Bug: 1150148 Change-Id: I7d46d119da527fd68f3c185cfade91d334c0ff3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545579Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Anjali Doneria <adoneria@google.com> Cr-Commit-Position: refs/heads/master@{#828496}
-
Marijn Kruisselbrink authored
Bug: 1095379 Change-Id: I3c493ca3bf00f0fe8b5b123f3f4e140ccca95e5f Tbr: masonfreed@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545776Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828495}
-
Majid Valipour authored
Change the decision to use the chrome user consent prompt to be based on the actual backend that was used. This is needed because the new AUTO backend may or may not require the chrome consent prompt based on the actual GMS API used: - GMS user consent API does not need chrome consent prompt - GMS browser code API needs chrome consent prompt So it is no longer possible to make the prompt decision based on the flag alone. Instead the decision is made once we receive the OTP and we know the actual method that was used. Major changes: - Plumb the backend method to the provider - Determined user consent requirement based on the backend method - Plumb user consent requirement to webotp service - WebOTPService now creates the appropriate consent handler per each otp response and it companying requirement - The tests are updated to accommodate this. Bug: 1141024 Change-Id: Ibd1a5ac970f73d1939d29d39769bd8d8986d70c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530272 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#828494}
-
Sadrul Habib Chowdhury authored
Extend the expiry date of the various smoothness metrics until Q3 2021. BUG=1149467 Change-Id: Idacec5d27b8875fa25895b98c1d33c91900b7d2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543372 Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#828493}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/75c38f94efd6..8f46ecc84fab 2020-11-17 bsalomon@google.com Remove two YUV effect GMs: yuv_to_rgb_effect and yuv_nv12_to_rgb_effect. 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 lovisolo@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: lovisolo@google.com Change-Id: I55eb605201c173ce91db2d4b2a1d72d25a245a2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545091Reviewed-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@{#828492}
-
Changwan Ryu authored
This is a follow-up to https://crrev.com/c/2340295 to extend the work to pre-R version of Android. According to one experiment, if the keyboard is looking up the initial surrounding text, the reduction was from 164.83ms to 0.07ms. We expect a similar level of reduction for pre-R devices. Note that it is possible that accessing the compat library can slightly increase the time taken for the first keyboard activation, but overall this should a significant win. Bug: b/170464119 Change-Id: I3cbab8d04873a6773c7302ae9cd9064636619302 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544064Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#828491}
-
Jared Saul authored
Change-Id: I474e8993f701227990db31aa825aa1c73345394e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542662Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#828490}
-
Kent Tamura authored
This CL converts DEFINE_RESOURCE_TYPE_CASTS() to DowncastTraits<> for: - CSSStyleSheetResource - FontResource - ImageResource - ScriptResource - XSLStyleSheetResource This CL has no behavior changes. Bug: 891908 Change-Id: Ia2c2c951109f3c156bb5c94f16160d1ec801128d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544327 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#828489}
-
Tomasz Wiszkowski authored
This change enables the native AutocompleteMatch object to create and retain a copy of its corresponding java counterpart. The change essentially shifts code around, moving logic away from AutocompleteController into AutocompleteMatch (both Java and Native). The change optimizes slightly creation of the Java counterparts by retaining an object if it's already created. This comes in handy for every match that is backfilled on every keystroke (about 3 times every time we call AutocompleteController::Start() to get new matches). Java AutocompleteMatch objects are lazily constructed to reduce penalty when native objects end up thrown away -- see: * AutcompleteController#classify(), * AutocompleteController#qualifyPartialUrlQuery() Bug: 1138587 Change-Id: I8c5437cfb0203d5c7f5e1d79747eee3f15b7b0b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538499 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#828488}
-
Daniel Murphy authored
The previous barrier was difficult to use, as it expected a call on success or error. This barrier only expects to be called on error, and will automatically call the completion callback when all instances and callbacks are destroyed. Change-Id: If5be817c419e0858b348fd75da8385700a02bb88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532906Reviewed-by:
Phillis Tang <phillis@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#828487}
-
Marijn Kruisselbrink authored
This reverts commit 6d681c88. Reason for revert: Causing test failures on MSAN builds: https://ci.chromium.org/p/chromium/builders/ci/Linux%20ChromiumOS%20MSan%20Tests/21346 Original change's description: > ambient: support multiple displays > > Run ambient mode UI on each connected display. > RootWindowController construction handles adding ambient widgets > to new displays while ambient mode is running, and destructing them > on display removed. > > BUG=b:139953389 > > Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome > Change-Id: Ic57c33491098b66c7c0e90ef1f3d12c71f1fc303 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2516968 > Commit-Queue: Jeffrey Young <cowmoo@chromium.org> > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> > Reviewed-by: Tao Wu <wutao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828329} TBR=oshima@chromium.org,xiaohuic@chromium.org,wutao@chromium.org,cowmoo@chromium.org Change-Id: I255333ed722549fdc9d0e945c65cf3f742b1cabc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:139953389 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545752Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828486}
-
Alex Newcomer authored
UX prefers this string. Bug: 1142473 Change-Id: I0fb5d1ac20b9c0dc8b2e44eb7e87c28307fabf9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544881 Auto-Submit: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#828485}
-
Avi Drissman authored
Every so often, the Rosetta installer will call back the provided "installation done" block more than once. Protect against that. Fixed: 1150097 Change-Id: Ib12db225e7c7f5ec7c7fa69dccdd12693575a944 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545076Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#828484}
-
Phillis Tang authored
Add IPH globally scoped data and add trigger logic for install IPH that doesn't show IPH unless site-engagement score is above 10 and IPH hasn't been shown for this site for 90 days, and hasn't been shown globally for 14 days, and hasn't been ignored by user 3 days in a row for this site and hasn't been ignored by user 4 days in a row globally. Bug: 1149670 Change-Id: Idff12df63673f6e8e1fd63383f7fc57c07eb748a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530197 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#828483}
-
Marijn Kruisselbrink authored
This reverts commit 34ec1547. Reason for revert: Tests are flaky, see linked bugs. Original change's description: > Add title visibility option to Incognito CCT. > > This CL gives ability to Incognito CCT to show title on toolbar. > > For screenshot: > https://drive.google.com/file/d/1WQFhK3yhVsF-OazSSrUh9d8mfpNb1ZeK > > Bug: 1104180 > Change-Id: I195ba2200d0994bb0aea5f06ce017ec81172e2a6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537677 > Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> > Reviewed-by: Rohit Agarwal <roagarwal@chromium.org> > Reviewed-by: Peter Conn <peconn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828235} TBR=peconn@chromium.org,roagarwal@chromium.org,sideyilmaz@chromium.org Change-Id: I16ccce7ebb6bd0dc1692e530545f33ed5ccfcfd7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1104180, 1150150, 1150083, 1150056 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545258 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828482}
-
Marijn Kruisselbrink authored
This reverts commit 94d2d696. Reason for revert: Reverting the CL that added these tests rather than disabling the test Original change's description: > [Sheriff] Disable flaky CustomTabActivityIncognitoTest#ensureTitleBarIsVisibile > > TBR=roagarwal@chromium.org > > Bug: 1150085 > Change-Id: I698d73ba2ef50883ead5093eb1ba64407bac07b9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545568 > Commit-Queue: Lijin Shen <lazzzis@google.com> > Reviewed-by: Lijin Shen <lazzzis@google.com> > Cr-Commit-Position: refs/heads/master@{#828470} TBR=lazzzis@google.com,sideyilmaz@chromium.org Change-Id: Ie73e3321c84f193b1fa13319f953b257a8a5b434 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1150085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545095Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828481}
-
Matthew Wang authored
Bug: chromium:1149490, chromium:1149491 Change-Id: If21180126089c7a7fe9d714a6a3c0cc09880f27d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542045 Auto-Submit: Matthew Wang <matthewmwang@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Hugo Benichi <hugobenichi@google.com> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Matthew Wang <matthewmwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#828480}
-
Darren Shen authored
extra_input_methods is actually all the available input methods; there's nothing "extra" about it. Change-Id: I86e444aed7bec8660351dc9787147ee68341d49b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537452 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#828479}
-
Brian Geffon authored
When we added support for versioned message we accidentally introduced a behavior where messages can be shorter than expected. This is what the behavior should be to allow older messages to be received. However, we know the minimum size is the oldest message version. We should never be allowed to go smaller than that. BUG=chromium:1149805 Change-Id: I3a24dd62b6fafd742cd7ac155f863d33bb5c6de8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545207Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#828478}
-
Matt Wolenetz authored
Updates a few WebCodecs IDL dictionary types to use the 'required' attribute where the draft spec indicates. In particular, it updates AudioFrameInit, EncodedAudioChunkInit, and EncodedVideoChunkInit to enforce the required fields are populated. I also looked at making similar change to VideoDecoderConfig, but the codedWidth and codedHeight fields' usage in the implementation already has notes that go deeper (AVCC coherence is TBD, for example). Also includes a change to make EncodedVideoChunkInit.duration _not_ nullable. It is not required, so its absence is sufficient to indicate it is unset. Retains the nullable attribute on the readonly EncodedVideoChunk.duration field. BUG=1149028 Change-Id: If82c495d94ed9532007dfda614ec97bc88e773ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543126Reviewed-by:
Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#828477}
-
edchin authored
Design doc: go/bling-phishguard The PASSWORD_REUSE_DETECTION_ENABLED flag disabled compiling of code in iOS. Previous CLs either 1) removed the compile flag from disabling whole classes or methods, or 2) replaced the compile flag with a runtime flag that is disabled on iOS. This CL will land after all uses of PASSWORD_REUSE_DETECTION_ENABLED have been removed. Bug: 1147962 Change-Id: Ia82ea36bb75cb431dc0b9f42cdc7b7b7118b5373 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536842 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#828476}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d8e982264ce5..ed87c16ad00e 2020-11-17 m.maiya@samsung.com Vulkan: Add GL_EXT_separate_shader_objects support 2020-11-17 m.maiya@samsung.com Vulkan: Add EXT_separate_shader_objects entry points 2020-11-17 thakis@chromium.org Stop setting mac_xcode_version in DEPS 2020-11-17 syoussefi@chromium.org Vulkan: 270 degree prerotation deqp expectations 2020-11-17 syoussefi@chromium.org GL: Support OES_shader_image_atomic 2020-11-17 syoussefi@chromium.org Vulkan: Support texture buffers 2020-11-17 syoussefi@chromium.org Use 0 as special value for glTexBuffer instead of UINT_MAX 2020-11-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 9e07e4424cd4 to 4fe17f3425ee (12 revisions) 2020-11-17 syoussefi@chromium.org Vulkan: Reuse GetBoundBufferAvailableSize in ProgramExecutableVk 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 cnorthrop@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: cnorthrop@google.com Test: Test: ProgramPipelineTest.GenerateProgramPipelineObjectEXT* Change-Id: I30a3a822a05e5045c2df9446b6d9aad5a329e971 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544033Reviewed-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@{#828475}
-
- 17 Nov, 2020 16 commits
-
-
Marijn Kruisselbrink authored
Bug: 1095379 Change-Id: I3a764362a70711cf33e365460594712be235cfd6 Tbr: masonfreed@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545771 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828474}
-
Liquan (Max) Gu authored
* Null-check mPaymentRequestService for its uses in the non-BrowserPRSservice interface implementation methods. This is in case other interfaces might use mPaymentRequestService after its closing. * Removed the unnecessary mPaymentRequestService null-checks when it is not used in the method. Bug: 1025619 Change-Id: Ic4fddfcb7279db09dfbfdc35f89c9c836dfaf420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543375 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Nick Burris <nburris@chromium.org> Cr-Commit-Position: refs/heads/master@{#828473}
-
Adam Langley authored
This change causes the user to be prompted to enable Bluetooth (if necessary) after scanning a QR code. It also automatically enables Bluetooth in order to process FCM messages in the background. The user is advised of this when choosing to link with the device. BUG=1002262 Change-Id: I918f12177597a49cd6fb2dc0d06bd2c4ba071c0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538159 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#828472}
-
Moe Ahmadi authored
KeyboardEvent.isComposing is a boolean property indicating if the input event is fired within a composition session started by an input method editor (IME). IME is primarily used for inputting CJK (Chinese, Japanese, and Korean) characters. Updating the input text via inline autocompletion when a composition session is active can have undesired effects such as the one described in the bug linked to in this CL. While not an ideal solution, this is a safe one due to its small scope allowing this change to be merged into a previous milestone. An ideal solution would be to use a mechanism other than input text selection for inline autocompletion such as how it is done in the omnibox via a grey label: screenshot/8ougnH9pRAiDfb2 Bug: 1128310, 1149769 Change-Id: Ie6596c9f60da33adaf8b4847d891fc102c5d71c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543546Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#828471}
-
Lijin Shen authored
TBR=roagarwal@chromium.org Bug: 1150085 Change-Id: I698d73ba2ef50883ead5093eb1ba64407bac07b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545568 Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by:
Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#828470}
-
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/fuchsia-sdk-chromium-autoroll Please CC chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: Iad8220ba174d4afd3629112872b93586d47163f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545423Reviewed-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@{#828469}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chrome/browser/ui. Bug: 1113033 Change-Id: Ib54a8a6a3411975497c110037812f088d0b14330 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545086 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#828468}
-
Jiewei Qian authored
This CL removes two histograms that were used to investigate bookmark app (extension-based) install failures: - Webapp.InstallResultExtensionError.System.Profiles.Other - Webapp.InstallResultExtensionDisabledReason.System.Profiles.Other The relevant code isn't executed after BMO project launch (which moves SWA install to web app install finalizer). Also removes the relevant test code that were solely introduced for testing these two histograms (see https://crrev.com/c/1915651 ). Fixed: 1149526,1149527 Change-Id: I195f531d7c7a8cf106ed00662e3231d2d2b12b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543531Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Auto-Submit: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#828467}
-
Yicheng Li authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/9ec6b6802d3f..50b570a8b17f $ git log 9ec6b6802..50b570a8b --date=short --no-merges --format='%ad %ae %s' 2020-11-17 pbond system_api: extend ArcDataSnapshotd d-bus interface 2020-11-06 yichengli u2fd: Add DBus method to check authenticator availability 2020-11-15 cylai system_api: attestation add public key field 2020-10-22 gerow vm_tools: concierge: allow writable rootfs 2020-11-13 ahassani system_api: Unify AU project's owners 2020-09-09 yichengli u2fd: Support canceling WebAuthn operations Created with: roll-dep src/third_party/cros_system_api Bug: None Change-Id: I0ca854e58e7480967762adac00b4594c10a75219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544786 Commit-Queue: Yicheng Li <yichengli@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Auto-Submit: Yicheng Li <yichengli@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#828466}
-
Maksim Ivanov authored
Extend the embedded_test_server's HttpRequest struct to additionally contain the SSLInfo structure when it's available. This allows to inspect the SSL state, like the provided client certificate, in net::EmbeddedTestServer's request handlers. Bug: 792204 Change-Id: Ia24acf0c38fadee04c341d3c9192d98272bf5ad7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545163Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#828465}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/d98e8b70bbb1..698385d4e2b4 2020-11-17 cwallez@chromium.org Stop setting mac_xcode_version in DEPS 2020-11-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 4ad0019df0f0 to 90f32536458a (17 revisions) 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 kainino@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: chromium:1147839 Tbr: kainino@google.com Change-Id: I8274eb9f6c30a63213ccdc83bc7ac54c466bacaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545229Reviewed-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@{#828464}
-
Marijn Kruisselbrink authored
This reverts commit d4e5f661. Reason for revert: Still failing to build with deps errors: https://ci.chromium.org/p/chrome/builders/ci/win64-chrome/10175 ERROR at //chrome/browser/win/conflicts/incompatible_applications_browsertest.cc:22:11: Can't include this header from here. #include "chrome/browser/win/conflicts/incompatible_applications_updater.h" ^--------------------------------------------------------------- The target: //chrome/browser/win/conflicts:browser_tests is including a file from the target: //chrome/browser:browser It's usually best to depend directly on the destination target. In some cases, the destination target is considered a subcomponent of an intermediate target. In this case, the intermediate target should depend publicly on the destination to forward the ability to include headers. Dependency chain (there may also be others): //chrome/browser/win/conflicts:browser_tests --> //chrome/test:test_support_ui --> //chrome/browser:test_support_ui --[private]--> //chrome/browser:browser Original change's description: > Reland "Extract browser_process.h/cc into own gn target" > > This is a reland of 86556051 > > The original CL missed a dep requirement in the Chrome branded > Windows build. This has been fixed: > https://chromium-review.googlesource.com/c/chromium/src/+/2543873/2/chrome/browser/win/conflicts/BUILD.gn > > Original change's description: > > Extract browser_process.h/cc into own gn target > > > > This CL pulls out browser_process.h and browser_process.cc into their > > own gn target so that other gn targets can depend on it without creating > > cyclic dependencies with //chrome/browser:browser. > > > > This is required for CL: > > https://chromium-review.googlesource.com/c/chromium/src/+/2528519 > > > > Bug: 1147410, 883570, 925153 > > Change-Id: I17ef1f0b1683c4abb7588a6ef24ec89f15647545 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2529309 > > Commit-Queue: Alan Cutter <alancutter@chromium.org> > > Reviewed-by: Filip Gorski <fgorski@chromium.org> > > Reviewed-by: Glen Robertson <glenrob@chromium.org> > > Auto-Submit: Alan Cutter <alancutter@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#828077} > > Bug: 1147410 > Bug: 883570 > Bug: 925153 > Change-Id: I18faaddc3850ceafb924bda6d8e197f886e79433 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543873 > Reviewed-by: Glen Robertson <glenrob@chromium.org> > Reviewed-by: Filip Gorski <fgorski@chromium.org> > Commit-Queue: Alan Cutter <alancutter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828442} TBR=fgorski@chromium.org,alancutter@chromium.org,glenrob@chromium.org Change-Id: I6c5dd2e541fc98622a24435610d16de5ac9ec75e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1147410 Bug: 883570 Bug: 925153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545078Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828463}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chrome/browser/ui. Bug: 1113033 Change-Id: I9aa946ac87b80044e219ff88b484fa28f1266314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545028 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#828462}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/15247228..cca2a004 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: Ibf6f5e890dce4a8f6dd4e90f3e5aa2c0b53325b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544932Reviewed-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@{#828461}
-
Bailey Berro authored
This change adds the Battery Charge and Battery Discharge Routines to the SystemRoutineController interface. Example of routines being called from frontend: https://source.chromium.org/chromium/chromium/src/+/master:chromeos/components/diagnostics_ui/resources/routine_list_executor.js;l=88-118 Bug: 1128204 Change-Id: I1b4589a69b66bd7a62899d40a297ef96b4e8f877 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488747 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Auto-Submit: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#828460}
-
Marijn Kruisselbrink authored
This reverts commit ecd22f2f. Reason for revert: SubresourceFilterBrowserTest.DisallowedSubframeURLBlockedOnActivatedURL is flaky Example failures on https://ci.chromium.org/p/chromium/builders/ci/Win%207%20Tests%20x64%20%281%29 https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8863356200301577856/+/steps/weblayer_browsertests/0/logs/Deterministic_failure:_SubresourceFilterBrowserTest.DisallowedSubframeURLBlockedOnActivatedURL__status_FAILURE_/0 ../../weblayer/browser/subresource_filter_browsertest.cc(196): error: Value of: WasParsedScriptElementLoaded(web_contents->GetMainFrame()) Actual: true Expected: false Original change's description: > [WebLayer] Initial bringup of ad blocking > > This CL does the initial bringup of ad tagging and blocking > functionality in WebLayer. To do so, we do the following: > - Bring up an implementation of SubresourceFilterClient and attach it > to WebContents instances > - Instantiate subresource filter navigation throttles on navigation > - Instantiates and configures SubresourceFilterAgent instances in the > renderer > > The organization and code added is modeled after that in //chrome. We > have left TODOs for significant pieces of functionality to be added > in followups (e.g., showing of the infobar on Android). One thing to > note is that ad tagging/blocking only triggers on Android in WebLayer, > as it requires having a safe browsing database instance and WebLayer > does not have one on platforms other than Android. > > This CL also adds browsertests of this initial functionality: > - that the subresource filter activation state is computed on page loads > - that ads are blocked on activated pages if they are flagged by the > ruleset > > Bug: 1116095 > Change-Id: I1db0136709014004c221bb0251551eaeac3538e3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526087 > Commit-Queue: Colin Blundell <blundell@chromium.org> > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > Cr-Commit-Position: refs/heads/master@{#827735} TBR=blundell@chromium.org,csharrison@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1116095 Change-Id: I4b8bbed57ed18666e2155dae7a25186803802267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545763Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#828459}
-