- 01 Oct, 2020 40 commits
-
-
Christian Biesinger authored
These are new tests added by mozilla, testing https://github.com/w3c/csswg-drafts/issues/5550 R=futhark@chromium.org Bug: 1133835 Change-Id: Ifa3127600540d783f59c8ffe31fccb27d41de4ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442376 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#812665}
-
harrisonsean authored
The scheduled callback is no longer called if there is no update. Both scheduled and oneoff callbacks not used if there is an error. Bug: 1078782, 1133907 Change-Id: Ib88f35db3f0dc8243b7a6a5e150bda10e6799552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440631Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#812664}
-
Reda Tawfik authored
This CL sorts the credentials in AllPasswordsBottomSheet alphabetically according to second-level domain name. Bug: 1133326, 1104132 Change-Id: I31bd63c51a0e842a3a8f92470a30f56342886471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440889Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Reda Tawfik <redatawfik@google.com> Cr-Commit-Position: refs/heads/master@{#812663}
-
Sadrul Habib Chowdhury authored
Use atomic memcpy to read/write the smoothness data, and report the UKM data. BUG=1115139 Change-Id: I7bf40d0be0ad45e094c0f8910188edf48004ab92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422421 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#812662}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/95949e4c8ae8..0d0e5bfe429c 2020-10-01 wolfi@chromium.org Fix tabs shown on reload 2020-10-01 sigurds@chromium.org Improve Settings types for checkboxes 2020-10-01 tvanderlippe@chromium.org Typecheck elements/MarkerDecorator.js with TypeScript 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:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie11991058fa74022fd7ae98e8c64e9ceb2ddaa77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441984Reviewed-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@{#812661}
-
Antonio Gomes authored
This CL implements the tabs.removeCSS extension API, that removes from a page CSS which was previously injected by a call to tabs.insertCSS(), similarly to Firefox' [1]. [1] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/removeCSS The main difference between this implementation and the one in Firefox is that in Chrome's an extension can only remove its own CSS, not CSS injected by other extensions. This CL is based on the original work of https://crrev.com/c/918606 by Manish Jethani <m.jethani@eyeo.com>. BUG=608854 Change-Id: Ib448dbbe1f56b9c2db692794ce4fd210437f60a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250506 Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812660}
-
Tanmoy Mollik authored
For Sync Setup Incomplete error and auth error sync engine may not be initialized. And for unrecoverable error sync engine may shut down. This cl adds a separate flow for these two errors. Bug: 1131992 Change-Id: I979d7731142ba935add868dde9026def2b95dad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440579 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#812659}
-
Esmael El-Moslimany authored
Bug: 1110069 Change-Id: I9d8cce94e913ba4915c4903a5bdc9e6fa0f1cdb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441448 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Auto-Submit: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#812658}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/492d4a85a2f0..2fde3fac998c 2020-10-01 hjd@google.com Merge "ui: Don't go via trackState for trackState.id" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: If2ebff5a82f567254fb4b367005aaecb0317c313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442709Reviewed-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@{#812657}
-
henrika authored
As discussed: landing behind a flag so we can learn more by testing it on more Windows laptops. Will eventually be launched using an experiment. This round is mainly for local testing purposes and to add UMA so we can track how many devices that support raw audio capture. NOTRY=true Tbr: beccahughes Bug: 1133643 Change-Id: Iae1a5ad45fb8ca7db192e0d3ea779e3803d372d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440055Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Markus Handell <handellm@google.com> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#812656}
-
Viktor Semeniuk authored
This change adds test case coverage for the scenario when the Passwords screen is shown from the Breach Dialog. Bug: 1129871 Change-Id: I10148da8a6356a918f7d468eac7014977c3f3594 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437815 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#812655}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/11d94d866e23..3d5e8c4c466d 2020-10-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 18cdc317 to 5efa84e2 (627 revisions) 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 jonahr@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: jonahr@google.com Change-Id: I719b5c12a93f6b9351dce0c59b31c5f1fd18bfe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441983 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#812654}
-
Nela Kaczmarek authored
This change creates HashAffiliationFetcher skeleton that extends AffiliationFetcherBase. This fetcher will provide additional privacy layer as it will request affiliations for a larger group of facets by passing only the prefixes of hashed URLs. Bug: 1108279 Change-Id: I4a2b09aa7d8c3c51f4b30ba966a17ba5afb9b09b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423883 Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#812653}
-
Bao-Duy Tran authored
Bug: None Change-Id: I90086d0b1e4c350d0155dc0e39848863dac6298f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437720Reviewed-by:
My Nguyen <myy@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Bao-Duy Tran <tranbaoduy@chromium.org> Cr-Commit-Position: refs/heads/master@{#812652}
-
Olivier Yiptong authored
The use of the system APIs sometimes return duplicates. This change adds measures to prevent duplicates from occurring in the enumerations and measures their incidence. This CL treats fonts having the same postscript name as unique. This follows what Mac OS does: https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6name.html And also mirrors the matching behavior in @font-face src: local matching. Bug: 1043306 Change-Id: I9c8cdd26a47e0f54c4c5c35c2df80f1bed46e4bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438875 Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#812651}
-
Andy Paicu authored
Bug: 1126689 Change-Id: I23b1ee8095a7f7ee14ab589e82e5e7e7a1a086b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414292Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812650}
-
Milica Selakovic authored
Permission prompts should be dismissed while Autobot is running, but prompt should not be denied ir acceped. User should see prompt again and decide if wants to allow or deny permission. Bug: 1133783 Change-Id: I7665ffab65c1388c605a8f19f4ee5fc131063e4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440759Reviewed-by:
Clemens Arbesser <arbesser@google.com> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Milica Selakovic <selakovic@google.com> Cr-Commit-Position: refs/heads/master@{#812649}
-
Andrew Shulaev authored
Context: https://docs.google.com/document/d/1J4N3V5UmzZL9BZGNrn95E4xJu4cz3ynbg21zXR-J_qA/edit# Bug: 1007635 Change-Id: I62505df729c87f425b4d5589d32e83874ef12368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440635 Auto-Submit: Andrew Shulaev <ddrone@google.com> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#812648}
-
Michael Ershov authored
This reverts commit 503df9e6. Reason for revert: See the bug: crbug.com/1134123 Original change's description: > [Telemetry SWX] Add lid events > > Create and make available mojo interface for chrome://. > > Add implementation in chrome://. > > Add implementation in chrome-untrusted://. > > Add implementation for cros_healthd fake onLidOpened event emitter. > > Add browser test for lid event listener. > > Bug: b:167523716 > Change-Id: I4281778d451264f57154913330d8cd5ba83cb4f8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389981 > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Maksim Ivanov <emaxx@chromium.org> > Reviewed-by: Oleh Lamzin <lamzin@google.com> > Reviewed-by: Mahmoud Gawad <mgawad@google.com> > Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> > Commit-Queue: Laurențiu Olteanu <lolteanu@google.com> > Cr-Commit-Position: refs/heads/master@{#812623} TBR=tsepez@chromium.org,emaxx@chromium.org,ortuno@chromium.org,lamzin@google.com,mgawad@google.com,lolteanu@google.com Change-Id: Ieaf49f9ddf39fcc0c6460bd64de3fdf334b4141e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:167523716 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440668Reviewed-by:
Michael Ershov <miersh@google.com> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#812647}
-
Christian Biesinger authored
As per https://github.com/w3c/csswg-drafts/issues/5084, serializing the specified style for 0/0 should remain 0/0; only computed style should change. R=futhark@chromium.org Bug: 1086606 Change-Id: Iedf56b7dbcb3d0268db8d34d5a554c54a3bdafac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439647 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#812646}
-
Matthias Körber authored
This CL adds migration logic for structured addresses. In the migration process, all tokens that are present in unstructured addresses are either set to being observed or verified depending on the verification status of the overall AutofillProfile. Change-Id: I4fdb9eb528a6a474448fc682ffde2571d2639b5e Bug: 1099202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440663 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#812645}
-
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: Id364ca6b4584b2f7c14033dc2171d8090b3bb578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441982Reviewed-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@{#812644}
-
sandromaggi authored
AutofillAssistantPersonalDataManagerTest#testCreateAndEnterAddress The flakes seem to be real flakes. Bug: 1130016d Change-Id: Id3a0f7d00c4b27675f3ac38681e4b7015ce9e999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442529Reviewed-by:
Luca Hunkeler <hluca@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#812643}
-
Christian Dullweber authored
Move text to the bottom and revert to individual margins as the divider does not work as expected. Bug: 1077766 Change-Id: I7ade4dfd6d1315581dce1cf6b3670490652ff401 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440511Reviewed-by:
Ehimare Okoyomon <eokoyomon@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#812642}
-
Kent Tamura authored
This CL renames them as following, and make them returning true for LayoutNGTextControl* classes. - IsTextArea() -> IsTextAreaIncludingNG() - IsTextControl() -> IsTextControlIncludingNG() - IsTextField() -> IsTextFieldIncludingNG() This CL has no behavior changes because LayoutNGTextControl* classes are not used yet. Bug: 1040826 Change-Id: I0c6c2c39a7d32fbb1a454f3e97a263b1258cff33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442396 Commit-Queue: Kent Tamura <tkent@chromium.org> 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@{#812641}
-
Takashi Sakamoto authored
This fixes a bug of https://chromium-review.googlesource.com/c/chromium/src/+/2418631 Bug: 998048 Change-Id: Iffb7b291d3e0689781e5dea7d011e74b68f186bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437668 Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#812640}
-
Nela Kaczmarek authored
This CL adds a vector of pending fetchers that enable handling parallel requests. It uses a new struct FetchInfo to group together the fetcher, dedicated callback and requested origins, which facilitates processing each response. Bug: 1117045 Change-Id: I0f7529d02266f2cc20e8e0e4f4c77638483ce1b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436329 Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#812639}
-
Hiroshige Hayashizaki authored
This CL moves: - TRACE_EVENT - v8::TryCatch and related exception handling - RethrowErrorsOption from ScriptController/WorkerOrWorkletScriptController to V8ScriptRunner. This CL doesn't change the behavior. Bug: 1111134, 1129743 Change-Id: I62db5643acdf362a44420e7cf5694839bca4c4a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351605 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#812638}
-
Victor Hugo Vianna Silva authored
A follow-up to crrev.com/c/2440869, now going through non-capitalized occurrences of 'directory' as well. They are all at least capitalized so they are easy to find. In the process some dead code is found and removed. Occurrences in code that will soon be removed (mostly crbug.com/1102849) are left untouched. [1] https://source.chromium.org/search?q=f:(components%7Cchrome).*sync%2F%20directory%20-f:%5Eout&sq=&ss=chromium%2Fchromium%2Fsrc Bug: None Change-Id: I86e94baae1e7547a24f5d8743ccf3f00d8d3127c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440601Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#812637}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ia81c857c40ee9b486ceabff14ba43347fc24c2ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442591Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#812636}
-
Christian Biesinger authored
ComputeBlockSizeForFragment does not take a fixed block size into account, so ComputeInlineSizeFromAspectRatio needs to check for it separately. R=ikilpatrick@chromium.org, mstensho@chromium.org Bug: 1045668 Change-Id: I7c3548881f8139681de7c8f1dcaf47cf2924a519 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441067 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#812635}
-
Jan Wilken Dörrie authored
...PAGE_TRANSITION_LINK. The WellKnownChangePasswordTabHelper should only be active if triggered from within the PasswordCheck, which has a ui::PageTransition of PAGE_TRANSITION_TYPED. Fixed: 1133795 Change-Id: I2d66be7c7236a050c8532835f401a94cd94d4b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440892Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#812634}
-
Alexander Dunaev authored
This is a trivial follow-up to the patch that had been landed in August [1]. It turned out that the new parameter that had been introduced with that patch had not been registered properly in the IPC parameter traits, so its value is not transported properly. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2307234 Change-Id: Idd45ac735c4dd952d4e4a2587175ee6dd5246a4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438498 Auto-Submit: Alexander Dunaev <adunaev@igalia.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#812633}
-
Changhao Han authored
DevTools frontend CL: https://crrev.com/c/2438385 Bug: chromium:1133675 Change-Id: I47220215232540c94733bec2ceb64e40c1021d12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440664Reviewed-by:
Alex Rudenko <alexrudenko@chromium.org> Reviewed-by:
Mathias Bynens <mathias@chromium.org> Commit-Queue: Changhao Han <changhaohan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812632}
-
Mitsuru Oshima authored
This is to make the use of HeaderView consistent between browser and non browser windows. Bug: 1126857 Change-Id: I453ae3c063e93276f6ec9da0aae05244d5e28ed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363504 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#812631}
-
Kent Tamura authored
Add CreateTextControlInnerEditor(), CreateTextControlMultiLine(), CreateTextControlSingleLine() to blink::LayoutObjectFactory so that we can switch text control's LayoutObject to LayoutNGTextContorl*. - Change the constructor arguments of LayoutTextControl*Line to |Element*|. It's a requirement of LayoutObjectFactory. This CL has no behavior changes because their LegacyLayout arguments are always kForce. Bug: 1040826 Change-Id: I5960d5c9163c1c975a3ddc195dad177ae9380a23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440000 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#812630}
-
Michael Ershov authored
This reverts commit 0cac1ce3. Reason for revert: it brakes viz_unittests, see crbug.com/1134091 Original change's description: > Roll Skia from c73bff39bd21 to a87c5076a876 (21 revisions) > > https://skia.googlesource.com/skia.git/+log/c73bff39bd21..a87c5076a876 > > 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 44be0942f9a8 to b042f4e70879 (15 revisions) > 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from b2a4e87ad274 to ad421a248adb (2 revisions) > 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 339e4ec2 to cc47e0cd (351 revisions) > 2020-09-30 johnstiles@google.com Allow more types of expressions to be directly inlined. > 2020-09-30 ethannicholas@google.com Revert "Revert "moved SkSL Enum data into IRNode"" > 2020-09-29 robertphillips@google.com Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache > 2020-09-29 kjlubick@google.com [canvaskit] Add Initial Typescript definitions/types. > 2020-09-29 ethannicholas@google.com moved SkSL ExpressionStatement's data into IRNode > 2020-09-29 robertphillips@google.com Make the SW blurred mask path use the thread-safe uniquely-keyed view cache > 2020-09-29 johnstiles@google.com Revert "moved SkSL Enum data into IRNode" > 2020-09-29 ethannicholas@google.com moved SkSL Enum data into IRNode > 2020-09-29 brianosman@google.com Fix swizzle-of-swizzle lvalues in ByteCodeGenerator > 2020-09-29 brianosman@google.com Add a benchmark that measures SkSL::Compiler startup time > 2020-09-29 jsimmons@google.com Add an API for clearing the SkParagraph font and paragraph caches > 2020-09-29 ethannicholas@google.com moved SkSL Constructor's data into IRNode > 2020-09-29 robertphillips@google.com Have GrCircleBlurFragmentProcessor make use of thread safe view cache > 2020-09-29 bsalomon@google.com Add sample count to GrVkImageInfo. > 2020-09-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2a09e89113af to ec42b1438fd2 (63 revisions) > 2020-09-29 herb@google.com minimize includes and forwards for remote glyph cache > 2020-09-29 ethannicholas@google.com moved SkSL FloatLiteral data into IRNode > 2020-09-29 jvanverth@google.com Move MacOS 10.13 Metal jobs to 10.15. > > 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 brianosman@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:1018739,chromium:1096746,chromium:1108408,chromium:1130678,chromium:1132366 > Tbr: brianosman@google.com > Test: Test: Test:Test: Test: CQTest: Test: ContextNoErrorTest31.DrawWithPPOTest: Test: Manual verification of Skia 'gn gen' on WindowsTest: Test: ProgramPipelineTest31.VerifyPpoLinkErrorSignalledCorrectlyTest: Test: angle_end2end_test --gtest_filter=*ETC1CompressedImageNPOT*Test: Test: angle_end2end_tests --gtest_filter=*ETC1CompressedImageDraws*Test: Test: dEQP.GLES31/functional_separate_shader_validation_es31_* > Change-Id: I944383c547ca321da3fd774ca61e7e085537b6e1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439391 > Reviewed-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@{#811984} TBR=brianosman@google.com,chromium-autoroll@skia-public.iam.gserviceaccount.com Change-Id: If6cedf659b6405fea9f4cdf435e5d0b8881ed2da No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1018739 Bug: chromium:1096746 Bug: chromium:1108408 Bug: chromium:1130678 Bug: chromium:1132366 Bug: chromium:1134091 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442729Reviewed-by:
Michael Ershov <miersh@google.com> Commit-Queue: Michael Ershov <miersh@google.com> Auto-Submit: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#812629}
-
Anders Hartvoll Ruud authored
We currently have a bug where :is/:where/:-webkit-any(.a, div) doesn't cause 'div' to enter the type rule invalidation set. This CL fixes that bug by tracking the emitted tag names separately. The idea is that you can look at the features returned from UpdateInvalidationSetsForComplex, and if has_features_for_rule_- set_invalidation is false, then the (regular) tag names are the ones that need to be added to the type rule invalidation set, and the emitted tag names can be ignored. It was necessary to change how has_features_for_rule_set_invalidation is set during feature extraction. We currently set this to true if we have _any_ id/class/attribute feature after list extraction, but this means we consider :is(.a, div) to have features for type rule purposes, so that doesn't work. This CL changes that such that all selectors in the nested list need to have features for the flag to be set for the outer selector. Bug: 568705 Change-Id: Ibbfa8166a1bbb27d7e90f48f44bfe7bc9c6e6851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433928 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#812628}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e39b378d4a92..59f1d1e36d26 2020-09-30 alessiob@webrtc.org AGC2 adaptive digital controller config: new params 2020-09-30 alessiob@webrtc.org AGC2 adaptive digital controller config: new param 2020-09-30 alessiob@webrtc.org AGC2: gain increase allowed once enough adjacent speech frames observed 2020-09-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision f9788a96..97f841d7 (811959:812293) 2020-09-30 mbonadei@webrtc.org Revert "Reduce the amount of howling reduction in AEC3" 2020-09-30 hta@webrtc.org Add a test for transceivers being removed when stopped. 2020-09-30 peah@webrtc.org Revert "Activating AVX2 support by default" 2020-09-30 peah@webrtc.org Reduce the amount of howling reduction in AEC3 2020-09-30 handellm@webrtc.org Mutex: remove mutex reentrancy crasher. 2020-09-30 gustaf@webrtc.org Remove unused enums and members 2020-09-30 alessiob@webrtc.org AGC2 Saturation Protector always on 2020-09-30 nisse@webrtc.org Delete stringize macros. 2020-09-30 peah@webrtc.org Revert "Clean up the AVX2 activation in the gni file" 2020-09-30 peah@webrtc.org Revert "Deactivating AVX2 support by default" 2020-09-30 alessiob@webrtc.org AGC2 AdaptiveDigitalGainApplier and AdaptiveAgc code improvements 2020-09-30 alessiob@webrtc.org AGC2 AdaptiveModeLevelEstimator min consecutive speech frames (3/3) 2020-09-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 01b26f76..f9788a96 (811724:811959) 2020-09-30 mbonadei@webrtc.org Revert "Begin implementing WGC CaptureFrame" 2020-09-30 alessiob@webrtc.org AGC2 AdaptiveModeLevelEstimator: minor code improvements 2020-09-30 mbonadei@webrtc.org Introduce RTC_NO_UNIQUE_ADDRESS. 2020-09-30 yunz@fb.com Don't trigger key frame when encoder is not reset during reconfigure 2020-09-30 kwiberg@webrtc.org Optimize RoboCaller::AddReceiver() for code size 2020-09-30 philipp.hancke@googlemail.com android: add rollback RTCSdpType 2020-09-29 henrik.lundin@webrtc.org Improve neteq_rtp_fuzzer 2020-09-29 perkj@webrtc.org Ensure FakeVp8Encoder::GetEncoderInfo() writes EncoderInfo.fps_allocation: 2020-09-29 auorion@microsoft.com Begin implementing WGC CaptureFrame 2020-09-29 philipp.hancke@googlemail.com red: ensure minimum amount of header bytes 2020-09-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 82e79a8a..01b26f76 (811607:811724) 2020-09-29 alessiob@webrtc.org AGC2 AdaptiveModeLevelEstimator: cache last level estimate 2020-09-29 jleconte@webrtc.org Create isolated output directory when creating the output file. 2020-09-29 hta@webrtc.org Break out separate compile targets for various classes 2020-09-29 titovartem@google.com Report sent_packets_queue_wait_time_us in PC level framework network debug mode 2020-09-29 titovartem@google.com Improve perf metrics plotter 2020-09-29 sprang@webrtc.org Default-enables WebRTC-DeferredFecGeneration. 2020-09-29 peah@webrtc.org Deactivating AVX2 support by default 2020-09-29 alessiob@webrtc.org AGC2 remove incorrect field trial parsing functions 2020-09-29 hta@webrtc.org Factor out the transceiver list into a separate object. 2020-09-29 tommi@webrtc.org Remove locks from BufferQueue (not needed). 2020-09-29 sprang@webrtc.org Deferred FEC: Prevents duplicate FEC addition of non-RTX retransmission. 2020-09-29 alessiob@webrtc.org AGC2 AdaptiveModeLevelEstimator min consecutive speech frames (2/3) 2020-09-29 ilnik@webrtc.org Add NV12 to libvpx wrappers output 2020-09-29 nisse@webrtc.org Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 gustaf@webrtc.org Remove echo suppression in transparent mode 2020-09-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 8276edf4..82e79a8a (811503:811607) 2020-09-29 nisse@webrtc.org Delete unused header file sdk/objc/Framework/Classes/PeerConnection/RTCVideoCodec+Private.h 2020-09-29 eshr@google.com Accept NV12 frames into VP9 2020-09-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 5db2d14d..8276edf4 (811347:811503) 2020-09-28 natim@webrtc.org Start/stop ProcessThread as first/last audio channel is added/removed. 2020-09-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 3274067a..5db2d14d (811217:811347) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:980879 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I6c6ff15eb7379088c467c8b3248780910ccd09a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440992Reviewed-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@{#812627}
-
Francois Beaufort authored
This CL changes HIDCollectionInfo, HIDReportInfo, and HIDReportItem interfaces to dictionaries for easier logging with JSON and to avoid polluting the window web namespace. Spec: https://github.com/WICG/webhid/issues/22 Test: https://webhid-collections.glitch.me/ Change-Id: Ife8d089505312bba9f42e5d8fb1c466f44bd8e45 Bug: 890096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398541Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#812626}
-