- 24 Apr, 2019 9 commits
-
-
Xiaocheng Hu authored
Tbr: yosin@chromium.org NoTry: True Change-Id: I52119806a656cf103d98ed09d328a354973145d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580619Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#653443}
-
Min Qin authored
This CL switches DownloadDriverImpl from using DownloadManager to SimpleDownloadManagerCoordinator. This allows it to work in reduced mode later. BUG=942770 Change-Id: Idcba869307b8cf1d6d13c8117f6aae17e841aeac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579326 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#653442}
-
Robert Ogden authored
Bug: 929231 Change-Id: I97be25eb69cd7b4edeaf5d189d2d3a662bc4e766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580223Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#653441}
-
Shimi Zhang authored
This test makes UI thread waits for another call from UI thread, so it will fail always. As the other possible senarios are already covered by other tests, we simply remove this test. See more analysis and discussion in http://crbug.com/955212. Bug: 955212 Change-Id: Ie079ecc146d0963580175458e034e311bcc9cc70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580220Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#653440}
-
Chris Lu authored
It is unnecessary to notify the receiver of DidHighlightMatches if the match count never changed. Bug: 919685 Change-Id: I010905dbe1919e1324641ca18967616fa74ac5fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576020 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#653439}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/451cad2c0da4..ed46cde6ee67 git log 451cad2c0da4..ed46cde6ee67 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 chrisforbes@google.com Synchronize before performing mid-subpass attachment clears Created with: gclient setdep -r src/third_party/swiftshader@ed46cde6ee67 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/119620767 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Iefdb9e997cb3702ab9bb5fc8604c2663c9b46fe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579845Reviewed-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@{#653438}
-
Abhishek Bhardwaj authored
This change modifies SetArcCpuRestriction to allow calls to unthrottle the ARC container when the disable restriction flag was set. Previously, all calls i.e. throttle or unthrottle would be blocked making the container always be throttled since boot. Also, unthrottles the ARC container by default on boot when the disable restriction flag is set. Together these two changes ensure that the ARC instance is unthrottled during testing. BUG=b:131047599 TEST=Manual testing. Change-Id: I7444b81746ada5c9a362fb4761d09e238de9aed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564903 Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#653437}
-
Robert Ogden authored
The max size is specified by variations. Bug: 914577 Change-Id: Iddc694ee5b6a4abbd3435956df23a586a918b547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577931 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#653436}
-
Nektarios Paisios authored
When a replaced layout object, such as an image, was used inside editable text navigating by line was broken. Also added test coverage for selecting across an image which I believe was not working properly with the old selection code. R=dmazzoni@chromium.org, dtseng@chromium.org Change-Id: Idea8b11d7d2be90ecaf4069e80de7dd426275e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577971 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#653435}
-
- 23 Apr, 2019 31 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/158a65393019..781abb973256 git log 158a65393019..781abb973256 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@781abb973256 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-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=agable@chromium.org Change-Id: Ifc90e09aa9e85938a76a2af391e1f6cc39c82103 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579774Reviewed-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@{#653434}
-
Charlene Yan authored
Bug: 857118 Change-Id: Ibc6968701d86241a8b65785b5d4ee545198b77a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576265Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653433}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/83740f979584..62e274e86c7e git log 83740f979584..62e274e86c7e --date=short --no-merges --format='%ad %ae %s' 2019-04-23 dworsham@google.com [scenic] Remove dangling viewsv1 reference Created with: gclient setdep -r src/third_party/angle@62e274e86c7e 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=geofflang@chromium.org Change-Id: I18839a55e39281e89099b762e8a9b59e6cc93c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579778Reviewed-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@{#653432}
-
Ben Chan authored
Support for Gobi modems is deprecated along with daisy. The debugd GetModemStatus API only works with cromo, which manages only Gobi modems. The mm-status field provided by the debugd LogTool already include status information from ModemManager. This CL removes the modem-status entry under chrome://system and the corresponding debugd GetModemStatus D-Bus binding. Bug: 954634 Test: Verify that chrome://system no longer fetches modem-status from debugd. Change-Id: Id49dc22dfa1c938fc0a5d674a6e9958c52af9297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580104 Auto-Submit: Ben Chan <benchan@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653431}
-
Yulun Wu authored
Bug: 952902 Change-Id: I199cbd0b6f046f388f6e27a2031e5544a015a316 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574647 Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#653430}
-
inglorion authored
The new ToTWinOfficial bot was previously added only to the luci.chromium.clang console. This change adds it to the chromium.clang console, as well. R=hans,hinoka,tikuta Bug: 950746 Change-Id: I6f26c2d8751a0c9a577cdc30177b7471f507748f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579780Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#653429}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/9b65a0c0b4b1..34fa2d0df828 git log 9b65a0c0b4b1..34fa2d0df828 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 dburger@chromium.org Add criticality check to the config skew test. Created with: gclient setdep -r src/third_party/chromite@34fa2d0df828 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I7a871039a90639eda18e57cfa7419e457991139e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579777Reviewed-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@{#653428}
-
Sahel Sharify authored
This cl changes ManifestIconDownloader::FindClosestBitmapIndex and ManifestIconDownloader::FindClosestBitmapIndex to choose the last icon with ideal size instead of the first one. Spec: https://w3c.github.io/manifest/#icons-member Spec language: "If there are multiple equally appropriate icons in icons, a user agent MUST use the last one declared in order at the time that the user agent collected the list of icons." Bug: 879741 Change-Id: I59fade75cf2dd84a49cee859f32f6e1243c45001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574889Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#653427}
-
Krishna Govind authored
TBR=meacer@chromium.org Change-Id: Ie3b0098ef7006186e96df1c92618a5682446cb9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579419 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#653426}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/33a2e1ab..a8603a71 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: If4577b7148f2b55013a2f53d46e9bcb9ca9330d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576272Reviewed-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@{#653425}
-
Kyle Milka authored
Remove various flags controlling the local NTP in M76+. They are enabled by default in M75 and enabled via Finch for M73-M75. Bug: 583289 Change-Id: Iedc5589ceb2e44060482b3be3cec9d1a74249f1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553165 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#653424}
-
Joel Hockey authored
Bug: 954540 Change-Id: I4156a3ee9ea3109bdd42f15b5d34024f75850b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575303 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#653423}
-
David Black authored
The DialogPlate in embedded Assistant wishes to be 52dp tall. When the embedded Assistant view hierarchy is first measured and laid out, however, it is constrained to the height of the search box which is 48dp tall. This causes the DialogPlate to be laid out at a height of 48dp which, due to padding, does not leave enough room for its child AssistantButtons to be laid out at their preferred height of 32dp. To address this, we will now always request that AssistantPageView be laid out at its preferred size. This will prevent DialogPlate from shrinking its children due to insufficient available space. Bug: b:131089000 Change-Id: I52fc4bb17ae79be0ffed084292a951e096b29a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577987 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#653422}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 70b812ab. With Chromium commits locally applied on WPT: 0a8f3ffa "Use testdriver Action API in WPT pointerevent touch tests - Part 2" 4e921520 "[Code Health] Remove unnecessary reference file for web test" 40465b74 "[Animation Worklet] Copy the effects of a migrating animator over to new global scope" e28269b6 "[LayoutNG/PE] Clear visual overflow for LayoutText before setting." aff3c8fe "Add tests for crbug.com/363609 and crbug.com/954591" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I3c53fbb897a51a671f2b445a9958d1ec42b9a5d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579254Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#653421}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d366d8c98e1b..50381cc03752 Created with: gclient setdep -r src-internal@50381cc03752 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=chcunningham@chromium.org,loyso@chromium.org,clamy@chromium.org,flackr@chromium.org Change-Id: Ia0fd2b98f39a7ab84faf555fcd28ec134b5e4a85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579843Reviewed-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@{#653420}
-
Anastasia Helfinstein authored
Bug: 955201 Change-Id: I4424b3a52f6f3290985a5f9960c9c60af3b51b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579769Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#653419}
-
Nektarios Paisios authored
This was causing screen readers to continuously announce the remaining time. R=aleventhal@chromium.org, lethalantidote@chromium.org Bug: 953908 Change-Id: I87bf445862904b9df57d9f79298691bae7d886bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575735 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#653418}
-
Tarun Bansal authored
Experiment results: https://docs.google.com/document/d/18lCPpkgPGEPvsZtbGzowvRjZSKevEYfknCr_G9hdFLA/edit?usp=sharing Set the max delayable requests to 8 and the multiplier to 3.0. Change-Id: I2ae974becd8a27b168e30ecd1e24809c19ba5500 Bug: 746640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578359Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#653417}
-
Gabriel Marin authored
Add a summary line for long docstrings. Use VERBOSE mode for long regular expressions. Change-Id: Ia4ce8a6a28e33223a448b3652d760f3daeb64e5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579773 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#653416}
-
Anastasia Helfinstein authored
This is a reland of 91a61a31 Original change's description: > [Switch Access] Refactor focus for clarity around back button > > Bug: None > Change-Id: I3318ae4d5f37d67e7fe5abb894f9edacddc785d4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549944 > Commit-Queue: Anastasia Helfinstein <anastasi@google.com> > Reviewed-by: Katie Dektar <katie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#647532} Bug: None Change-Id: If556c775a9a70abe9346b9288b3f3f3138420409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580000 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#653415}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5929b0ffd0d5..d63e3ca06b1e git log 5929b0ffd0d5..d63e3ca06b1e --date=short --no-merges --format='%ad %ae %s' 2019-04-23 fmayer@google.com Merge "Do not crash using packages.list ds n debug build." Created with: gclient setdep -r src/third_party/perfetto@d63e3ca06b1e 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: I35e5f4e29525c89754092fb25f607a08e23efe45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579842Reviewed-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@{#653414}
-
Kenichi Ishibashi authored
There seems to be a situation where ServiceWorkerProviderHost::controller() returns a redundant ServiceWorkerVersion. This CL adds instrumentation code to investigate the situation. Bug: 951571 Change-Id: Ic07395a6cebef8056a18e8b030a4baba68cd6de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577322 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#653413}
-
Michael Lippautz authored
Garbage collection can trigger during setup which requires that embedder tracing is set up. Change-Id: Ia7ddd3e875c7dd510352fd8de91aa0817d1894a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578572 Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#653412}
-
rbpotter authored
Add an option to make Web UI pages work with the HTMLImports polyfill in optimized builds. This is in preparation for modifying Web UI pages to work with the polyfill instead of relying on native imports. Bug: 925517 Change-Id: I8f6ca8694bd73defa810c304f31b83dc5ec7d19c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566761 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#653411}
-
manuk authored
This is the 12th refactoring CL aimed at reducing duplication and inconsistency for classifying omnibox results. Keyword classification is trivial; i.e. the entirety of the contents and description are styled uniformly. Descriptions are styled DIM. Contents are styled 1) DIM (when the user input includes only the keyword), 2) NONE (when the user input contains text following the keyword), or 3) MATCH (when the user input contains only the keyword and the keyword has no replacement text). This CL changes contents classification in case (3) to use `emplace_back` instead of `ClassifyLocationInString`. This is both consistent with how the other cases are handled and inline with our goal to deprecate `ClassifyLocationInString` and other duplicated classification helpers. Bug: 366623 Change-Id: I205a7bea19391d6343bc071574797f9a0f61c324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579763Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#653410}
-
Kurt Horimoto authored
This is done to clearly separate the public interface of OverlayManager from its internal implementation files. Setting the "public" gn variable for the target ensures that files that depend on overlays are only allowed to include those files. Bug: 941745 Change-Id: Ie9f905a857bd268c535804b3243321b6721d7c2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562719 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#653409}
-
jonross authored
We are interested in coverage of SkiaRenderer. This change adds a SkiaRenderer variant of blink_web_tests. This will be ran on "GPU FYI Linux SkiaRenderer Vulkan (NVIDIA)" bot of the GPU.FYI. We will not be running the full test suite, due to capacity concerns raised in an earlier review: https://chromium-review.googlesource.com/c/chromium/src/+/1500784 Instead a subset of tests which have detected regressions in the past will be ran. Combined with a random selection of other tests from the folders most impacted by SkiaRenderer. Test = skia_renderer_blink_web_tests Bug: 946770 Change-Id: I6e1091af816a41798a3e62c24449ad5bbd4d0c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576332Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#653408}
-
Toni Barzic authored
Adds tests for assistant opt-in flow that's shown during in-session OOBE. The tests focus on interaction between assistant opt in flow UI and assistant settings service, which is faked for the purpose of this test. (In other words, main focus was logic in assistant_optin_flow_screen_handler). This adds logic to log in a user to LoginManagerMixin - assistant opt-in flow expects a regular user to be logged in. Each test first logs in a regular user, and then starts login wizard with assistant optin flow UI. Change-Id: I5305e6d2079099f35de899162433f2bd34f162d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574948 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653407}
-
Nina Satragno authored
This prevents a minor security issue where the hostname of the RP would have its tail end cut. Bug: 893258 Change-Id: Ib227f6be8f274a2ddf78917597c217807bba01ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579459 Auto-Submit: Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#653406}
-
Sébastien Séguin-Gagnon authored
Bug: 946224 Change-Id: I2cc565d1e855190c62bdcce42217a8ca003194e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579421 Commit-Queue: sebsg <sebsg@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653405}
-
Kyle Milka authored
A few of these properties were only used on the remote NTP, so they can now be removed. Bug: 583289 Change-Id: I9b3270ec20ced7891796ca9d296e20a1f157f019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576032Reviewed-by:
Kristi Park <kristipark@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#653404}
-