- 31 Jan, 2020 40 commits
-
-
Sammie Quon authored
It's a cheaper alternative that gets the same visuals. Design doc in the linked bug. First application will be on the overview item close button. Short-term follow ups: 1) Apply on ink drops ash-wide. 2) Change ink drop highlight for ash ink drops to use solid color layer. Test: manual Bug: 1042303 Change-Id: Ia1728762fd9234304277e3bb42c12dfa03f87fef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026527 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#737182}
-
Mason Freed authored
The [1] CL combined the ElementNamespaceType bits, to save space. However, as seen in [2], this caused a performance regression, likely due to a slower IsHTMLElement(). This CL attempts to get back that performance through two optimizations: - ALWAYS_INLINE the accessors for both GetElementNamespaceType() and the IsXyzElement() accessors. - Move kHTML to a value of 0, in the hope that this operation is faster when the kConstant is zero: GetElementNamespaceType() == kConstant [1] https://chromium.googlesource.com/chromium/src/+/956931765e5969c44ad9a4641ff1c99977c8498f [2] https://crbug.com/1036543 Bug: 1036543 Change-Id: I4976829ab0b7c9d875d4d4e6b516333b44e7dddb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029311 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#737181}
-
Gary Kacmarcik authored
Change-Id: I1ea23ac27a95d95491470d9a5d27713a35e5fb64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032328 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#737180}
-
Alex Moshchuk authored
The HasSecurityState() check was introduced as a temporary workaround to eliminate crashes caused by Mojo services trying to perform ChildProcessSecurityPolicy security checks after the RenderProcessHost has been destroyed. HasSecurityState() was used to detect that the process was gone and just fail open. Now, we have a better solution in place with ChildProcessSecurityPolicyImpl::Handle, which extends the lifetime of a process's security state even after the RPH has gone away. Switch BroadcastChannelProvider to use this approach instead. Bug: 943887 Change-Id: Id83c27364506ff9a349a10c5f54193c2aa0f369b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031924Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#737179}
-
Takuto Ikuta authored
python client is deprecated, let me recommend to use go client instead. Bug: 984869 Change-Id: I93bde0a245510a178bfe5990b074211ba6f45ebd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029565 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Cr-Commit-Position: refs/heads/master@{#737178}
-
Gyuyoung Kim authored
Existing WebTestControl and WebTestClient interfaces have been used by |BlinkTestRunner| and |BlinkTestController| classes. So, it's better to use BlinkTestControl and BlinkTestClient interface names. - Rename WebTestControl to BlinkTestControl - Rename WebTestClient to BlinkTestClient - Rename web_test.mojom to blink_test.mojom - Rename WebTestBlinkTestClient to BlinkTestClientImpl Instead, the IPC messages defined in web_test_messages.h are going to be converted to WebTestControl and WebTestClient interfaces. Bug: 1039247 Change-Id: Ic835d03f872e67477323c48e5e5f72a69627ffa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015472 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#737177}
-
Kenichi Ishibashi authored
This CL moves ScheduleDeleteAndStartOver() call from ServiceWorkerStorage::DidWriteUncommittedResourceId() to ServiceWorkerRegistry so that we can reduce ServiceWorkerContextCore dependency from ServiceWorkerStorage. Bug: 1039200 Change-Id: If6ca49d6489fbe34a777a3b005ff1a6792e4e257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026336 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#737176}
-
chrome://media-appchrome://media-app-guestTrent Apted authored
Currently we pass an ArrayBuffer which does not work for large files such as video. Passing a File works, and doesn't require a copy. Add media/video to the list of handlers now we know it works. Tested manually with a 5GB video, and covered by existing unit and integration tests (with smaller files). Update the existing file_handler.accept map rather than adding a new handler due to https://crbug.com/1047509. BUG=996088, b/144865801 Change-Id: I46b3ba53676534e06ba039c9a52c8701b4d1d432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029532Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#737175}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/e79e5ceb2cb7..9c29f229c5aa $ git log e79e5ceb2..9c29f229c --date=short --no-merges --format='%ad %ae %s' 2020-01-24 gramner checkasm: Increase buffer alignment to 64-byte on x86-64 2020-01-28 martin arm: cdef: Add special cased versions for pri_strength/sec_strength being zero 2020-01-28 martin arm: cdef: Fix some comment typos 2020-01-28 gramner Fix crash in dav1d_apply_grain() with negative picture strides 2020-01-27 gramner Optimize the cdef_filter C implementation 2020-01-27 gramner checkasm: Improve cdef_filter test 2020-01-24 gramner Avoid redundant calls to CDEF DSP functions 2020-01-22 gramner x86: Bump nasm version requirement to 2.14 2020-01-21 thresh CI: Use a newer image to build snap packages 2019-12-12 victorien x86: add prep_8tap AVX512 asm 2020-01-17 victorien x86: replace "mov hb, Xb" by "movzx hd, Xb" in MC 2020-01-20 psilokos x86inc: save xmm_regs_used in spill_xmm for non-win64 2020-01-15 martin arm64: itx: Fix overflow/clipping in negation in idct16 2020-01-14 gramner x86: Fix overflows in SSSE3 idct 2020-01-14 gramner x86: Fix missing saturations in inverse identity asm 2019-12-21 rsbultje SSSE3 implementations of film grain Created with: roll-dep src/third_party/dav1d/libdav1d TBR=tguilbert Change-Id: I1dd1ca36e32d68a4e9ee318f2acc435fa69e61a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032413Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#737174}
-
Marijn Kruisselbrink authored
In a follow-up what used to be called BlobInfo will also be used for native file system API handles, so rename the class and various members to have a more generic name better describing its future purpose. Bug: 955193 Change-Id: I80b2a5263ad739aaceac10b0c704cf596b0fc810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027167 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#737173}
-
Charlie Hu authored
This CL adds document_policy_features.h/.cc where all document policy features can be retrieved. document_policy_features are in blink/common directory because the serialization of document policy on browser side needs feature to name mapping. Change-Id: I850c6c9c008174ee39d89f60962cee5d30a639a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014149 Commit-Queue: Charlie Hu <chenleihu@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#737172}
-
Peter Boström authored
This change makes ExtensionsToolbarContainer invisible by default. It turns visible when any extension is added and goes invisible if the last extension is removed. Bug: chromium:943702 Change-Id: Ia64d8db55d3cd53beff450941d1b7d2cba282ca0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956186 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#737171}
-
Kurt Horimoto authored
This CL adds support for presenting the password infobar modal UI via the banner interaction handler. In order to accomplish this, the InfobarOverlayRequestInserter was converted into a WebStateUserData so that it can be accessed from OverlayRequest callbacks. Additionally, this CL updates InfobarOverlayRequestFactoryImpl to add a factory that creates requests for modal UI. If an infobar is replaced while modal UI is displayed, modal UI for the replacement infobar should not immediately be shown; it needs to be accessed via interaction with the infobar banner or the badge. In order to implement this behavior, InfobarOverlayRequestCancelHandler was refactored to be a superclass that does not perform any request replacement logic. The replacement logic is now moved to a banner- specific subclass that will show the replacement infobar's banner if the banner for the replaced infobar is visible. Bug: 1030357 Change-Id: I085110b8198029584fd94b8b55427d2e41e07bf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003258 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#737170}
-
Toni Barzic authored
If scrollable shelf is enabled, the shelf view will move vertically during tablet mode transition (as part of the hotseat motion), so the lag introduced between hotseat vertical movement and shelf items horizontal movement is noticeable during the transition. In addition, make sure the shelf view layout is updated if scrollable shelf edge padding changes due to scrollable shelf bounds change. Finally, update the scrollable shelf's available bounds when shelf config changes, and coordinate the config update with the shelf view. BUG=1047304 Change-Id: Ic3fe498132ef0c81196625bd17b0ecb44c3ec300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032063Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#737169}
-
Manu Cornet authored
This is a step in the direction of letting each shelf component calculate and store its target bounds instead of having everything in the shelf layout manager. This change doesn't modify any of the actual semantics of bound calculation yet. Change-Id: Ibf08b425e9799d97f93fc9a4b17156ed15ae34d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032566Reviewed-by:
Matthew Mourgos <mmourgos@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#737168}
-
Kenichi Ishibashi authored
This CL adds a wrapper method of ServiceWorkerStorage::UpdateToActiveState(). The purpose of this change is to reduce ServiceWorkerContextCore dependency from ServiceWorkerStorage. Adding these wrappers moves ScheduleDeleteAndStartOver() call from ServiceWorkerStorage to ServiceWorkerRegistry. Bug: 1039200 Change-Id: I975db3e4aaa1cc23ce6e10ef0dabbb322288807f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026776 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#737167}
-
Demetrios Papadopoulos authored
This allows invoking type checking for only the Polymer 3 files locally, useful during local development. Bug: 1026426 Change-Id: Id103237cb8a59ca1133f0e1695b61a3b9d28bf7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032432 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#737166}
-
Rachel Sugrono authored
|deleteMenuItem| changed to |deleteCommand|. Bug: 803259 Change-Id: Iceeb2ef11c1b74a2c4cf723dc7279e3fc26ae456 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032624Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Commit-Queue: Rachel Sugrono <rsugrono@google.com> Cr-Commit-Position: refs/heads/master@{#737165}
-
Shimi Zhang authored
Currently ProxyBypassRules handles suffix matching directly, this is a platform special case on Linux only, move the logic to the platform specific code other than handling it in a general place. Bug: 1030092 Change-Id: I5c30326dc4c88f0067e3369f190c83503f54db24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025834 Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#737164}
-
Carlos IL authored
This adds use counters for same origin iframe use of alert, confirm, print, and prompt. Bug: 1047451 Change-Id: Ieee5a69821be5aa8a96af897073e5b8d3deb8cd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032180 Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#737163}
-
Tim Judkins authored
Changes one of the checks in ExtensionNavigationThrottle to check if the initiator origin of a navigation is empty, to more correctly handle history.back() being used to navigate a window. Adds tests to cover this case. Also adds a test for a similar case which navigates a local frame, which results in the navigation being blocked at the renderer level. Bug: 1043965 Change-Id: I63e7e6775dbc56afdf3cd96452bf59939202370e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021194 Commit-Queue: Tim Judkins <tjudkins@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#737162}
-
Theresa Wellington authored
BUG=1003939 Change-Id: I87cfb890a58d8bec992d5fe070e041b38b392b76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025882 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#737161}
-
Olya Kalitova authored
Removes ellipsis from Crostini intaller error title. Bug: 1047196 Change-Id: Id483ef37ad1c11e31e6140f680fa8d791aa6faf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030944Reviewed-by:
Nic Hollingum <hollingum@google.com> Commit-Queue: Olya Kalitova <okalitova@chromium.org> Cr-Commit-Position: refs/heads/master@{#737160}
-
Rakib M. Hasan authored
This CL will replace blinkpy's test expectations logic with typ's expectations_parser module. This change will significantly reduce the amount the code used for parsing and maintaining test expectations. Typ's expectations_parser module also parses the new expectations format. Bug: 986447 Change-Id: I16842bb2fcbc8a75221f3f208ed1550523470716 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918294Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#737159}
-
Tarun Bansal authored
This is no longer needed with NoStatePrefetch. Bug: 1038056 Change-Id: I7d95bb03c10115111bb6e0acafbdd7be0570d279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996125 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#737158}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c8e486b1df0d..e196bc85ac2d git log c8e486b1df0d..e196bc85ac2d --date=short --first-parent --format='%ad %ae %s' 2020-01-30 kbr@chromium.org Add driver bug workaround for rewriting row major matrices. Created with: gclient setdep -r src/third_party/angle@e196bc85ac2d 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 tobine@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_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 Bug: None Tbr: tobine@google.com Change-Id: Ibc327ee48fe7d5d737b097dba5a5894eb8d95184 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032209Reviewed-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@{#737157}
-
Henrique Nakashima authored
Use SharedPreferencesManager consistently instead of SharedPreferences directly. Move the usages to methods in SigninPreferencesManager. Bug: 1022108 Change-Id: I02d3ff82006722ab92420880342b26e4b6583bd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020804 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#737156}
-
Demetrios Papadopoulos authored
Previously settings_main.html was using a pattern that is not supported by polymer_modulizer(), where multiple <script> tags appeared within the element's template. Removed the usage of that pattern, by creating a dedicated search_settings.html file similar to how other pure JS files are imported in Polymer 2 code. This also simplifies the setup steps of the CrSettingsSearchTest.All test case. Bug: 1026426 Change-Id: Ic35da83e72e75864434b6dc0ba31f2cfc7508e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032327Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#737155}
-
Mitsuru Oshima authored
Bug: 946509 Test: Covered by unittests Change-Id: I55975f166e6b52ed123a1b94069213356335fceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001362Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Mitsuru Oshima (slow in TOK) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#737154}
-
Ian Kilpatrick authored
Fixes: http/tests/devtools/console/console-focus.js http/tests/devtools/console/console-preserve-scroll.js Typically clamping happens after layout of a box. However flexbox introduces multiple layout passes, and due to this scrolloffsets can get clamped to incorrect values, losing the scroll position. Bug: 845235 Change-Id: Ia7a84be1ff2158232cc3867fc3eff997a29122f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031674Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#737153}
-
Rob Schonberger authored
Bug: 1009290 Change-Id: Ib0be17f3e0e3c575365212bd8b50470b127f1fad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030925 Commit-Queue: Rob Schonberger <robsc@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Rob Schonberger <robsc@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#737152}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/5071ae68a0f7..04bb1f2f0353 git log 5071ae68a0f7..04bb1f2f0353 --date=short --first-parent --format='%ad %ae %s' 2020-01-30 thestig@chromium.org Remove |offsets| parameter from CJPX_Decoder::Decode(). Created with: gclient setdep -r src/third_party/pdfium@04bb1f2f0353 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org 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 Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I07eb460e08bceda3d280083146e9d53ee42cd7f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032206Reviewed-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@{#737151}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ib289e97682238b9195079e6d39c0d277cdb4328a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032211Reviewed-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@{#737150}
-
chrome://device-logMartin Kreichgauer authored
We have been debugging various FIDO caBLE related issues that often only appear sporadically on a particular combination of (computer, OS version, phone). In some of them, WinRT behaving in exciting and unexpected ways was at least a contributing factor. The WinRT Bluetooth code currently VLOGs, which makes it difficult to obtain logs in these cases. Replace them with BLUETOOTH_LOG(), which can easily be collected by end users after the fact. These log statements can be converted to DVLOG once the WinRT Bluetooth and FIDO caBLE stacks have sufficiently stabilized. Change-Id: Id13f9e107167ecdc3e0230aee86ecf90219697d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021331 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#737149}
-
Abhijeet Singh authored
This change allows the Assistant Manager service to maintain UI entry points for Assistant on Chrome OS, to be provided to libassistant's Assistant Manager for including in Assistant requests for entry-point logging. Bug: b:141248975 Test: Tested locally on atlas device Change-Id: Id4e5d6bea2aef90ed0b3120bafe4b70580a44d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029999Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Abhijeet Singh <siabhijeet@google.com> Cr-Commit-Position: refs/heads/master@{#737148}
-
Sonny Rao authored
This is required to move the experiment to beta. Also ran script to fix formatting. BUG: 1039469 TEST: presubmit passed Change-Id: I35dbd7528217e92d34b120f97637be5c8b0f7cd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015775Reviewed-by:
Brian Geffon <bgeffon@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Sonny Rao <sonnyrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#737147}
-
John Lee authored
This CLs prevents drag events from entering the WebUI tab strip's WebView by checking to see if the drag data is valid. A drag is considered invalid if there is no tab or group data, or if the tab or group belongs to another profile. Bug: 1005560 Change-Id: I3ffa70779a60e7bd4c803202e49b300fbb4867ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031675 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#737146}
-
Kenichi Ishibashi authored
This CL adds wrapper methods of following methods: * GetUserDataForAllRegistrations() * GetUserDataForAllRegistrationsByKeyPrefix() The purpose of this change is to reduce ServiceWorkerContextCore dependency from ServiceWorkerStorage. Adding these wrappers moves ScheduleDeleteAndStartOver() call from ServiceWorkerStorage to ServiceWorkerRegistry. Bug: 1039200 Change-Id: Icda6119af51bd6bf9b045667762bf7523439a3f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026833 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#737145}
-
Alexander Alekseev authored
CfM devices default to static time zone. To expand this into user sessions, new users created on Chrome OS devices will default to static time zone. Otherwise static time zone was limited to signin screen only, which is not what was usually needed. Bug: 1018720 Change-Id: I977119e41238f29434b3a742b950ff7edb87ff03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030001 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#737144}
-
Noel Gordon authored
Original design required --google-blue-100. Later designs changed that to --google-blue-50, so use that. Bug: 992819 Change-Id: I938da4450cd85d8dc921b69f5cf0f919c3ef672b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032484Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#737143}
-