- 01 Feb, 2019 40 commits
-
-
Vladislav Kuzkokov authored
Change-Id: I3fd7213c4ff62b17e6d2f101c35920e426f09763 Reviewed-on: https://chromium-review.googlesource.com/c/1448415 Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#628321}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/569dda7216cd..3dc93896b3a9 git log 569dda7216cd..3dc93896b3a9 --date=short --no-merges --format='%ad %ae %s' 2019-02-01 michaelludwig@google.com Narrow clear-as-draw workaround on D3D11 ANGLE Created with: gclient setdep -r src/third_party/skia@3dc93896b3a9 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=borenet@chromium.org Change-Id: I016d42048d274934c6db35d84ef043afa0468354 Reviewed-on: https://chromium-review.googlesource.com/c/1449774Reviewed-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@{#628320}
-
Dave Tapuska authored
There use to be an abstraction in place because blink couldn't depend on chromium code. With relaxed restrictions now it is possible to remove some abstraction that isn't necessary. Change-Id: I3cafbbafbf9a5e260525c8ce5278d0a8ef9612e0 Reviewed-on: https://chromium-review.googlesource.com/c/1448559Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#628319}
-
chrome://invalidationTanja Gornak authored
Bug: 801985 Change-Id: Id091723d11c65b029387f63a30957b1adfb9ef23 Reviewed-on: https://chromium-review.googlesource.com/c/1447734 Commit-Queue: Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#628318}
-
Mikel Astiz authored
Processors track sync metadata per sync entity which includes creation and modification timestamps. We now expose these fields to sync bridges via ModelTypeChangeProcessor. The immediate use-case we have in mind is the smarter detection of likely-duplicate DeviceInfo instances, which is deferred to later patches. Bug: 910390 Change-Id: I1066489865a18e56470cbd8e96a41f3a00eeaec8 Reviewed-on: https://chromium-review.googlesource.com/c/1449652 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#628317}
-
Antonio Gomes authored
IdentityManagerFactory::Observer is a parallel interface to//chrome's SigninManagerFactory::Observer. It will be used to replace usage of that observer in follow up CLs. BUG=927341 Change-Id: Id377b5b5e20e00b49811302b0ab26a611af1d3d4 Reviewed-on: https://chromium-review.googlesource.com/c/1448754 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#628316}
-
Gyuyoung Kim authored
As a step to make to use IdentityManager,this CL replaces all uses of ATS with IdentityManager's ones in authentication_service_unittest.mm. Bug: 922796 Change-Id: I74dd7a7b8d640da88c2f999a43fb1439b79e5c97 Reviewed-on: https://chromium-review.googlesource.com/c/1438734Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#628315}
-
Marina Ciocea authored
[Sheriff] Disable flaky test WebRtcVideoCaptureServiceEnumerationBrowserTest.RemoveVirtualDeviceAfterItHasBeenEnumerated Bug: 927714 NOTRY=true NOPRESUBMIT=true TBR=chfremer@chromium.org Change-Id: Idd761e6efd21aa06212a4e2f697951bfa2fdb396 Reviewed-on: https://chromium-review.googlesource.com/c/1449663 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#628314}
-
Dan Elphick authored
Replace uses of Get/Set with Context versions that return a Maybe/MaybeLocal and check their return value mostly using ToLocalChecked or Check. Bug: v8:7283, v8:8562 Change-Id: Id8614f6e599cad628f3de8614d5a600d2148eb76 Reviewed-on: https://chromium-review.googlesource.com/c/1449676 Commit-Queue: Dan Elphick <delphick@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Dan Elphick <delphick@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#628313}
-
Thomas Tangl authored
- Google services in the service client are marked as not-supported, so they will *not* be turned on during opt-in. - UrlKeyedAnonymizedDataCollection is still part of the opt-in and will get turned on. Note: This CL is kept small for an easy merge back. In a follow up, all dead code will be removed. Bug: 927423 Change-Id: Ia853cef207dbbe86360de45c8a6bfd4195d1b3d2 Reviewed-on: https://chromium-review.googlesource.com/c/1449598Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#628312}
-
Hajime Hoshi authored
This CL switches task runners at several places from per-thread to per-frame. The purpose of this change is to make it possible to freeze tasks for bfcache. We found actual JavaScript execution on some layout tests: e.g. external/wpt/IndexedDB/nested-cloning-large-multiple.html This CL passes a per-frame task runner whenever possible. This CL also passes IPC per-thread task runner at some places, and we plan to replace them with per-frame ones later. Bug: 913912 Change-Id: I847f0c7a804abc187ee78f1b5bef442d7f205c08 Reviewed-on: https://chromium-review.googlesource.com/c/1445952 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#628311}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6808c22d9e24..87ab0aef9c54 Created with: gclient setdep -r src-internal@87ab0aef9c54 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I5ef3855f481c1a5b9490f892f8c9a67c973d67fa Reviewed-on: https://chromium-review.googlesource.com/c/1449772Reviewed-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@{#628310}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f1d1061e51ca..63470298753a git log f1d1061e51ca..63470298753a --date=short --no-merges --format='%ad %ae %s' 2019-02-01 srte@webrtc.org Removes usages of TaskQueueCongestionControl field trial. Created with: gclient setdep -r src/third_party/webrtc@63470298753a The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I513e3996a28ed295f5f5232d80d0e77b98d5a209 Reviewed-on: https://chromium-review.googlesource.com/c/1449771Reviewed-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@{#628309}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 74de54ad. With Chromium commits locally applied on WPT: c64e59c2 "Deflake RTCPeerConnection-track-stats.https.html." 2376792a "Enable analyser tests to run with Chrome" f62d379c "Revert "Enable analyser tests to run with Chrome"" 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I715cf4ce478c5f92d6e5a0ff47a0d1d41e2d7bb2 Reviewed-on: https://chromium-review.googlesource.com/c/1449046Reviewed-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@{#628308}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/72a0e3347cdf..569dda7216cd git log 72a0e3347cdf..569dda7216cd --date=short --no-merges --format='%ad %ae %s' 2019-02-01 reed@google.com hide SkFont::containsText Created with: gclient setdep -r src/third_party/skia@569dda7216cd The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=borenet@chromium.org Change-Id: I2eea4df88ad185fe401dd43180d5a04fbc9fc24c Reviewed-on: https://chromium-review.googlesource.com/c/1449519Reviewed-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@{#628307}
-
Finnur Thorarinsson authored
Bug: 926845, 860467 Change-Id: I0acc16a3acdc0dffec5521a4fa58a01851b4ca02 Reviewed-on: https://chromium-review.googlesource.com/c/1446352 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#628306}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/fc911b7d1f81..387002d1535d git log fc911b7d1f81..387002d1535d --date=short --no-merges --format='%ad %ae %s' 2019-02-01 vapier@chromium.org sdk: re-add missing exclude_paths when creating sdk tarball 2019-02-01 zhihongyu@chromium.org image_test: whitelist lib/firmware binaries in SymbolsTest Created with: gclient setdep -r src/third_party/chromite@387002d1535d The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I3bbbf3d14ee3ec1266af4054b8f98194e3b868e2 Reviewed-on: https://chromium-review.googlesource.com/c/1449516Reviewed-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@{#628305}
-
Oleg Davydov authored
Change-Id: Icf0e005780283a07dd76f52972811dce4ebfaed8 Reviewed-on: https://chromium-review.googlesource.com/c/1448184Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#628304}
-
Henrique Ferreiro authored
IdentityTestEnvironmentChromeBrowserStateAdaptor is the only user of the method. This CL is a precursor to a follow-up refactoring. Bug: 926907 Change-Id: If53c761f0f28db48e61a486ddaa1efb3e37d9293 Reviewed-on: https://chromium-review.googlesource.com/c/1448214 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#628303}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4569cd332d83..6808c22d9e24 Created with: gclient setdep -r src-internal@6808c22d9e24 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I0b4481fd60db79f3ffad5540db2bf79a86892612 Reviewed-on: https://chromium-review.googlesource.com/c/1449518Reviewed-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@{#628302}
-
Henrik Grunell authored
* Fail with NotAllowedError, this consolidates with audio capture error. * Trigger system dialog explicitly when authorization is not determined. This is needed so that the system gives the correct information when checking the authorization state later. Otherwise it incorrectly keeps returning "not determined" until browser restart. Bug: 885184 Change-Id: I5c984e24877942f5924b172584d88974e5b9dd50 Reviewed-on: https://chromium-review.googlesource.com/c/1447732 Commit-Queue: Henrik Grunell <grunell@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#628301}
-
David 'Digit' Turner authored
Add a missing entry to this .gitignore file to avoid 'git status' displaying that directory as untracked, which is super annoying. BUG=NONE R=digit@chromium.org TBR=thakis@chromium.org Change-Id: I1e221e6bb5e3fb76bd1c0fef9510f88c00414c46 Reviewed-on: https://chromium-review.googlesource.com/c/1449654Reviewed-by:
David Turner <digit@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Auto-Submit: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#628300}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/4a2911fc50eb..f1d1061e51ca git log 4a2911fc50eb..f1d1061e51ca --date=short --no-merges --format='%ad %ae %s' 2019-02-01 oprypin@webrtc.org mb: Fix iOS config after the earlier CL Created with: gclient setdep -r src/third_party/webrtc@f1d1061e51ca The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic79e9fec0f42840f67fd8a1b1ab418ac73111e78 Reviewed-on: https://chromium-review.googlesource.com/c/1449517Reviewed-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@{#628299}
-
Mohamed Amir Yosef authored
This CL adds a browser test that the progress marker is properly persisted across restarts. Bug: 902349 Change-Id: I6a116a132ac066fa388bd4f08eb7fe93540c0e2b Reviewed-on: https://chromium-review.googlesource.com/c/1448330 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#628298}
-
Guido Urdaneta authored
Bug: 921006 Change-Id: I3e9680104b62a3f2647d6bf83f09d73c69b12fc9 Reviewed-on: https://chromium-review.googlesource.com/c/1449592Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#628297}
-
Pedro Amaral authored
This CL undoes some of the changes that could impact CCT that was introduced in the MenuButton refactor CL: https://chromium-review.googlesource.com/c/chromium/src/+/1419203 Bug: 925271 Change-Id: Ifb9575f8cf52934981c12b1a6c5114993997cc5e Reviewed-on: https://chromium-review.googlesource.com/c/1447834Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#628296}
-
Julie Jeongeun Kim authored
This CL implements CancelAllLoginRequests with exposing it through identity_test_utils.h. Bug: 926869 Change-Id: Iee7ef6fafbd60d4f04da2d8469b60c3d29b0f538 Reviewed-on: https://chromium-review.googlesource.com/c/1448077 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#628295}
-
Matt Falkenhagen authored
It's not used in production code. The unit tests still make use of it though so it can't be removed completely. Bug: 927651 Change-Id: Iad597caf1dc637c0a2c0fa5c4c37746eef7ba13b Reviewed-on: https://chromium-review.googlesource.com/c/1449477 Auto-Submit: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#628294}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/50870b52cc76..4569cd332d83 Created with: gclient setdep -r src-internal@4569cd332d83 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I6f82876491f29aa21b4688d15457880779ae2de4 Reviewed-on: https://chromium-review.googlesource.com/c/1449515Reviewed-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@{#628293}
-
Henrique Ferreiro authored
Remove uses of ProfileOAuth2TokenService and SigninManager by using the IdentityManager API. Bug: 911676 Change-Id: I097d023bb8d0a8f1cf62d0f9ab270100c8f2111e Reviewed-on: https://chromium-review.googlesource.com/c/1439078 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#628292}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3d5023b90cd0..da7318dd0eeb git log 3d5023b90cd0..da7318dd0eeb --date=short --no-merges --format='%ad %ae %s' 2019-02-01 eseckler@chromium.org Output some debug info when getTraceCategories fails Created with: gclient setdep -r src/third_party/catapult@da7318dd0eeb The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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_optional_gpu_tests_rel BUG=chromium:919187 TBR=sullivan@chromium.org Change-Id: I1612d0bf856d3cf0654ffddf6b8ec6570e419a07 Reviewed-on: https://chromium-review.googlesource.com/c/1449512Reviewed-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@{#628291}
-
Hirokazu Honda authored
Originally, H264 HW Video encoder always generates IDR frame with an updated SPS when framerate or bitrate are changed. In webrtc usecase, webrtc request bitrate change if network estimation is changed. This can be several times per second. Several IDR frames in a narrow range may cause issues in both encoders and decoders. To resolve this issue, we don't generate IDR frame and don't send SPS frame either if only framerate or bitrate parameters are changed. This optimization is based on the following fact. Clause 7.4.1.1 in ITU-T Rec. H264 (04/2017) states, "Any sequence parameter set NAL unit containing the value of seq_parameter_set_id for the active sequence parameter set RBSP for a coded video sequence shall have the same content as that of the active sequence parameter set RBSP for the coded video sequence unless it follows the last access unit of the coded video sequence and precedes the first VCL NAL unit and the first SEI NAL unit containing a buffering period SEI message (when present) of another coded video sequence." From this, if SPS content is changed, we need to start a new video sequence. A new video sequence must be started with IDR frame. Therefore, it sounds we need to generate IDR frame with the updated SPS on framerate or bitrate change. However, framerate and bitrate parameter are in VUI parameters. It is an optional and thus will not affect decoder processing. We can regard the updated SPS content is unchanged when only framerate or bitrate parameters are changed. Hence, we don't pass the updated SPS and don't generate IDR frame. Bug: 833760 Test: VEA unittest on eve Test: No IDR frame in the middle in VEA unittest/MidStreamParamSwitchBitrate Test: Record H264 video and Plays/Seeks the video on eve Test: appr.tc/?debug=loopback&vsc=H264&vrc=H264 Change-Id: I066263e594f37c6f5047f9601591098d5ff8dfc7 Reviewed-on: https://chromium-review.googlesource.com/c/1449471 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#628290}
-
Natalie Chouinard authored
Implement the remainder of the UsageStatsDatabase functions on WebsiteEvents. Bug: 902572 Change-Id: Ic4420acd9c19adb383af556aa89c3621e89a4e39 Reviewed-on: https://chromium-review.googlesource.com/c/1437556 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#628289}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ae64f52786b3..72a0e3347cdf git log ae64f52786b3..72a0e3347cdf --date=short --no-merges --format='%ad %ae %s' 2019-02-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 258398020826..cf9383ed325c (3 commits) 2019-02-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@72a0e3347cdf The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=borenet@chromium.org Change-Id: I8e36872caad3b15124a512f84eb54db88d164328 Reviewed-on: https://chromium-review.googlesource.com/c/1449511Reviewed-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@{#628288}
-
Lowell Manners authored
FakeGaiaCookieManagerService is being eliminated in favor of setting expectations using TestURLLoaderFactory. This is part of step 5 of the plan to eliminate FakeGCMS entirely: https://docs.google.com/document/d/1t0ZtuV7h-znzdItFgBW0aKPscAwWXIBuNZnNlEGgi7g/edit TBR=thakis@chromium.org Bug: 907782 Change-Id: I3106099e89ec7ae7d6120514e16ea68d891b0152 Reviewed-on: https://chromium-review.googlesource.com/c/1446355 Commit-Queue: Lowell Manners <lowell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#628287}
-
Maksim Moskvitin authored
The READING_LIST type is registered only on iOS, while the APPS type is never registered on iOS. This means that storing READING_LIST in the APPS prefs group does nothing. Bug: 906611 Change-Id: I423b87f466605b39b7893cfe0549ee2fe01f42ba Reviewed-on: https://chromium-review.googlesource.com/c/1448168Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#628286}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ibc6b7c034df895e8dffb6c485967148f164ffe14 Reviewed-on: https://chromium-review.googlesource.com/c/1449030Reviewed-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@{#628285}
-
Mario Sanchez Prada authored
Use IdentityManager and AccountsMutator instead to remove the dependency. Bug: 912150 Change-Id: Ia0b678feceeaf9d39898a5a82a2c997bfb63b9cf Reviewed-on: https://chromium-review.googlesource.com/c/1415410Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#628284}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=gbiv@chromium.org Change-Id: I95cc236ef92cf63a30b94d899bc8d04b661d41d8 Reviewed-on: https://chromium-review.googlesource.com/c/1449514Reviewed-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@{#628283}
-
Clemens Hammacher authored
Error messages will change with this V8 change: https://crrev.com/c/1445897 Hence disable the tests for now until that change rolled into chromium. R=ulan@chromium.org Bug: chromium:926311 Change-Id: I7bf2ff4b1897f8736d3f471b3ebcead1c8062b44 Reviewed-on: https://chromium-review.googlesource.com/c/1448327 Auto-Submit: Clemens Hammacher <clemensh@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#628282}
-