- 10 Oct, 2019 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/66ae304f501e..7fd7a8aef06c git log 66ae304f501e..7fd7a8aef06c --date=short --no-merges --format='%ad %ae %s' 2019-10-10 egdaniel@google.com Remove uses of GrPixelConfig version of GrBytesPerPixel. Created with: gclient setdep -r src/third_party/skia@7fd7a8aef06c 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 kjlubick@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 TBR=kjlubick@google.com Bug: None Change-Id: I17f543676365171e3db36baae18a864b74986b3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853582Reviewed-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@{#704867}
-
Jinsuk Kim authored
Adds myself as an owner of gesturenav/ in javatests Bug: 937946 Change-Id: Ib1cdc2119855355ce8db55ff0e4ecc31bab72cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850682Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#704866}
-
Jordan Bayles authored
https://chromium.googlesource.com/openscreen/+log/4ca3339848cc..af60f62955c6 $ git log 4ca333984..af60f6295 --date=short --no-merges --format='%ad %ae %s' 2019-10-09 yakimakha Bring cast/common/mdns up to date with style guidelines 2019-10-08 jophba Use TlsCredentials in TlsConnectionFactoryPosix 2019-10-08 rwkeane Address Comments From After Previous Checkin 2019-10-08 miu Cast Streaming Receiver: Consuming frames, resolving playout delays 2019-10-08 yakimakha mDNS querier. 2019-10-08 rwkeane TlsDataRouter takes Ownership of Listening Sockets 2019-10-08 rwkeane TLS: Add connection options 2019-10-08 rwkeane Unify Networking Thread: Update Existing classes 2019-10-08 rwkeane PlatformClient: API + Posix Impl 2019-10-08 mfoltz [Open Screen] Use RVO for local_address() and remote_address(). 2019-10-08 mfoltz Roll buildtools/ d5c58b84d..cf454b247 (22 commits; 3 trivial rolls) 2019-10-07 mfoltz Fix gcc compilation error. 2019-10-04 rwkeane Unify Networking Thread: Class Definiton 2019-10-04 yakimakha Make IsRunningOnTaskRunner non-abstract to fix upstream break 2019-10-01 btolsch Add CastSocket and implementation 2019-09-27 rwkeane Fix SocketHandleWaiter condition_variable bug 2019-09-26 yakimakha Add unique pointer that's deleted on the provided task runner 2019-09-25 rwkeane Move OSP_DISALLOW_COPY_AND_ASSIGN to public section for networking classes 2019-09-25 miu Fix for indefinite blockage in TaskRunnerImpl. 2019-09-25 rwkeane Rename NetworkWaiter -> SocketHandleWaiter 2019-09-25 miu Follow-up on Max's comments from last TaskRunnerImpl change. 2019-09-25 rwkeane TcpSocket: Integrate With NetworkWaiter 2019-09-25 rwkeane Rename NetworkReaderPosix -> UdpSocketReaderPosix 2019-09-20 jophba Add simple reading to TlsConnection 2019-09-24 miu TaskRunnerImpl stops by posting a "quit task" to itself. 2019-09-23 rwkeane TcpSocket: Impliment TLSConnectionPosix Write 2019-09-23 yakimakha Add notification callbacks to mDNS question tracker. 2019-09-20 miu Rename values of EncodedFrame::Dependency enum to improve readability. 2019-09-23 rwkeane Rename NetworkReader -> NetworkReaderPosix 2019-09-23 rwkeane TcpSocket: TlsNetworkingManagerPosix skeleton 2019-09-20 rwkeane TcpSocket: Fix TlsConnection SocketHandle 2019-09-19 miu Cast Streaming Receiver: Frame queuing and processing of RTP packets. 2019-09-20 rwkeane TcpSocket: Update NetworkWaiter to Subscriber Model 2019-09-20 yakimakha Add a debug-only guard to check if code is running on the task runner 2019-09-20 rwkeane TcpSocket: Add new TlsConnectionPosix constructor 2019-09-19 mfoltz [openscreen] Finish BUILD.gn cleanup 2019-09-18 jophba Add checking to UDP Socket creation 2019-09-18 rwkeane TcpSocket: Add Write Buffer 2019-09-18 mfoltz [Open Screen] Some BUILD.gn cleanups. 2019-09-18 btolsch Add framing for CastMessage 2019-09-18 jophba Fix building with Chromium 2019-09-17 miu Cast Streaming Receiver: Add RTCP processing. 2019-09-17 rwkeane Move files from platform/api to platform/impl 2019-09-16 yakimakha Implement OnRecordUpdated for mDNS question tracker 2019-09-13 yakimakha Update and expiration callbacks for MdnsRecordTracker 2019-09-16 jophba Add noexcept operators to move constructors 2019-09-13 jophba Refactor TlsCredentials to use util/crypto classes 2019-09-10 jophba Delete SslContext class + tests 2019-09-06 jophba Issue 72: Cleanups for ErrorOr 2019-09-16 rwkeane TlsSocket: Implement TlsConnectionFactory::Connect 2019-09-06 jophba Implement TlsCredentials construction 2019-09-11 rwkeane Update UdpSocketPosix to use FileHandle object 2019-09-10 rwkeane TcpSocket: Modify existing code for TcpConnectionWaiter 2019-09-10 yakimakha Rename record_class to dns_class in mDNS code 2019-09-10 yakimakha mDNS record refresh and expiration tracker 2019-09-10 btolsch Add cast channel authentication utilities 2019-09-09 yakimakha Add countof equivalent to sizeof to std utilities 2019-09-09 rwkeane TcpSocket: Refactor StreamSocket 2019-09-06 rwkeane TcpSocket: Remove accessors task_runner() and client() 2019-08-15 jophba Add TLSConnection + TLSConnectionFactory Skeleton 2019-09-04 miu Cast Streaming Follow-up: Receiver code comments and naming tweaks. 2019-09-04 yakimakha mDNS query tracker with continuous querying support 2019-09-04 miu Connect Cast Streaming to UdpSocket. 2019-09-04 rwkeane Adds platform factories for network and task threads 2019-09-04 yakimakha Fix std::move usages of tasks 2019-08-30 miu Cast Streaming: FrameCollector for collecting/assembling from packets. 2019-08-30 yakimakha Roll googletest dependency to pick up the new MOCK_METHOD. 2019-08-30 yakimakha Add CreateMessageId method to produce unique sequential mDNS message IDs. 2019-08-30 rwkeane Rename 'MockUdpSocket' to 'FakeUdpSocket' 2019-08-29 jophba Quick fix for build break 2019-08-29 rwkeane The Build is Broken! 2019-08-29 mfoltz [Open Screen] Random repository housekeeping. 2019-08-29 btolsch Add gcc try bot as experimental 2019-08-29 btolsch Fix gcc 8.2 errors 2019-08-29 rwkeane UdpSocket: Update Reads 2019-08-29 yakimakha Add a class for generating random delays as per mDNS RFC 2019-08-28 miu Cast Streaming: Tracking and computation of RTP arrival stats. 2019-08-28 miu Cast Streaming: Receiver skeleton, demo app, and usage documentation. 2019-08-27 yakimakha Change mDNS record TTL type from uint32_t to std::chrono::seconds 2019-08-27 rwkeane UdpSocket: Update Reads - Remove Deletion Callback 2019-08-27 rwkeane UdpSocket: Update Remaining Configuration Methods 2019-08-15 jophba Implement POSIX stream sockets 2019-08-26 rwkeane UdpSocket: Close socket when an error occurs 2019-08-22 miu Cast Streaming: SenderReportParser::Parse() exposes report ID. 2019-08-23 btolsch Add revocation list support to cast certificate checking 2019-08-23 rwkeane UdpSocket: Update Mock method names 2019-08-23 rwkeane UdpSocket: Update Read - Update cast/* 2019-08-23 rwkeane UdpSocket: Update Bind call 2019-08-23 btolsch Add optional chromium try jobs 2019-08-23 btolsch Update README.md with current bot info 2019-08-22 miu Cast Streaming: Change EncodedFrame API to allow external buffers. 2019-08-21 rwkeane Fix 1 line bug 2019-08-21 rwkeane Udp Socket: Update Writes 2019-08-20 btolsch Remove gcc bots Created with: roll-dep src/third_party/openscreen/src Change-Id: I3506587f58f608477e19d2f5065fbd447dbacc31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854264 Commit-Queue: Jordan Bayles <jophba@chromium.org> Auto-Submit: Jordan Bayles <jophba@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#704865}
-
Henrique Nakashima authored
This a step to make FeatureUtilities easier to maintain. - Move most static variables in FeatureUtilities to a static Map. - Deduplicate code into isFlagEnabledWithDefaultFalse(), isFlagEnabledWithDefaultTrue(), and cacheFlag() - Keep the public API intact for now This is not a final solution, but it highlights the quirks in each usage so they can be clearly refactored out, and makes it easier to migrate to the solution we decide for. Bug: 1012975 Change-Id: Id155ec60dbcb1170ef39bc6e3f1b759ef7b63692 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850820 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#704864}
-
Ryan Hansberry authored
Always request bluez to stop discovery; do not gate on whether or not discovery is active. The recent refactor crrev.com/c/1699214 in BluetoothAdapter and its children classes resurfaced a buggy implementation of BluetoothAdapterBluez::IsDiscovering() (crbug.com/905374) -- its implementation in bluez can sometimes return an incorrect value. In this particular bug, crbug.com/1013020, when ARC++ spammed BluetoothAdapterBluez with too many Start/Stop scan calls, we entered a racy situation in which ARC++ called StopScan(), and that StopScan() incorrectly early-returned, failing to stop discovery, because BluetoothAdapterBluez::IsDiscovering() incorrectly returned 'false'. the repro steps described in crbug.com/1013020. Bug: 1013020, 822104, 905374 TEST: Manaully verified 5 times on both M78 branch and ToT following Change-Id: Ide80706d77f1659cc07f457c4a524d823141f2c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854459 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#704863}
-
Daniel Rubery authored
In rare cases, the real time URL lookup response can still arrive after the timeout has triggered in the SafeBrowsingUrlCheckerImpl. This can lead to reading off the end of urls_. Bug: 1012813 Change-Id: I5662f9d3c7dac5c50289e6a571e3e992d092522f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853088 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#704862}
-
Austin Eng authored
These tests are failing on every run. Bug: chromium:1013295, dawn:208 Change-Id: I4e625753a4b39807e62905bf7aa8cef6297317a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853992Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#704861}
-
Toby Huang authored
Currently, screen readers narrate "Setup parental controls" for the title of the Add Supervision dialog. This phrase is unclear and should be changed to "Setup parental controls dialog" instead to describe the top-level dialog more clearly when in focus. Bug: 1011556 Change-Id: I82707b26c80354dfbe1395d8f3a33517be8231db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842633Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#704860}
-
Yutaka Hirano authored
The bug broke extension scripts cancelling WebSocket connections in onBeforeRequest handlers with "extraHeaders" option. Bug: 1011108 Change-Id: I6aec9ff124384b80818955ee66cad05a016579bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844912Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#704859}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/51c8a7860a5a..383a4e801d41 git log 51c8a7860a5a..383a4e801d41 --date=short --no-merges --format='%ad %ae %s' 2019-10-10 dproy@chromium.org Add .py extension to update_chrome_reference_binaries Created with: gclient setdep -r src/third_party/catapult@383a4e801d41 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC simonhatch@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=simonhatch@google.com Bug: None Change-Id: I47916be7ebb527e672948d533671a5dd053ce9be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854359Reviewed-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@{#704858}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5697a837..d372b6c1 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: Idb355cdaded845b33408854fc568f265bb90ec5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853949Reviewed-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@{#704857}
-
John Emau authored
Problem: When a web audio context change event occurs the "changed to" context is first removed from the context selector list then added back. If the list only contains 1 items then the list contents goes 1 -> 0 -> 1 and the event listener AudioContextSelector._onListItemReplaced will intermediately disable the context menu during the change event when the empty state list is reached. This can cause side-effects and is extra cycles we don't need to spend. Solution: The UI.ListModel.replace method does the same operation without the intermediary empty list state. Change-Id: Ide76e2281c6c7224c22e77f3e7a5766fb2ef0a24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823730 Commit-Queue: John Emau <John.Emau@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#704856}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/364848cc9284..f1f2e8606a69 git log 364848cc9284..f1f2e8606a69 --date=short --no-merges --format='%ad %ae %s' 2019-10-10 efoo@chromium.org Add "# COMPONENT" to chromite OWNERS file Created with: gclient setdep -r src/third_party/chromite@f1f2e8606a69 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 TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I3e5452344b46279175bd06d3c46e2dab38f4d4e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853999Reviewed-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@{#704855}
-
David Tseng authored
Bug: 865575 Change-Id: I8d8328a459d7621d6fc0a0d65e0f24f788b9767f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852414 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#704854}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/60e30b8a1a53..561ba7ee890b git log 60e30b8a1a53..561ba7ee890b --date=short --no-merges --format='%ad %ae %s' 2019-10-10 primiano@google.com Add gen_all --check-only to CI Created with: gclient setdep -r src/third_party/perfetto@561ba7ee890b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: chromium:123498112 Change-Id: I341cdf88d08771bde74853e7a02a02302b666a0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853996Reviewed-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@{#704853}
-
Dave Tapuska authored
Add a post dispatch hook so message filters can do work after a dispatch. This will be used for the content layer which sets the debug URL during each message dispatched. Since only one filter is ever used only allow one to be set. BUG=1008432 Change-Id: Ie531e875ea9cbf42347374030d3c5a030fa6290e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853129Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#704852}
-
Dan Beam authored
Also annotate other teammates relationships to this code. R=mahmadi@chromium.org BUG=none Change-Id: I3eabc0422737c1ef0184fc554890308850ccb8a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854399Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#704851}
-
Evan Stade authored
All activity logging is done on the UI thread now, so there's no need for a thread-safe cache of extension whitelists or ActivityLog active state. Bug: 268984 Change-Id: I3c35017cb8413be59a270a96e587f3c401e80b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849419Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#704850}
-
Brandon Wylie authored
Events aren't getting through when they should when using UrlBar.UrlTextChangeListener. Using a combination of TextWatcher and UrlBarCoordinator triggers more frequently. Bug: 1008474 Change-Id: I60252e7f2bca878089667cc29f79f82e18884789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835101 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#704849}
-
Akihiro Ota authored
This change adds a validation check in ChromeVox's phonetic data api to avoid potential crashes. Change-Id: I47ef89e8a514c9227208e8821536ee53017c3c3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850357Reviewed-by:
Randy Rossi <rmrossi@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#704848}
-
Yves Gerey authored
This CL introduces an ad-hoc builder for roll of opus into chromium. 1/ Used as pres-submit validation. 2/ Runs dedicated tests and benchmarks for a fixed Android model. The point 2/ shall be completed in follow-up CLs. Bug: chromium:1002973 Change-Id: Idb5c8b46ab68d8a9d63a864594396ac021a22746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816555 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#704847}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/9e70f3614347..d0704ce5c6a1 git log 9e70f3614347..d0704ce5c6a1 --date=short --no-merges --format='%ad %ae %s' 2019-10-10 mellem@webrtc.org Remove RTCP tests from channel_unittest. 2019-10-10 perkj@webrtc.org Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packet Created with: gclient setdep -r src/third_party/webrtc@d0704ce5c6a1 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I46ce58d7869a5e8a7cc6ff5c1baf405ee1cf7019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853674Reviewed-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@{#704846}
-
Makoto Shimazu authored
This CL converts base::Bind to BindOnce or BindRepeating, and also changes relevant base::Callbacks or base::Closures to appropriate types. This CL is split from https://crrev.com/1831621. This CL was uploaded by git cl split. R=ccameron@chromium.org Bug: 1007760 Change-Id: I6612255cd5e5c88849da9d219861a6adb72e251b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849538 Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#704845}
-
Rob Paveza authored
The Elements tool Properties pane is inaccessible via keyboard only. It can't be tabbed into, and even if a user clicks into it, the current selection top level tree branch can't be escaped. This change addresses this issue by replacing the use of individual ObjectPropertiesSection trees with an overarching ObjectPropertiesSectionsTreeOutline, and then creating roots for each of the objects being displayed. It also gives the OPSTO a read-only mode (matching existing behavior) and enables tabbing into the properties list. GIF of after change: https://imgur.com/a/5Fi7W3h Bug: 963183 Change-Id: I9c178c1d9758450196dd0596241047c9ea2dd813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757080 Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#704844}
-
Chris Davis authored
This change removes the call made to determine the default browser state in call to shell_integration::GetChromeDefaultState. The call is expensive on all platforms and in this case the result is never even actually used. Removing CachedDefaultWebClientState from BrowserProcessImpl since it is not used. Bug: 1012357 Change-Id: Ic85f5dbdea9bd45afe2b372942069bad3136be90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845509Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Cr-Commit-Position: refs/heads/master@{#704843}
-
Donn Denman authored
This CL just makes the Overlay Panel Bar height larger by updating a resource the contains the height dimension in DPs. BUG=1013333 Change-Id: I863d76ea2021ac48d52c3be212bdc34604d9f633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854206Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#704842}
-
Chandani Shrestha authored
Earlier, when user pressed Enter when focus was in Add button it used to close color-picker because keydown event used to get bubbled up to inline_editor_module.js which was hiding the element. This inline_editor_module hides the suggested list of items when user presses enter in one of them. This change adds keydown handler in UI.Toolbar which consumes the keydown event similar to click handler in it which prevents hiding up color-picker when user presses enter. Also, this change gives focus to recently added item when add button is clicked which has a lightblue border color. Gif showing this change: https://imgur.com/2aaF4Y2 Bug: 963183 Change-Id: Ia4594adbb802fdf2fada7ebf62be9a8d1c148f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688337Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Commit-Queue: Chandani Shrestha <chshrest@microsoft.com> Cr-Commit-Position: refs/heads/master@{#704841}
-
Fredrik Söderquist authored
Clamp the result to the [Min(), Latest()] range. Remove the IsFinite() checks from SVGSMILElement::ParseOffsetValue() and SVGSMILElement::ParseClockValue() since they will no longer trigger. Bug: 1012665 Change-Id: I7183888fe1a0a2dd598fb42c152dee94d216d66c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852924Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#704840}
-
Mitsuru Oshima authored
CursorManager should use logical display. In addition, the this is now handled in new way which does the right thing. (https://crrev.com/c/1761772) Bug: 1013339 Change-Id: Icde517b3791ea5df468d65b4f0378a5327bc4280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853856Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#704839}
-
Mohsen Izadi authored
Everywhere we access OzonePlatform, it is already initialized (and should be in future). There is no need for EnsureInstance() anymore. BUG=958387 Change-Id: I1adf0f65ce8a446275417856caeb56c2310bea2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763633Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#704838}
-
Andrew Luo authored
Bug: 765833 Change-Id: Icf477e67b98c58bd45d1c7328081a9d6e25c5e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832289 Commit-Queue: Andrew Luo <aluo@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#704837}
-
Giovanni Ortuño Urquidi authored
Two issues came up when trying to import bindings_lite as a module: 1. Closure compiler generated the following code in order to polyfill Number.MAX_SAFE_INTEGER: ``` Number in this ``` `this` is undefined inside modules, so the above code caused an error. We get around this by changing Closure to compile to ES2015. 2. Namespaces were being added to `this` which again is undefined in modules. To get around this, we change to `self`[1] which should work in regular scripts, modules, and workers. This CL also moves mojo tests to http/ so that the resources are served from a server which is needed in order to import modules. Not all tests need their resources to be served from a server, but we move them to http/ regardless to avoid having tests in two places. [1] https://developer.mozilla.org/en-US/docs/Web/API/Window/self Bug: 1004256 Change-Id: I5c32e37e1f57e8539b39f0bdcc85f796e114f897 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831660 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Jeff Carpenter <jeffcarp@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#704836}
-
Sophie Chang authored
This also only creates the prediction manager if the feature is enabled and overrides any target decision if feature is enabled Bug: 1001194 Change-Id: Iea7db02a4e7b851967228df44c8ce7458118d1d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853863Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#704835}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2d8a95ee71b5..66ae304f501e git log 2d8a95ee71b5..66ae304f501e --date=short --no-merges --format='%ad %ae %s' 2019-10-10 robertphillips@google.com Plumb GrTextureProxies down into emitSampler/addSampler 2019-10-10 kjlubick@google.com [canvaskit] Enable tests for getGlyphPosition Created with: gclient setdep -r src/third_party/skia@66ae304f501e 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 kjlubick@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 TBR=kjlubick@google.com Bug: None Change-Id: I5c93ea91fd52d6b4088e11f19ee75be6565067db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854025Reviewed-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@{#704834}
-
Antonio Gomes authored
This wraps up Onion souping of media_stream_video_webrtc_sink_unittest.cc|h that happened on [1], but was blocked on [2] - now fixed. [1] https://crrev.com/c/1811179 [2] https://crrev.com/c/1816789 BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: I4302207403f614cdac329be3cb591a13f13db52b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816793 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#704833}
-
Simon authored
TBR=perezju@chromium.org Bug: 1013317 Change-Id: Ie5fd327f9973cce71da173a4d70539de2f859370 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853947Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Commit-Queue: Simon Hatch <simonhatch@chromium.org> Cr-Commit-Position: refs/heads/master@{#704832}
-
Hesen Zhang authored
- Deleted the redundant style appled in dialog linear layout. Bug: 1012450 Change-Id: Ice1accff7bc3bc09dc625c622a679328be133d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846470Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Auto-Submit: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#704831}
-
Tao Bai authored
Bug: 10128236 Change-Id: Ibe238ddd409a00ae256d15e705d2c95dfad67f52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849633 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#704830}
-
Kevin Marshall authored
The use of leading slashes causes path validation issues in VFS implementations like vfs::PseudoDir. This fixes the issue by discarding the leading slash from the path component of requested URLs. Adds a browser test which validates the use of PseudoDir and VfsFile with ContentDirectoryProvider. Bug: 1011180 Change-Id: I2b47ad35023be73cc32538f83b166ebaa9b85f9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848411 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Auto-Submit: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#704829}
-
Lei Zhang authored
Instead of trying to handle a NOTREACHED() condition, just crash if the impossible happens. Change-Id: I01f79600aa0c58ec9f6276f30a4e0cc8c2f729f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853887Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#704828}
-