- 19 Apr, 2019 40 commits
-
-
Miguel Casas-Sanchez authored
- s/DECODE_COMPLETE_TIMESTAMP/DECODE_TIME/ - Moved place where that metadata is stamped. Bug: 950183 Change-Id: Iab34674090aaf0bc10e65ed0bee157a0aa63586a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575580Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#652595}
-
Michel Promonet authored
crosscompiling on crossbuild-essential-armhf from ubuntu 18.04 for armv6 that doesnot support thumb fails reporting error: - sorry, unimplemented: Thumb-1 hard-float VFP ABI Change-Id: I2c6a5c6ae3c8af9ab168f6dbd281e2eb4e94f509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1565885Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#652594}
-
Maks Orlovich authored
This is to permit splitting up reporting of network service from utility without it basically duplicating ProcessMap for its own -- and to avoid every future potential service wanting its own memory usage stats needing to do that (Audio service already does, but it does more with it). Bug: 947573 Change-Id: I0b036b4a6a4db1b5ae22e87ed4df08841a2b9820 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548680Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#652593}
-
Yuwei Huang authored
Previously deleting the scoped stream will only prevent new tasks from being scheduled, and it doesn't drop pending tasks. This is a potential issue if the caller expect its method not to be called after the scoped stream is deleted. This CL fixes this by making the stream request check the scoped stream's validity before running the task. Bug: 927962 Change-Id: I6a43b21772b89231ee89a8def68ba40c2b50c821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574893Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#652592}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8c5646485a95..40beee366962 Created with: gclient setdep -r src-internal@40beee366962 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=fdoray@chromium.org,bsep@chromium.org,keishi@chromium.org,chanli@chromium.org Change-Id: I0749e1b27c27d453e3a46fabd0e893c46fc45f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575652Reviewed-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@{#652591}
-
Dana Fried authored
Previously, only top-level bookmark buttons were logged. Bug: 951899 Change-Id: I9480ed64186ddc068db9a3184363680596df5b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572811Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#652590}
-
Andrey Kosyakov authored
Change-Id: Ic81533da811793d655efca111ceb3629d14275d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574108 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#652589}
-
Becky Zhou authored
Fix two issues introduced by https://crrev.com/c/1568092 + Scrim status bar color on pre-L. The old "parity" logic does not work now that we calculate the status bar color instead of passing in a previously used status bar base color. + In tab grid switcher, the url focus percentage can change before #onObservingDifferentTab() is notified, so we need to avoid calling #updateStatusBarColor() in #onUrlExpansionPercentageChanged() with the out-of-date tab. Bug: 952752, 953665 Change-Id: I175b1e2d3136fd5dc190d4ec8cdba2f88888c23d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572702 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#652588}
-
Brandon Wylie authored
Using dialog_list_item layout to match the more button to specs. Bug: 937450 Change-Id: I3f5966a5a9f8fb47e9d674361b02a9913c89561c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559236 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#652587}
-
sczs authored
Bug: 953532 Change-Id: Icd9233feb6e2c0df92f81dd5bc58132aa61487ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574600 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#652586}
-
Elly Fong-Jones authored
Bug: None Change-Id: I198bd3b15ddc6e4f871c6de517c0a2bb3442979a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575718 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#652585}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/92d14c28e81b..b60ce313b947 git log 92d14c28e81b..b60ce313b947 --date=short --no-merges --format='%ad %ae %s' 2019-04-19 benjhayden@chromium.org Migrate alerts-controls.js to es6 module Created with: gclient setdep -r src/third_party/catapult@b60ce313b947 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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:950011 TBR=charliea@chromium.org Change-Id: I5e578e0db41462e33512f81214ede8f3f892e856 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575651Reviewed-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@{#652584}
-
Hesen Zhang authored
Bug: 952354 Change-Id: I63d493056071d0677cb6d8ff506ab51625d6b74a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575020 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#652583}
-
Matthew Cary authored
The previous crrev.com/c/1570829 did not set these, which are necessary to build some targets. Bug: 849207, 640840 Change-Id: Ibc2b3e315e8a3bee040cfb054a15b54901a4edbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575581 Auto-Submit: Matthew Cary <mattcary@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#652582}
-
Becky Zhou authored
Intialize the colors properly in StatusMediator so that the icon tint is set correctly when tint update is never called. Bug: 953975 Change-Id: I21909656d412667dd8958738884c60879d4e1295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575121Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#652581}
-
Ahmed Mehfooz authored
Create AppListPaginationController Move PaginationController to ash/public/cpp/pagination/ Move PaginationModelObserver to ash/public/cpp/pagination/ Move PaginationModel to ash/public Bug: 914077 CQ Dry Run to ensure no unit tests broken Test: Manual Test to ensure Pagination and Pagination Metrics not broken Change-Id: I25a665fb59e252c63d369445e8225e7d6b73722e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564583Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#652580}
-
Theresa authored
BUG=953462 Change-Id: I937076dbdf0fc97da644bf73aaf3e79678bf215b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570588Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#652579}
-
Lukasz Anforowicz authored
This CL makes sure that download requests initiated by download::ResourceDownloader::Start use network::mojom::FetchRequestMode::kNavigate mode (rather than the default kNoCors mode). Bug: 952834 Change-Id: Ie99a4e024864f442e439e621d54ed7dae92f1393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572876Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#652578}
-
Matthew Cary authored
The shared memory parts of ProcessMemoryDump apply to both legacy base::SharedMemory as well as the new *SharedMemoryRegion and *SharedMemoryMapping api. This change cleans up the comments but does not change any code. Bug: 795291 Change-Id: I3b88445ad04fe3b94996e5ff895110c5527df1cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567665 Commit-Queue: Antoine Labour <piman@chromium.org> Auto-Submit: Matthew Cary <mattcary@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#652577}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/666a00adb2b3..726fdfaee1e0 git log 666a00adb2b3..726fdfaee1e0 --date=short --no-merges --format='%ad %ae %s' 2019-04-19 jrosenth@chromium.org chromeos-config: disable boards affected by crbug.com/954446 Created with: gclient setdep -r src/third_party/chromite@726fdfaee1e0 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: I506ca0472627f84c8cf897c687ce2a36083ceac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575649Reviewed-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@{#652576}
-
sczs authored
This parameter is not really needed since position is always the count of current Infobars, meaning it was always adding the Infobars in the last position: https://cs.chromium.org/chromium/src/components/infobars/core/ infobar_container.cc?type=cs&q=OnInfoBarAdded&sq=package:chromium&g=0&l=98 Also, since we now have 2 InfobarContainers a single one of them can't keep track of how many Infobars are presented, for that reason the DCHECK on legacy_infobar_container is no longer relevant. Bug: 911864 Change-Id: I47909d40af15f40d80f822de31f865fb732c8047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574289 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#652575}
-
Martin Robinson authored
This relation is used to map from a popup back to its owning element. Orca needs this in order to properly walk up the accessibility tree to find the parent frame of the popup. Bug: 948787 Change-Id: I88587be59149ea667dc071f699ea3b68814f0516 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556786 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#652574}
-
Peter Kasting authored
Bug: 940135 TBR: wjmaclean Change-Id: Ibf2be7d23cbca593dc639e2f946c72d32466f18b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574943 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#652573}
-
Matthew Cary authored
This is a change to a comment only. Bug: 795291 Change-Id: I3665a92f2132d6c7af7441828b4f18d276bbb5cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569217 Auto-Submit: Matthew Cary <mattcary@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#652572}
-
Joshua Pawlicki authored
This appears to have been accidentally reverted to "true" in a bad merge. Bug: 740715 Change-Id: I6219ab58555b44b258b9e1af32d010ada33a34d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574945Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#652571}
-
Matt Mueller authored
On macOS, there are two different trust settings granting positive trust - kSecTrustSettingsResultTrustRoot (root is explicitly trusted) and kSecTrustSettingsResultTrustAsRoot (non-root is explicitly trusted as if it were a root). The former "should" only apply to self-signed certificates, while the latter applies to those not self-signed (which includes self-issued certificates). The existing code was checking whether or not a certificate was self-signed, in order to determine which SecTrustSettingsResult it should be expecting. However, that also meant checking potentially weak signature algorithms on roots, which was failing, and thus causing the certificate to be treated as untrusted. As the signature algorithm on a root certificate should not matter, this change now only checks for self-issued (subject == issuer), rather than self-signed. This isn't 100% in line with Apple's documentation for these values, and is thus a bit of a hack. However, this should be OK, as the Apple APIs to set trust settings validate the consistency between configured trust setting and the type of certificate it is, preventing invalid trust records. This also removes the now-unused x509_util_mac IsSelfSigned function, as this was the only usage. Bug: 410574 Change-Id: Id7e12ed4f92da9cb4e0b8decf048e3cfc77bb06e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574879Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#652570}
-
Jacob Dufault authored
TBR=hidehiko@chromium.org Bug: 928555 Change-Id: I5a381a350533c429c0cf8051cb8e02a47e334cdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572275 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#652569}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ed2d9eac. 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." 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=raphael.kubo.da.costa No-Export: true Change-Id: I8ae839ca8028a6e23c8530ab51663975c8d65f40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574283Reviewed-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@{#652568}
-
Donn Denman authored
Enables showing Google pages in the Contextual Search Overlay panel that are not Google Search pages. The canonical example is to show a maps page when a location is detected. Also add UrlUtilities.isGoogleSubdomainUrl. BUG=939460 Change-Id: I7c7b8f1095c421821e7fa810cba2ee55f0a47160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574780 Commit-Queue: Donn Denman <donnd@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#652567}
-
Khushal authored
Use the shared image extension for consuming mailboxes and take a read lock on the shared image until an SkImage wrapping this texture is alive to ensure correct scope for access, if the mailbox is backing a SharedImage. R=piman@chromium.org Bug: 948133 Change-Id: I4521f2098dc3fccf766e0690de0ea3a567d47e0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575083 Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#652566}
-
Esmael El-Moslimany authored
Bug: 736891 Change-Id: Ib277323c8275ee7c7db351ad5a18e3a097eef76b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570544Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#652565}
-
khmel@chromium.org authored
This analyzes tracing for custom events and includes it into graphics model. TEST=Locally BUG=b:122555793 Change-Id: I8ce3062764c54cc221ddd79b41a1939aeb6a0d39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574110 Commit-Queue: Yury Khmel <khmel@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#652564}
-
Hesen Zhang authored
Bug: 924751 Change-Id: Ia4c841be540e8ff276c87b4512adbd9ef1699436 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570236Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#652563}
-
Ilia Samsonov authored
Thereby fix signal handling for SIGTERM and SIGINT. The steps needed to start Xvfb are drawn from: https://github.com/cgoldberg/xvfbwrapper/blob/master/xvfbwrapper.py https://github.com/revnode/xvfb-run/blob/master/xvfb-run Added unit tests to presubmit to test xvfb.py Bug: 932240 Change-Id: I3b9439991697ae94e98b93e4f1fcfd411a451536 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548424 Commit-Queue: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#652562}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/773c5423460e..8c5646485a95 Created with: gclient setdep -r src-internal@8c5646485a95 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=fdoray@chromium.org,bsep@chromium.org,keishi@chromium.org,chanli@chromium.org Change-Id: I667c18d93fd405dcc7e09a73f5d99c3697f2988b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575646Reviewed-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@{#652561}
-
Daniel Kay authored
Expand the visibility restrictions to allow the libassistant project to depend on absl targets even when built in the context of chromium. Bug: b/119188101 Test: manually verified Change-Id: I518eb2ee85ba6186c81d7c28af2f7d81ab9e382b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572543Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Daniel Kay <danielkay@google.com> Cr-Commit-Position: refs/heads/master@{#652560}
-
Chris Hall authored
crrev.com/f08ad04a changed the id from underscore-style to hyphen-style but did not update one of the selectors. R=dtseng,aboxhall,sarakato Bug: 928185 Change-Id: Ic5053d0f73b0d6793125ee9981b6b4719b205d6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1565734 Auto-Submit: Chris Hall <chrishall@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#652559}
-
Min Chen authored
Bug: 937907 Change-Id: Ib49153233e54cc6be09fff64a73fcd2e38bbbc93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566615Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#652558}
-
Sinan Sahin authored
Bug: 953103, 953105 Change-Id: I576f1098f25f03c1e60017a1da25815032b79f57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574247Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#652557}
-
Ramin Halavati authored
Sandbox prioritized origin database creates an on-disk file for the prioritized origin. This is disabled for in-memory file system to avoid writing file mappings to the disk. Bug: 93417 Change-Id: Ie6a251e7fae40b513bc2247ce07e09052ce469a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572401Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#652556}
-