- 26 Apr, 2019 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/dca3ea5e1719..64faf6d9cb55 git log dca3ea5e1719..64faf6d9cb55 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 stevenperron@google.com Fix undefined bit shift in sroa. (#2532) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@64faf6d9cb55 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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=dsinclair@chromium.org,geofflang@chromium.org Change-Id: If02612096ccefcf4c1ef2e7370274e185e4ffe36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584853Reviewed-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@{#654531}
-
kylechar authored
Exo observes vsync parameter changes for the primary display and sends updates over the wayland protocol to arc++. This allows arc++ to produce frames at the correct rate and time. Currently exo adds an observer to CompositorVsyncManager. This works because vsync parameter updates are forwarded back from the GPU process to ui::Compositor without OOP-D. With OOP-D enabled the BeginFrameSource is moved into the GPU process. ui::Compositor is no longer involved in setting vsync parameters and CompositorVsyncManager no longer works. Add a new mojo interface that exo can subscribe to vsync parameter updates on. Move the logic to throttle sending vsync parameter updates out of exo and into the sending end of the mojo interface. This will limit the number of IPC messages. The throttling is improved slightly by handing modulus roll over when the timebase is near a multiple of the interval. The mojom::VSyncParameterObserver interface is implemented both with and without OOP-D. This removes the last usage of CompositorVsyncManager so we can delete it. Bug: 949711, 441577 Change-Id: I966b2d9dcc660efbdfb1c2800c71b6de3024e186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554834Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#654530}
-
Yusuf Ozuysal authored
1) Set the size of the close button to be 18dp 2) Set the color of the close button to be modern grey 800 3) Set the padding to not clip the content for swipe to dismiss BUG=946288, 948752 Change-Id: Ieac2d75803109937d34cd3cbcd440849d8a8e456 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583340 Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#654529}
-
Ryan Hansberry authored
We plan to implement metrics which capture pairing success in pairing dialogs, and need to know the transport type of the pairing device at that moment, in order to understand if any transport type is more problematic than others. This CL exposes the transport type to the pairing dialogs. Bug: 953149 Change-Id: Iea54a04e9f1828e872c5ae6d5e1a072275a22582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582968Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#654528}
-
Abdu Ameen authored
Currently on Desktop UI code there's a removal of blacklisted passwords before saving the updated form. Vasili suggested this should be moved to PasswordFormManager since this will be needed by iOS (and potentially Android). Bug: 952991 Change-Id: I026cb30ce37548107996b99b9f9726bc9bbcb856 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570701 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#654527}
-
Robbie Gibson authored
This also adds the infrastructure to color the divider using a Chrome- specific grey. Bug: 945323 Change-Id: I259c2c46446257525735e9ef04a07c1193df7a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582058Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#654526}
-
Kristi Park authored
If the experiment OmniboxUIExperimentShowPlaceholderWhenCaretShowing is enabled, do not hide the placeholder text in the fakebox on focus. Screenshot: https://screenshot.googleplex.com/3GYb3rE1btp.png Bug: 955585 Change-Id: If1a1b56b402c55f511af749da5a10ed0ef92812b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584941 Auto-Submit: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#654525}
-
Carlos Caballero authored
ScopedTaskEnvironment::ExecutionMode is becoming ScopedTaskEnvironment::ThreadPoolExecutionMode This CL was uploaded by git cl split. R=emircan@chromium.org Bug: 708584 Change-Id: I623b6a7ae0d359ea409285a045b7d2d0136af6db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583803 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#654524}
-
Lei Zhang authored
Avoid references for vector elements when the vector can change. BUG=956230 Change-Id: I9864ba6e176bd162965aae32c88de5e69a0d60f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584934 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#654523}
-
Steven Bennetts authored
This CL removes all chromeos/network deps from ActiveNetworkIcon, using the cros_network-config mojo API instead. It also moves some utility code to chromeos/services/network_config/public/cpp for converting Shill types to Mojo types. Original CL: https://chromium-review.googlesource.com/c/chromium/src/+/1572364 This CL fixes a minor initialization error in NetworkIconState causing msan test failures. TBR=rockot@google.com, tsepez@chromium.org, jamescook@chromium.org, khorimoto@chromium.org Bug: 862420 Change-Id: Ibf9e63a7600cfee6eabaedfb08c8a16e40936f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585550Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#654522}
-
Mohsen Izadi authored
This CL updates some service manager initialization and manifests in tests that exercise multi-process mash so they can work with viz service when run in its own process. BUG=941657 Change-Id: I87cf7d10ad5decf629e7bb2e4ae681df49dc985f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572271 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#654521}
-
Bailey Berro authored
Currently, all printers are fetched for printing by the ArcPrintService. Since there is no way to setup Discovered printers in ARC, let's stop showing those printers. Change-Id: I993fb50fc0de4bc9f87cd26fb91f837fc4a1f851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579423 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Auto-Submit: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#654520}
-
Lucas Gadani authored
Change-Id: Id028aa988f4da5a8b08652a6b930e6cb83dab493 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585972 Auto-Submit: Lucas Gadani <lfg@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#654519}
-
Tatiana Buldina authored
Add 'data.text' contained alert text to kUnexpectedAlertOpen exception according to W3C Bug: chromedriver:2869 Change-Id: Id73d065241279d8c2f0699ca68556df382d585f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584592 Commit-Queue: Tatiana Buldina <buldina@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#654518}
-
Shimi Zhang authored
Follow up of http://crbug.com/955212. ChannelContainer and MessageObject were using raw lock to wait for call. We could use BlockingQueue to simplify them. Bug: 955212 Change-Id: I80a389cf7920fbbd6952a00aebea4cb665257051 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582141 Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#654517}
-
Marco Paniconi authored
https://chromium.googlesource.com/webm/libvpx.git/+log/da5be113f320..e50f4e4112a0 $ git log da5be113f..e50f4e411 --date=short --no-merges --format='%ad %ae %s' 2019-04-25 marpan vp9-rtc: Adjust thresh for 4x4 tx selection 2019-04-25 marpan vp9-rtc: Fix int conversion error in nonrd_pickmode. 2019-04-24 marpan vp9-rtc: Pass source variance and mode to select tx 2019-04-23 sdeng Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums" 2019-04-15 marpan vp9-rtc: tx_size selection for intra mode in nonrd 2019-04-12 sdeng Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums 2019-04-23 johannkoenig remove WIDE_REFERENCE definition 2019-04-23 johannkoenig remove ARCHITECTURE definition 2019-04-22 sdeng Add vpx_clear_system_state() in SSIM based rdmult adjustments 2019-04-19 harish.mahendrakar [vp9] Fix handling of skip in row_mt=1 (...) 2019-04-18 marpan vp9-rtc: Use correct plane for UV in estimate_intra 2019-04-18 marpan vp9-rtc: Move setting for use_model_rd_large 2019-01-22 deepa.kg Fix issues with bits allocated and consumed 2019-01-21 deepa.kg Refine interval for key frame boost calculation 2019-04-16 jzern Revert "Refactor tile boundary condition for intra prediction" 2019-04-16 jianj vp9: refactor condtions for model rd for large blocks. 2019-04-16 angiebird Refine vp9_kmeans() 2019-04-16 marpan vp9-rtc: Add speed feature to force SMOOTH filter 2019-04-16 yaowu Fix PSNRHVS computation 2019-04-12 jingning Use uniform sampling as initial centers for k-means Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I63182bd6cdabf38844539e66bcbba5db44714b16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585963Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Marco Paniconi <marpan@google.com> Cr-Commit-Position: refs/heads/master@{#654516}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/64da4ae84db2..7804e8109a0a git log 64da4ae84db2..7804e8109a0a --date=short --no-merges --format='%ad %ae %s' 2019-04-26 brianosman@google.com Remove more trailing semi-colons Created with: gclient setdep -r src/third_party/swiftshader@7804e8109a0a The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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: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=swiftshader-team+autoroll@chromium.org Change-Id: I14aa43279a8b26fdbae76967667232ef350700f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584749Reviewed-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@{#654515}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/999374532cec..057f2dd516ce git log 999374532cec..057f2dd516ce --date=short --no-merges --format='%ad %ae %s' 2019-04-26 bhamrick@google.com Merge "Fix missed const -> constexpr in Fuchsia importer" Created with: gclient setdep -r src/third_party/perfetto@057f2dd516ce The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I11c676f0660b57e7cf0d1b3472adf71062a13c2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584758Reviewed-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@{#654514}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d521ce39e99f..a30cf84b47a8 git log d521ce39e99f..a30cf84b47a8 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 egdaniel@google.com Disable vulkan msaa on certain bots. 2019-04-26 mtklein@google.com Temporarily revert runtime decoder registration. 2019-04-26 egdaniel@google.com Fix legacy use of kKHR_swapchain_GrVkExtensionFlag when making GrVkGpu. Created with: gclient setdep -r src/third_party/skia@a30cf84b47a8 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=mtklein@chromium.org Change-Id: I8d67ede862c7752f16ec61657dc64afbc7dd5540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584751Reviewed-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@{#654513}
-
Jarryd authored
Bug: 956281 Change-Id: I8c9d37334c79b237e672aa0e8014b534d49f7898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585394 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#654512}
-
Aditya Keerthi authored
Change-Id: Ia168a878319bbbb94b9e28bd52bebb6b6347c447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585602 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#654511}
-
Renjie authored
This CL fixes bug where stale host resolution didn't go through DoResolveHostComplete() and thus didn't have dns_end_time when creating the session. BUG=956374 Change-Id: Ie93ae266392bd665a266d70c146cf19d55315911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582773Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#654510}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/15d4c2e63b72..9286adcb0f7e git log 15d4c2e63b72..9286adcb0f7e --date=short --no-merges --format='%ad %ae %s' 2019-04-26 shaobo.yan@intel.com Add end2end test for all vertex formats 2019-04-26 cwallez@chromium.org Metal: Invert CW and CCW because we compile with flip Y Created with: gclient setdep -r src/third_party/dawn@9286adcb0f7e The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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: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 TBR=cwallez@chromium.org Change-Id: I29075ea071daef544200f9eb6b6b6fff4c86a8aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584755Reviewed-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@{#654509}
-
Wei Li authored
Since View's metadata already includes 'Visible' information now, we can get rid of direct query about visibility information from View elements. Also updated the tests to reflect these changes. BUG=954675 Change-Id: I82a1bb1459984d54c8a71b53832e45338e295e6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585070Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#654508}
-
Francois Doray authored
This is a reland of e9dec932. The change was initially reverted due to a crash encountered when two successive ScopedBlockingCalls were observed. Successive ScopedBlockingCalls led to CallbackMayRunLong being called twice on the same callback, which is not expected by the API. To fix this issue, the observer is cleared after a call to CallbackMayRunLong, ensuring that CallbackMayRunLong is called at most once per callback. Original change's description: > ThreadPool: PlatformNativeWorkerPoolWin should use CallbackMayRunLong for blocking tasks > > The Windows Thread Pool API provides a CallbackMayRunLong method to > indicate that a callback may not return quickly. The thread pool can use > this information to better determine when a new thread should be > created. > > This CL teaches PlatformNativeWorkerPoolWin about ScopedBlockingCall in > order to determine whether a callback will return quickly. A > BlockingObserver is registered before running a task in the work > callback. If the task contains a ScopedBlockingCall, the observer is > notified, and will call CallbackMayRunLong on the appropriate > PTP_CALLBACK_INSTANCE. > > Bug: 756547 > Change-Id: If04d2c5e01b00960dc510e94ff89525036c2ae67 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574229 > Commit-Queue: François Doray <fdoray@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653252} Bug: 756547 Change-Id: Ic7c1a93b1429b333fdd4d9a574e232d5c9bdcb2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582219Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Aditya Keerthi <adityakeerthi@google.com> Cr-Commit-Position: refs/heads/master@{#654507}
-
Cammie Smith Barnes authored
For shared workers, we will double-key the network cache by script origin, i.e. |request_initiator|. Here we test that this origin is as expected for shared workers. Bug: 918868 Change-Id: Iceca9b2e8bbaf1717afeea3ee68f5d4bc352cee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574263 Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#654506}
-
Joshua Pawlicki authored
Bug: 931177 Change-Id: Ie699786336d84ccde017466606d26073f9d1eb8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585961 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#654505}
-
David Benjamin authored
Bug: 820198 Change-Id: Ie9c08c97d217fedda206635c79a9881688aac6b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575170 Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#654504}
-
Raymond Toy authored
Set number of outputs to 0 as required by the spec. This requires some small refactoring of AudioBasicInspectorHandler too. One Chrome test is also moved to WPT. Manually tested with Firefox (nightly) which passes all the tests. Spec: https://webaudio.github.io/web-audio-api/#mediastreamaudiodestinationnode Feature: https://www.chromestatus.com/feature/5702493226926080# Bug: 691806 Change-Id: Ic17b4f248b606701dfa3ca54892754d7ebe4e749 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580202Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#654503}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/75c4cbfa717a..38526935062e Created with: gclient setdep -r src-internal@38526935062e 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I2f0de88b33a652071aab4325b3ec02f55504f6aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584750Reviewed-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@{#654502}
-
Carlos Caballero authored
ScopedTaskEnvironment::ExecutionMode is becoming ScopedTaskEnvironment::ThreadPoolExecutionMode This CL was uploaded by git cl split. R=gab@chromium.org Bug: 708584 Change-Id: Ie47875c39164799cb87d1358c22fbc08c45b2c7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583886 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#654501}
-
sczs authored
This is being done for three reasons mainly: - The delegate shouldn't be responsibly of manipulating the InfobarManager and creating the Infobars its being a delegate of. - This prevents dependency cycles since now InfobarCoordinator can include IOSChromeSavePasswordInfoBarDelegate. - While trying to test IOSChromeSavePasswordInfoBarDelegate having its default constructor private was making everything more complicated since there was more setup needed. Bug: 945478 Change-Id: I223d6ada2b939d9037bf030728a588051e28c115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585379 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#654500}
-
Daniel Cheng authored
Bug: 841899 Tbr: rdevlin.cronin@chromium.org Change-Id: Ifa01917f00bab75db998abddf4d487fb1b049990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584598 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#654499}
-
Daniel Cheng authored
Bug: 841899 Change-Id: If27e6942058fba40ee59ac10a64ce0c97ed5b179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584926Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#654498}
-
Xianzhu Wang authored
We chose to skip direct transform/opacity if the property is animating in compositor in crrev.com/c/1565467 (fast-path for simple transform change) to reduce risk of it. We observed that it caused regressions for several benchmarks. Now allow direct transform/opacity on the end of animation in this separate CL. We already have several test cases testing the situation. Bug: 954611 Change-Id: I6a8516dba92f6a3b02efd664bbc12315fe94d63b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585263Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#654497}
-
Sergey Ulanov authored
This reverts commit 4a436e48. Reason for revert: The problem was fixed in SDK Original change's description: > [Fuchsia] Disable media_unittests failing in new SDK > > New SDK removed some services that the tests depend on, which broke 2 > tests: FuchsiaVideoDecoderTest.H264 and AudioOutputTest.Play200HzTone. > Disabling these tests temporarily until the problem is resolved. > > TBR=wez@chromium.org,maxmorin@chromium.org > > Bug: 956446 > Change-Id: I16f69249f49df6fc6c874196a17bca9973f154dd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582034 > Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653924} TBR=wez@chromium.org,sergeyu@chromium.org,maxmorin@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 956446 Change-Id: Idd9fee71cdb802490fe422f8a1e44dfff8d62b3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585395Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#654496}
-
Andrew Grieve authored
This reverts commit ce3df784. Reason for reland: Updated resource_sizes.py with renamed .ap_ path Original change's description: > Revert "Android: Compile .proto and .arsc resources at the same time" > > This reverts commit 697c9ab8. > > Reason for revert: Broke resource_sizes.py > > Original change's description: > > Android: Compile .proto and .arsc resources at the same time > > > > Saves a couple of seconds of build time for base bundle modules, > > and simplifies the GN logic for resources. > > > > Also fixes chrome_apk using unoptimized arsc file when lemon is > > enabled (broken by 2e296d82). > > > > Simplifies temp file usage in compile_resources.py by having all > > outputs go to the staging directory. > > > > Removes cruft: > > * Unused --no-compress flag > > * Unnecessary "Touch()" of R.txt > > > > Bug: 950233 > > Change-Id: Ida77380e8038002435ec3d320105d9feaa3c2136 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568568 > > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#653275} > > TBR=agrieve@chromium.org,tiborg@chromium.org > > Change-Id: I76bd9cf76b357156efa2848613ab576486d18476 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 950233, 955959 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581988 > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653653} TBR=agrieve@chromium.org,tiborg@chromium.org Bug: 950233, 955959 Change-Id: I73367591e5d88fad86ebb24827238ca064a0f55c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585941Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#654495}
-
Sigurdur Asgeirsson authored
Nodes in the PM graph are now self-indexed rather than by id. A stable opaque id is still provided for serialization purposes. Bug: 910288 Change-Id: I89ff8aef3763ed9f4406498457cb224c5d38ad29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585004Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#654494}
-
jdoerrie authored
TBR=jdoerrie@chromium.org Bug: NONE Change-Id: I1ac9128815d5f59127c6618227ff3ac42d6f7193 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583737Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#654493}
-
khmel@chromium.org authored
This fixes 2 issues, first that in case of CPU heavy load, one CPU might work for one thread for a long time, in this case if thread was activated before zoomed view time it would be wrongly considered as an idle thread. Second issue is band selection SVG captures event that lead to incorrect detailed view activation in case next clicks is done in bounds of this selection. TEST=Locally BUG=b:122555793 Change-Id: I355eafa8dbc14bb66527522970354876e0d54a6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585248Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#654492}
-