- 07 Aug, 2020 40 commits
-
-
Abigail Klein authored
When a user clicks on a character in the braille caption panel, it sends a routing event to the braille command listener and moves the cursor to the designated position. Chromevox. Click on a character in the panel to move the cursor to the desired position. AX-Relnotes: Added cursor routing to the braille caption panel in Change-Id: I28e10e17f81c9b0336842a2756263c9f5acb8df2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333752Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#795933}
-
Tanmoy Mollik authored
This cl adds description strings for the sync error cards that will be used in ManageSyncSettings page. Bug: 1107420 Change-Id: I16c68378e6bc2fb4f8f35e4d1bdcaceb38c2f2eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332446Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Alice Wang <aliceywang@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#795932}
-
Nohemi Fernandez authored
Currently we add the CHROME_CONNECTED cookie only in the case where the user navigates to a Google domain or subdomain, however if cookies are removed outside of our control (as will be the case for ITP in iOS 14) we should instead make sure this works for all Google-owned domains that support Mirror. Bug: 1102794 Change-Id: I1394f73213b81d0921e75426cd9726c95ce993a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340045 Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#795931}
-
rbpotter authored
This selector no longer works and Shadow DOM V0 is no longer supported. Since this has not been working for some time, removing these references should not change any behavior. Bug: 842602 Change-Id: I3f2cb9521a3e7c84238bf50ced9455d5b8606386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342116Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#795930}
-
Ewann authored
Disabled buttons are greyed out. This CL sets the button's property |userInteractionEnabled| to NO instead of disabling it. Bug: 1106673 Change-Id: I56d877a88cbb44313225ee5bfa76f73590883d67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343073 Auto-Submit: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#795929}
-
Vladimir Levin authored
This patch ensures that if we blocked a graphics layer rebuild because of a display lock that we continue such a rebuild when the context is unlocked (or rather we ensure that we rebuild the graphics layer tree again). R=wangxianzhu@chromium.org, chrishtr@chromium.org Fixed: 1113838 Change-Id: I3b904f7c89c74c4d1a370b63382241c6729e1f3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342464 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#795928}
-
Sebastien Marchand authored
This adds a second voter to the Win system memory pressure evaluator that will base its vote on the OS Memory Pressure signals. This voter works in parallel to the default voter (based on heuristics) and so the pressure level will always be based on worst of these 2 signals. This code is behind a feature flag, some feature param will later be added to test some variations of this solution (e.g. only use the OS-signals based voter for the critical pressure notifications). Change-Id: I52fa235df42efcdf9f14d592de8e0dc1d91395e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321524Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#795927}
-
Eleonora Rocchi authored
This CL adds the subtitle to the header of Check Passwords. It also adds the tests to verify the correct subtitle is shown. Screenshots in the linked bug. Bug: 1109691, 1092444 Change-Id: I5b29cbed5f94b84610e96b5fe64815b18e8b0eec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342850 Commit-Queue: Eleonora Rocchi <erocchi@google.com> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795926}
-
Friedrich Horschig authored
With this CL, the deletion button triggers a confirmation dialog. Bug: 1108358, 1092444 Change-Id: I473cd9d7fe0f2037220ba5ae4b4fe4b28774ce3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339751Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795925}
-
Robert Sesek authored
Users of ServiceWatcher and ServiceResolver can delete the objects while operations are still in-flight. The classes used to use base::Unretained, which then led to uses-after-free. Now, the reference-counted ObjC objects are used to appropriately manage the lifetimes. This also fixes an incorrect DCHECK, which assumed that -netServiceBrowser:didRemoveService:moreComing: would pass a NSNetService with pointer equality rather than -isEqual: equality. Local observations indicate that the system does not do that. Bug: 1098376 Change-Id: I337a14238f3bd5afbb9ed106e8d09d399b21c613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341359Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#795924}
-
Andrew Grieve authored
* Remove anchors for <application> since every manfiest change will cause it to change. * Use android:name to compute anchors when available since that will lead to stable anchors when attributes / children are changed. * Prevent self-closing tags for <service>, <activity>, etc. * Added test. Bug: 1064151 Change-Id: Ia0c242c713b58c6cb54556e6d0b82a559ad9858a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340644 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#795923}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b643d8d6. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/css-flexbox NOAUTOREVERT=true TBR=smcgruer@google.com No-Export: true Change-Id: I38e44441be0292306e5e920d34edec55a1bf1e0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339940Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#795922}
-
Vasilii Sukhanov authored
Tbr: sergeyu@chromium.org Bug: 810690 Change-Id: I657ab563616524df4280855cce7553c692d55a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343265Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795921}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/27c7933767aa..69a10924bc97 2020-08-07 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I87fd6580834e066e1e1c8bd17165425a66971b77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343054Reviewed-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@{#795920}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e69d5b2de943..56f14dabfe99 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: Ic6a6cd1c3e23502bf9935d0e32f086e44005a1fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342135Reviewed-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@{#795919}
-
Kevin Ellis authored
There are no restrictions on how quickly the client agent needs to respond to a pending play-state change. For non-composited animations the ready promise is resolved on commit of the animation frame; however, for a composited animation, the process is delayed until receiving a start-time notification from the compositor. The event dispatch test previously waited up to 2 animations frames, which is adequate for non-composited tests since the events trigger on the next frame. For composited tests, we need to first wait for the animation to be ready if in a pending state. Once the ready promise is resolved, a two frame time limit is sufficient for the remainder of the steps. Tested with 300 repetitions of the flaking tests in the virtual/threaded environment. Bug: 1064065 Change-Id: Ic4975d5885d3513c5c1b53d755757c0adcc027c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341803Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#795918}
-
Tina Wang authored
- Changed the UI to managed when the pref is managed by policy. - Added access to management page to the popup info bubble. Bug: 1093170 Change-Id: Id736435653af686a06948decf6537d2cb03010c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259554Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#795917}
-
Alice Wang authored
This CL changes the |Add account| to |Add account to device| on the account management screen for the project MICe. Bug: 1106656 Change-Id: I3a05a1bb5d3cfdf317eb93c0d6da7a7a79ccfd9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340974Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#795916}
-
housseindjirdeh authored
First pass in adding JavaScript framework detections to UKM. This patch creates a UKM and adds a loading behavior flag for when Next.js is detected on a page. UKM collection review doc: https://docs.google.com/document/d/1eatNgsHthqcSaocbevAslky0kb7WqGP4_DT9HorGAQc/edit?usp=sharing Bug: 1006274 Change-Id: I8e645b80d0a2cb5f569c3c413f76345ca75c7995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294392Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Houssein Djirdeh <houssein@chromium.org> Cr-Commit-Position: refs/heads/master@{#795915}
-
Eleonora Rocchi authored
passwords. This CL adds the illustration to the header of Check Passwords. It also adds the tests to verify the correct illustration is shown. Screenshots in the linked bug. Bug: 1109691, 1092444 Change-Id: Ib55745974464d195a32da1394c95c755aa67ec31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340920 Commit-Queue: Eleonora Rocchi <erocchi@google.com> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#795914}
-
Maciek Slusarczyk authored
A new type of token API is introduced to sync password between multiple ChromeOS devices. On a password change event createToken operation will invalidate the old token, create and fetch a new one. CrOS devices will monitor the state of a global token by sending verifyToken requests and, when local token copy will be identfied as invalid, initiate online re-auth flow to sync the credentials. This cl implements notifications to InSessionPasswordSyncManager object when online login has to be triggered. Bug: 1090341 Change-Id: I14407e37ad05cc7aaf697634fcd76f005a7613b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316106 Commit-Queue: Maciek Slusarczyk <mslus@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#795913}
-
Javier Ernesto Flores Robles authored
Adds IOS.NSString.stringByReplacingCharactersInRange.NilArgument histogram, to be used internally. See https://chrome-internal-review.googlesource.com/c/chrome/ios_internal/+/3202590/ Bug: 942445 Change-Id: I8697b9b90367620dc21297cffdf523a72a44ecc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340921 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#795912}
-
sauski authored
To support delivery of HaTS Next surveys, a new web dialog is created which connects to the Hats Next Chrome specific website. The dialog responds to events provided by the survey for managing dialog lifetime. For example the survey dialog is only shown when the HaTS webpage has confirmed that the user is eligible for a survey. Bug: 1110888 Change-Id: I323c662e41331cab47f05424de53906169b42f23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246695Reviewed-by:
Theodore Olsauskas-Warren <sauski@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#795911}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3c7f144a738e..fb03de538548 2020-08-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 5fd92a7e0c84 to 7b2dd11dda7a (4 revisions) 2020-08-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from c967a2ddf18b to 9ba1bc28d878 (20 revisions) 2020-08-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from be7c55a2a8ce to 59b4828f293e (7 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 geofflang@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: geofflang@google.com Change-Id: Ibce8777df6b8fe280f0b8d6aa977e00a0896d211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343045Reviewed-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@{#795910}
-
Maciek Slusarczyk authored
A new type of token API is introduced to sync password between multiple ChromeOS devices. On a password change event createToken operation will invalidate the old token, create and fetch a new one. CrOS devices will monitor the state of a global token by sending verifyToken requests and, when local token copy will be identfied as invalid, initiate online re-auth flow to sync the credentials. This cl implements basic interactions with the backend service. Bug: 1090341 Change-Id: I5b2a0d66775e8fd9d5f36eb3c7788241cb76bc1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299352 Commit-Queue: Maciek Slusarczyk <mslus@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#795909}
-
Minggang Wang authored
//chrome/browser/password_manager/ This CL converts base::Callback to base::RepeatingCallback in //chrome/browser/password_manager/. With this CL, there should be no base::Callback, base::Closure and base::Bind anymore. Bug: 1007635 Change-Id: I31fc384fdd476c66ae5b94466b25ff6268774709 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292493 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795908}
-
Titouan Rigoudy authored
As outlined in https://docs.google.com/document/d/15r4PQdHJa3SunkGg0RDgm6MlcCdWSZLJj9Cq2awSLvo Bug: chromium:986744 Change-Id: I66c007edc70bd3d0c97a91e7b3e23f39dedac0d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333838 Commit-Queue: Titouan Rigoudy <titouan@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#795907}
-
Jose Dapena Paz authored
Build with libstdc++ fails with: In file included from ../../chrome/browser/ui/commander/fuzzy_finder.cc:5: ../../chrome/browser/ui/commander/fuzzy_finder.h:30:23: error: ‘std::vector’ has not been declared 30 | std::vector<gfx::Range>* matched_ranges); | ^~~~~~ Bug: 957519 Change-Id: Id290b8f93e0f5741d88d6a6e4c75f3c0c0e9f636 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340038Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#795906}
-
arthursonzogni authored
Define the coop-access-violation report. Dispatch the report to the ReportingObserver(s). Branch: [1/M] https://chromium-review.googlesource.com/c/chromium/src/+/2332257 [2/M] https://chromium-review.googlesource.com/c/chromium/src/+/2332258 [3/M] This patch. Change-Id: Iec11a14f6f8fec0d0516c40ed28883932c47450a Bug: 111169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323360 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#795905}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/7e30909bf44a..5184219b6ff4 2020-08-07 titovartem@webrtc.org Fix clang revision regexp in chromium autoroller to match new format 2020-08-06 jasonlon@google.com Added Error Checking in Ingress/Egress and Extra Unit Tests 2020-08-06 terelius@webrtc.org Add logging of decoded video frames. 2020-08-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e58c253a..9c0fc3b7 (795378:795492) 2020-08-06 nisse@webrtc.org Move function PrintVideoFrame to the test file where it is used. 2020-08-06 nisse@webrtc.org Delete old place-holder common_video/include/video_frame.h 2020-08-06 fippo@sip-communicator.org red: fix SendCodecSpec == operator 2020-08-06 fippo@sip-communicator.org red: add red closer to opus in the SDP 2020-08-06 titovartem@google.com Remove stat API from EmulatedEndpoint. 2020-08-06 philipel@webrtc.org Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." 2020-08-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c964c8f8..e58c253a (795217:795378) 2020-08-06 sprang@webrtc.org Makes aborting delayed probes default enabled. 2020-08-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision ae72e951..c964c8f8 (795090:795217) 2020-08-05 deadbeef@webrtc.org Make Android/iOS local/remote description accessors thread safe. 2020-08-05 philipp.hancke@googlemail.com openssl_stream_adapter: improve ssl handshake error logging 2020-08-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision ada5164b..ae72e951 (794977:795090) 2020-08-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision b133b38a..ada5164b (794854:794977) 2020-08-05 danilchap@webrtc.org Delete deprecated RTPSenderVideo::SendVideo function 2020-08-05 brandtr@webrtc.org Add WebRTC-VP8-GetEncoderInfoOverride field trial to libvpx. 2020-08-05 dennis.angelo@gmail.com Changed AndroidVideoDecoder to also handle IllegalArgumentException and IllegalStateException during the init of the decoder and fallback to a software decoder 2020-08-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e19703fd..b133b38a (794735:794854) 2020-08-05 epastor@google.com Fix undeclared dependencies on ole32.lib and user32.lib 2020-08-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision f501c07e..e19703fd (794612:794735) 2020-08-04 deadbeef@webrtc.org Move Android network monitor to separate target/directory. 2020-08-04 deadbeef@webrtc.org Reducing threshold for usrsctp "buffer low" callback. 2020-08-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision b0f163b2..f501c07e (794491:794612) 2020-08-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision be02bd1a..b0f163b2 (794377:794491) 2020-08-04 danilchap@webrtc.org Reland "Add EncodedImageCallback::OnEncodedImage without RTPFragmentationHeader" 2020-08-04 orphis@webrtc.org Reland "Only enable conference mode simulcast allocations with flag enabled" 2020-08-04 fippo@sip-communicator.org red: do not generate packets which are > 1200 bytes 2020-08-04 titovartem@google.com Add networks stats collector from PeerConnection GetStats API 2020-08-04 nisse@webrtc.org Deprecate write-only member CodecInfo::is_hardware_accelerated 2020-08-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 577fe5ff..be02bd1a (794277:794377) 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:1093819 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Icb275facfc9b91ae0177c8c62a2af87c2eef5e9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343046Reviewed-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@{#795904}
-
Mehran Mahmoudi authored
This fixes the issue where the player won't paint anything after orientatin is changes from portrait to landscape. Bug: 1113322 Change-Id: I3cc48afb7ea869512b3862e0f8127e6f3ed8f797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339757 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Fred Mello <fredmello@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#795903}
-
David Jean authored
On size change force tab strip to resize. When size changes and no trait change, tab strip isn't resized. Bug: 1107869 Change-Id: I7cd306e27fd9a18cfe981b662f7b9d332940f415 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338875 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#795902}
-
Maxime Charland authored
Subtitles should use the Subheadline Font Style instead of Footnote, which is a little too small. Bug: 1098328 Change-Id: I4ffe669b9709fbd8143d00c1f16a393b723c5160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341172Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Maxime Charland <mcharland@google.com> Cr-Commit-Position: refs/heads/master@{#795901}
-
Vasilii Sukhanov authored
Tbr: wenbinzhang@google.com Bug: 1114120 Change-Id: I2618139c009a29558fe87ba549f6de6fb3eac4e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341643Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795900}
-
Mark Pearson authored
Bug: 1104960 Change-Id: If70555a29c443d76d8bda8b168930ff881bd726e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340348Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Auto-Submit: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#795899}
-
Alice Wang authored
This CL sets up the sign-in in progress state view once the user clicks on the |Continue as ...| button. Bug: 1102784 Change-Id: I811f195dc11fbd3ad0c2685baa67040ea0120f9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339351Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#795898}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2cc251fd9b34..045adb564e19 2020-08-07 mtklein@google.com Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."" 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 Change-Id: I25494b3e463167efb9582a846b02e30303ddd001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343048Reviewed-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@{#795897}
-
Vasilii Sukhanov authored
Tbr: eseckler@chromium.org Bug: 1113964 Change-Id: Ia9df40d1a781403a3ba2bc988a1c4eb559da9ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343034Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#795896}
-
Rainhard Findling authored
* Extends the |Settings.SafetyCheck.Interactions| histogram and introduces two users actions for recording when users click the button in the Chrome cleaner child of safety check. Bug: 1087263 Change-Id: I9565c86590277ad641a7562bb1101f1780a7f6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302640Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#795895}
-
Dominique Fauteux-Chapleau authored
This reverts commit 92c9e3b1. Reason for revert: Breaks linux-chromeos-rel and linux-chromeos-chrome, see crbug.com/1114140 Original change's description: > OOBE: Restore disabled OobeConfigurationTest tests > > 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} TBR=antrim@chromium.org,rsorokin@chromium.org Change-Id: I1d820d0b038f2b5bbf536b916475ff3261f11f24 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 997685, 1114140 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343224Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#795894}
-