- 26 Jan, 2018 40 commits
-
-
Mike Wasserman authored
This refines my earlier work done in: http://crrev.com/c/842467 Move event target nulling and root location use to WindowTreeClient, to ensure events reach MusUnifiedEventTargeter. Otherwise, WindowEventDispatcher::GetInitialEventTarget will use the touch gesture recognizer's target (returned by GetPriorityTargetInRootWindow) before performing the mirror display transformation on the event's location. Inline DispatchEventToTarget for additional clarity. Bug: 805714 Test: Mus touch events work in Chrome OS's unified desktop mode. Change-Id: Ic4844c85cc24a9f9885e7705ff27cb57b305d245 Reviewed-on: https://chromium-review.googlesource.com/887250 Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#532030}
-
Sammie Quon authored
Sometimes windows can be very long or very tall outside of overview mode. These windows will either become super wide or super skinny after entering overvie wmode. This is not ideal as too wide -> takes up too much space and too skinny -> users cannot see the title. Clamps the width to be within 0.5 and 2 times the height. Windows will still keep their aspect ratio, so the resulting window is centered in the window selector item. https://screenshot.googleplex.com/dSfEciJ5CPd The above screenshot shows the effect of this CL (minus the blue and red borders which help visualize). The extreme windows will look they are floating since the backdrop is not implemented yet. But this cl is all behind a switch. Test: ash_unittests WindowSelectorTest.ExtremeWindowBounds Bug: 782320 Change-Id: Id337eb091fcc4f1297ae8f864175c7f06b10b71c Reviewed-on: https://chromium-review.googlesource.com/869051 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#532029}
-
Alexei Filippov authored
Do not create Sample object ahead. Moved all the hooks into the SamplingNativeHeapProfiler class to improve code readability. BUG=803276 Change-Id: I88a920c338d19fc89689c3f797d2c002a3d976cb Reviewed-on: https://chromium-review.googlesource.com/879595 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#532028}
-
Ilya Sherman authored
When the safe seed and the latest seed have identical contents, use a sentinel value to avoid storing a duplicate value for the two seeds. This is purely a storage space optimization; no difference in observed functionality is expected. R=asvitkine@chromium.org Bug: 727984 Change-Id: Ica641a479228b0cdfcc4af2ec04ddfc54c36c5eb Reviewed-on: https://chromium-review.googlesource.com/880482 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#532027}
-
Wenzhao Zang authored
The criteria of opening wallpaper picker should be consistent between the settings page [1] and the shelf context menu [2]. Another pending CL [3] will combine these two places to avoid duplicate logic. The criteria of whether to show the 'shelf position' option remains unchanged and it should be separate from the logic of wallpaper picker. [1] https://cs.chromium.org/chromium/src/chrome/browser/ui/webui/settings/appearance_handler.cc?q=appearance_handler&sq=package:chromium&dr=C&l=76 [2] https://cs.chromium.org/chromium/src/chrome/browser/chromeos/background/ash_wallpaper_delegate.cc?dr=C&q=ash_wallpaper&sq=package:chromium&l=73 [3] https://chromium-review.googlesource.com/c/chromium/src/+/848193 Bug: 806051 Change-Id: I99da5e9bfef4dc02a2cdc53b33862d6310d88e14 Reviewed-on: https://chromium-review.googlesource.com/887251 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#532026}
-
Elliot Glaysher authored
This resolves the problem where the hardware cursor is shown in one window when unified mode is turned on. We might not have an active pref service yet, so move the checks that don't depend on preferences before checking the pref service. Bug: 805719 Change-Id: I92c1ea1a47a0cd63f695fc792e1fe025ee715962 Reviewed-on: https://chromium-review.googlesource.com/887288 Commit-Queue: Elliot Glaysher <erg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#532025}
-
Theresa authored
BUG=805976 Change-Id: I7c3a973b52c512fef38398e3bc98c1e9c848ebe4 Reviewed-on: https://chromium-review.googlesource.com/887563 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#532024}
-
Alex Newcomer authored
UX request: - Don't dismiss AppList if the right click/two finger tap is on the shield of the AppList. - Added a test. Bug: 805937 Change-Id: Id38b5872c3836680d08adbcb84922fe62201be19 Reviewed-on: https://chromium-review.googlesource.com/887282Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#532023}
-
Jun Cai authored
Currently, the device motion/orientation event pump requests the sensor data reporting frequency to be 60Hz. However on some devices, this frequency is larger than the maximum frequency the device can provide. This CL modifies device event pump code to set the sensor frequency not exceed the maximum frequency the platform supports. Bug: 796518 Change-Id: I1cd6215f3b35498482ed3ca26cd9b44d4eb7eb1e Reviewed-on: https://chromium-review.googlesource.com/879586Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#532022}
-
Joe Downing authored
I've seen this issue on local builds sporadically and have also seen reports in the field. What appears to happen is the user starts an It2Me connection and while waiting for the connection to be established, remoting::ClientSession::OnConnectionClosed() is called and we clean up all of the connection classes. Since the connection was never accepted, we did not call 'Start()' on the InputInjector which means the underlying TouchInjector instance was never initialized. When 'Stop()' is called as part of shutdown, the TouchInjector* is null and we crash. BUG=722372 Change-Id: Idae60d7a6951d009a8ff82d3523840a8e719ac71 Reviewed-on: https://chromium-review.googlesource.com/887646Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#532021}
-
Ryan Landay authored
This CL adds support for inheriting the autocapitalize attribute from a form owner as described in the new spec for autocapitalize: https://html.spec.whatwg.org/multipage/interaction.html#autocapitalization This CL also adds tests for this new behavior. Bug: 776618 Change-Id: Ib96354fb320736255369bd2df3113e172dfdb42e Reviewed-on: https://chromium-review.googlesource.com/872090Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Ryan Landay <rlanday@chromium.org> Cr-Commit-Position: refs/heads/master@{#532020}
-
Qiang(Joe) Xu authored
This reverts commit 32bff724. Reason for revert: causing chrome pfq HWTest failure: crbug.com/805966 Original change's description: > [subresource_filter] Enable SubresourceFilter experiment by default > > This also enables the filtering after a phishing interstitial by > default. > > Bug: None > Change-Id: Icb5a074575e2cf1ecd69d5e0ccfb573cf06cf799 > Reviewed-on: https://chromium-review.googlesource.com/729144 > Reviewed-by: Shivani Sharma <shivanisha@chromium.org> > Commit-Queue: Charlie Harrison <csharrison@chromium.org> > Cr-Commit-Position: refs/heads/master@{#531639} TBR=csharrison@chromium.org,shivanisha@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 805966 Change-Id: Ie448e5e468d9f4b00eaf63754acac952acad06af Reviewed-on: https://chromium-review.googlesource.com/887290 Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Reviewed-by:
Qiang(Joe) Xu <warx@chromium.org> Cr-Commit-Position: refs/heads/master@{#532019}
-
Kenneth Russell authored
virtual/wheelscrolllatching/fast/compositor-wheel-scroll-latching/ touchpad-scroll-impl-to-main.html is crashing, also, on Mac. Skip it until it's fixed. NOTRY=true TBR=sahel@chromium.org Bug: 800840 Change-Id: I1ad8fe7f8a5f226ca9253a11dea09b34c4596003 Reviewed-on: https://chromium-review.googlesource.com/889379Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#532018}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ee5d9a0c..508734bf 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Iea808b6dc0fe05dcfd15ba49f7ef9c1863ede12a Reviewed-on: https://chromium-review.googlesource.com/887401Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#532017}
-
Marijn Kruisselbrink authored
Or to be more precise, add a version of the CreateBlobInExtensionOrigin test that uses the mojo blob URL code path. Bug: 777585 Change-Id: Ife85fd3880994b2c2634dc7dbf54581ec0b7e30e Reviewed-on: https://chromium-review.googlesource.com/882560Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#532016}
-
Kinuko Yasuda authored
http/tests/devtools/network/oopif-targets.js failing since it's added in r531805 Looks like the same reason as the other oopif test (DCHECK(creator) crash in RFI::GetSubresourceLoaderFactories). TBR=yzshen@chromium.org NOTRY=true Bug: 805310 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I9c2e957986ba3756e6d0c3f51a9135d426f601a5 Reviewed-on: https://chromium-review.googlesource.com/888227 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuzhu Shen <yzshen@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#532015}
-
Scott Graham authored
Updates clang toolchain_libs path to 7.0.0. Includes https://fuchsia-review.googlesource.com/c/zircon/+/115121 which should fix component builds crashes. Also renames calls from zx_time_get() to zx_clock_get() per recent Fuchsia syscall change. TBR=kmackay@chromium.org Bug: 724204, 707030, 803110 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: If2cb1d320c27b60fb32b0337ce1c6d2886b45b33 Reviewed-on: https://chromium-review.googlesource.com/884822Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#532014}
-
Gabriel Charette authored
This CL saves 27KB in chrome.dll and 5KB in chrome_child.dll. https://chromium-review.googlesource.com/868013 had regressed size by 9KB and was caught as a performance regression. This CL should recover this 3X. Also removed an extra atomic operation in the simple case (used to atomic-load for check and atomic-load again for return, now only atomic-loads once). Also moved GetOrCreateLazyPointer() to a subtle:: namespace (now that calling it is tricky), also resolving recurring confusion about whether Needs/CompleteLazyInstance() are invoked outside of it (they're not, they're strictly helpers). R=fdoray@chromium.org, thakis@chromium.org Bug: 804034 Change-Id: I8de94fe742a8f9a68d4a66e0202a6fb276843af9 Reviewed-on: https://chromium-review.googlesource.com/883364Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#532013}
-
Theresa authored
Introduce a new AnchoredPopupWindow class, containing most of the logic previously in TextBubble, and refactor TextBubble to use this new class. Also introduces a ViewRectProvider that contains most of the logic previously in ViewAnchoredTextBubble. This lays the ground work for using AnchoredPopupWindow (with extra positioning customization/logic) for ListMenuButton to work around a bug in Android ListPopupWindow positioning introduced in Android N. BUG=709522 Change-Id: Ie6364ddcbd7b84736650ad3df8d433e1a75be6b6 Reviewed-on: https://chromium-review.googlesource.com/884328 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#532012}
-
Xing Liu authored
Refactor RunLoop::RunUntilIdle call in a while loop into an observer class that only hold one RunLoop. RunLoop::RunUntilIdle in a while loop may never return in multithread context on Android platform. Bug: 786626 Change-Id: Ic5deb53e892d9c6303346eb6a7f803c89eddd26d Reviewed-on: https://chromium-review.googlesource.com/882183 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#532011}
-
David Tseng authored
Bug: 800948 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia0a314d12ad121dd5748bbeb2ab5213920772d16 Reviewed-on: https://chromium-review.googlesource.com/881956Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#532010}
-
Leonard Grey authored
This came up in UX review. From Material Guidelines: "Clocks still turn clockwise for RTL languages. A clock icon or a circular refresh or progress indicator with an arrow pointing clockwise should not be mirrored." Bug: 805921 Change-Id: I1d345727b8656964b0574af9ccdc7d5dc26f8661 Reviewed-on: https://chromium-review.googlesource.com/887301Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#532009}
-
Zach Stein authored
These objects were not intended to be live. We still cache the objects returned by WebRTC here so that multiple calls to getContributingSources return the same objects when called multiple times in the same event loop. Further discussion here: https://github.com/w3c/webrtc-pc/issues/1533 Change-Id: Iada7583f7b30ae06477efe438e93ef4596d02ca1 Reviewed-on: https://chromium-review.googlesource.com/877336Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Zach Stein <zstein@google.com> Cr-Commit-Position: refs/heads/master@{#532008}
-
khmel authored
This forces ARC OptIn OOBE for all devices. Test: Manually + test_that minnie suite:bvt-arc Bug: b/69807512 Change-Id: Iab37c463cc2c65fd25879ca9df382304f581ccb3 Reviewed-on: https://chromium-review.googlesource.com/884375 Commit-Queue: Yury Khmel <khmel@google.com> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#532007}
-
Julia Tuttle authored
Cronet doesn't support controlling base::Features, so move the base::Feature to //services/network (in a tiny component, because things break otherwise), and move the feature check itself to NetworkContext. (A future change will add an experimental option to Cronet to enable Reporting and NEL.) This is a fixed re-land of https://chromium-review.googlesource.com/c/chromium/src/+/858176. Bug: 799616 Change-Id: I79c8a011c75d6b79a92f9ffe85bf5d53d509dcbc Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/879441 Commit-Queue: Julia Tuttle <juliatuttle@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#532006}
-
Andrew Wilson authored
I think we have enough local knowledge on the Chrome OS Enterprise team to be owners of the enrollment code - this will also speed up the review process by allowing us to cycle reviews locally. Bug: none Change-Id: I9986d0d7cd38c8c5c5ed0b6d8badbbbccf9e0c83 Reviewed-on: https://chromium-review.googlesource.com/878333Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Drew Wilson <atwilson@chromium.org> Cr-Commit-Position: refs/heads/master@{#532005}
-
Hidehiko Abe authored
BUG=784732 TEST=Ran trybot. Change-Id: Iec5f9eaa7482d4e23f5bf2eea4b34c9cd867f89d Reviewed-on: https://chromium-review.googlesource.com/856021 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#532004}
-
Yoland Yan authored
Merge two TestCommon into ActivityTestRule since there is no long need for sharing the implementation with other classes Bug: 711517 Change-Id: I21c902f76891e2e75b4716a924871e0c2410f30f Reviewed-on: https://chromium-review.googlesource.com/887341Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#532003}
-
edchin authored
The call to |-rootViewController| is used to calculate the size of the autocomplete popup view in tablet, relative to the keyboard being shown. We now convert to the mainScreen coordinate space, which is the intended use of |-rootViewController|. Bug: 791787 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib6c8a6de473005de9ec2ce899990653662c1b64f Reviewed-on: https://chromium-review.googlesource.com/882311 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#532002}
-
Charles Harrison authored
This CL adds tests for: 1. Infobar existence 2. Clicking "learn more" on the infobar 3. Clicking the checkbox and reloading the site 4. Closing the infobar Bug: 800176 Change-Id: I4cf28352c182320bcec5c9e6e8e53cd2c30d02d2 Reviewed-on: https://chromium-review.googlesource.com/886743Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#532001}
-
Joel Einbinder authored
Change-Id: Ide1e84ad7b7096467643786eb0eb06decfccee11 Reviewed-on: https://chromium-review.googlesource.com/761263 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532000}
-
Gheorghe Comanici authored
The experimental contextual suggestions service provides 0-suggest autocomplete suggestions based on the URL that is visited in the active tab, at the time the address bar is focused. This CL adds to the request a timestamp corresponding to the time the user started navigating the URL for which the suggestions are requested. This change is a requirement for the process of enabling server-side logging of the contextual suggestions that are sent to Chrome clients. If logged, contextual suggestions are to be removed as soon as a synced user removes from their history the page that was visited at the time the suggestions were displayed. The timestamp is necessary for matching suggestions with the corresponding navigation. TBR=rohitrao for mechanical changes to ios/c/b/a/* Bug: 692471 Change-Id: I6939d108cfab91b69640acdbb3b8307687999320 Reviewed-on: https://chromium-review.googlesource.com/879167 Commit-Queue: Gheorghe Comanici <gcomanici@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#531999}
-
Steven Bennetts authored
This CL shows 'allow shared proxies' for device managed proxies since these proxy settings may be subject to the 'use_shared_proxies' pref. This also: * Adds tests for the detail page, including a minor change to internet_detail_page.js to facilitate testing. * Fixes a subtle bug in isNetworkPolicyControlled. CrSettingsInternetDetailPageTest.InternetDetailPage Bug: 798553 Test: browser_tests --gtest_filter=\ Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I918710e106606127ff1246dd4400125b4c291273 Reviewed-on: https://chromium-review.googlesource.com/881867 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#531998}
-
Dominic Mazzoni authored
The accessibility enums were used in over 300 files and many of those uses depended on details of the bindings generated from the IDL file. To keep this as much of a pure refactoring as possible, this change does the following: * Implements Parse and ToString functions in ax_enum_util that match the behavior of the IDL bindings. * Explicitly adds a kNone and kLast item to every enum, to support code that iterates over enums. Bug: 650275 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I6610169991ea1209629dab9a8c4c2c1f03c4116f Reviewed-on: https://chromium-review.googlesource.com/877417Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#531997}
-
Nico Weber authored
TBR=danakj Bug: 177475 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I4278dac80badb5768e725986f6a32b11ca244507 Reviewed-on: https://chromium-review.googlesource.com/886882 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#531996}
-
Luum Habtemariam authored
We've moved from using Bind to BindOnce and BindRepeating. This implements that change in chromeos/printing. BUG=chromium:804035 TEST=passes unit tests Change-Id: Icaf15b00252398c9685a0482e114e7fef7ddea74 Reviewed-on: https://chromium-review.googlesource.com/884825 Commit-Queue: Luum Habtemariam <luum@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#531995}
-
Nico Weber authored
Looks like all fallthroughs in net were intentional. No intended behavior change. Bug: 741046,177475 Change-Id: I004ce3a7b2eb487a34972ced44e1b564468c7d70 Reviewed-on: https://chromium-review.googlesource.com/887303 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#531994}
-
Xianzhu Wang authored
Bug: 768691 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I46857805a46a44c9c3a2ce3280d7dbb3e32c0825 Reviewed-on: https://chromium-review.googlesource.com/882454Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#531993}
-
erikchen authored
This CL adds a new memlog stack mode: native-with-thread-names. When enabled, the thread name will be inserted as the first frame of each stack. Other minor changes: * Fixed minor bug in the parsing logic for ProfilingTestDriver. * Fixed a JSON exporter issue [node and string ids should begin at 1, not 0. chrome://tracing UI ignores nodes with id 0.] * Add TLS destructor for allocator shim. * base::android::AttachCurrentThread() now preserves thread name. Change-Id: I8c9d82084d6439e663f94e563068c987d1cf3b23 Bug: 758739 Reviewed-on: https://chromium-review.googlesource.com/877085Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Dmitry Skiba <dskiba@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#531992}
-
edchin authored
[UIApplication sharedApplication].keyWindow.rootViewController was used to present UI. Now, the appropriate view controller is plumbed into autofill to present UI. Bug: 791793, 692525 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If82b5a5ee37d2ea9778d0332dd6686949d6bbfab Reviewed-on: https://chromium-review.googlesource.com/882400Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#531991}
-