- 08 Apr, 2020 40 commits
-
-
Garrett Beaty authored
The following changes were made to the console ordering: * The windows debug category appear before the windows release category, which matches the order for the other OS categories in the console. Bug: 1067057 Change-Id: I34e4ce8196742587a401019ef526a98ee8bfc0e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140068 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#757553}
-
Charlie Hu authored
This CL lets DocumentPolicyParser::Parse return early when the input is empty. This avoids initializing static maps when there is actually no need to initialize them. Change-Id: I2ac3b7c6e9995c35fef97e76bc4969e236b6b6cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140199Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#757552}
-
Stephen McGruer authored
This was resolved in https://github.com/web-platform-tests/wpt/pull/21641 Bug: 1049607 Change-Id: I20aace27d2637d62a3433140697fc7a8b5a4071a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046714Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#757551}
-
Wei-Yin Chen (陳威尹) authored
When needing to use waitForView() on the whole view hierarchy, the API of waitForView() requires more boilerplate code than ideal. This CL makes it possible to write shorter code. Bug: None Change-Id: Ic97f67df1e833a2c38a5a7e09133170e79910b1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138964Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757550}
-
Rayan Kanso authored
Moves the generic web tests to the wpt folder. Minor changes were made to them (using wpt resources, not checking for specific error messages). The tests that were checking for specific chromium error messages were duplicated and kept. As were tests using testRunner functions. Change-Id: I79d1d3c5cf2092753ef7b0bfbbfa7b227395f8ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142214Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#757549}
-
Wez authored
Fuchsia's package cache not longer makes non-base-image packages available unless the device/VM is online, with connectivity to the package server. Keep the Target's Amber repository live while the test runs, to work around that limitation. Bug: fuchsia:49704, fuchsia:44527, fuchsia:44529 Change-Id: I9aadf6823634d04bc292c80fac86cc9b7da5e0ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142412 Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#757548}
-
Xianzhu Wang authored
Update canvas filter quality when recording the foreign layer. Change-Id: I7a5ae65eb45664718be6bf56ff80c6057b1bca28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141611 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#757547}
-
Peter Kotwicz authored
BUG=1068692 R=hartmanng TBR=yfriedman (for trivial LaunchMetrics.java change) Change-Id: I747d76539830241f2175c83c458b439c9ab74065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141122 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Cr-Commit-Position: refs/heads/master@{#757546}
-
Bo Liu authored
In-process GPU has lower stability guarantees as it cannot be restarted. It does not have a watchdog timer. Establish channel timeout is not useful as it's only waiting for a thread to start and do work. So it can really only trigger for false positives. So disable the timeout for in-process GPU. Bug: 1068670 Change-Id: I047e07c29d74e8b68a8bcf2ecdb333f066c377fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140818Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#757545}
-
Xiaoqian Dai authored
In rtl, the user needs to swipe from the right side of the screen to go back. Bug: 1031766 Change-Id: I732992fa7f7546358c42e75deb2f5244ededb81b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140997Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#757544}
-
Ayu Ishii authored
This change adds behavior for opaque origins specified here [1], and wpt to validate its behavior. [1] https://wicg.github.io/cookie-store/#CookieStore-get Change-Id: Id947c964910857ba85dffdc6d7c1e45ef8b49029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137926 Commit-Queue: Ayu Ishii <ayui@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#757543}
-
David Bokan authored
If we're at an offset that can't be represented at an int then the page probably isn't usable but it's better to saturate than overflow here. Bug: 1068200 Change-Id: I07afcf9b0486fac3311c0a128a1932b768b69d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137827 Auto-Submit: David Bokan <bokan@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#757542}
-
Brian Geffon authored
This change allows core scheduling to be turned on when renderers start and before entering the sandbox. By doing it before entering the sandbox it cannot be disabled. There is a flag we can use to disable this if necessary via a finch kill switch should bugs in the kernel be encountered. BUG=b:152605392 Change-Id: I0f3b81a03eac2e3603bff8514e0c58e0d4e286c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140066Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#757541}
-
Wei-Yin Chen (陳威尹) authored
Reuse a single string literal for Finch parameter "thumbnail_aspect_ratio", so that it's easier to cross reference. Bug: None Change-Id: Iff9434ec4b3d759f40d40b799ec0a3c27f8c33c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139431 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Auto-Submit: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757540}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6a5187a88958..3150d88ba4ca git log 6a5187a88958..3150d88ba4ca --date=short --first-parent --format='%ad %ae %s' 2020-04-08 mtklein@google.com add Pixel CPU Test jobs 2020-04-08 egdaniel@google.com Update gpu flush semaphore contract. 2020-04-08 senorblanco@chromium.org Dawn: staging manager rewrite. 2020-04-08 fmalita@chromium.org [SVG] Fix spec links 2020-04-08 mtklein@google.com stifle leaks in terminator_CreateDevice() 2020-04-08 mtklein@google.com get skvm/llvm building again 2020-04-08 mtklein@google.com narrow use of fast_unwind_on_malloc=0 2020-04-08 mtklein@google.com shard ASAN bonusconfigs bot 2020-04-08 jvanverth@google.com Use fuzzier definition of zero-length segments in compute_intersection. Created with: gclient setdep -r src/third_party/skia@3150d88ba4ca 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 csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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 Bug: None Tbr: csmartdalton@google.com Change-Id: Id362a0f080c0c8fa7965eba71e557cdfdd7875fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142479Reviewed-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@{#757539}
-
Nnamdi Theodore Johnson-Kanu authored
CL https://chromium-review.googlesource.com/c/chromium/src/+/2128928 changed the route path name and route constant from kAccessibilitySubPage to kOsAccessibilitySubPage. This change caused the settings tray to not route to the appropriate location. This CL corrects that issue, updating the system_tray_client.cc to point to the right constant name. Bug: 1068971 Change-Id: Ia42ce2d197eb04a4a8a2076defdfd84c81485b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142142Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#757538}
-
Changwan Ryu authored
Currently <input type='password' inputmode='numeric'> shows normal password type virtual keyboard. With this change, it will show numeric password type keyboard. Bug: 1068182 Change-Id: I04f85ff240678b3f8854a84ad9227e1437b3300d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139355 Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#757537}
-
Mei Liang authored
This CL update tab selection indicator to match the boundary of the card. Change-Id: I41ecdf19ddee921b4fcb85c2fa1d715bdd0860aa Bug: 1042890 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140190Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#757536}
-
Sinan Sahin authored
Bug: 1068346 Change-Id: Ied07d2d4b0e181a886ece94ad4a763c8ec9d7cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137855Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#757535}
-
Haiyang Pan authored
Bug: 922145 Change-Id: I08d3a9cc3dda9fe4673399c27d07a41d4eeadcc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138791 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757534}
-
Aaron Leventhal authored
Bug: None Change-Id: Ie2c29aff27cf942fcbb240294c5baa305ce2577c Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141143Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#757533}
-
Oksana Zhuravlova authored
This change removes ContentBrowserClient::BindInterfaceRequestFromFrame since it's no longer used. Bug: 1062403 Change-Id: I010f7fedc22d95517c265140ba56d8dd98633694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134802Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#757532}
-
Esmael El-Moslimany authored
Depending on what has focus, mousedown event may not be emitted when a user touches an element. Elements should handle the pointerdown event instead. Change-Id: I255812428698be93b547869f6b2674ad6f86047a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141201 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#757531}
-
Pavel Yatsuk authored
Set animation duration to 0 to disable toolbar animations triggered by displaying tab modal dialogs. BUG=1026908 R=twellington@chromium.org Change-Id: Idcc1fe2fc85f8ccccc3dad72a65da886e89fe9e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138556Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#757530}
-
Amr Aboelkher authored
Shell-encryption is a simple Homomorphic Encryption Library that uses Ring Learning with Errors (RLWE)-based encryption. This CL does the following: - Adds the required dependent files for the library, to be compiled successfully in chromium - Migrating the library to be compatible with C++14. That was needed as chromium only supports C++14, and the library was Compatible with C++17 - Overrides the include_rules section for SHELL - Adds SHELL lib as a client for abseil-cpp -- Locking the visibility of the library - Remove the possibility of adding SHELL directly from chromium - Adds the owners of the library - Adds README.chromium -- Include explanation about the library -- Include info about updating the library Change-Id: Ibe6117303bd77dfccb7320184960cbe6d9360c9c Bug: 1066937 TBR=thakis Change-Id: Ibe6117303bd77dfccb7320184960cbe6d9360c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106138Reviewed-by:
Amr Aboelkher <amraboelkher@google.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Amr Aboelkher <amraboelkher@google.com> Cr-Commit-Position: refs/heads/master@{#757529}
-
Gyuyoung Kim authored
This CL moves stretched-simplified-layout.html test from css3/css-flexbox to external/wpt/css/css-flexbox with WPT styles, adding links to the relevant specs, and test description. Additionally, this test is renamed to abspos-descendent-001.html because it seems like it's a better naming for this test. Bug: 1063749 Change-Id: Ifa4a49ef007edfdd3c30cab3d176696e72b445e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132549 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#757528}
-
John Smith authored
This cleans up the double mapping for kColorId_DialogBackground in the color pipeline as well as adds a new kColorId explicitly for button. The new colorid is hooked up as appropriate for button cases and returns the same colors as it did with DialogBackground. Having it be separate would be helpful for cases like high contrast where the button may need greater differentiation from the background and for any downstream consumers who use a different color even in regular modes. Bug: 1067359 Change-Id: I966bb0446c85ba08d8fe9d844544ccd06aff7b24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135385Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: John Smith <johnsm@microsoft.com> Cr-Commit-Position: refs/heads/master@{#757527}
-
danakj authored
This method is used in the renderer and doesn't need the hole punching to content-internal that web_test_support_renderer was designed for. Move it to web_test/blink_test_helpers.h. R=nasko@chromium.org Bug: 866140 Change-Id: I62f16e813b5eae8aa7b117c992f072b65ebf8be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142512Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#757526}
-
Wei-Yin Chen (陳威尹) authored
The browser customization content provider package is required to be a system package for security. On local builds of Chrome Android, this requirement is lifted for easier debugging. This doesn't affect end users. Bug: None Change-Id: I7aa05fa9d71cbe1e15ae76adce9c579a41d876d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139078 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#757525}
-
Reilly Grant authored
This change adds basic support for composite devices to the new Windows USB backend. The set of device paths for each function driver are collected into a map which can be used instead of the root device path when trying to open a WinUSB interface handle. As with the previous patch this still won't work for devices the are enumerated while Chrome is running because the device nodes for each USB function are not yet available. This will be addressed next. Bug: 637404 Change-Id: Ifbda29ef3cbe4dda2adb25fe8454dcc2a7c2036b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138260 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#757524}
-
Anqing Zhao authored
Because of the re-org of Chrome OS Commercial team, the reviewers of DeviceLocalAccount have to be changed accordingly. Change-Id: I4702708d641172f4288e28785d6658fda12e7a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141978Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Anqing Zhao <anqing@google.com> Cr-Commit-Position: refs/heads/master@{#757523}
-
Aran Gilman authored
This mostly entails the following: * Replace empty constructors & destructors with '= default'. * Replace deprecated DISALLOW_COPY_AND_ASSIGN() with explicit deletions. * Use for-each loops where appropriate. Change-Id: I379c6d4573a529264cc1541e8d157f0b556e5505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128093Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Aran Gilman <gilmanmh@google.com> Cr-Commit-Position: refs/heads/master@{#757522}
-
Jerome Jiang authored
https://aomedia.googlesource.com/aom.git/+log/c25910f6d213..611c58e51104 $ git log c25910f6d..611c58e51 --date=short --no-merges --format='%ad %ae %s' 2020-04-03 chiyotsai Remove an unneeded skip in skip_repeated_newmv 2020-04-03 jzern transpose_sse2.h,cosmetics: fix some comments 2020-04-02 ravi.chaudhary Optimize PC_TREE for lower resolution contents 2020-04-03 vishesh.garg Refactor GlobalMotionInfo from AV1_COMP 2020-04-06 vishesh.garg Refactor ForceIntegerMVInfo from AV1_COMP 2020-04-06 huisu Cleanup and documentation for inter_block_yrd() 2020-04-06 huisu Cleanup / commnets for tx_type_rd and tx_block_rd 2020-04-05 huisu Code improvement in try_tx_block_split() 2020-04-02 yaowu Remove an obsolete TODO 2020-04-02 yjshen Adjust a hyper-parameter used in temporal filter. (...) 2020-02-28 sdeng Use downsized frame in VMAF RDO update 2020-03-18 huisu code cleanup in init_ref_frame_space() 2020-03-19 ravi.chaudhary Cleanup variables in cpi 2020-03-04 jianj RT: Handle variance low flag properly for superblock 64x64 2020-03-16 marpan rtc: Fix to skip mv mode in nonrd_pickmode 2020-02-17 remya.prakasan Clean up hash me code 2020-03-17 jayasanker.j Prune AB partitions based on split and HORZ/VERT 2020-03-16 huisu small optimization in av1_handle_inter_intra_mode() 2020-02-25 mufaddal.chakera Refactor kf and gfu boost calculation in LAP 2020-03-11 mufaddal.chakera Refactor av1_lookahead_init Created with: roll-dep src/third_party/libaom/source/libaom R=jzern@google.com Change-Id: I9ed6250208a60578d2f1b34eed425a90ac393b3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140625Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#757521}
-
Frank Liberato authored
Allow video decoders to attach HDR metadata in addition to color space information to a VideoFrame. This will help us to defer tone mapping until later in the display pipeline. Bug: 1068321 Change-Id: I686159905657979d5b6c9fe280c2991e37feeeb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137918 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#757520}
-
Anqing Zhao authored
This extension needn't trigger the full-screen warning notification in MGS session. Bug: 1063236 Change-Id: I3cd1f5973d5d265e5aff02627dbc921534f4423b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138412Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Anqing Zhao <anqing@google.com> Cr-Commit-Position: refs/heads/master@{#757519}
-
Thomas Tellier authored
Bug: 993653 Change-Id: Icf3cdb322223487a6780a5f20a3c22f9ed22ca5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133972 Commit-Queue: Thomas Tellier <tellier@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#757518}
-
Ben Pastene authored
Due to emergency server maintenance in crbug.com/1069091, we need all tests to not be deduplicated into tests that ran prior to the maintenance. Adding a trivial change to //testing/test_env.py will prevent any task deduplication since most every test includes this file in its inputs. TBR=johnchen No-Try: true No-Tree-Checks: true Bug: 1069091 Change-Id: If99af96b6bce7b00cd982de0234b39dbb9a9ec89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142619 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Cr-Commit-Position: refs/heads/master@{#757517}
-
sreejakshetty@chromium.org authored
This CL converts UsbTabHelper to use RenderDocumentHostUserData and replaces existing manual tracking of frame lifetime in a map. Currently a map from render_frame_host to the FrameUsbServices is maintained to get the associated FrameUsbServices object instead we use RDHUD to do the same set of operations. BUG = 1068546 TBR=fdoray@chromium.org,reillyg@chromium.org,altimin@chromium.org, haraken@chromium.org Change-Id: I05dc172e511f6b4752a1c138ee3d0cecbb6858ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139814Reviewed-by:
Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/master@{#757516}
-
Nathaniel Steinbock authored
Merge-with: eureka-internal/384313 Bug: internal/153204109 Change-Id: Ia56c4c148470fc0f76b73f30a843bdc8bdb39506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135832Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Nate Steinbock <steinbock@google.com> Cr-Commit-Position: refs/heads/master@{#757515}
-
David Van Cleve authored
As part of accommodating requests with Trust Tokens [*] parameters present, a previous CL (https://crrev.com/c/2062869) added a trust token helper argument to URLLoader. Whenever URLLoader was provided a trust token helper, it would call out to the helper before sending its request and after receiving response headers. The previous CL did not include a mechanism for actually giving URLLoader a trust token helper outside of tests. This CL adds logic to construct trust token helpers for requests bearing Trust Tokens parameters, by: - implementing a new factory class, TrustTokenRequestHelperFactory, responsible for making a decision of which TrustTokenRequestHelper to vend (or whether to fail with an error); - modifying URLLoader to take one of these factories instead of a TrustTokenRequestHelper proper, and to use the factory to create a helper when given a request bearing trust token parameters (still calling the helper's Begin/Finalize methods at the same time as before); and - having URLLoaderFactory give created loaders a TrustTokenRequestHelperFactory, when requests bear trust token params. (For now, the helper factory will always return an error, because the underlying Trust Tokens operations are not yet fully implemented.) [*]: https://docs.google.com/document/d/1TNnya6B8pyomDK2F1R9CL3dY10OAmqWlnCxsWyOBDVQ/edit Bug: 1042962 Change-Id: I53743999ff301a832e6a929292d0fb8f0e7df424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097057 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#757514}
-