- 20 Jun, 2018 40 commits
- 
- 
Nicholas Verne authoredSince installing crostini involved downloading around 300MB, we prevent the install flow from proceeding if we're offline. Added a browser test with ExtraParts support. Bug: 843065 Change-Id: Ia0049d4ec30ac79c585d129e05aa2240eeecba09 Reviewed-on: https://chromium-review.googlesource.com/1107419Reviewed-by: Ben Wells <benwells@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#568754} 
- 
Tetsui Ohkubo authoredThis CL changes sub header separator color of detailed views in UnifiedSystemTray. Screenshot: http://screen/t36mz755DuP TEST=manual BUG=854146 Change-Id: I77b37bc6e352f427453c5da635c9d6d9dd649f0f Reviewed-on: https://chromium-review.googlesource.com/1107428Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#568753} 
- 
Tetsui Ohkubo authoredThe button on the right of the brightness sldier is no-op, so we should call SetEnabled(false). In order to do this, this CL changed disabled color of the buton icon. TEST=manual BUG=854148 Change-Id: I1f0e98540a86696351135275be8946b7250cbc12 Reviewed-on: https://chromium-review.googlesource.com/1107423Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#568752} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium b14d60b3. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" 08784a11 "[Mojo Blob URLs] Make clicking an <a target="blank_"> with a blob URL work correctly." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19930 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: kozyatinskiy@chromium.org: external/wpt/console TBR=robertma No-Export: true Change-Id: Ifc3c52bfc29afe7fc3ad3e2e4e6cdf7ccb26d1e0 Reviewed-on: https://chromium-review.googlesource.com/1107395 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@{#568751} 
- 
Christopher Cameron authoredAlso move render_widget_host_ns_view_bridge.mm to render_widget_host_ns_view_bridge_local.mm, in anticipation of adding a remote version. TBR=avi Bug: 821651 Change-Id: I90b5a1e85fdb52339a4b30cc65d14cb212741bb0 Reviewed-on: https://chromium-review.googlesource.com/1107389Reviewed-by: ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#568750} 
- 
Gauthier Ambard authoredThis CL fixes the bubble tips for UI Refresh by adding a 1s delay before displaying the tip and increasing the duration to 5s. Bug: 830635 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ic9ee7f9e01449965068832c67743354478799ce7 Reviewed-on: https://chromium-review.googlesource.com/1106344Reviewed-by: edchin <edchin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#568749} 
- 
Yuri Wiitala authored1. Remove the unused viz.mojom.FrameSinkVideoConsumer.OnTargetLost() API. 2. Fix the viz.mojom.FrameSinkVideoCapturer.ChangeTarget() to accept an optional FrameSinkId (original intended behavior of the API before new struct traits restrictions on "null" FrameSinkIds). 3. C++ Style: Fixed argument ordering in a few methods of viz::FSVCImpl so that the output argument would come last. 4. Ran lint on all files changed, and made fixes (mostly include-what-you-use). Bug: 754872 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Idbceb49089811dd6f8494f8ee17d578239108866 Reviewed-on: https://chromium-review.googlesource.com/1090220 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#568748} 
- 
Joe Downing authoredA component in ASH was directly including one of the now-private inc files. We want to keep that data private so this CL introduces a header which exposes a DomCode[] to allow iterating over them w/o directly including the data files. CL which introduced this dependency: https://chromium-review.googlesource.com/c/chromium/src/+/1058080 Change-Id: I78b1fe1447e1f6354e690e5ec6fdd7132f61c74d Reviewed-on: https://chromium-review.googlesource.com/1091147Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Reviewed-by: Tao Wu <wutao@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#568747} 
- 
Raphael Kubo da Costa authoredIWYU. This fixes the build with libstdc++ after c1ab712a ("Stop using x-devtools-emulate-network-conditions-client-id header"): In file included from ../../services/network/throttling/scoped_throttling_token.cc:5:0: ../../services/network/throttling/scoped_throttling_token.h:29:15: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type static std::unique_ptr<ScopedThrottlingToken> MaybeCreate( ^~~~~~~~~~ Bug: 819294 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I66b2db483ac9e90d0a132a65f83f15aa673f12f9 Reviewed-on: https://chromium-review.googlesource.com/1105825Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#568746} 
- 
Yuichiro Hanada authoredOnImeInfoChanged() receives a list of installed IMEs in the ARC container and registers them as valid IMEs to InputMethodManager. Bug: 845079 Test: unit_tests Change-Id: Ic7252c5d9021252228697e351a1c251c1f167e52 Reviewed-on: https://chromium-review.googlesource.com/1105684 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#568745} 
- 
Adam Rice authoredThis reverts commit 7e3874d4. Reason for revert: The flag has now been removed from the about:flags page on M68 where it doesn't work. Re-introduce it in M69 where it works. Original change's description: > Temporarily remove enable-websocket-auth-connection-reuse from about:flags > > The M68 branch has a non-working implementation of the > enable-websocket-auth-connection-reuse flag. In order to avoid the > confusion of having a flag that works in some versions and not in > others, temporarily remove the flag from about:flags. > > Once the flag has been disabled in the M68 branch it will be re-enabled > for M69 by reverting this CL. > > BUG=423609 > > Change-Id: Id17ac18e13effcfd5bd946dc1fe0f1c70df96539 > Reviewed-on: https://chromium-review.googlesource.com/1090700 > Commit-Queue: Adam Rice <ricea@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#566730} TBR=ricea@chromium.org,yhirano@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 423609 Change-Id: Ifb83673ab8e6efaefbbc50e85b560b889fc160ad Reviewed-on: https://chromium-review.googlesource.com/1107437Reviewed-by: Adam Rice <ricea@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#568744} 
- 
Mitsuru Oshima authoredLooks like I misunderstood the comment when I refactored. BUG=843856 TEST=covered by unittest Change-Id: I6fb735472af25e833ef2a40f99bd0a26867da3fb Reviewed-on: https://chromium-review.googlesource.com/1107214Reviewed-by: Ben Wells <benwells@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#568743} 
- 
Patti authoredAdd 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} 
- 
Yoichi Osato authoredThis patch changes LayoutReplaced selection painting rect by expanding its top and height to the line height so that we paint selection filling line gap. This patch updates LayoutReplaced::LocalSelectionRect adapting NGPaintFragment. New image-writing-modes.html test confirms image selection painting on horizontal, vertical-lr/rt. Bug: 708452 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id7a74f0961109cc458b973664ff56e14655bf257 Reviewed-on: https://chromium-review.googlesource.com/1102287 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568741} 
- 
Tao Bai authoredThis is the first patch to share the local prediction in Android autofill. Bug: 849913 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I20454214528244f1af7b42ccb2907987f4855913 Reviewed-on: https://chromium-review.googlesource.com/1081180 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by: Roger McFarlane <rogerm@chromium.org> Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#568740} 
- 
Kuo-Hsin Yang authoredThe first version of cros_tab_switching can only run by specifying the argument --remote=DUT_IP. Enable running cros_tab_switching locally when --remote is not specified so it can be used on test_that. Bug: 852231 Change-Id: Ia92dc4913a039e7b4ae7488c1b8d0523451d4645 Reviewed-on: https://chromium-review.googlesource.com/1098872 Commit-Queue: Vovo Yang <vovoy@chromium.org> Reviewed-by: Cheng-Yu Lee <cylee@chromium.org> Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#568739} 
- 
yoshiki iguchi authoredPreviously notification was activated when the notification is clicked. This patch changes this timing of focus change. With this CL, the notification is activated only when the notification's remote input is focused. Bug: 844310 Bug: b/78604162 Test: manual (notification is not focused just on click, and is focused when the remote input is activated) Change-Id: I30b91ca5d65b0e1089d63a062bdc9edc82de1f89 Reviewed-on: https://chromium-review.googlesource.com/1080502Reviewed-by: Eliot Courtney <edcourtney@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#568738} 
- 
Makoto Shimazu authoredThe base url and history url have already been set appropriately. TBR=kinuko@chromium.org Bug: 846196 Change-Id: Ib0da047983f19c781dbf5e6d6bce3acda8006bda Reviewed-on: https://chromium-review.googlesource.com/1104079Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568737} 
- 
Tao Bai authoredAlways check if log is enabled before ouput log, this avoid creating string object while log is disabled. Also only check Android log property when AwAutofillManager is created or new session starts. Bug: 843277 Change-Id: Id2ab708646d434677d11016132cc47b6fa4985be Reviewed-on: https://chromium-review.googlesource.com/1106959Reviewed-by: Changwan Ryu <changwan@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#568736} 
- 
Kent Tamura authoredv8_script_runner.h is used in 2,800+ compilation units, and this CL reduces its estimated expanded size from 4.06MB to 0.65MB. Bug: 242216 Change-Id: I87f5b5ada11794eaab07c1375741dce760201605 Reviewed-on: https://chromium-review.googlesource.com/1107034Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#568735} 
- 
Kent Tamura authoredRemove dependency to encoded_form_data.h and security_origin.h. resource_request.h is used in 4,400+ compilation units, and this CL reduces its estimated expanded size by 0.24MB. Bug: 242216 Change-Id: Ief70b318e39c508b75791db3d708ed7cee40c277 Reviewed-on: https://chromium-review.googlesource.com/1107030Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#568734} 
- 
Koji Ishii authoredCq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I9300bd5c5565fc143bf315d892c003870b314187 Reviewed-on: https://chromium-review.googlesource.com/1098903 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Reviewed-by: Yoichi Osato <yoichio@chromium.org> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568733} 
- 
Wenzhao Zang authored1) The new wallpaper picker relies on the Backdrop server to select surprise me images, instead of selecting random images by ourseleves (the back-end was implemented by a prior CL). 2) The surprise me images are per-category, ie. each wallpaper category has a "daily refresh slider". At most one slider may be active at a time. Toggling one slider to active should deactivate others. 3) Use "daily refresh" instead of "surprise me" in the code to distinguish from the old picker. Although it's possible to share code path with the old picker, generally avoid it for clarity. Test steps include: 1) Toggle daily refresh between enabled/disabled, during tablet/clamshell mode, and among different categories. 2) Enable surprise me on the old picker, then add switch --new-wallpaper-picker, and see the migration. 3) See the sync is working for two devices with the same account id. Bug: 834998, 810169, 834994, 837338 Change-Id: I369ce57ac4bd07e91da31bb2971b6970501f9c3a Reviewed-on: https://chromium-review.googlesource.com/1093742 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#568732} 
- 
Min Qin authoredThis CL adds a flag into BrowserParts to allow Chrome to start with only the ServiceManager, without loading additional functionalities such as profile. This will allow features like download/sync to run without fully instantiating Chrome, thus saving memory footprints. Once ServiceManager is started, serviceManagerStartupComplete() will get called. And Browser startup will be paused if the request is to start ServiceManager only BUG=842245 Change-Id: I436c4bde16db55af012b5d9cf468c073c86a86cc Reviewed-on: https://chromium-review.googlesource.com/1093303Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Xi Han <hanxi@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568731} 
- 
skia-chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/47c29fa64b3f..4359d529121f git log 47c29fa64b3f..4359d529121f --date=short --no-merges --format='%ad %ae %s' 2018-06-20 allanmac@google.com Skia Compute core files Created with: gclient setdep -r src/third_party/skia@4359d529121f 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=kjlubick@chromium.org Change-Id: I70bdb0c284710c99fd56217009581b7d605da1e1 Reviewed-on: https://chromium-review.googlesource.com/1107397Reviewed-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@{#568730} 
- 
Min Qin authoredThis CL allows InProgressDownloadManager to take a URLLoaderFactoryGetter, and resume the download by itself. BUG=842245 Change-Id: Ie2e6dff715455ee8449be05d49c43144de8d25c8 Reviewed-on: https://chromium-review.googlesource.com/1102885Reviewed-by: David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568729} 
- 
Nico Weber authoredTBR=jbudorick Bug: 455679,843511 Change-Id: I716eaad2c98521978d25ee5b0bf00d57534eb19c Reviewed-on: https://chromium-review.googlesource.com/1104803Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#568728} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium 90a2d3e7. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" 08784a11 "[Mojo Blob URLs] Make clicking an <a target="blank_"> with a blob URL work correctly." 3aaab5dd "webrtc wpt: trust getUserMedia to be compliant" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19929 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: drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure guidou@chromium.org: external/wpt/mediacapture-streams igrigorik@chromium.org, panicker@chromium.org: external/wpt/performance-timeline kojii@chromium.org: external/wpt/css/css-scoping mcasas@chromium.org: external/wpt/mediacapture-record TBR=robertma No-Export: true Change-Id: Ia2fe07a0430a87cdaa2f6a7da2f9f5cc3c1a3c4d Reviewed-on: https://chromium-review.googlesource.com/1107249 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@{#568727} 
- 
Michał Pichliński authoredFollowing change: https://chromium-review.googlesource.com/1026975 disallows having a control of Chromecast preference in settings, because calling Cast... after enabling Chromecast preference in runtime without a restart causes a crash due to missing MediaRouterUIService. Instead of not creating MediaRouterUIService, do not create MediaRouterActionController in this service when Media Router is disabled. Bug: 834719 Change-Id: I218523d631d9050ff27e69915ba098fe21907e25 Reviewed-on: https://chromium-review.googlesource.com/1067817 Commit-Queue: Michal Pichlinski <mpichlinski@opera.com> Reviewed-by: Derek Cheng <imcheng@chromium.org> Reviewed-by: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#568726} 
- 
Matt Falkenhagen authoredNetworkService and NetS13nSW currently fail this test. Bug: 850839 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ic33481d43b34f36c5ac7b234a2ca149d4134fcd0 Reviewed-on: https://chromium-review.googlesource.com/1107029Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#568725} 
- 
rbpotter authoredAdd test to verify that destination filtering works correctly. Bug: 773928 Change-Id: Id561ff1611e9de15991528002e9c5f245a6a22df Reviewed-on: https://chromium-review.googlesource.com/1102989Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#568724} 
- 
Samuel Huang authoredLLD-LTO flow (TODO) will be quite different from LLD flow. Supersize will need to tell them apart (and store them using distinct linker names in the .size file). This CL adds the functionality to detect LTO usage from LLD .map files. Previously linker detection (to discern Gold, and 2 versions of LLD files) only needed to examine the first line of .map file. But for LTO (LLD only), we'll need to look beyond this. The signal we chose is to look for 'thinlto-cache' prefix at locations where paths usually reside in .map files. To optimize for speed, we choose and scan one 'indicator section' (.ARM.exidx or .reloc, but easy to tweak). Details: - Refactor: Previously linker_map_parser.DetectLinkerNameFromMapFile() was called twice: to computie metadata, and in MapFileParser. Since the function is becoming more complex, we new call it once (for metadata), then pipe the information to MapFileParser to use. - Add linker_map_parser._DetectLto() to handle most of the parsing. As optimization, we use ad-hoc string processing instead of Regex. - Minor cleanup on version 0 vs. 1 difference for LLD. After this change, the list of linker names are: {'gold', 'lld_v0', 'lld-lto_v0', 'lld_v1', 'lld-lto_v1'}. Bug: 723798 Change-Id: I0498e50446be32a0335bb4781d60a6b72d7e87b5 Reviewed-on: https://chromium-review.googlesource.com/1107037 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:Samuel Huang <huangs@chromium.org> Reviewed-by: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#568723} 
- 
Emircan Uysaler authoredThis is a reland of e048eba0 Original change's description: > Refactor VideoFrameBuffer::Type handling in MediaStreamRemoteVideoSource > > This CL cleans up this class in preparation for future types to be added. > > Bug: 853843 > Change-Id: Ibdf6f624cc01e776bd885fa785a1cdb37a19a150 > Reviewed-on: https://chromium-review.googlesource.com/1104965 > Reviewed-by: Christian Fremerey <chfremer@chromium.org> > Commit-Queue: Emircan Uysaler <emircan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568165} Bug: 853843 Change-Id: Ic7ff7acebc126438529c51d48d9db2b118e10887 TBR: chfremer@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1106943 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568722} 
- 
Wenzhao Zang authored1) Support preview for updating the layout of the currently set wallpaper. 2) Updates the spec of the preview top bar based on new spec. 3) Support highlighting the offline wallpaper when device is not connected (similar to the old picker). Bug: 836396, 835025 Change-Id: I0732bfa63efec6fa6baf4fabb253f7aa2f5bc9f3 Reviewed-on: https://chromium-review.googlesource.com/1089998 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by: Oliver Chang <ochang@chromium.org> Reviewed-by: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#568721} 
- 
Martin Kreichgauer authoredThis makes GetAssertionOperation decrypt the matching credential id id into its UserEntity value and carry those values as well as the credential id into the returned response. It was previously returning incomplete responses. Also fix the signature counter to 1, rather than 0, because webauthndemo insists that the number be greater than 0. Bug: 803842 Change-Id: I42e22ca9fb571ad6dea924bd765aa276d8c62d1a Reviewed-on: https://chromium-review.googlesource.com/1103518 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#568720} 
- 
Kenneth Russell authoredTbr: geofflang@chromium.org Bug: 854100 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: I36ec64561f48b12d04269a3b3c031496902292ab Reviewed-on: https://chromium-review.googlesource.com/1107275Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568719} 
- 
angle-chromium-autoroll authoredhttps://chromium.googlesource.com/angle/angle.git/+log/4004ae0e033a..a914f7ff310d git log 4004ae0e033a..a914f7ff310d --date=short --no-merges --format='%ad %ae %s' 2018-06-20 jiawei.shao@intel.com Use ShaderMap in Statemanager11 - Part II Created with: gclient setdep -r src/third_party/angle@a914f7ff310d The AutoRoll server is located here: https://angle-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: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=cwallez@chromium.org Change-Id: Id1ab00613120775a74f87059f6f97a9a22f933b9 Reviewed-on: https://chromium-review.googlesource.com/1106860Reviewed-by: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568718} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/9cccc5ce4fb9..2ac4352aea17 git log 9cccc5ce4fb9..2ac4352aea17 --date=short --no-merges --format='%ad %ae %s' 2018-06-19 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@2ac4352aea17 The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: I0be686bfae67b05024ac73b64e83b27707332e9b Reviewed-on: https://chromium-review.googlesource.com/1106980Reviewed-by: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568717} 
- 
Christopher Cameron authoredAllow BrowserCompositorMac to transition between different parent UI layers, if needed. Bug: 853302 Change-Id: I85596a1fe42c490d770f023c68d9a4093f050dcc Reviewed-on: https://chromium-review.googlesource.com/1107047Reviewed-by: Robert Liao <robliao@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#568716} 
- 
Jinsuk Kim authoredThis CL renames an API setrContainerViewInternals to setAccessDelegate and migrates to ViewEventSink that handles view-related methods for content layer, in preparation of deleting the class ContentViewCore. Bug: 598880 Change-Id: I3023d0ac2959d88ad82cfe91a8c6cf2fc3955320 Reviewed-on: https://chromium-review.googlesource.com/1106649Reviewed-by: Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#568715} 
 
-