- 16 Aug, 2018 40 commits
-
-
Peter Beverloo authored
We have no plans to standardize this for the time being, so let's remove it. Change-Id: Ia039368ca2e732bcbbee6acff94260b14c3bff0d Reviewed-on: https://chromium-review.googlesource.com/1163783Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#583791}
-
Wenzhao Zang authored
This CL introduces a new checkbox that will be enabled only for users on the google.com domain. This checkbox is only shown if we detect that the google internal user is trying to file feedback related to bluetooth. This CL only introduces the UI changes. Once the platforms-side changes land to collect bluetooth logs for Google internal users, I'll send a follow on CL that gathers those logs and attaches them to the feedback report. R=afakhry@chromium.org Bug: 872403 Change-Id: I937ddf8002373a861fbe5252ce37570c9f2a2f63 Reviewed-on: https://chromium-review.googlesource.com/1166594Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#583790}
-
Sergey Ulanov authored
AudioRenderer interface is being replaced with AudioOut. Updated //media and //chromecast to use the new interface. Also fixed a crash in FIDL interface handler. Bug: 873676 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 Change-Id: Ib0f9963fb7b39033bb89a0945a4b8eb5616594cc Reviewed-on: https://chromium-review.googlesource.com/1175240Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#583789}
-
Aaron Leventhal authored
Bug: 870020 Change-Id: Ic0173972f01d506d5e8b18b8c6de629ecc6b6a6e Reviewed-on: https://chromium-review.googlesource.com/1159188Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#583788}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ed63b1319414..3d85a23b6c18 git log ed63b1319414..3d85a23b6c18 --date=short --no-merges --format='%ad %ae %s' 2018-08-16 dtu@chromium.org [dashboard] Update bug link in README.md. 2018-08-16 anthonyalridge@google.com Fix bug in dot plotter for labels with invalid characters. Created with: gclient setdep -r src/third_party/catapult@3d85a23b6c18 The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:866423 TBR=sullivan@chromium.org Change-Id: Ia44d9c9b4e22db9ddaba3aed62e7a44ee27ab4d3 Reviewed-on: https://chromium-review.googlesource.com/1178541Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583787}
-
Tessa Nijssen authored
Previously, -requestSuggestions would asynchronously reset |suggestions_| on a thread separate from the main thread. This caused issues were -createCandidateListItem could try to read |suggestions_| while it was being reset, causing zombie dealloc crashes. Now, -requestSuggestions resets |suggestions_| on the main thread, so the previous crashes cannot happen. Bug: 717553 Change-Id: I016b054673fe8d2bb9bcb6c644c90b3c83eef311 Reviewed-on: https://chromium-review.googlesource.com/1175223Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sarah Chan <spqchan@chromium.org> Commit-Queue: Tessa Nijssen <tnijssen@google.com> Cr-Commit-Position: refs/heads/master@{#583786}
-
Vikas Soni authored
Use a different api to create AImageReader which also requires a flag. This flag tells the usage of the images generated by AImageReader. If the images are going to be used by GPU as a texture, we need to set the usage flag as AHARDWAREBUFFER_USAGE_GPU_SAMPLED_IMAGE. Bug: 838725 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 Change-Id: I871183dd4b9b8dfcd723b40dd2162998c3f3a601 Reviewed-on: https://chromium-review.googlesource.com/1176541 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#583785}
-
Charlie Harrison authored
Bug: 834710 Change-Id: I447f01b540cb35dd941b045d4d2934d4990c2ae2 Reviewed-on: https://chromium-review.googlesource.com/1148460Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#583784}
-
John Budorick authored
TBR=bpastene@chromium.org Bug: 861983 Change-Id: I1bcaf4ee54ae676e8dc62aaca0cd76caee8a8b90 Reviewed-on: https://chromium-review.googlesource.com/1178578 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#583783}
-
Peter Beverloo authored
Native notification platforms use default (or configurable) indicators, so if an extension wants to play their own notification sound they should have the ability to mute those. This property already was available for the Web Notification API. Bug: 872698 Change-Id: Ie183ec9b28ff5bb80c674cc81b4cb275442aac0b Reviewed-on: https://chromium-review.googlesource.com/1169050Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#583782}
-
Tom Anderson authored
This is a reland of c463a13b This CL removes BrowserShutdownBrowserTest.ShutdownConfirmation on non-ChromeOS since the test is only meaningful on ChromeOS. Original change's description: > Repurpose the confirm-quit-bubble to a quit-instruction-bubble > > It was decided in [1] that the Ctrl+Shift+Q shortcut should be removed > altogether and replaced with a bubble giving an alternative way to quit using > the keyboard (similar to the "Press Alt+Left to go back" bubble). > > [1] https://docs.google.com/document/d/1mvTBrxD58GIsqFiqgiLCZiXy1iOtDpQx_Tp5OSuYWEU/edit?usp=sharing > > BUG=243164 > R=sky > > Change-Id: I47578d6b750c45fbc5d0a6e6ffe7e5f528dbe80d > Reviewed-on: https://chromium-review.googlesource.com/1173654 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#583138} TBR=sky Bug: 243164 Change-Id: I376e9b31c071b0c08e7f5cbe9e2bbda22ee1f1ac Reviewed-on: https://chromium-review.googlesource.com/1178165Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#583781}
-
Steven Bennetts authored
Notes: * The browser tests access ash::Shell directly so do not currently run with mash enabled; they will need to be re-factored (along with many other browser tests) to fix this. * ShellDelegate::PreInit is required by window_tree_host_manager_unittest.cc. The test that uses it can probably just be removed; I will do that in a follow-up CL. Bug: 705713 Change-Id: I002ca4ce30c3a7131af4ec97916c3f0f652ec90b Reviewed-on: https://chromium-review.googlesource.com/1168391 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#583780}
-
Andrew Luo authored
Bug: 868610 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8ae54ae93effd83a9197d22d36df9536a5dfa631 Reviewed-on: https://chromium-review.googlesource.com/1155969Reviewed-by:
Grace Kloba <klobag@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#583779}
-
David Quiroz Marin authored
Moving code to a separate function to avoid conflicting with svg code that uses CharacterRanges. Also fixed advances for ligatures and other edge cases. Similar to text selection approach, for ligatures the advances per character are distributed evenly along the glyph's actual width. In the case that one character has multiple glyphs, the advance for the next character will be the sum of all it's glyphs' widths. Bug:853376,277215 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I3a69d57dbb9f9c5cbc263da2d91f522f00ae4080 Reviewed-on: https://chromium-review.googlesource.com/1160874 Commit-Queue: David Quiroz Marin <davidqu@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#583778}
-
Toni Barzic authored
Sets /mnt/stateful_partition/unencrypted as root from which to load preinstalled components on Chrome OS. (cros component installer will look for components in /mnt/stateful_partition/cros-components/). BUG=873031 Change-Id: Ifcf42c5b9a2af5463a6cb62c1f2e4e860c72cd7b Reviewed-on: https://chromium-review.googlesource.com/1170347 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#583777}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/b8642738c985..6c62530c666f $ git log b8642738c..6c62530c6 --date=short --no-merges --format='%ad %ae %s' 2018-07-30 marpan vp9: Add flatness metric to cyclic refresh setup. 2018-08-15 jianj svc: Force the quantizer to be same as that in encoder config. 2018-08-13 jianj vp9: fix memory alloc for adaptive_rd_thresh_row_mt. 2018-08-13 jingning Add vpxenc control to turn on/off tpl model 2018-07-06 jimbankoski Make Sharpness parameter affect visual sharpness 2018-08-13 jingning Fix potential encoder failure case in tpl model 2018-08-13 jianj vp9: Remove good mode and speed 0-4 from some datarate tests. 2018-08-12 marpan vp9-svc: Fixes for cyclic refresh for SVC. 2018-08-13 marpan vp9: Small refactor on overshoot detection, for cbr real-time. 2018-08-12 marpan vp9-svc: Unittest for screen mode with quality layers 2018-08-09 jianj vp9: don't release buffer for current frame. Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I6f9a1f650dd513558587e0886a8b1788ee6cfea8 Reviewed-on: https://chromium-review.googlesource.com/1178309Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#583776}
-
Joshua Bell authored
Comment-only change. TBR=dcheng@chromium.org Change-Id: Iead1d046f07ac1f9ebce3b40d8e98bad672f3011 Reviewed-on: https://chromium-review.googlesource.com/1178305Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#583775}
-
sczs authored
Bug: 865888 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ib8b2a42cb29983fa309b4dd337d526b7a2d4fe05 Reviewed-on: https://chromium-review.googlesource.com/1176871 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#583774}
-
Gaofeng Huang authored
Bug: internal b/112687577 Test: x86 Change-Id: Id6bab442b6c56cef97f91e71a8ec34cfb0f8368e Reviewed-on: https://chromium-review.googlesource.com/1177887 Commit-Queue: Gaofeng Huang <gfhuang@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#583773}
-
Xianzhu Wang authored
- Use separate flags HasDelayedFullPaintInvalidation and SubtreeShouldDoFullPaintInvalidation in LayoutObject instead of using paint invalidation reasons kSubtree and kDelayedFull to simplify logic handling them. - Other cleanup and simplications Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0946c042c80195dd6cf1d4a9e8c3554dbad1871d Reviewed-on: https://chromium-review.googlesource.com/1123018Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#583772}
-
Scott Violet authored
For the most part this converts IsAshInBrowserProcess() to IsUsingWindowService(). There are a couple of exceptions, mostly around startup. BUG=874489 TEST=covered by tests Change-Id: I55f99fd3c96e6605a672257304fe96a8cd2829cc Reviewed-on: https://chromium-review.googlesource.com/1176641Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#583771}
-
Xida Chen authored
TBR=wjmaclean@chromium.org NOTRY=true Bug: 875009 Change-Id: I23b70833a3a328c4a58e788f324d8f17296a50f7 Reviewed-on: https://chromium-review.googlesource.com/1178684Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583770}
-
Pedro Amaral authored
Make the bottom toolbar take on the theme color. Also have the bottom toolbar buttons become light/dark depending on theme color. The main complexity of this patch arises from having to support two different ways for theming button icons. Some icons are tintable and in that case we can just set their tint to light or dark. Other icons aren't tintable and have 2 separate drawables and swap them out depending on the theme. There are a still an issue this patch doesn't address. If a site is themed and then we go to tab switcher mode the bottom toolbar will retain the original site's theming. To solve this we'll need a sane theme provider. Bug: 852140 Change-Id: I3ec960c1e5c7d83b663ee97101d6a11e528e4f95 Reviewed-on: https://chromium-review.googlesource.com/1166291 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#583769}
-
Maks Orlovich authored
URLFetcher will stop working in the browser process with advent of Network Service, and SimpleURLLoader is the replacement API for most clients. Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Icfbc714b2336360abd651ffd0ea4a8aeff1f21c5 Bug: 865018 Reviewed-on: https://chromium-review.googlesource.com/1148471 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#583768}
-
Xida Chen authored
TBR=wjmaclean@chromium.org NOTRY=true Bug: 875006 Change-Id: I84a6dfaee155b0cd241d4bc218af797071839859 Reviewed-on: https://chromium-review.googlesource.com/1178638Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583767}
-
Robert Ogden authored
Cleans up the APIs to show the previews UI by abstracting away the InfoBar and leaving the Previews Tab Helper as the single point of entry to show a Previews UI. Also renames and moves the on dismiss callback so that it no longer has "infobar" in its name. Bug: 874523 Change-Id: I49735c52882d198cd9f6fe95725168691a88681d Reviewed-on: https://chromium-review.googlesource.com/1176544Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#583766}
-
David Davidović authored
Add an STL-compatible iterator interface to EnumSet in order to enable range-based for loops and have a standard interface with which everybody is familiar. This includes defining comparison, increment, and deref operators in EnumSet::Iterator and providing EnumSet::begin and EnumSet::end which behave in the same way as these methods do on STL classes. Bug: 860435 Change-Id: If4312d5b2a1e282ac3510e22bcc29b3525cc43d9 Reviewed-on: https://chromium-review.googlesource.com/1167286 Commit-Queue: David Davidović <davidovic@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#583765}
-
Weilun Shi authored
The reason why the focus ring on gear icon is not square is because the default setting of the button tag. Now we change edit-bg-gear to be a div and add a role=button to make sure the a11y behaviour. Screenshot: https://screenshot.googleplex.com/TJpu8fFFpLW.png Bug: 867777 Change-Id: Ifb8938b1fed139b3ba821976388bf154a58e8d85 Reviewed-on: https://chromium-review.googlesource.com/1176600Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#583764}
-
Ryan Hansberry authored
Create a concrete implementation of AuthTokenValidator, using QuickUnlockStorage as its underlying logic. It is retrieved via a AuthTokenValidatorFactory in order to make browser the owner of the AuthTokenValidatorImpl, not //chromeos. Bug: 870122 Change-Id: I880f6ca519fe2e7ccc6c857cc08927eaf9ac3e32 Reviewed-on: https://chromium-review.googlesource.com/1176436 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#583763}
-
Leonard Grey authored
Since these focus on hover, we pretty much never want to do this (..right?) Bug: 874913 Change-Id: I68c129184e0cf6e5895923696158b10cbefd3adc Reviewed-on: https://chromium-review.googlesource.com/1177914Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#583762}
-
John Z Wu authored
The client needs these errors to respond properly during runtime. Also converted to enum declaration to simplify it a little. Bug: 874320 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Idd4af4b966cb856644eaf927fe41c419a8e7eba2 Reviewed-on: https://chromium-review.googlesource.com/1176649Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#583761}
-
Reza.Zakerinasab authored
This change adds 16 bit decoding to PNGImageDecoder. This change is a part of the bigger change to support 16 bit PNGs in the new color managed canvas API (chromium-review.googlesource.com/c/chromium/src/+/1079788). BUG: 839034 Change-Id: I1bf92e1dd4fcbd79ffe7def33223fb5298649eab Reviewed-on: https://chromium-review.googlesource.com/1148787Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#583760}
-
Quan Nguyen authored
In order to enable webcam-based login (e.g. QR code signin), the OOBE web dialog now implements RequestMediaAccessPermission and CheckMediaAccessPermission. Bug: 868188 Change-Id: I4de25b3b194d2ecc207ca9ff1866809ad357b55c Reviewed-on: https://chromium-review.googlesource.com/1178111Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Quan Nguyen <qnnguyen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583759}
-
Ryan Daum authored
Make it so any active magnification is turned off when the user turns on the screenreader. Because: - The triple tap gesture to enable/disable magnification does not work while screenreader is active. - The management of the two finger gestures inside the magnifier conflict with the touch exploration controller. Bug: internal b/112634029 Test: manual on device Change-Id: I26f39ad4bc82725f19dbd7e1caab97808eeb6de4 Reviewed-on: https://chromium-review.googlesource.com/1177636 Commit-Queue: Ryan Daum <rdaum@chromium.org> Reviewed-by:Alex Sakhartchouk <alexst@chromium.org> Cr-Commit-Position: refs/heads/master@{#583758}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fa2b2d62d77d..74ed734d717a git log fa2b2d62d77d..74ed734d717a --date=short --no-merges --format='%ad %ae %s' 2018-08-16 saza@webrtc.org Add AEC proxies for simple deprecation of AEC configurability. 2018-08-16 kthelgason@webrtc.org Remove kVideoCodecUnknown from WebRTC. Created with: gclient setdep -r src/third_party/webrtc@74ed734d717a The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6f2365936b91518b338fb39f735e531764a99e7e Reviewed-on: https://chromium-review.googlesource.com/1178244Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583757}
-
Peter Wen authored
Fix perf bots. NOTRY=true # Fixing perf bots Bug: 874956 Change-Id: I7d8ec786b1e32359aef5a2f487180ba3614c5918 Reviewed-on: https://chromium-review.googlesource.com/1178466Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#583756}
-
Philip Rogers authored
This patch adds layer list logging. To use, start content shell with: --vmodule=layer_tree_host=3 Sample output: layer id 11 element_id: (0) bounds: 800x600 opacity: 1 position: 0.000000,0.000000 draws_content: 1 scrollable: 0 contents_opaque: 1 transform_tree_index: 2 clip_tree_index: 1 effect_tree_index: 1 scroll_tree_index: 1 layer id 14 ... There is currently no logging for cc::Layer so a selection of important properties has been dumped. Bug: 854200 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I938492167619c262976083291bd6db9b4a39fef5 Reviewed-on: https://chromium-review.googlesource.com/1175855 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:David Bokan <bokan@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#583755}
-
Jialiu Lin authored
1. Previously gaia::CanonicalizeEmail(..) didn't handle upper case gmail correctly. e.g.: CanonicalizeEmail("USER.NAME@GMAIL.COM") previously return "user.name@gmail.com". Instead it should return "username@gmail.com". 2. When input is not a valid email, instead of triggering NOTREACHED, it now returns the input in lower case. In this way, the downstream use of this method can be more flexible. Bug: 874050, 859622 Change-Id: I2aeeb30cb1cd69c65b96de0fdd3a8c00cb2f274e Reviewed-on: https://chromium-review.googlesource.com/1174909Reviewed-by:Roger Tawa <rogerta@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#583754}
-
Michael Spang authored
Creation of modeset buffer for UDL devices is broken as if this change. This reverts commit df7cd324. Bug: 874755 Test: Connect UDL display. TBR: dnicoara@chromium.org Change-Id: Ib8943f046eece90624f7a03fdc4fd9be23bdf344 Reviewed-on: https://chromium-review.googlesource.com/1178301 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#583753}
-
Lucas Furukawa Gadani authored
This CL adds an HTMLPortalElement to represent portals, and creates a mojo connection to the browser-exposed interface when the element is attached to the document. Bug: 865565 Change-Id: Ib4e8053969d3e7ec138db84aae211b9a97a19b3c Reviewed-on: https://chromium-review.googlesource.com/1167111 Commit-Queue: Lucas Gadani <lfg@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#583752}
-