- 05 Nov, 2020 40 commits
-
-
Ken Rockot authored
This code was originally landed when sandbox stuff was still in Service Manager. It's not in Service Manager anymore, and Service Manager code is on its way to the great Git repository in the sky. Bug: 977637 Change-Id: I10c2c02cbd70bc3f99fb0dfdb26319003b0047c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520317 Auto-Submit: Ken Rockot <rockot@google.com> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#824301}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/422eb910890c..431aae870034 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 jshikaram@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:1145760 Tbr: jshikaram@google.com Change-Id: I15258f114c0a27243cfb9f9f96fbad1901f362dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520439Reviewed-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@{#824300}
-
Melissa Zhang authored
This CL ensures ShareAction icon colors change with the theme. ShareActions define VectorIcons instead of ImageSkias, which are passed through to the |sharesheet_bubble_view| to be used to generate ColorTrackingIconViews. Bug: 1127750 Change-Id: If2b16ee72c11071931541e63b00a2cd8b9c5ad10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505255 Commit-Queue: Melissa Zhang <melzhang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#824299}
-
Liviu Tinta authored
Bug: 1132544 Change-Id: I5bcb7698fba041cd87917794076b95c44d5e268a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509013Reviewed-by:
Lan Wei <lanwei@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Cr-Commit-Position: refs/heads/master@{#824298}
-
Kent Tamura authored
This CL converts DEFINE_LAYOUT_OBJECT_TYPE_CASTS() to DowncastTraits<> for: - LayoutSVGImage - LayoutSVGInline - LayoutSVGInlineText - LayoutSVGResourceContainer - LayoutSVGRoot - LayoutSVGShape - LayoutSVGText - LayoutSVGTextPath - LayoutSVGTransformableContainer - LayoutSVGViewportContainer This CL has no behavior changes. Bug: 891908 Change-Id: I31dc8eb8d645a19dba09d3817e4f7a9e74c15a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519178 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#824297}
-
Kent Tamura authored
This CL converts DEFINE_INLINE_BOX_TYPE_CASTS() to DowncastTraits<> for: - InlineTextBox - InlineFlowBox This CL has no behavior changes. Bug: 891908 Change-Id: I5592a7523d570aebdd6bfb5875b7d815dd56f509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519678 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#824296}
-
Daniil Lunev authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/9e8d3a2d7e05..284391894473 $ git log 9e8d3a2d7..284391894 --date=short --no-merges --format='%ad %ae %s' 2020-11-04 dlunev system_api: add CRYPTOHOME_ERROR_VAULT_UNRECOVERABLE 2020-10-19 hardikgoyal system_api: Marking KeyPrivilege::mount as reserved 2020-10-29 fletcherw lorgnette: add CancelScan D-Bus call 2020-10-28 fletcherw lorgnette: handle reporting scan cancellation 2020-10-27 wvk vm_tools: Add VmIdChanged signal for Concierge 2020-11-02 sidereal Revert "Revert "vm_tools: concierge: Allow to specify kernel/rootfs paths for Termina"" 2020-11-02 sidereal Revert "Revert "vm_tools: Add initrd field to the concierge protocol."" 2020-11-02 sidereal Revert "Revert "vm_tools: concierge: Rename allow_untrusted flag to run_as_untrusted"" 2020-11-02 sidereal Revert "vm_tools: concierge: Rename allow_untrusted flag to run_as_untrusted" 2020-11-02 sidereal Revert "vm_tools: Add initrd field to the concierge protocol." 2020-11-02 sidereal Revert "vm_tools: concierge: Allow to specify kernel/rootfs paths for Termina" 2020-10-29 fletcherw lorgnette: report 1-indexed page numbers 2020-10-27 jiahe.zhang power: Add GetThermalState API Created with: roll-dep src/third_party/cros_system_api Bug: 1140868 Change-Id: I27788e343c14a3f6ac503d745f81014beb218b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519338Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniil Lunev <dlunev@chromium.org> Cr-Commit-Position: refs/heads/master@{#824295}
-
Kent Tamura authored
This CL converts DEFINE_LAYOUT_OBJECT_TYPE_CASTS() to DowncastTraits<> for: - LayoutInsideListMarker - LayoutListItem - LayoutListMarker - LayoutListMarkerImage - LayoutOutsideListMarker - LayoutNGInsideListMarker - LayoutNGListItem - LayoutNGOutsideListMarker This CL has no behavior changes. Bug: 891908 Change-Id: I22caaff015f1dc1af22850f5a4e8ffefee9ae121 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519342 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#824294}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1e2067d345cc..2876f93d9628 2020-11-05 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I6b27e1bdcf084bf489018473af036453cca728a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520079Reviewed-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@{#824293}
-
Nidhi Jaju authored
This CL adds the WebIDL files and relevant C++ stubs for the ReadableStreamBYOBRequest and ReadableByteStreamController classes according the the Streams API Standard[1][2]. This is a follow on from adding the ReadableStreamBYOBReader WebIDL files in an effort to add the stubs before implementing readable byte streams. This feature will be runtime enabled under the flag "ReadableByteStream". [1] https://streams.spec.whatwg.org/#rbs-controller-class [2] https://streams.spec.whatwg.org/#rs-byob-request-class Bug: 614302 Change-Id: I26b0f91c8ec60e7a0b74581a0d857a2536af27ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517349 Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#824292}
-
Minggang Wang authored
As part of the OnionSoup project, this patch moves the following classes: - TrackedChildPendingURLLoaderFactoryBundle - TrackedChildURLLoaderFactoryBundle - HostChildURLLoaderFactoryBundle into blink. Bug: 1110026 Change-Id: I3aa6c2f744971f95ca81f672c8f3dd1adbdd56df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514064 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#824291}
-
Leo Lai authored
It is just a stale object after migrating to AttestationClient. BUG=b:158955123 TEST=unit_tests. Change-Id: Icc572c5594562e45e5adc428309b7363500104f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517234 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#824290}
-
Kelvin Jiang authored
Keep the unused global rules allocated to a packed extension for its first load after update. This is done because the set of enabled rulesets after update is derived from the manifest. The extension can call UpdateEnabledRulesets after the update and this CL would enable the extension to preserve its pre-update allocation and retain much of its pre-update behavior by enabling some non-manifest-enabled rulesets. During a packed extension update, the ExtensionRegistryObserver calls occur in the order of: - OnExtensionWillBeInstalled - OnExtensionUnloaded - OnExtensionLoaded - OnExtensionInstalled Note that only OnExtensionWillBeInstalled and OnExtensionInstalled have the is_updated argument. For this CL, the dnr_keep_unused_rules pref is set to true in OnExtensionWillBeInstalled if it is a packed update, and set back to false once OnExtensionUnloaded is called for a non-update reason. This means that the extension can retain its pre-update allocation for the entire duration of its next load. Also, since the number of allocated and used rules for an extension are no longer the same, modify getAvailableStaticRuleCount implementation to accommodate the same by including the count of unused allocated rules. Bug: 983299 Change-Id: Id1e0092a85e02765c6764295ec4ac0f737b75ddd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461507 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#824289}
-
Hirokazu Honda authored
This CL changes the name of bitrate check test cases, so that they have the common prefix, "Bitrate." This helps to understand the tests checks bitrates and also runs only the bitrate check tests. pBug: None Test: video_encode_accelerator_tests --gtest_filter=VideoEncoderTest.BitrateCheck* Change-Id: I4ae5a3a68702341b4661965dc39967bad23240d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519334 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#824288}
-
Hirokazu Honda authored
There are a few failures due to the timeout of waiting during BitrateCheck test. This CL increase the event timeout in the test case as well as in DynamicFramerate/Bitratechange tests. Bug: b:170790027 Test: None Change-Id: If77dd5f645af0d9ea9edf19eb3271c6dfaf47770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517236 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#824287}
-
Matt Falkenhagen authored
Bug: 1138155 Change-Id: Ic5702ec69d0a7ffb01f042588796f7ebeb672b31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519640Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#824286}
-
Daniil Lunev authored
Chain [1] introduces a new enum value. Temporary add default handling to avoid warning on system_api rollup [1]https://chromium-review.googlesource.com/c/chromium/src/+/2518524 Bug: 1140868 Change-Id: I14ede8ffe5242118bde6c0aaf75ee5c529dbd3fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519180Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniil Lunev <dlunev@chromium.org> Cr-Commit-Position: refs/heads/master@{#824285}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=bindusuvarna@chromium.org Change-Id: I457a10889487b73c5e51954a35071cd91c754ee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517927Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#824284}
-
Leo Lai authored
Now we are using AttestationClient directly instead of passing through CryptohomeClient. BUG=b:158955123 TEST=build ok. Change-Id: I2575821084d0ec431b92a2bc6d10f3ddcf640a18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517212 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#824283}
-
Anupam Snigdha authored
Due to frequently querying the overlaycontent flag through jni calls, there was a performance hit in blink_perf.parser perf test. Added few helper methods to cache the overlaycontent flag and update it during TextInputState updates as this data structure is also used to control the IME which in turn affects WebContent size due to overlaycontent flag. Bug: 1144404 Change-Id: Ia814845cad5c5108cf6bdaf135388c6fa31a3cdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515841Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#824282}
-
Peter Kotwicz authored
This CL rolls: androidx.asynclayoutinflater:asynclayoutinflater androidx.cardview:cardview androidx.concurrent:concurrent-futures androidx.coordinatorlayout:coordinatorlayout androidx.localbroadcastmanager:localbroadcastmanager androidx.swiperefreshlayout:swiperefreshlayout androidx.tvprovider:tvprovider androidx.exifinterface:exifinterface androidx.annotation:annotation-experimental androidx.transition:transition com.android.support:localbroadcastmanager BUG=1064277 Change-Id: I978f6c0b664067b6cb16390d3decb5112266d868 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493304Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#824281}
-
minch authored
Live update for auto click menu, media controls in the system tray menu, magnified device info etc. Bug: 1131543 Change-Id: Ic5791723636fd9014bff021126b715ed703eba8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506836 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#824280}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1604458456-6d8a68b0c784483d981d5c288d37192b762edfa5.profdata to chrome-win32-master-1604512659-59b458f9b5eb8bc1f5597aad6c07c5aa05c0c8cd.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id9f52d8177dbae1b21652abccbd89871b361cab6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520038Reviewed-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@{#824279}
-
Bettina Dea authored
Disable the ENHANCED_PROTECTION_PROMO_CARD feature for them. Bug: 1143974,1143781 Change-Id: I7f1a41cbf6d78e8a93bddbd0ad113a679d90faf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515205 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#824278}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/84e62ab4804c..422eb910890c 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 jshikaram@google.com,xhwang@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:1134178 Tbr: jshikaram@google.com,xhwang@google.com Change-Id: I79153133b8f6143aae7c4dd26c4b24699d9b4781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518622Reviewed-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@{#824277}
-
Ben Kelly authored
This CL translates the path-to-regexp lexer from typescript to c++. Its based on the code here: https://github.com/pillarjs/path-to-regexp/blob/125c43e6481f68cc771a5af22b914acdb8c5ba1f/src/index.ts#L1-L124 We deviate from path-to-regexp here in only how we refer to "(foo)" groups in the pattern. Upstream these are referred to as `PATTERN` type tokens. This CL uses the term `kRegex` instead to avoid confusion with the overall urlpattern name. This CL also includes extensive unit tests for the lexer output. Bug: 1141510 Change-Id: Ifdc0fb0ea2454b7df8cd72785b72629ee6f204b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506453 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#824276}
-
Xing Liu authored
This CL adds a divider view holder type to bookmark main UI. Currently it only applies to top level folders when reading list feature is enabled. The "Move up"/"Move download" functionalities don't need to change, type assertion is added to these functions. Notices top level folders and the reading list page both don't support these functionalities. Bug: 1139070 Change-Id: I69528cfaa7f14539763fdbd85187390d8a8f8794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485848Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#824275}
-
Kent Tamura authored
This CL converts DEFINE_LAYOUT_OBJECT_TYPE_CASTS() to DowncastTraits<> for: - LayoutRubyBase - LayoutRubyRun - LayoutRubyText This CL has no behavior changes. Bug: 891908 Change-Id: Ief62bdc7806e6cf46d79018cbb5a86f9334acb9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519340 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#824274}
-
Kent Tamura authored
Bug: 1040826 Change-Id: I337144ba609644cdff93d00c788ed8853290786d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519176 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#824273}
-
Alexander Surkov authored
Bug: 1133330 Change-Id: Id111731b1e5274f41e044fdbded9a2b4a5f10918 AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508552 Commit-Queue: Alexander Surkov <asurkov@igalia.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#824272}
-
Evan Stade authored
with missing artwork. Bug: 1137625 Change-Id: I04cee23e9e05be07f4d3691246f5f74778cc5d24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504275Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#824271}
-
James Vecore authored
Bug: b:171980625 Change-Id: I8967a5123187dbd615a59522ee709a7128bbbcfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518877 Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#824270}
-
Leo Lai authored
We are deprecating attestation methods by CryptohomeClient. In order to have consistent unittest design, we unify the existing fake set up for `CreateCertificateRequestRequest()`. BUG=b:158955123 TEST=chromeos_unittest , unit_tests, and browser_tests. Change-Id: I64cf5a4db9553e075e2f015262c6702cee8efadb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517160 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#824269}
-
Leo Lai authored
It is just a stale object after migrating to AttestationClient. BUG=b:158955123 TEST=browser_tests. Change-Id: If8ff2ba690e93674d46b63e0858cd28d7eb25e5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517235 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824268}
-
Mei Liang authored
This CL requests focus on the Reopen closed tab button after a tab has been closed. This can provide more feedback for user and able to undo the closed tab more easily. Bug: 526259 Change-Id: I41719ea41b21300ad499f9d4ec487fd60c94929e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520336Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#824267}
-
Minggang Wang authored
ChildURLLoaderFactoryBundle/ChildPendingURLLoaderFactoryBundle into blink As part of the OnionSoup project, this patch moves classes ChildURLLoaderFactoryBundle and ChildPendingURLLoaderFactoryBundle into blink. Bug: 1110026 Change-Id: I8539d893b10a2ca600ce971e4b6b32b781039e42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509351Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Minggang Wang <minggang.wang@intel.com> Cr-Commit-Position: refs/heads/master@{#824266}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1604480374-c14bff331808fa9a4e787bbbdb6a7c4b82678afd.profdata to chrome-win64-master-1604512659-d9763b7a65f794f5c7fc74561c1fa38d29e0d735.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I0606f281e9296338ab3d37ba4c1b162a3a4b5bf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519998Reviewed-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@{#824265}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4989667a9c4c..658ede5d8c5c 2020-11-05 m.maiya@samsung.com LuminanceWorkaroundTextureSwizzleBug test bug fix 2020-11-04 jdarpinian@chromium.org Reland "ANGLE_platform_angle_device_context_volatile_* extensions" 2020-11-04 geofflang@google.com Mark uniform samplers in an array unused per element 2020-11-04 syoussefi@chromium.org Vulkan: Don't break the render pass on scissor change 2020-11-04 m.maiya@samsung.com Vulkan: Enable GL_EXT_buffer_storage extension 2020-11-04 ianelliott@google.com Vulkan: Suppress VUID-VkImageViewCreateInfo-usage-02652 2020-11-04 jmadill@chromium.org Gold trace tests: Add logging for filter misses. 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 courtneygo@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: courtneygo@google.com Change-Id: I98c7b73937f8fa500573b88910a7a21ebb4bea0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518705Reviewed-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@{#824264}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/57154998a866..68dcf542b79f 2020-11-04 johnstiles@google.com Migrate CrbugOssfuzz21688 to a golden-output test. 2020-11-04 brianosman@google.com Runtime Effects: Support 'uniform shader' (vs. 'in shader') 2020-11-04 johnstiles@google.com Fix crash when comparing against a negated constant vector. 2020-11-04 johnstiles@google.com Create unit test for comparison against a negated constant vector. 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 bsalomon@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: bsalomon@google.com Change-Id: I08cdf96bb59af147798b545ba96d5ba3ff15433c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520199Reviewed-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@{#824263}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1604512659-4b84fe5629f68a4167b75a88f505e98c0dbfa654.profdata to chrome-linux-master-1604534391-5a78416253c14f884fd91b82681793eb4590bf60.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I319085fefee01889c463e9bff68e55f9c592c7cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519769Reviewed-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@{#824262}
-