- 21 Sep, 2020 40 commits
-
-
Brian Sheedy authored
Suppresses the currently failing WebGL 1 tests on the ARM-based Mac DTKs. Bug: 1130760, 1130759, 1130758, 1130703 Change-Id: I6a4ff7ebef48af09562cd9f6fd0a210b1256cc26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422503 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#809091}
-
Maks Orlovich authored
This is sadly somewhat invasive since it needs to wire the UKM ID for navigations further down. Bug: 1103288 Change-Id: I23e7f098949cf3ffa59b482dc92878aa33a8ec60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346803Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#809090}
-
Zach Trudo authored
dm_token_utils.h is used outside of safe_browsing and so targets that depend on dm_token_utils would need to take a dependency onf safe_browsing. Instead this CL moves dm_token_utils to the policy build target, which is likely to already be a dependency of anything that was going to use it. Bug: chromium:1078512 Change-Id: I1a61e79e45478fb0c972049dd1df3c4b023f5049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388500Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#809089}
-
Adlai Holler authored
This is (hopefully) the last CL in a process of migrating from GrContext to GrDirectContext (direct GPU) and GrRecordingContext (either direct GPU or DDL). Change-Id: Iffca0edc77e4e99e787e11a979ab64c8dea39d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416815 Auto-Submit: Adlai Holler <adlai@google.com> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Adlai Holler <adlai@google.com> Cr-Commit-Position: refs/heads/master@{#809088}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I4f2b55f859bbaf16ae1d28e3480d44590a8ffe8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422445Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#809087}
-
Nigel Tao authored
Change-Id: I1af0ed7e27f57135788fec65e8353acb07eed48b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418525Reviewed-by:
Leon Scroggins <scroggo@google.com> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#809086}
-
Renjie Tang authored
https://quiche.googlesource.com/quiche.git/+log/f555d99a084c..9f1fd1a590df $ git log f555d99a0..9f1fd1a59 --date=short --no-merges --format='%ad %ae %s' 2020-09-21 renjietang Fix a misspelled enum value in QuicFailToSerializePacketLocation. 2020-09-21 renjietang Record detailed location of FAIL_TO_SERIALIZE_PACKET error in UMA histogram. 2020-09-21 ianswett Exit PROBE_DOWN when bytes in flight goes below the target instead of prior_in_flight. Also adds missing flag counts. 2020-09-18 nharper Remove BORINGSSL_API_VERSION checks from quic code 2020-09-18 haoyuewang Add a method that writes AckFrequencyFrame in QuicControlFrameManager and code for updating peer_max_ack_delay in QuicSentPacketManager. 2020-09-18 vasilvv Ship our own implementation of QuicheEndian instead of using the platform one. 2020-09-17 quiche-dev Add an extra endpoint to the QuicTransport simple server called /receive-bidirectional. This creates a server-initiated bidirectional stream every time an incoming stream is received from the client. 2020-09-17 fayang Internal QUICHE change 2020-09-17 nharper Add varz for QUIC 0-RTT acceptance/rejection reasons 2020-09-17 nharper Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I7f22c14017c1cd0204c41aa5cd5bdb72725ca8b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422442 Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#809085}
-
Robert Sesek authored
Change-Id: I5506620b3addb616c950364018527a297ee968d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422272Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#809084}
-
Josh Simmons authored
Extend this UMA expiry date until Chromium M94. Bug: 1088966 Change-Id: I43dd29c7533be9daae57ca62309df495f82507c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418753Reviewed-by:
Anand K Mistry <amistry@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Josh Simmons <simmonsjosh@google.com> Cr-Commit-Position: refs/heads/master@{#809083}
-
Dale Curtis authored
R=tguilbert Bug: 1128458 Change-Id: I35394df2dfaae494b06dd6f2f0ce30b704e29f51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422444 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#809082}
-
Devlin Cronin authored
Currently, the ExternalWebAppManager provides a flow for migrating from an extension-app to a web app specified in a known directory through a JSON config. This will be used on ChromeOS. On other platforms, we'll simply hard-code the web app data, and use it directly. This CL provides an entry point to do so, allowing for the specification of default apps that are directly included in the binary. Bug: 809304, 1118195 Change-Id: I0bb83de21ac1f59bdf62fcf313e98db3889bd01f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417535 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#809081}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2d461fa4a07b..6a7b87067b2c 2020-09-21 treehugger-gerrit@google.com Merge "ui: Implement debug slices track" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I66d552cabd1e919414f1c036343640cf0bb0a966 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422543Reviewed-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@{#809080}
-
Jian Li authored
After unbinding from NativeViewListRenderer, we should unset the adapter of its RecyclerView. Bug: 1129268 Change-Id: I48a888823647ddcd3e7aad4868d7eb37dec958bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422426Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#809079}
-
Eric Lawrence [MSFT] authored
This reverts commit 999679f4. Reason for revert: switches::kSimulateElevatedRecovery is required by chrome/browser/component_updater/recovery_component_installer.cc. Original change's description: > Remove dead switches from Chrome switches > > Over the years, the features controlled by some switches were removed > but the switches were left behind. Remove the unused switches. > > Bug: 1130298 > Change-Id: I95a9ab169dec8bc26253171d0633d9b5c611b675 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420709 > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Reviewed-by: Eric Lawrence [MSFT] <ericlaw@microsoft.com> > Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#809048} TBR=thestig@chromium.org,fdoray@chromium.org,ericlaw@microsoft.com Change-Id: Ief5553bee0feb2b813f37cb2639e8c6518f50ea9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1130298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422483Reviewed-by:
Eric Lawrence [MSFT] <ericlaw@microsoft.com> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/master@{#809078}
-
Daniel Classon authored
Adds a stubbed implementation of the device sync for use in the Linux CrOS build. Bug: 1085459 Change-Id: Iaf124a7575022d1a6e6da48143e68e9db55e44c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406543 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#809077}
-
Tommy Li authored
This CL makes the context menu "Edit search engines..." command match Settings. See the bug. Bug: 1105378 Change-Id: I5334a801862b8937e2b753b58de8baa216cce77b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422462 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809076}
-
Richard Chui authored
Set the top edge of the hotseat as the threshold that the bottom of the dragged app window must pass to enter overview mode. Otherwise, bring the fullscreen window back. Also add slight polishing for window drag transforms. Previously when swiping up from the shelf, it was inconsistent at what distance of a swipe would trigger overview vs. returning to fullscreen window. Test: manual, updated tests Change-Id: If505b4073a272ad2d21097a16fdae84a2783ed81 Fixed: 1103008 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404717Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Richard Chui <richui@chromium.org> Cr-Commit-Position: refs/heads/master@{#809075}
-
Kyle Williams authored
The current paradigm is to give a |CfmServiceContext| to any service that requests to register itself with it; however, using an invitation to connect to the same process multiple times is unsupported. The resolution to this issue is for service_connection to become an intermediate wrapper for the |CfmServiceContext| inside chromium and proxy commands to the platform side implementation. BUG=chromium:1105567, b:165864612, b:160960260 TEST='autoninja -C out/Default chromeos:chromeos_unittests \ && ./out/Default/chromeos_unittests --dbus-stub \ --single-process-tests \ --gtest_filter=CfmServiceConnectionTest.*' Change-Id: I99848666eb14db1ca7c1160f12900824d7881176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422137 Commit-Queue: Kyle Williams <kdgwill@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809074}
-
Jiawei Li authored
Gin-based QueryableDataBindings is deprecated in favor of using HTML5 MessageChannel based bindings. Major changes: - feature::kUseQueryableDataBackend is removed - QueryableDataHostCast is removed - QueryableDataBindings is removed Merge-With: eureka-internal/452219 Bug: Internal b/141323597 Test: None; New binding is stable on production. Change-Id: I2cab76239bbecceda492265d7d036ce1ebdef654 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412781Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Jiawei Li <lijiawei@chromium.org> Cr-Commit-Position: refs/heads/master@{#809073}
-
Ahmed Mehfooz authored
Remove GridLayout manager for the holding_space_item_chips_container in favor of a simple custom layout. The GridLayout manager seems to be unwieldy when trying to remove items. Clean up hard-coded padding values. Bug: 1129321 Change-Id: I065c4b5c8acc9822f6a6385660a50a0a77ee98a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415280 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809072}
-
Andre Le authored
- Connect task continuation view to phone model to hook up data. - Fix continue browsing view to display data. - A small fix in multidevice-internals to display favicon in debug UI. Screenshot: https://screenshot.googleplex.com/AXzJduFaBPTaLmQ BUG=1106937,1126208 Change-Id: I2dde0aeb25183f010427644f0eb54582056ad9b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414889Reviewed-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@{#809071}
-
Sophey Dong authored
Related CL: https://crrev.com/i/3277085 Bug: 1128981 Change-Id: I2f9726c02c51c8d9bcb2531f62bf7ffa8cbbc7be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416679Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#809070}
-
Dan McArdle authored
The fuzzer will now check that recanonicalizing a GURL spec string returns the original spec. This CL also adds some inputs from the linked bug to the fuzzer's dict. Bug: 1128999 Change-Id: I8143fd027eaa3a084f913f49f4b13b2b499880b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414615 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#809069}
-
Brian Sheedy authored
Updates the WebGL2 suppressions for the ARM-based Mac DTKs to include failures that occur in both the passthrough and validating decoders as well as validating-only failures. Bug: 1130711, 1130708, 1130703, 1130112, 1130114, 1130117, 1130118, 1130119 Change-Id: I9ed717ed8c6d4855850d9f53d767cfff5ce7cf03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422250 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#809068}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/dcd37fa4f476..52a588f3c9ba 2020-09-21 enga@chromium.org Disable debug layer logger 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 Bug: chromium:1130483 Tbr: cwallez@google.com No-Try: true Change-Id: I356d1a3c6031073b5dbf02407e5b16a24ef7561d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422824Reviewed-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@{#809067}
-
Wenbin Zhang authored
The shard count was reduced to 23 due to uncertainty of lab workforce at the beginning of COVID-19. Now we can bring it back to 26. Bug: chromium:1068120 Change-Id: If492e78863f64579a18b01a14c53197dfd018ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422251 Auto-Submit: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#809066}
-
Dave Tapuska authored
Now that we've moved all notifications to other paths we can remove the observer lists since they are no longer used. BUG=1097816 Change-Id: I64015e6db112b79fb7fa87a4f457ca1348d29392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419371 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809065}
-
Xiaohan Wang authored
Bug: 1127530 Change-Id: I9287938b5a37d167aa71098d10241e22ea51230c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419917Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#809064}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/37f4b38fcbc4..5674bf247a07 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 etiennep@google.com,hesen@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1123084 Tbr: etiennep@google.com,hesen@google.com Change-Id: I8f3657cbe9bade9379cd4747b9dcb868b8ae25da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422546Reviewed-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@{#809063}
-
Xiaohan Wang authored
Replace the placeholder with the real link which is https://support.google.com/chrome/?p=mac_ARM Bug: 1126568 Test: Manually tested to make sure the link is correct. Change-Id: Ib7a7b616ae4d7263d07f3a259dc329da93ff1e68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422342 Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#809062}
-
yjliu authored
Bug: N/A Change-Id: Iccb7a5ee45d0663bebc4c95d758aa647110c6f48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422521Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Jun Liu <yjliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809061}
-
Tommy Li authored
It's been launched by default since M82. Bug: 1021217, 398135 Change-Id: I150ca123b42a82fdd8aa973ed7161ab24ca018c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415376 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#809060}
-
Xiaodan Zhu authored
This CL changes enter/existing overview gesture. Old gesture: Scroll Down with 3 fingers -> Enter Overview Scroll Up with 3 fingers -> Exit Overview New gesture: Scroll Up with 3 fingers -> Enter Overview Scroll Down with 3 fingers -> Exit Overview Note that the previous comment, "Handles vertical 3-finger scroll gesture by entering overview on scrolling up, and exiting it on scrolling down." is wrong. Bug: 1107183 Change-Id: I01dd86ec5323939a38c7be2a44a7f3934b0f750d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419385Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809059}
-
Fletcher Woodruff authored
Changes lorgnette_manager_client to use lorgnette's StartScanMultiPage API so that multi-page scanning is supported. Bug: b:61239919 Change-Id: I7d10aad8b4dae0deddd62d4c3cbe58881ff0dff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404143 Commit-Queue: Fletcher Woodruff <fletcherw@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#809058}
-
My Nguyen authored
View: http://screen/5v2LsBwZQWPSmre Bug: 1113439 Change-Id: Ia777dd80563cdcaaae49ac65310aadb3efa3079f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419057Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#809057}
-
Morten Stenshorne authored
A test broke recently, in crrev.com/2300902 Now that file upload controls are implemented as regular blocks, the LayoutObject type check won't do anymore. Bug: 829028,1040826 Change-Id: I37170f518bcc818a2f4c28c8064777c1c1df5831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421453Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#809056}
-
My Nguyen authored
Screenreader screenshot selected: http://screen/53h3eMnL8RTELzi Screenreader screenshot not selected: http://screen/9h78tbAmL6tbqSB Bug: 1113439 Change-Id: I2f2bf3c8e7f08de4050eb54883ef07764d5bbc71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418528 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809055}
-
Christopher Cameron authored
This constant is used for buffers used by video capture. On macOS, these buffers are only evern written to in the capture process, directly as IOSurfaces. Once they are sent to other processes, no CPU writes are performed. To that end, use the flag kIOSurfaceLockReadOnly to prevent unnecessary synchronization between CPU access (e.g, for software encode) and GPU access (e.g, for compositing). Bug: 1130101, 1125879 Change-Id: I108f15e5cf4aa0dc92bf24fffce907accdeb57de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419715Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#809054}
-
Dave Tapuska authored
Move to a query on the plugin container to determine if it was the target of the last mouse event. This variable is tracked due for mouseenter/leave inside the blink stack. This removes another callback from widget -> frame and simplies the logic. BUG=1097816 Change-Id: I27e46bdbef66ed8235668abba5ef43c7ecbbcde2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418998 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809053}
-
Dominique Fauteux-Chapleau authored
This reverts commit eeb9e4d5. Reason for revert: b/169019687 Original change's description: > Remove SendFilesForMalwareCheck and CheckContentCompliance policies > > This should not change deep scanning behaviour with Connectors. The > corresponding enums are kept until crbug.com/1109242 is fixed. Removing > these policies completely is safe since they were marked as future and > they have only been delivered as cloud policies. > > Bug: 1103390 > Change-Id: If41d87624f2dd7356efcad902ff0b355f1fdec2b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412693 > Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> > Reviewed-by: Owen Min <zmin@chromium.org> > Reviewed-by: Roger Tawa <rogerta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#808031} TBR=rogerta@chromium.org,zmin@chromium.org,domfc@chromium.org BYPASS_POLICY_COMPATIBILITY_CHECK='future was already in use on the policy' # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1103390 Change-Id: I5d5c637a1220ef575a1aa4e0106bfe511f647ca7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422343Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#809052}
-