- 07 Aug, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/99589a53ddd5..27c7933767aa 2020-08-07 wolfi@chromium.org Fix issues banner button background color on focus 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:1068116,chromium:1096481 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ia267ae82dc5294a0b6319bc74e770a8d85539797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343047Reviewed-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@{#795889}
-
Gauthier Ambard authored
The tests were probably flaky because of a delay between the tap in the popup menu and the appearance of the Reading List. This CL adds a delay and also add a more explicit error message in case it reproduces. Fixed: 1109202 Change-Id: I9678642e45722375409cc4cb7612434a324b70c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343032 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#795888}
-
Peter E Conn authored
This CL builds on: https://chromium-review.googlesource.com/c/chromium/src/+/2324172 Change-Id: I5bb5544411ce5e88f8f5dd7dd3fe5aeb2c27f5e5 Bug: 1111941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338934 Auto-Submit: Peter Conn <peconn@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#795887}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/57fe7caa9699..005aa46e0e2d 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 vasilii@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:942445 Tbr: vasilii@google.com Change-Id: I461806641b5a77d180225b1b4ce23f7431537218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342763Reviewed-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@{#795886}
-
Marc Treib authored
This reverts commit ada5164b. Reason for revert: Test is still flaky Original change's description: > Enable SingleClientSessionsSyncTest.NavigationChainAlteredDestructively > > It was disabled for flakiness ~6 months ago; let's see if that is still > accurate. (Likely it is, but at least the flakes don't repro locally.) > > Bug: 1043899 > Change-Id: Iaad54efee9a2548cca72c33adb6c5160b8b2d19d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338734 > Commit-Queue: Victor Vianna <victorvianna@google.com> > Auto-Submit: Marc Treib <treib@chromium.org> > Reviewed-by: Victor Vianna <victorvianna@google.com> > Cr-Commit-Position: refs/heads/master@{#794977} TBR=treib@chromium.org,victorvianna@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1043899 Change-Id: Ic4bde1adfe3bbfa2e3dfe610a07a4111bc3556d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339352Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#795885}
-
Minoru Chikamune authored
We are going to remove ipc_task_queue, ipc_task_runner, cleanup_task_queue and cleanup_task_runner. The scheduling policy of these queues are the same as the default task queue. We can simply use the (per-isolate) default task queue instead of these queues. [related design doc section] https://docs.google.com/document/d/1y-vHkrD1z2RtyWYwT6rJkSLHClYNjDDpUbTtBU7l95A/edit#bookmark=id.eeuir8g768ou Bug: 1105403 Change-Id: I691347a0eb0ed5c992bf454544b2482a7d207879 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342527Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#795884}
-
Ewann authored
This CL adds a check flag before initializing the CookiesStatusMediator. This prevents the mediator to update a cell that doesn't exist. Bug: 1114047 Change-Id: I7f9908a9045092e83786c31f8902131f04dc751f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343069Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Cr-Commit-Position: refs/heads/master@{#795883}
-
Javier Ernesto Flores Robles authored
If Biometrics Reauth for Filling Passwords is enabled, choosing a password from Manual Fallback will now require the user to re-authenticate with the device. This authentication is valid for 60 seconds and after it expires, Reauth will be triggered again. If there is no passcode / FaceID / TouchID set up, then an alert is presented asking the user to set up one. This alert has a "Learn More" action that opens in a new tab Apple's instructions to set one. Fixed: 1113117 Change-Id: Ieadd269f67fb0c2267fdc2766e2102cb14713fd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332824Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#795882}
-
Javier Ernesto Flores Robles authored
Adds a new WaitForUsernameReason to stop prefilling passwords when EnableAutofillPasswordReauthIOS is enabled. The decision is made on PasswordManagerClient::RequiresReauthToFill and overridden in IOSChromePasswordManagerClient. Bug: 1113119 Change-Id: Ic8cd1f1cc6e544502e2b6c1c5d9e9b10027bedb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339746 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795881}
-
David Jean authored
For some reason in MW, going down 200 makes it 'Translate' visible but un-tappable. This CL adds 50 more unit down, Bug: 1108400 Change-Id: I9ba2f910e45b70d977eac1013e6566baf271e70e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335283 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Auto-Submit: David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#795880}
-
arthursonzogni authored
This reverts: https://chromium-review.googlesource.com/c/chromium/src/+/2332265 and adds a comment. Not creating a CrossOriginOpenerPolicyReporter prevents accesses checks from being made, which prevents the ReportingObservers's events from being emitted. The current COOP specification requires not to send ReportingObserver reports when no network endpoint are defined. The previous behavior was unexpectedly to me correct. Bug: 1112263 Change-Id: Id3cec5893e2952887cc86c9d1c850b7747835828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340916Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#795879}
-
Richard Knoll authored
Some languages need a different translation if the attachments part of the message is plural vs singular. This changes those messages to use ICU syntax to allow different translations based on the count. Skipping screenshot check as there are no changes to the current ones. Bug: b/162851946, b/162948024, b/162872467 Change-Id: I892bae4766dc4cb727a7b6b319e456eabaae9dc8 Skip-Translation-Screenshots-Check: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343064Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#795878}
-
Vasilii Sukhanov authored
Tbr: dbertoni@chromium.org Bug: 1112903 Change-Id: Icb1ceab780ac171bbe6b9eb7271f39a5f412255b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343104Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795877}
-
Eric Willigers authored
All tests in system_web_app_manager_bookmark_apps_unittest.cc now have equivalent tests that use Bookmark Apps without Extensions (BMO). TestPendingAppManagerImpl now has SetPreInstallCallback(), allowing tests to decide if an install will proceed. Bug: 1082880 Change-Id: Id8e39f7f221f2e08846644db977187f8e281261c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340422Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#795876}
-
Benoit Lize authored
ParkableStringsToDisk depends on compression being enabled. This is not an issue in most cases, since compression is enabled by default. It is however disabled in some environments, such as some headless cases. If the two features are not tied in the code, this will cause issues once ParkableStringsToDisk is enabled by default. Bug: 1029320 Change-Id: I78a1053d54dcd4103f3017cd512428753b75e537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342849Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#795875}
-
Eleonora Rocchi authored
This CL adds the logic to fill the text describing the status of the last/current check. It also adds tests to verify the correct messages are displayed. IDS_PASSWORD_CHECK_STATUS_MESSAGE_ERROR_OFFLINE.png.sha1 image: https://storage.cloud.google.com/chromium-translation-screenshots/fcb59be745a5ffbb21fcd8f78f1608f6817910d7 IDS_PASSWORD_CHECK_STATUS_MESSAGE_RUNNING.png.sha1 image: https://storage.cloud.google.com/chromium-translation-screenshots/7ed062035e44451197ebccfc7a52e9297e669c40 IDS_PASSWORD_CHECK_STATUS_MESSAGE_SUCCESS_NO_LEAKS.png.sha1 image: https://storage.cloud.google.com/chromium-translation-screenshots/693aefb5231f2fa632d467c4febe56e5f4cd28b4 IDS_PASSWORD_CHECK_STATUS_MESSAGE_SUCCESS_WITH_LEAKS.png.sha1 image: https://storage.cloud.google.com/chromium-translation-screenshots/f49f6f620eb105d574ea8b989701a56f6ec02b8b Bug: 1109691, 1092444 Change-Id: I41144279472e00062fd12b91e8c645c3a283bf61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322486 Commit-Queue: Eleonora Rocchi <erocchi@google.com> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795874}
-
Himanshu Jaju authored
- Implements code to reject an incoming connection - Adds checks in tests for data written to remote connection Bug: 1085068 Change-Id: Ic8b1220b881b2adc20b0cd14793b38a1be50732e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332707 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#795873}
-
Denis Kuznetsov authored
Seems that changes made in recent month made testing code more stable, so tests are not flaky anymore. TEST=run tests with --gtest_repeat=25 --gtest_break_on_failure with affinity to 2 codes + simulated CPU load on same cores Bug: 997685 Change-Id: I687e0191bddfe569d5a9fcdf60761c66024e7476 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339989 Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#795872}
-
Eleonora Rocchi authored
This CL adds to the mediator the logic to handle updates of the status needed for the UI of the status header. Two new properties are added to the model: - Timestamp of the last check completed - Progress of the current check (if running) It also adds tests to check that the model is being correctly updated. Bug: 1109691, 1092444 Change-Id: I07daefc8df1dff609a86505618483f4eefa2646a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320835 Commit-Queue: Eleonora Rocchi <erocchi@google.com> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795871}
-
Vikas Soni authored
1. This CL implements a zero copy path for video playback on webview. 2. It is enabled only when AImageReader is supported. 3. Added a finch flag to roll out this feature via finch. 4. Currently it is implemented and enabled only for MCVD. TBR=rsesek@chromium.org Bug: 1091945 Change-Id: I7b6a2cd71c0c82d0eaff08fbbac0cfa60ccfcd7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294347 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#795870}
-
Side Yilmaz authored
This CL replaces deprecated functions of IdentityServicesProvider with the newer service getters with profile parameter.This CL passes |Profile#getLastUsedRegularProfile| to |getIdentityManager| function. Using always regular profile is safe, since code block is only called for regular profile, while there is no plan to be called for off-the-record profile. Bug: 1041781, 1075562 Change-Id: I8253a9c6baf4b5f5d9034e61ff180da37102ae62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339660Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#795869}
-
Eleonora Rocchi authored
This CL adds an icon/progress bar to the header of Check Passwords. It also adds the tests to verify the correct visibility of the elements of the header. Screenshot in the linked bug. Bug: 1109691,1092444 Change-Id: I329f9a21904288f1042417a67be9cb57583355f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317875 Commit-Queue: Eleonora Rocchi <erocchi@google.com> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795868}
-
Ramin Halavati authored
Deprecated function is removed and all use cases are updated. Bug: 1023759 Change-Id: I1b085e1a796af0f7745ca35c7b4ddb5632cd1e26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340050Reviewed-by:
Rohit Agarwal <roagarwal@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#795867}
-
Stephen Nusko authored
This is failing consistently since being added so disabling and will assign to benchmark owner. Bug: 1114112 Change-Id: Ib58444d46f5ee43f0cc55f6298c6aa02119c77d6 No-Try: True TBR: johnchen@chromium.org CC: dmazzoni@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341641Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#795866}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3546945795af..99589a53ddd5 2020-08-07 patrick.brosset@microsoft.com Grid: Turn the v1 grid overlay ON 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:1047356 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0109e1a06f9cb8af5201728b4e0c9da02d4d3972 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343044Reviewed-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@{#795865}
-
Saurabh Nijhara authored
As part of UI review, feedback is received to replace 'device' in the strings with actual device type as 'Chromebook' or 'Chromebox'. This can be found in the launch bug (1048607) linked in the below mentioned bug for this CL. This CL incorporates this feedback. Additionally, it migrates some feature strings to plural format. Screenshots: 1) Update required screen https://screenshot.googleplex.com/Pogoq9YYYi7 https://screenshot.googleplex.com/WvS4mrKGsdY 2) Settings https://screenshot.googleplex.com/6upicf2NxKD https://screenshot.googleplex.com/ydJ1q9j2TRu 3) Notifications End of Life (days) - https://screenshot.googleplex.com/FJ06EmTTeE8 End of Life (weeks) - https://screenshot.googleplex.com/B5PKaOyMPSL Metered network (days) - https://screenshot.googleplex.com/MHL7EbHkjaN Metered network (weeks) - https://screenshot.googleplex.com/XU6FKf9ooCZ No network - https://screenshot.googleplex.com/dXVm4RdDRpj Bug: 1113263 Change-Id: I7d22e09183594d024510a45e797a1c9d0f362169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339480 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Greg Levin <glevin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#795864}
-
Brian Manthos authored
Change-Id: Id7dc42ffdf40842e09e11a1a7434a0e9ed503b12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341815 Commit-Queue: Brian Manthos <brianman@microsoft.com> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#795863}
-
Vasilii Sukhanov authored
Tbr: apotapchuk@chromium.org Bug: 1106305 Change-Id: I031bbc3160cb9dc6510b56ccc80773abb0125a6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339750Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795862}
-
Nohemi Fernandez authored
ITP restrictions in iOS 14 may delete Gaia authentication cookies after 30 days of not visiting a site domain. Ensure that the user can be reconnected (with a slight delay) to their account. https://webkit.org/tracking-prevention/ Bug: 1102794 Change-Id: I76252ca07aa43d9df7157efa40c8dee9301f48e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326410 Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#795861}
-
Morten Stenshorne authored
LayoutNG block fragmentation is rendering this one correctly, while the legacy engine gets it wrong. Rebaseline overrides for virtual/layout_ng_block_frag/ Bug: 1066625 Change-Id: I4469beca64a50ca36e53cab93e99324d24e1b936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339520 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#795860}
-
Alice Wang authored
This CL removes redundant scrolling offset implementation in web sign-in bottom sheet. Bug: 1093795 Change-Id: I2b1e87e56a1b0b62ef237b7dad6c168143294aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333836Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#795859}
-
Francois Beaufort authored
This CL changes MediaSettingsRange and PhotoCapabilities interfaces to dictionaries for logging purposes. This way, web developers will be able to simply call JSON.stringify(myTrack.getCapabilities()). Spec: https://github.com/w3c/mediacapture-image/pull/238 Intent to ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/QI8BS5bL5CQ Bug: 934063 Change-Id: I604d3b119b0e3e8bff48d86b87ea4213325b8a10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317186Reviewed-by:
Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#795858}
-
Himanshu Jaju authored
- Implements the accept flow for a share request. Todo - PayloadStatusTracker Bug: 1085068 Change-Id: Ife793c110e39995d5484ae5edbd34103b64e69ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332273 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#795857}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e163bc182576..3546945795af 2020-08-07 kprokopenko@google.com [issues] Add affected resource 'blocked' status for CSP issues 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:1082628 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie8e6c4ec3c5c4836efb80a49ab07d919de0b879b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342761Reviewed-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@{#795856}
-
Kenichi Ishibashi authored
Most tests called LazyInitializeForTest() to make GetNew{Registration,Version,Resource}Id() work. Since these methods now return IDs asynchronously we can call LazyInitialize() inside these methods like other ServiceWorkerStorage methods. This CL changes these getter methods to call LazyInitialize() internally to remove most LazyInitializeForTest() calls. The motivation of this change is not to expose LazyInitializeForTest() as a mojo method. Bug: 1055677 Change-Id: I055e7b9e2872a8e9d2d55de2d9f415d7eee2b864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342537Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#795855}
-
Ewann authored
Adding: - Open in New Tab - Open in New Incognito Tab - Open in New Window (if Multi-Window is supported and iPad) - Delete - Edit Bug: 1093302 Change-Id: Id18e46c4119cae3a9d253cea95c62c4764c1c0c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336085 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#795854}
-
Ehimare Okoyomon authored
Add method that removes unneeded preferences and another that determines the page action to do after data reset. Use both for page info permissions page. Screenshot: https://screenshot.googleplex.com/gdDXORTDkSe.png Bug: 1077766 Change-Id: I3bbb067722d8566f6648c84e4aa264e7707370e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312819Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#795853}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ea70694da8b1..2cc251fd9b34 2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from bedac4f06b5c to 3831ac2043e4 (14 revisions) 2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 69b685d4 to 2acf87cc (445 revisions) 2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from be7c55a2a8ce to a202c209bc91 (6 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC herb@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: herb@google.com Test: Test: Test: SimpleStateChangeTestES31.InvalidateThenStorageWriteThenBlendPpoTest: Test: VertexAttributeTestES31.UsePpoComputeShaderToUpdateVertexBuffer Change-Id: I5b113406982e8cb4d950ce8adf66a379c080e664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342755Reviewed-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@{#795852}
-
Side Yilmaz authored
This CL replaces deprecated functions of IdentityServicesProvider with the newer service getters with profile parameter. Since RequestGenerator runs only in regular mode, using |Profile#getLastUsedRegularProfile| is safe. Note: This is only clean up and does not change any code behaviour. Bug: 1041781, 1075562 Change-Id: Ib536bcd927bf91c2a26fd98e970a54f0446b1f14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339740Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#795851}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ff9cb9b4ed1b..57fe7caa9699 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 vasilii@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: None Tbr: vasilii@google.com Change-Id: I64331be925fcca6ddf1ef42ea785bbec1ae79fe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342760Reviewed-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@{#795850}
-