- 29 Nov, 2019 40 commits
-
-
Etienne Bergeron authored
The code was using two different pattern for setters. This CL is bringing a bit more consistency. a) void RenderText::SetObscured(bool obscured) { if (obscured != obscured_) { [...] b) void RenderText::SetObscuredRevealIndex(int index) { if (obscured_reveal_index_ == index) return; [...] Bug: 1025561 Change-Id: I3a7a0080ad2f61e06057d75b583c72ef7f1639c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943532 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#720253}
-
Dominic Battre authored
Bug: 1028765 Change-Id: Idb5c2a62183eb4de22a8ca9fc81f897e0d0beecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943169 Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Dominic Battré <battre@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#720252}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/53134e3187aa..5ae4817ada0b git log 53134e3187aa..5ae4817ada0b --date=short --first-parent --format='%ad %ae %s' 2019-11-29 hferreiro@igalia.com Move .git_cl_description_backup to depot_tools dir Created with: gclient setdep -r src/third_party/depot_tools@5ae4817ada0b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:None Tbr: agable@chromium.org Change-Id: I3fa354a87a978a5dbb7abcb1989264d61b28312a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943911Reviewed-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@{#720251}
-
Balazs Engedy authored
This CL implements CrowdDenyComponentInstaller, defines the Protobuf definition of the payload, and adds some plumbing to read the payload from the disk and store it in the CrowdDenyPreloadData singleton. Bug: 1028642 Change-Id: Ie0f296784d83b398f4e9732ed85072b9e71f5772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937174Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#720250}
-
haozhe authored
Chrome suppose to give a discrete output instead of cross-fade. Bug ID: https://bugs.chromium.org/p/chromium/issues/detail?id=1029358 Firefox does not pass. Bug ID:https://bugzilla.mozilla.org/show_bug.cgi?id=1600167 Bug: 900581 Change-Id: Ie30599b6ea7f153ff32fc528e17e601b7bf9b12d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940711Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#720249}
-
Luke Zielinski authored
Bug: 1029514 Change-Id: I18af3da4c6cd49646e23b2ae1199c32981bdf298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943309 Auto-Submit: Luke Z <lpz@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#720248}
-
Julie Jeongeun Kim authored
This CL cleans up old Mojo types for network::mojom::NetworkChangeManager from WebRtcVideoCaptureBrowserTest using Remote and updates comments with new Mojo types. Bug: 955171 Change-Id: I7c9fb2e49cbf1307c994533e8480a207e9162a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939528 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#720247}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/44b794ef..adfb6ba3 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I0cc8aceeb111137cd88880898702c9cd80109a1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944372Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#720246}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/2d02c943b288..89313451d8e2 git log 2d02c943b288..89313451d8e2 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 danilchap@webrtc.org Take FunctionView rather than any functor reference in the rtc::Thread::Invoke 2019-11-29 ivoc@webrtc.org Clean up the NetEqFactory API. Created with: gclient setdep -r src/third_party/webrtc@89313451d8e2 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/+/master/autoroll/README.md Bug: chromium:None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I19c8e16f8d53a531b2ce243eef8ccb7cbfd8a5d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943335Reviewed-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@{#720245}
-
Miyoung Shin authored
This CL converts InterfaceFactory mojom interface client in content to use BrowserInterfaceBroker. Bug: 936482 Change-Id: Ib65b07f31c00512aaeff1ac917c65d8906494297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937960 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#720244}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/9d128947de8c..6e2ff45fa936 git log 9d128947de8c..6e2ff45fa936 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 paulthomson@google.com Regres: refactor for use as a library Created with: gclient setdep -r src/third_party/swiftshader@6e2ff45fa936 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;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: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I06a12a9de3a27865b416bae90500a81c8675b179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943330Reviewed-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@{#720243}
-
Etienne Bergeron authored
The only remaining RenderText implementation is Harffbuzz. The use of CreateInstanceOfSameType(...) is no longer required. Bug: 1025561 Change-Id: I6d36437e0554520f5562247537c94a7d63e16303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944273 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#720242}
-
Dominic Farolino authored
It was decided that it was not necessary to store ResourceRequest::referrer_string as WTF::AtomicString, so this CL removes a TODO mentioning this. Bug: N/A Change-Id: I1d279e58a0e5ec9de5c46ad43830a505faffd62c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940680 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#720241}
-
Guido Urdaneta authored
Mark external/wpt/IndexedDB/interleaved-cursors-large.html as flaky in all platforms. It has timed out flakily on Linux, Mac and Windows. Bug: 937170 Change-Id: I2cc24afad7248af00fe2d9a5b787a369d1d6b13a TBR: pwnall@chromium.org No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943245Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#720240}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f9cad2f75cd2..2af15bb56dab git log f9cad2f75cd2..2af15bb56dab --date=short --first-parent --format='%ad %ae %s' 2019-11-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@2af15bb56dab 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 bungeman@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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 Bug: None Tbr: bungeman@google.com Change-Id: I6e3977af329ca71bec390740f17333e4eb863c1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943333Reviewed-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@{#720239}
-
Guido Urdaneta authored
Bug: 1019079 Change-Id: I57e6cf70949acda101c8e4597bf72bcba5d506c8 TBR: juanmihd@chromium.org No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944354Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#720238}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/77f6db7a0b78..fd12e1b746bd git log 77f6db7a0b78..fd12e1b746bd --date=short --first-parent --format='%ad %ae %s' 2019-11-29 rharrison@chromium.org Add runtime toggle to select IR generation path in SPVC Created with: gclient setdep -r src/third_party/dawn@fd12e1b746bd If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I20ed3b3af93399789e84f21ffbd2a81b315b3361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943332Reviewed-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@{#720237}
-
Alice Wang authored
This CL adds some render tests to test SigninFragment when launching the SigninActivity in different scenarios and does a small refactoring on the methods of starting SigninActivity and SigninFragment. Bug: 967373 Change-Id: I385a0d36453d807ad9bc8ef998e541bc09955f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932900 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#720236}
-
Morten Stenshorne authored
We had code for this, but it depended on nested multicol to work. Bug: 829028 Change-Id: I114c0baa394f21005b1e83619db5a577eea1f913 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944390Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#720235}
-
Rune Lillesveen authored
This change effectively re-introduces the code from [1] but only let it affect layout tree building, not style computation, which was the reason why the code was removed in the first place. This also fixes the resolved style for width/height returned from getComputedStyle() to return 'auto' for a computed value of 'auto'. This matches the Firefox behavior. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1070137 Bug: 1027905 Change-Id: Ie324de5b0693beea3e6626a36b25f7274234d15b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935114Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#720234}
-
Anqing Zhao authored
Both ChromeOsUserReportRequest and ChromeDesktopRequest are used to upload usage data to DM Server. By extracting the macro into an independent header, many classes can include it to avoid duplicated definition everywhere. Bug: 1010213 Change-Id: I9bec58efecfc0a553cbe7d0e402a1511f479cd50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939801Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Anqing Zhao <anqing@google.com> Cr-Commit-Position: refs/heads/master@{#720233}
-
Sylvain Defresne authored
Remove unused deps on ios/third_party/material_roboto_font_loader_ios from src/ios (in preparation of building MaterialComponents.framework). Bug: 1017165 Change-Id: Ifc3304a6d3b0f49912bdfe5ca7dfbd5d16a5e9fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943242 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#720232}
-
Eric Stevenson authored
JUnit and instrumentation test class names should end with "Test". Bug: 1029370 Change-Id: I35c68be92fa55553ecf3cbb8ac93a4e04de8a4d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943507 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#720231}
-
Guido Urdaneta authored
Two versions of this test have been flaking on Mac and causing CQ false rejections. Bug: 1019079 Change-Id: Ib6a69539a3e695e59d4c450bba10e91a94b97758 No-Try: True TBR: juanmihd@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943243Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#720230}
-
Alice Wang authored
Test the TimeoutDialog and ProgressDialog in the class ConfirmSyncDataStateMachineDelegate. Bug: 1028583 Change-Id: I53f5a88cead976b15416bf92bb846424dbbb5768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936312 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#720229}
-
Richard Knoll authored
This makes it easier to find C2C specific metrics and reduces the amount of code to be compiled on Android. TBR=avi@chromium.org Bug: None Change-Id: I260080a26e944304e406c6110b96b64931713dac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943238 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#720228}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7c62ed63ace5..53134e3187aa git log 7c62ed63ace5..53134e3187aa --date=short --first-parent --format='%ad %ae %s' 2019-11-29 sdefresne@chromium.org Fix the --quiet flag of download_from_google_storage.py Created with: gclient setdep -r src/third_party/depot_tools@53134e3187aa If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:none Tbr: agable@chromium.org Change-Id: Ie14d639181b8810ae0f2f82d887197238b454df7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943511Reviewed-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@{#720227}
-
danakj authored
Pass ownership of the NotificationCallback by value instead of by const reference. Use BindOnce() over Bind(). Also pass some FileWatchFunctionBase::ResponseCallback ownership by value. R=amistry TBR=dpranke Bug: 1007832 Change-Id: I7519f65d70409b14ac96c026eeafdd3488cbcd75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942940 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#720226}
-
Omar Morsi authored
Network state should be reported in three conditions. 1- Primary user signed in is affiliated. 2- Managed device is in kiosk mode. 3- Managed guest session is running. Bug: 1027086 Test: browser_tests --gtest_filter=DeviceStatusCollectorNetwork* Change-Id: I29aaad9f5e442ea164bd1afd28a3bca72c66e459 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928702 Commit-Queue: Omar Morsi <omorsi@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#720225}
-
Ian Clelland authored
Bug: 993790 Change-Id: Id1c780e43964ac0e8e2cc0abf49a19fb04c780ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934780 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Jason Chase <chasej@chromium.org> Auto-Submit: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#720224}
-
Jasper Chapman-Black authored
This logic broke for non-empty group paths (group-by-component, etc) when GroupedPath was added, and tests weren't checking the displayed shortname on the class node. Change-Id: I6961a140329bdbb455f441b12fdca24971aa114d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943110 Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#720223}
-
Richard Knoll authored
This adds a new regex based on Androids TextClassifier to improve the phone number detection on selected text. Bug: 1001033 Change-Id: I759de1d14e0d9439a709dbdc8db62b7ca7fc70b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940246Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#720222}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d4f9c249893a..4270e9f32430 git log d4f9c249893a..4270e9f32430 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 drott@chromium.org Avoid more nullptr offset UBSan warnings (#57316). Created with: gclient setdep -r src/third_party/freetype/src@4270e9f32430 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Bug: None Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: Ie351f35cdba5c8ab7591f1606f01d3cbc02516e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944010Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#720221}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/79685304182c..2d02c943b288 git log 79685304182c..2d02c943b288 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 alessiob@webrtc.org NetEQ: fix initial decoder frame length. 2019-11-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 26d09951..a9c1e4af (720053:720171) 2019-11-29 danilchap@webrtc.org In RtpDepacketizerAV1 use aggregation header to detect key frames 2019-11-29 mbonadei@webrtc.org Prefix ENABLE_RTC_EVENT_LOG with WEBRTC_. 2019-11-28 mbonadei@webrtc.org Remove WebRTC-Bwe-CongestionWindowDownlinkDelay. 2019-11-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 8955e0d3..26d09951 (719771:720053) 2019-11-28 mbonadei@webrtc.org Fix ErrorProne MultiVariableDeclaration. 2019-11-28 danilchap@webrtc.org Use AV1 packetizer/depacketizer for AV1 bitstreams 2019-11-28 titovartem@webrtc.org Add ability to disable detailed error message in RTC_CHECKs 2019-11-28 peah@webrtc.org AEC3:Turning off default downmix in surround alignment 2019-11-28 jonaso@webrtc.org Add new Stun utility functions 2019-11-28 doudouk@google.com Add directive to make TRACE_EVENT macros optional. 2019-11-28 kron@webrtc.org Remove temporary 8-bit H264 HDR fix 2019-11-28 danilchap@webrtc.org Implement AV1 RtpPacketizer class 2019-11-28 sprang@webrtc.org Implements a task-queue based PacedSender, wires it up for field trials 2019-11-28 danilchap@webrtc.org Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame 2019-11-28 jonaso@webrtc.org Add rtt estimate EventBasedExponentialMovingAverage to Connection 2019-11-27 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2b82941a..8955e0d3 (719656:719771) 2019-11-27 steveanton@webrtc.org Replace template_util.h with C++14 STL methods 2019-11-27 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 65c32b57..2b82941a (719106:719656) 2019-11-27 yvesg@google.com Revert "Remove temporary workaround for generate_licenses." 2019-11-27 kuddai@webrtc.org Propagate absolute capture time through video receiving side. Created with: gclient setdep -r src/third_party/webrtc@2d02c943b288 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/+/master/autoroll/README.md Bug: chromium:None,chromium:None,chromium:None,chromium:956468,chromium:1028348,chromium:None,chromium:None,chromium:None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I4466ea8dfa6b3e207082b4a119cba563f651283f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943613Reviewed-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@{#720220}
-
Juan Antonio Navarro Perez authored
To verify whether this fixes recent flakiness on Windows. Also re-enable on Android. TBR=crouleau@chromium.org Bug: 971998 Change-Id: I5ad768b722524d518bcc85c826923eb4317c805e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1941312Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#720219}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f145c8234627..4a339a15d536 git log f145c8234627..4a339a15d536 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 chrome-bot@chromium.org Update config settings by config-updater. 2019-11-29 vapier@chromium.org cros_chrome_sdk/deploy_chrome: use encoding=utf-8 with commands 2019-11-29 chrome-bot@chromium.org Update config settings by config-updater. 2019-11-29 vapier@chromium.org cbuildbot: lkgm_manager_unittest: fix encoding when writing Created with: gclient setdep -r src/third_party/chromite@4a339a15d536 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:chromeos-kevin-rel Bug: None Tbr: chrome-os-gardeners@google.com Change-Id: Id49d89594d43c7d6888b86d2f9705177fea67024 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943510Reviewed-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@{#720218}
-
Mikel Astiz authored
Server-side data can theoretically contain duplicate GUIDs, and the end result today is a crash. It is hard to deal with this case or even reason about what a reasonable behavior is, so this patch instead detects and resolves the issue in a preprocessing stage, such that offending GUIDs are ignored. Doing so allows further refactorings to simplify the merge logic. Bug: 978430 Change-Id: I4926bfe88aee2724633a447b0ed9ce086358b439 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939974 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#720217}
-
henrika authored
Creates log sequences where we can track that audio input devices are opened and closed correctly and what parameters are used. Example (grep for AIDM): AIDM::Open({session_id=45CE96DFC9576CDABE2524A89B6E5ADE}, {device=[type: DEVICE_AUDIO_CAPTURE, id: default, group_id: input, name: Default, parameters: [format: 4, channel_layout: 3, channels: 2, sample_rate: 44100, frames_per_buffer: 441, effects: 0, mic_positions: ]]}) AIDM::Opened({session_id=45CE96DFC9576CDABE2524A89B6E5ADE}) AIDM::Close({session_id=45CE96DFC9576CDABE2524A89B6E5ADE}) AIDM::Closed({session_id=45CE96DFC9576CDABE2524A89B6E5ADE}) No-Try: True Bug: 1017219 Change-Id: Iad328af521f2d95d1a0d1893c23d1bc79928b22e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899872 Auto-Submit: Henrik Andreasson <henrika@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Andreasson <henrika@chromium.org> Cr-Commit-Position: refs/heads/master@{#720216}
-
Finnur Thorarinsson authored
Bug: 1027019, 860467. Change-Id: I60f74c73bdcd7c071bf21ecdd8eeb5e9909d5ce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943144Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#720215}
-
Guido Urdaneta authored
It has been timing out flakily and causing some CQ false rejections. Bug: 1027436 Change-Id: I093ef6e1aeed38d36488825dbea1181e9afafcae No-Try: True TBR: petermarshall@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944353Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#720214}
-