- 16 May, 2019 40 commits
-
-
Alex Newcomer authored
UX wants to see if suggested chips are useful, and which sort of suggestion chips are launched in clamshell/tablet mode. This will be used to guide UX decisions in the future. Bug: 962688 Change-Id: Ib7e9bf5c15dea493ac55a90ce491edc7d5aa2d0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609975Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#660501}
-
Jun Mukai authored
Bug: 958467 Test: trybot Change-Id: I698465f59b1cace337780276f9f0c6dd9e91c1b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613573 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#660500}
-
Elly Fong-Jones authored
Bug: None Change-Id: I58039a7542871fda02d1eac8fe34dc787aec8a3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613813 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#660499}
-
Bret Sepulveda authored
* The background of TabGroupHeader now uses the group color. * The backgrounds of tabs in the group are tinted with the group color. This treatment, along with the colors chosen, are intended to be a placeholder. Bug: 905491 Change-Id: Ic808548f8eba23064606e7fb8c9bba281d0d117f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610504 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#660498}
-
Ahmed Mehfooz authored
Add logic to set FeaturePodsContainer Layout according to page numbers Add PageIndicatorView in UnifiedSystemTrayView The SystemTray will be limited to show 3x3 FeaturePodButtons at a time. Additional Buttons will be added to additional pages. The available pages will be signified by small buttons under the feature pods container. Bug: 914077 Change-Id: I03fda5df5e615216d51ca371f2386a69cf6b1049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613565Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#660497}
-
Mohamed Heikal authored
Currently PrefetchBadgroundTaskTest and PrefetchConfigurationTest load full browser chrome in the foreground just so that native is loaded. The actual test does not require full browser, because the component under test also does not require full browser. This cl removes unneeded profile dependencies from the tests and initially loads native in reduced mode. PrefetchBadgroundTaskTest will still load full browser later since PrefetchService has not yet been converted to a SimpleKeyedStartupService, however that is invisible to the test. Once PrefetchService is able to run in reduced mode, a latter cl will enable the feature flag ServiceManagerForBackgroundPrefetch so that the test also runs in reduced mode. Bug: 959957 Change-Id: I33a9d72da43705eb459253a1d9716939ea0dd5ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600342 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#660496}
-
Yue Li authored
The dialog used to be a frameless window without a caption bar. It introduces some bug related to alt-tab focusability and overview mode. Update the dialog window to a normal window could let the dialog behave like other windows in alt-tab and overview mode. Bug: 815054, 942714 Change-Id: Iaa96e6d66816c877bcaf3ddcdb80a75a919f56a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612330 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#660495}
-
Daniel Nicoara authored
views::Widget no longer checks for a ViewsDelegate, so create a stub so any widgets created don't cause crashes. Bug: b/132715995 Test: Run cast_shell_browsertests Change-Id: I6e3038370748c36abd1801628687728e8c602a72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615644 Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#660494}
-
Elly Fong-Jones authored
When this flag was added, the owners field was left commented out. TBR=rsorokin@chromium.org Bug: None Change-Id: I52925fd243be3614789a52f613c4ad4a69386f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615661Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#660493}
-
Ehsan Karamad authored
In frame-based MimeHandlerView, PDF in <embed> and <object> leads to a navigation followed by creating a GuestView inside. This means the renderer will not be sending a resource request. Bug: 961786 Change-Id: I5224a61bcb80a854cabf706d7009cd2d1b9893db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615581Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#660492}
-
Robert Kroeger authored
Documentation for ui::PlatformScreen seemed incomplete to me while deciding if an implementation was correct. Clarified. Bug: 875161 Change-Id: Iceb8dd3fea2000606ccb92a58bba0b0e962b651b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1418820 Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#660491}
-
Bruno Santos authored
Functionality is now available via launchIntent method. Bug: 927809 Change-Id: I62fa881c961994a6c5736c32b07dbad324bb5d72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615442Reviewed-by:
Lucas Tenório <ltenorio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Bruno Santos <brunoad@chromium.org> Cr-Commit-Position: refs/heads/master@{#660490}
-
mrefaat authored
Replace by WebStateListObserver's didDetachWebState. Change BVC's install/uninstallDelegatesForTab to be install/uninstallDelegatesForWebState and take webState instead of tab. Bug: 911350 Change-Id: Ife2f4c2c1e8e101bd4b28a5a100ba988d02a95cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604113 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#660489}
-
Jun Mukai authored
This is only used when multi-process mash is enabled. This does not have the substitute in ash/public/cpp since the implementation directly access to ash::Shell right now. TBR=tsepez@chromium.org Bug: 958196 Test: trybot Change-Id: I56e51cdb6a9d275c1984e32b30595fee67bb75dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612087 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#660488}
-
Richard Townsend authored
On Windows on Arm, QueryThreadCycleTime and similar functions measure the actual number of CPU cycles, rather than a steadily increasing counter. Therefore, there isn't the relationship between cycle counts and elapsed time that the tests expect. To correct this, use a less-precise method of estimating ThreadTicks elapsed time on Windows on Arm systems. Bug: 925584, 893460 Change-Id: Ib22ac9705154042ccc11ecc7ccc20c6e94e1c45d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593364Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Richard Townsend <richard.townsend@arm.com> Cr-Commit-Position: refs/heads/master@{#660487}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/d47ca872c6f1..6cf65f671c1d git log d47ca872c6f1..6cf65f671c1d --date=short --no-merges --format='%ad %ae %s' 2019-05-16 chrisforbes@google.com Various fixes for VS-only pipeline 2019-05-16 chrisforbes@google.com Remove asserts blocking atomic load/store in Image storage class Created with: gclient setdep -r src/third_party/swiftshader@6cf65f671c1d 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 BUG=chromium:b/118386749,chromium:b/127472316 TBR=swiftshader-team+autoroll@google.com Change-Id: If196ae8c0a71ad98efe0644f7e857a57e5b52174 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614032Reviewed-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@{#660486}
-
Maksym Onufriienko authored
This is part of EG1 to EG2 migration, which involves moving EarlGrey code from app-side helpers into test code. For GREYAsserts, the policy is to take assert- containing-helpers, modify them to return NSError* with localizedDescription containing the assert failure (in the event of a failure), and then assert on the result of the helper on the test side. Bug: 922813 Change-Id: I8a12eb4e7643a5be57480763b32e26b493851819 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601340 Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#660485}
-
Jun Mukai authored
TBR=xiyuan@chromium.org Bug: 958467 Test: trybot Change-Id: I539383635c0577ce6ebd4d9b8ecad274c904cd65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613568 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#660484}
-
Koji Ishii authored
|NGLineLayoutOpportunity| stores |line_left| and |line_right| values, and compute inline size by diffing the two. Because of this, when |line_left + inline_size| exceeds |LayoutUnit::Max()| and clamped, |AvailableFloatInlineSize()| will not match to the originally given size. This causes NGInlineLayoutAlgorithm to consider there are no opportunities that can fit the line, and skips the call to |CreateLine()|. This causes invalid baseline computation, |AssertNotLaidOut|, paint invalidation failures, and some other problems. Due to its impact, this patch adds a CHECK in addition to the fix of this case. Change-Id: I571a48a62c2327c8f49feb30a252ac4c05a88f57 Bug: 963794, 963060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614004 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#660483}
-
Caroline Rising authored
Bug: 910739 Change-Id: Ia0d545433dd257a2f5e83558ca91d7d680064fbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614465Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#660482}
-
Madeleine Barowsky authored
Because they are recorded in the destructors for the caches, which are very rarely (if ever) called, these have not reported metrics for quite some time. This change removes the calls to emit the histograms and marks them as obsolete in histograms.xml. Per crbug.com/963619, we will replace this with a more active metric that incorporates percentage of memory used by the cached images. Bug: 963619 Change-Id: Ib780ab15b1e78ed579da714105fd68829536546b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613719Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Madeleine Barowsky <mbarowsky@chromium.org> Cr-Commit-Position: refs/heads/master@{#660481}
-
Elly Fong-Jones authored
Bug: None Change-Id: If8c12bc76dcbbee763d2ee4502016f508c15651e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615448 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#660480}
-
Esmael El-Moslimany authored
Moved focus to the tab which skips navigating through the tabs to a tab. When a tab has focus, show the text in bold. Added Home/End button handling. Bug: 960564 Change-Id: I79cab35284ddb90381502bb52e4fd0d53edaacae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612130Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#660479}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/20d5e8bf3c97..769221674ac8 git log 20d5e8bf3c97..769221674ac8 --date=short --no-merges --format='%ad %ae %s' 2019-05-16 ilkos@google.com Add proto generation target for metrics Created with: gclient setdep -r src/third_party/perfetto@769221674ac8 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: I6f7fd4d858c545a1f72bc78fe95a3c2f76907aab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615375Reviewed-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@{#660478}
-
Mugdha Lakhani authored
This CL implements logic to fetch Periodic Background Sync registrations for a given service worker and adds unit tests to verify expected behavior. Bug: 925297 Change-Id: I6936bc6b133d46b893d99f317aa2c565e1c538e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609789 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#660477}
-
Collin Baker authored
TBR=schenney@chromium.org NOTRY=true Bug: 963740 Change-Id: I5e9e01b8648d875567aa0e6fb22ecf148fa90ae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615543 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#660476}
-
Collin Baker authored
This test is also flaky on Linux. TBR=bcwhite@chromium.org Bug: 963057 Change-Id: I93f2651e639ddc36547de1f0345b5b54bfe71148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614035Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#660475}
-
Ilya Sherman authored
The histograms.xml syntax expects one email address per <owners> tag. R=cthomp@chromium.org Bug: None Change-Id: I051913bfcfbd627e57824317954c08a273c74a85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613676 Auto-Submit: Ilya Sherman <isherman@chromium.org> Commit-Queue: Nik Bhagat <nikunjb@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#660474}
-
Nico Weber authored
The referenced change has since been landed, but we need another one that's not in yet. Point at that instead. Bug: none Change-Id: Ibf6b3323fa13bf785e4fe52873576e1cc6fb93a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603064 Commit-Queue: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#660473}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/60cc751a8db1..04e389d15481 git log 60cc751a8db1..04e389d15481 --date=short --no-merges --format='%ad %ae %s' 2019-05-16 syoussefi@chromium.org Vulkan: make sure default uniforms are in std140 Created with: gclient setdep -r src/third_party/angle@04e389d15481 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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=syoussefi@google.com Change-Id: I1666beb25da807f6abf121822670ea955b432b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614285Reviewed-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@{#660472}
-
Rohit Rao authored
Rather than having each caller assert that the clear browsing history operation succeeded, we can have the helper itself assert on failure. BUG=963613 Change-Id: I5f754eec1a53185d39bbadc7b238a97c056f2e07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614744 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#660471}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/67c76b214de9..a24d934ee476 git log 67c76b214de9..a24d934ee476 --date=short --no-merges --format='%ad %ae %s' 2019-05-16 mirtad@webrtc.org Add the option to use raw RTP packetization without the generic header. Created with: gclient setdep -r src/third_party/webrtc@a24d934ee476 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic185d02d533f6de213e9746d6e9c61044609ec24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614031Reviewed-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@{#660470}
-
Jun Mukai authored
Bug: 958467 Test: trybot Change-Id: Ic5e4be9a6e30c215852abeb4b60d97209ed6e9fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614440Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#660469}
-
Robert Flack authored
Adds a diagram which shows the lifecycle of a blink animation to make it easier to follow the documentation. Change-Id: I2cdac64d9cee558198ae0580ec1dbd35d528ab73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615364 Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by:
Peter Mayo <petermayo@chromium.org> Cr-Commit-Position: refs/heads/master@{#660468}
-
Peter Kasting authored
Bug: 956419 Change-Id: Ib8eec4339c7eccbd05f501e8d5d5b8c24fefd88e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611259 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#660467}
-
Oystein Eftevaag authored
These are already disabled on mac but have been failing consistently on windows too for the same time frame. Bug: 958507 Change-Id: I0b83750bd380740b87d4f8c12d792810a741f520 TBR: crouleau@chromium.org NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615623Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#660466}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9eb5d77e..09be7f2f 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: I2e0ac887b464966d2cb810bd7f11cfdbec41de89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615491Reviewed-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@{#660465}
-
sczs authored
- Creates InfobarBanner A11y hint strings for Dismiss and More Options. - Adds an OptionalLabel property to the banner so it can use a custom A11y label. This is used by password so voice over says "hidden, Password", instead of "X# bulletpoints". Bug: 911864 Change-Id: I52b2510dc13c0ab49a33dd475df61de14ab6786b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613702 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#660464}
-
Elly Fong-Jones authored
Bug: None Change-Id: Id3389f2f30dff7ff834a741207499c460e9dd701 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614750 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#660463}
-
liberato@chromium.org authored
This CL adds UKM support to DistributionReporter. As part of this, it adds the UKM source id to ObservationCompletion, so that it can be sent to the DistributionReporter. This CL does not enable UKM reporting on any experiment. Change-Id: I601361ff1b592e053a1a7df922c9381557605e29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1407782Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#660462}
-