- 26 Jun, 2018 40 commits
- 
- 
Aga Wronska authoredDemo mode setup flow is only shown from OOBE welcome screen and not from sign-in screen. Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ie49fdcb2f75be66bd3db5c3f709a1658508d8589 Reviewed-on: https://chromium-review.googlesource.com/1113021Reviewed-by: Alexander Alekseev <alemate@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#570318} 
- 
Matt Falkenhagen authoredWhen a page has a controller service worker without a fetch event handler, the service worker is not started and does not intercept requests. Therefore we don't care about such loads for most UMA about controlled page loads. Bug: 854851 Change-Id: I55198f43177c3d2468028672380bd2a8d08eb1f4 Reviewed-on: https://chromium-review.googlesource.com/1109314 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570317} 
- 
Kunihiko Sakamoto authoredThe name of draft canSignHttpExchanges extension OID has renamed from id-ce-testCanSignHttpExchanges to id-ce-canSignHttpExchangesDraft in https://github.com/WICG/webpackage/pull/231. Bug: 851778 Change-Id: I1d6940d9f9028ea55d0ee2e86c854a02a9dd3b47 Reviewed-on: https://chromium-review.googlesource.com/1112894Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#570316} 
- 
David Black authoredChange requested by JA Lindsey in comment on: https://chromium-review.googlesource.com/c/chromium/src/+/1091162 Bug: b:77638210 Change-Id: I19492f293475d8dcbdfb25d5cdf0401c56176cc5 Reviewed-on: https://chromium-review.googlesource.com/1112676Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#570315} 
- 
chrome-release-bot authored# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: Idd5f6989b2f75f52715c634f37ab7ce57bdb2dd7 Reviewed-on: https://chromium-review.googlesource.com/1114270Reviewed-by: chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#570314} 
- 
yoshiki iguchi authoredSince we have not shown the control buttons for inline settings, we don't need to support custom bgcolor of it. So let's remove the code for it. With this CL, the bgcolor is fixed to white with 90% opacity. Bug: b/110329209 Test: Ran the added unittest. Change-Id: I473e0424d9fab5f655cfd48b26cb35ad3efe5c75 Reviewed-on: https://chromium-review.googlesource.com/1105686Reviewed-by: Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#570313} 
- 
src-internal-chromium-autoroll authoredhttps://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e0b24e08909e..7269fa01fb54 Created with: gclient setdep -r src-internal@7269fa01fb54 The AutoRoll server is located here: https://src-internal-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. BUG=chromium:None TBR=mmoss@chromium.org Change-Id: I0d22e6e89331f7623a53879c733ecb355cf8a761 Reviewed-on: https://chromium-review.googlesource.com/1114357Reviewed-by: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570312} 
- 
Shu Chen authoredChange-Id: Iba7d37b3698e2092cd0cba6b117505e03ab912ff Reviewed-on: https://chromium-review.googlesource.com/1111748 Commit-Queue: Shu Chen <shuchen@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#570311} 
- 
Ken Rockot authoredUpdates some stale system API references, adds new stuff for invitations and platform APIs, and deletes a bunch of EDK crap. Also adds a new convenience API to PlatformChannel and uses it in a few places, because it makes example code in the documentation less ugly. :) Bug: 844763 Change-Id: I91fbff53659dc87fc6fd33a2e5a774c419ba87a7 Reviewed-on: https://chromium-review.googlesource.com/1110954 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#570310} 
- 
Patti authoredThis is a reland of e2cac39f Original change's description: > Settings: Content settings can now be reset for a group of origins in All Sites. > > Add a three-dot / overflow menu to groups of origins in All Sites. This overflow > menu allows the entire list of origins to have all their content settings reset > in one go. This will be preceded with a confirmation dialog. > > Manual test - With #enable-site-settings turned on, change a content setting via > Page Info > Site settings on both https://permission.site and > http://permission.site. Navigate to chrome://settings/content/all and see that > both sites are listed under 'permission.site'. Verify there is an overflow menu > on this entry and that inside the overflow menu, there is a 'Reset permissions' > option. Clicking this should bring up a reset permission dialog and confirming > the dialog should remove this entry from All Sites. > > Bug: 835712, 717468 > Cq-Include-Trybots: luci.chromium.try:closure_compilation > Change-Id: I777f759c26bf0fe7f8da086fa887969897cf9833 > Reviewed-on: https://chromium-review.googlesource.com/1098577 > Commit-Queue: Patti <patricialor@chromium.org> > Reviewed-by: Dave Schuyler <dschuyler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568742} Bug: 835712, 717468 Change-Id: I7825326b8fa133d54971180bfd37494b19c5e86c Cq-Include-Trybots: luci.chromium.try:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/1113037 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#570309} 
- 
Tetsui Ohkubo authoredAccording to UnifiedSystemTray UX spec, when a feature pod button has the corresponding detailed view, it should show arrow icon on the left of the label to indicate the existence of the detailed view. As described in the UX spec, it needs custom layout logic. UX spec: http://shortn/_UobIhDkQUx Screenshot: http://screen/EogahaoN3m3 TEST=manual BUG=none Change-Id: I73b226e7c36c8138310d27fa455133dec421f744 Reviewed-on: https://chromium-review.googlesource.com/1111488 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#570308} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium 1143433f. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20250 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 TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Iec31eac2efc77eee9b9a6df6a640f8881a9340d6 Reviewed-on: https://chromium-review.googlesource.com/1114319 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#570307} 
- 
Thomas Guilbert authoredFixes a script crash from |incremental_apk_exists| being used without being initialized. NOTRY=true # bot failures unrelated Bug: 856384 Change-Id: Iea429a58610bc9d409f35ee6b5cf3314bb12eab7 Reviewed-on: https://chromium-review.googlesource.com/1114329 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#570306} 
- 
depot-tools-chromium-autoroll authoredhttps://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d91a468aa50d..4c50badb2927 git log d91a468aa50d..4c50badb2927 --date=short --no-merges --format='%ad %ae %s' 2018-06-26 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-06-25 vadimsh@chromium.org [cipd] Update cipd client and vpython 4d19637ec -> 550cea2b9. 2018-06-25 tandrii@chromium.org Reland of "Wipe out shallow checkout support from bot_update." Created with: gclient setdep -r src/third_party/depot_tools@4c50badb2927 The AutoRoll server is located here: https://depot-tools-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. BUG=chromium:801423,chromium:855137 TBR=agable@chromium.org Change-Id: I7aed0e8eeb410cdc42f0468278104037dd9edbf3 Reviewed-on: https://chromium-review.googlesource.com/1114049Reviewed-by: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570305} 
- 
Paul Irish authoredChange-Id: I411b6c8686c4d1d3e790a63a65225bb0ba5aac44 Reviewed-on: https://chromium-review.googlesource.com/1110230Reviewed-by: Alexei Filippov <alph@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#570304} 
- 
Matt Falkenhagen authoredRely on mojom to document the individual functions, and move the higher-level explanation to the class-level. Bug: 31666 Change-Id: Ie493492db6616c7b967faf6a8d961c6f97dc9a10 Reviewed-on: https://chromium-review.googlesource.com/1113400Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#570303} 
- 
Kenneth Russell authoredfast/events/context-no-deselect.html - Suppress on all platforms, not just Windows. external/wpt/service-workers/service-worker/ about-blank-replacement.https.html - Timing out in main and virtual test suites. http/tests/navigation/rename-subframe-goback.html - Fix linked bug ID. Bug: 663847, 855816, 856330 Change-Id: If2178c22714e64f6cd76267323f26634a18f9347 Tbr: alph@chromium.org Tbr: tkent@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1114132 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:Kenneth Russell <kbr@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#570302} 
- 
Lu Chen authoredWhen the user clicks an anchor link, the following new metrics will be reported to UMA: - distance from the center of the anchor element to visible top; - distance to root bottom; - contains an image or not; - target url has the same origin or not; - target url is simply incremented by one from source url or not; - area of the element that intersects the viewport (visible area); Bug: 850624. Change-Id: I1d46f389bf6e5b94371db9340baddebd47e03488 Reviewed-on: https://chromium-review.googlesource.com/1103444Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Ryan Sturm <ryansturm@chromium.org> Reviewed-by: Tarun Bansal <tbansal@chromium.org> Reviewed-by: Steven Holte <holte@chromium.org> Commit-Queue: Lu Chen <chelu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570301} 
- 
Sergey Ulanov authoredThe AutoRoll server is located here: https://fuchsia-sdk-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:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org 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: I8086dee1d331ee7f2eba14c39f23ed66b2ed025f Reviewed-on: https://chromium-review.googlesource.com/1114343 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570300} 
- 
Sam McNally authoredBug: 256520 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ic1fdaf1b3790dfcac589e2f802f39136cd3fc6a6 Reviewed-on: https://chromium-review.googlesource.com/1113165Reviewed-by: Noel Gordon <noel@chromium.org> Reviewed-by: Stuart Langley <slangley@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570299} 
- 
Makoto Shimazu authoredRedirects with referrer-policy header need to respect a new referrer policy. This tries to check if it's working when the request is in a service worker's scope. Bug: 855948 Change-Id: Icb923fa8b8345c128f02c41e042775ba5bf499ad Reviewed-on: https://chromium-review.googlesource.com/1113171 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#570298} 
- 
skia-chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/ff168d9258e0..fcd480bcab9e git log ff168d9258e0..fcd480bcab9e --date=short --no-merges --format='%ad %ae %s' 2018-06-25 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-06-25 herb@google.com Fix compiler warning for MSVC 2018-06-25 caryclark@skia.org explicitly include blurimagefilter include 2018-06-25 brucewang@google.com Implement onMakeClone function on all subclasses of SkTypeface except Created with: gclient setdep -r src/third_party/skia@fcd480bcab9e The AutoRoll server is located here: https://autoroll.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=master.tryserver.blink:linux_trusty_blink_rel;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=jcgregorio@chromium.org Change-Id: I9aa3cb584bd537ab4e62b1e4a2d94c306699a50c Reviewed-on: https://chromium-review.googlesource.com/1114045Reviewed-by: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570297} 
- 
Sergey Ulanov authoredScenicSurfaceFactory is a simple SurfaceFactory implementation for the Scenic ozone platform that allows displaying 2D images on the screen on Fuchsia. Bug: 829980 Change-Id: Ic8326b4fcc000a2e435e63a6e6778d861f5f17a7 Reviewed-on: https://chromium-review.googlesource.com/1080980 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Reviewed-by: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#570296} 
- 
v8-ci-autoroll-builder authoredSummary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d5feb1ea..1360b227 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ib6c9303fd1b6f4e5d2e416705e94ab8d28f5b69f Reviewed-on: https://chromium-review.googlesource.com/1114290Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570295} 
- 
Sam McNally authoredThe identity service fails fast if chrome's refresh tokens are not yet loaded. However, it does not distinguish between a transient failure due to the refresh tokens not having loaded yet and a persistent failure due to not having a refresh token for the requested account. Avoid this by returning transient errors until the refresh tokens are loaded. Bug: 855002 Change-Id: I4cfa1d52987a3ed9fbec9a8600c87c535b9e0252 Reviewed-on: https://chromium-review.googlesource.com/1113086Reviewed-by: Stuart Langley <slangley@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570294} 
- 
Becca Hughes authoredThis sends the safe areas from Android to Blink using the DisplayCutoutClient Mojo interface. This CL also includes instrumentation tests for end to end testing of Display Cutout on Android. BUG=847652 Change-Id: Ide2bed7878a22d649914fde66083c28374f4d768 Reviewed-on: https://chromium-review.googlesource.com/1097802 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#570293} 
- 
Lei Zhang authoredBUG=137767 Change-Id: I695459f8b60ecdce8d0b476d7eb373464c5e4be7 Reviewed-on: https://chromium-review.googlesource.com/1112775 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#570292} 
- 
David Black authoredLogic was previously in AssistantInteractionController. Bug: b:80542452 Change-Id: I3e92d2ed8cbf1afa3577a7180eef5260a592f8d6 Reviewed-on: https://chromium-review.googlesource.com/1112656 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#570291} 
- 
Ted Meyer authoredBug: 827648 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: I75f2ebe01cd6a0af212b7d4a2d823d16f2cbba8b Reviewed-on: https://chromium-review.googlesource.com/1102085 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#570290} 
- 
Koji Ishii authoredLayoutTextTest and LayoutTextFragmentTest do not set font-size when SetAhemBody is used. This caused DCHECK failures added in CL:1111895 due to too much rounding errors. This patch fixes that by setting the font-size to 10px. Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I6e945a6f07902c50bbfcbca4014d324ba1ae1d0a Reviewed-on: https://chromium-review.googlesource.com/1113697Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#570289} 
- 
pdfium-chromium-autoroll authoredhttps://pdfium.googlesource.com/pdfium.git/+log/8c955c9d3072..76fb29d5ebae git log 8c955c9d3072..76fb29d5ebae --date=short --no-merges --format='%ad %ae %s' 2018-06-25 thestig@chromium.org Clean up CPDF_StreamContentParser::AddTextObject(). Created with: gclient setdep -r src/third_party/pdfium@76fb29d5ebae The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: Idcc5ad4ff3b25f66ab34efce1909a826325f113f Reviewed-on: https://chromium-review.googlesource.com/1113827Reviewed-by: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570288} 
- 
Bret Sepulveda authoredBug: 855286 Change-Id: I35b3fcce765c41f7b845ec3e5ec7924750b8a1c2 Reviewed-on: https://chromium-review.googlesource.com/1114334Reviewed-by: Peter Kasting <pkasting@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#570287} 
- 
James Darpinian authoredWhen piping Chrome stdout/stderr through asan_symbolize.py, we want it to output every line immediately. Python line iterators buffer multiple lines, so switch to using readline() directly instead. Change-Id: I90d712c14094929e411b395d0a8d3ae00c0e9d05 Reviewed-on: https://chromium-review.googlesource.com/1114308Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#570286} 
- 
wutao authoredThis cl changes several specs of TabbedPane in highlight vertical mode: 1. Max row length should be capped at 192, with right padding of 8px. For long text, truncate with ellipsis. 2. Change active color from #4285F4 to #1A73E8. 3. Do not show MdTab border when focusing in highlighted mode. Instead hightlighing with darker blue. Bug: 822382 Test: manual. Change-Id: I455aa2ecdf6d07c4aa34a2438af1dca1266030a3 Reviewed-on: https://chromium-review.googlesource.com/1114288 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#570285} 
- 
Qiang Xu authoredFeature is landed in M66. Now we can remove the flag in M69. Bug: 778438 Test: manual Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Icd56cda2c4cd61677f4724c11ccf4b946eae24ae Reviewed-on: https://chromium-review.googlesource.com/1113077Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#570284} 
- 
Han Leon authoredThis reverts commit 987fd487. Reason for revert: need to change module of the mojom Original change's description: > [SWOnionSoup] Move dispatch_fetch_event_params.mojom into Blink > > BUG=789846 > > Change-Id: I1866746cd240b26d2d059a64309aa595eccb9cac > Reviewed-on: https://chromium-review.googlesource.com/1113203 > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Commit-Queue: Han Leon <leon.han@intel.com> > Cr-Commit-Position: refs/heads/master@{#570278} TBR=kinuko@chromium.org,shimazu@chromium.org,leon.han@intel.com Change-Id: Idced63d7ae3902f94304fdddb76371da9de3c5fd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 789846 Reviewed-on: https://chromium-review.googlesource.com/1113847Reviewed-by: Han Leon <leon.han@intel.com> Commit-Queue: Han Leon <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#570283} 
- 
Christopher Cameron authoredMove to a separate header in preparation for adding a matching RenderWidgetHostNSViewRemote. Bug: 821651 Change-Id: Iefeca67957e7810a2e057f77eeb8e61db2d96643 Reviewed-on: https://chromium-review.googlesource.com/1111036Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#570282} 
- 
rbpotter authoredFix chopped text and missing dropdown image in the account select in the destinations dialog. Bug: 855012 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I577f471c17d1889e82468f05aeb8cdda62753d6e Reviewed-on: https://chromium-review.googlesource.com/1111457 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#570281} 
- 
Andrew Grieve authoredSo far seems to be working fine and not becoming overloaded. Bug: 702625 Change-Id: I1a83fc0594f1b1ac69ff0b70f9997b59c08db3c8 Reviewed-on: https://chromium-review.googlesource.com/1114318Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#570280} 
- 
Ahmed Fakhry authoredWe found out that the hardware split gamma mode doesn't do interpolation of the values, which led to some bad side effects such as ugly banding in blur effects. This CL removes all the default gamma tables, and uses the newly exposed data to identify if the hardware does color correction in linear gamma space or not. This lets us select which type of matrix to apply. BUG=851156,749250 TEST=Expanded tests Change-Id: I0342b6e4a0257e833c7d13690930dfd32ce89fe7 Reviewed-on: https://chromium-review.googlesource.com/1112734Reviewed-by: Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#570279} 
 
-