- 07 Aug, 2020 40 commits
-
-
Justin DeWitt authored
Fails consistently on Lollipop Phone Tester with TIMEOUT: see e.g. https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester/26466 Bug: 1063984 Tbr: yusufo@chromium.org Change-Id: Icedf0752d949f6d3ca3a5c08667e2fe20a023e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343546 Commit-Queue: Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#796108}
-
David Schinazi authored
https://quiche.googlesource.com/quiche.git/+log/1b6221e157c7..db0253c93b9 $ git log 1b6221e15..db0253c93 --date=short --no-merges --format='%ad %ae %s' 2020-08-07 dschinazi Fix QUIC merge 2020-08-07 renjietang Move flow control config validation logic from QuicSession to individual QuicStream. 2020-08-07 vasilvv Make QuicTransportClientSession implement QuicCryptoClientStream::ProofHandler. 2020-08-07 fayang Add connection option NSLC to always send connection close for idle timeout. Protected by gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. 2020-08-07 fayang Add two QUIC_CODE_COUNT for trimming full time wait list and remove expired connections. 2020-08-06 fayang Add srtt to TimeWaitConnectionInfo. Also add GFE_CODE_COUNT recording information when a packet is processed in time wait list. Logging only, not protected. 2020-08-06 danzh N/a(test only) override OnConnectionClosed() in MockQuicCryptoStream. 2020-08-06 fayang In QUIC, add TimeWaitConnectionInfo to record necessary information of connections which are going to be added to time wait list. Refactor only, no functional change expected, not protected. 2020-08-06 fayang In QUIC, add error code QUIC_SILENT_IDLE_TIMEOUT. Used when server silently close connection due to no network activity. The connection close packets would be serialized and will be sent by time wait list upon receiving client packets. Protected by gfe2_reloadable_flag_quic_add_silent_idle_timeout. 2020-08-06 haoyuewang Disable sending min_ack_delay in transport parameters on the client side. It is a no-op for google service and not flag protected. 2020-08-05 danzh (n/a) remove final specifier from QuicBatchWriterBase::Flush() interface. 2020-08-05 renjietang Move lengthy inline functions from headers file to the .cc file. 2020-08-05 renjietang Move kDefaultMaxUncompressedHeaderSize to http_constants. 2020-08-04 nharper Use trampoline for TicketCrypterGoogle3::Decrypt 2020-08-04 quiche-dev Add build option to third_party/http2. No functional change. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=renjietang@chromium.org Change-Id: I545eb1872c0e53351365bd8ab67ed2206194bffd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342143 Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#796107}
-
Jon Mann authored
In crrev/c/1622415 a test.only() test was added to the suite which prevented other tests from running. This change replaces all the occurrences with a regular test() and fixes the tests which have broken since this was introduced. Fixed: 1114252 Change-Id: Ife3dd9f4ce3a0e61c3f702d053d0304f43435aa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343319 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#796106}
-
Yusuke Sato authored
This reverts commit 67a9b3fb. Reason for revert: This seems to cause SEGV in R's init sometimes. Original change's description: > arc: Expand 3 more .prop files at runtime > > ARCVM boards will have {system_ext,odm,product}_build.prop files in > /usr/share/arcvm/properties. This CL let Chrome process these files > in addition to the existing ones (default.prop, build.prop, and > vendor_build.prop). > > When processing the files, this files also let Chrome replace > ro.<partition>.product.cpu.abilist* so that all abilist properties > have a single consistent value regardless of the <partition>. > > BUG=b:162555733,b:162024174 > TEST=components_unittests > > Change-Id: I98e1a5118657b91171b63c6bcbe9f71d9d1fe6da > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333580 > Commit-Queue: Yusuke Sato <yusukes@chromium.org> > Reviewed-by: Yury Khmel <khmel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#794771} TBR=yusukes@chromium.org,khmel@google.com,khmel@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: b:162555733 Bug: b:162024174 Change-Id: I05510404e9fa5a77d67596e5843af3b4cb7182ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343322Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Auto-Submit: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#796105}
-
Ben Kelly authored
Field trials show that this feature greatly improves body reading performance at the cost of slightly slower following matches. This makes sense since the body reading is contending with the later match operations. Overall the data suggests this is a net win. While we don't have a metric that measures the entire lifecycle of a FetchEvent handled via cache_storage, we can approximate it by adding the values from these two UMAs together by percentile slice: ServiceWorker.LoadTiming.Subresource.ResponseReceivedToCompleted2.CacheStorage ServiceWorkerCache.Cache.Browser.Match.RelatedFetchEvent Using this metric we see a 20% or greater progression in median time to match+read a Response across all platforms. In addition android saw a 20% progression at P95. Bug: 1010624 Change-Id: Id0a68727fe8dd49966988805135a1b03d46dea1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343592Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#796104}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I2f29ab529916670a2be084e132310a8f79f4bf48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343303Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#796103}
-
Roberto Carrillo authored
This reverts commit 9f54bb86. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=1114308 Original change's description: > [Media Router] Add AppAvailability Logs > > This CL adds a mojo::Remote<mojom::Logger> in CastAppDiscoveryService to > log unavailable (app_id, sink_id) pairs and socket not found errors. > > Bug: 687380, b/154273698 > Change-Id: Ib50c74cd9a0e66c9c05b3f36fdf653e2565d8048 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332329 > Reviewed-by: Takumi Fujimoto <takumif@chromium.org> > Commit-Queue: Muyao Xu <muyaoxu@google.com> > Cr-Commit-Position: refs/heads/master@{#795981} TBR=takumif@chromium.org,muyaoxu@google.com Change-Id: I28d8206ee3b243ff82d210d561869e7eb4dc04e1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 687380 Bug: b/154273698 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343764Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#796102}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3e8fae719358..63a1a8309814 2020-08-07 bungeman@google.com More verbose CoreText structure checks 2020-08-07 herb@google.com move SkArenaAlloc reset to its own class 2020-08-07 mtklein@google.com check SkPictureData::getPaint() 2020-08-07 johnstiles@google.com Revert "Disable the coverage-as-alpha optimization flag for the Bicubic 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 herb@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: chromium:1113444 Tbr: herb@google.com Change-Id: I2d7f1bed56990e8caab174603a3cb2b722a9ec1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343530Reviewed-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@{#796101}
-
Dan Harrington authored
- ClearAll() now clears metadata, including consistency token - ClearAll() changes are now all applied from within a task. This might prevent subtle bugs. Bug: 1044139 Change-Id: I79087516e914da4705f41b162f27cecafdd38443 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341808Reviewed-by:
Ian Wells <iwells@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#796100}
-
Robert Ogden authored
Refactors the computation of the AfterSRPMetrics class into a separate method so that it can be called by the PLM Observer when a navigation fails to commit. Bug: 1106957 Change-Id: Iaf9cc055f16733f491a1408d6fbe1f4f808a8bd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343485 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#796099}
-
Justin Cohen authored
Change-Id: I65c83fb0b39f64f106c867e68e19cd9d22c10fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342642 Auto-Submit: Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#796098}
-
Min Qin authored
In offline_item_utils.cc, if is_auto_resumable is false, we set the offline item state to INTERRUPTED. As a result, when push the UI, interrupted offline items should have isAutoResumable set to false. BUG=1098273 Change-Id: I59af7b4451d9c7b27505aab2785e2a6347916d55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343219Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#796097}
-
James Cook authored
Lacros needs to support two notification pathways: * In-process, for the ash-chrome binary * Out-of-process, for the lacros-chrome binary However, both of these pathways have some shared behavior around handling multiple profiles (for the pre-lacros ash case) and transient notifications. This code lives in NotificationPlatformBridgeChromeOs and we want to reuse it. 1. Introduce MessageCenterClientLacros. This is a stub for now. In a follow-up CL it will send notifications over mojo from lacros to ash. 2. Change NotificationPlatformBridgeChromeOs so it supports different |impl_| helpers for ash and lacros. 3. Refactor ChromeAshMessageCenterClient to inherit from NotificationPlatformBridge. This allows NPBChromeOs to have a generic |impl_| for both helpers, and avoids introducing a new abstract interface class. See go/lacros-notifications for overall plan. Bug: 1113889 Test: existing unit_tests and browser_tests Change-Id: I159f410f3d84cc6e9bde0b3757015691f2289419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343217Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#796096}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/56f14dabfe99..a4cba6578f09 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: I4f1d2194a229e438247b3b41d743f94f5a9de9de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343489Reviewed-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@{#796095}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/56f14dabfe99..a4cba6578f09 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: I5609083d3e87d9831848ca5c5911841401c1675c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343595Reviewed-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@{#796094}
-
Xianzhu Wang authored
Currently PaintInvalidator iterates all block fragments with one context for each LayoutObject, so we should create ContainingBlockScope only once for the first fragment only. Previously creating multiple ContainingBlockScopes for one multi-block-fragment object broke stacking of the scopes, causing memory corruption. Add check in ~ContainingBlockScope for stacking error in the scopes. This limitation will be removed with LayoutNGFragmentTraversal which traverses block fragments in depth-first order. Bug: 1113710 Change-Id: I07aa3626f1a1d34714459e256880a96897585d4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339449Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#796093}
-
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-aemu-chromium-autoroll Please CC chonggu@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 Tbr: chonggu@google.com Change-Id: I02e35892e8d6b6b0425a273366ef8aa92a7a6a12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343529Reviewed-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@{#796092}
-
Matthew Crabill authored
Change Graphics.Smoothness.FrameSequenceLength.* to only report the length for the effective thread. This change modifies all of the Graphics.Smoothness.FrameSequenceLength.* metrics to only report the length for the effective thread. Bug: 1101497 Change-Id: I5397d8fcdc8bd82b0a142e35dec7803d2c2a5c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319786 Commit-Queue: Matthew Crabill <macrabil@microsoft.com> Reviewed-by:
Xida Chen <xidachen@chromium.org> Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#796091}
-
David Black authored
Menu traversal handles up/down arrow keys as expected. But if the user is holding down VKEY_COMMAND while pressing up/down arrows, menu traversal does not occur. In this case, the ui::KeyboardCode received by MenuController is actually VKEY_NEXT and VKEY_PRIOR which were previously unhandled. For an upcoming Chrome OS feature, a menu may be shown while holding down VKEY_COMMAND, and we want to allow the user to continue to hold down VKEY_COMMAND throughout their entire menu iteraction. NOTE: Pressing down and up arrows while holding down VKEY_COMMAND moves ChromeVox focus on Chrome OS. I confirmed that *prior* to this change, ChromeVox did *not* appear to traverse menus but after this change it does. Bug: 1113035 Change-Id: I9df923d0972102542e69fa92c39eda711346b88e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338918 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#796090}
-
Ahmed Fakhry authored
This CL adds the CaptureModeBarView which is the content view of the CaptureModeBarWidget. It also adds the CaptureModeSession which owns the widget and remains alive as long as capture mode is active. BUG=1112919 TEST=Manually, added new tests in capture_mode_unittests.cc Change-Id: I36b5b5f2cb147c36aa66f5d889c55865345463a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339902 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#796089}
-
Miriam Zimmerman authored
To be technically accurate, we should not describe this option as "anonymous"; it's actually properly described as "de-identified". However, "de-identified" is a bit technical, so change to a more clear string. BUG=chromium:1112012 TEST=Deploy to DUT and verify dialog option is as expected Change-Id: I41abf1ca9ec04bc6518a2c085d86f8c29db83a9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340522Reviewed-by:
Greg Levin <glevin@chromium.org> Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Cr-Commit-Position: refs/heads/master@{#796088}
-
phillis authored
Fix the code to use WebApp.Launcher.LaunchResult and WebApp.Launcher.UpdateResult to match the ones in histograms.xml Bug: none Change-Id: Iece91aa20d3614ff2d711d7c765ec0837a63c23f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341845 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#796087}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0c0349252934..a4cba6578f09 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: I9736cff2e080973864459305913ab08c496b860c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343590Reviewed-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@{#796086}
-
Jeffrey Cohen authored
This is a reland of af2e1e93 Original change's description: > [Screenshot] Enable image editor for canary builds. > > Bug: 1024586 > Change-Id: I586d8dc0a05c0aab3776b42c9145d0f6a586c1f7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032505 > Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> > Reviewed-by: Kristi Park <kristipark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#793791} Bug: 1024586 Change-Id: Iaa640531a8190fc0c1bebcc05990330283327e04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342125Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#796085}
-
Brian Malcolm authored
This is intended to replace the UserNativePrintersAllowed policy. The old policy will still be used in the absence of the new one for at least a few releases of Chrome. BUG=chromium:1113371 Change-Id: If1098adeab5b9fbce431184cf33b8162c99eb30d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341825 Commit-Queue: Brian Malcolm <bmalcolm@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#796084}
-
Regan Hsu authored
* Adds cellular setup button to InternetSubpage. * Adds OsSettingsCellularSetupDialog to InternetPage (the dialog may be opened in a detail page of InternetPage rather than InternetSubPage). * Adds blue icon_add_cellular.svg icon. * Add string resources for a11y for button and title for dialog. * Reorganize the add buttons in the internet subpage to make clear which add button adds which network type (Cellular vs WiFi vs VPN). * Embedding the CellularSetup shared component will be done in a follow up CL. Screenshots: https://screenshot.googleplex.com/K2gfDgS4V28 https://screenshot.googleplex.com/nDTbHT87e4k Bug: 1093185 Change-Id: I75062f3e30d1d75b980524c44e9f568798d74bcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333055 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#796083}
-
Matthias Körber authored
This CL adds the types needed for LeipzigV1 and some additional compound types that will be used to implement the structured address component. Change-Id: Ic3191f58089ee26c0aed6b86e11490f575d10d9c Bug: 1099202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332701 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#796082}
-
Ben Joyce authored
Combines the report generated from the host (junit) code coverage with the report generated from the test a ran on device. It goes to each method and updates the counters from whichever coverage is higher. It then updates the lines covered in the source file and finally, updates the counters. Please note if an instruction has branch A,B,C, and one report covers only branch A and another only covers Branch B and C, it will choose the report results that cover branch B and C, showing A as uncovered. This is because if one report covered A and B, and another covered B, we can't say "3 branches are covered." Bug: 1107004 Change-Id: I8dfa9feb80df5c9ed6d468226c25155383962519 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333065 Commit-Queue: benjamin joyce <bjoyce@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#796081}
-
Dirk Pranke authored
This removes jumbo.gni, the imports of jumbo.gni, and any remaining stray references to it in the build files and docs. Bug: 994387 Change-Id: Ic39b7c609e1bd922e05c7e1104f1e5532c188f5a AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337392Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#796080}
-
dpapad authored
Per UX suggestion, experimenting with a different color, google-grey-600 instead of white, which unfortunately is not noticeable at all when the document (usually white bg color), is zoomed in. Bug: 1069370 Change-Id: Ibde70bac01ce70dde3e56a5a6129d549e53baf9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343568 Commit-Queue: dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#796079}
-
K. Moon authored
Adds empty implementations of the PDFEngine::Client interface to PdfViewWebPlugin, in preparation for using PdfViewWebPlugin with PDFiumEngine. Bug: 1085334 Change-Id: Iebe1681829a6b02e220bb353c767a9c28cd2a3ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342138Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#796078}
-
Aleks Totic authored
Tables with collapsed borders compute their borders by running an algorithm. To run this algorithm, ComputeBorders needs an NGBlockNode argument. Change-Id: I1d1028bed42a4b16b662bd51c4d46d18e68c57f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341411Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#796077}
-
Abigail Klein authored
Based on UXW feedback, modify the live caption settings subtitle string and add a new download complete string. Also, only show the download error message when there is an error event from the component updater. Previously, we also showed an error message if the download progress was unknown, but it is better to do nothing in that case and wait for more information about the download progress. Bug: 1055150 Change-Id: Ib8343b45b20b8a3b66a4dbbc15361189d015cae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343231Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#796076}
-
Adam Raine authored
Follow up to: https://chromium-review.googlesource.com/c/chromium/src/+/2283289 Adding the compositor failure reasons to the trace allows Lighthouse to report if an animation fails due to unsupported CSS properties, but Lighthouse cannot see which CSS properties are unsupported. These changes collect the unsupported CSS properties and add them to the animation trace event for compositor failure reasons. Bug: 230229 Change-Id: I5d40b1ffd7fd82f8231940b7027ace30ea25df48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320552Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Adam Raine <asraine@google.com> Cr-Commit-Position: refs/heads/master@{#796075}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ce00f903c268..55eebf450c36 2020-08-07 jalyn@microsoft.com Enable new Shortcuts settings page by default If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I48ca2762a9bc9336dce26393736892e81a32e558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343525Reviewed-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@{#796074}
-
Matthias Körber authored
Change-Id: I185216a1a5cdb7063b9e6d90d99195cc608f97ab Bug: 1099202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339350 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#796073}
-
Angela Yoeurng authored
Bug: 1046523 Change-Id: Ie25435820d7ebbb67b884638fd4add05a7011c3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341840Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Commit-Queue: Angela Yoeurng <yoangela@chromium.org> Cr-Commit-Position: refs/heads/master@{#796072}
-
Ben Pastene authored
Bug: 1092973 Change-Id: I4df191266f28297cf8581f1687de87e336713363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339580Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#796071}
-
John Delaney authored
Moves ConversionStorage and it's task runner into a wrapper which can be shared across threads. The new ConversionStorageContext is created by the ConversionManager on the UI thread. To integrate with QuotaManager, ConversionStorage needs to be accessible/owned by the IO thread where QuotaClients are accessed. ConversionStorageContext wraps a ConversionStorage instance which lives on its own task runner. As is, this requires redeclaring all ConversionStorage methods with appropriate callbacks on the ConversionStorageContext. Future improvements to base::SequenceBound may remove this need, but for now this simply moves the existing task runner + storage interface into the storage context This construction allows for data races on tasks that are posted to the storage task runner, which is okay because operations on ConversionStorage does not require any sequencing on operations. Change-Id: Iff0c2c22bb1d02d98f8d8fd80734f235b116918c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2239676 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#796070}
-
Bella Bah authored
Was causing Windows trybot traffic_annotation tests to fail because of module naming collision. https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8872768115210425728/+/steps/test_traffic_annotation_auditor/0/stdout Change-Id: I5205f8232c633cb9028de667472f4e80f869d973 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339941Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Mohamadou Bella Bah <bellabah@chromium.org> Cr-Commit-Position: refs/heads/master@{#796069}
-