- 16 Jul, 2018 35 commits
-
-
Maksim Sisov authored
This CL is a part of the Wayland gpu/ui split effort, which fixes the Ozone/Wayland and makes it functional when the gpu service is running out of the browser process. The patch does not bring any functionality changes, but rather prepares Ozone/Wayland for a dmabuf based approach, which uses ozone/drm code, to be landed in the upstream. In particular, gbm_bo_wrapper.cc/h is now a wrapper around gbm_bo, which is going to be used by ozone/drm and ozone/wayland. This is only compiled for wayland (downstream now) and drm backends, and does not bring any additional load on other backends. TEST: compile ozone/drm. Bug: 820047 Change-Id: I10cf2bcb990aa6de8acb67e941cc4e774747682a Reviewed-on: https://chromium-review.googlesource.com/1078247 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#575225}
-
Colin Blundell authored
No client to date has needed the information of when the access token obtained by (PrimaryAccount)AccessTokenFetcher will expire. However, GCM *does* have a need to know this information: it periodically cleans and refetches internally-cached access tokens based on whether they have expired. This CL passes this information in the (PrimaryAccount)AccessTokenFetcher client callbacks by expanding the access token parameter to a new AccessTokenInfo struct that contains the token plus metadata about the token (currently just its expiration time). TBR=jochen@chromium.org Bug: 729547 Change-Id: I70181ba71e627c3fdfbc5375ef0bc5b860226745 Reviewed-on: https://chromium-review.googlesource.com/1111852Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#575224}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a9c02104635b..a4657b6c0de7 git log a9c02104635b..a4657b6c0de7 --date=short --no-merges --format='%ad %ae %s' 2018-07-16 hjd@google.com Merge "perfetto-ui: Add release build to waterfall" 2018-07-13 hjd@google.com perfetto-ui: Add release build to waterfall Created with: gclient setdep -r src/third_party/perfetto@a4657b6c0de7 The AutoRoll server is located here: https://perfetto-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=perfetto-bugs@google.com Change-Id: If5e03edcd4c53cfbbca4abceddecb1b6a8cabb67 Reviewed-on: https://chromium-review.googlesource.com/1137787 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#575223}
-
Sam McNally authored
Run the Team Drives transfer tests with DriveFS enabled too. Bug: 848126 Change-Id: I877962e6908eafb976c56da380bd30d01aaf446b Reviewed-on: https://chromium-review.googlesource.com/1137971Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#575222}
-
Mohamed Amir Yosef authored
Bug: 860643 Change-Id: Ic472b0d4a182cb70fce2a035197897cdb9e609c2 Reviewed-on: https://chromium-review.googlesource.com/1127791 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#575221}
-
Noel Gordon authored
Add autoStep() helper for step-by-step mode. Typing it at the devtools console (or evaluating it in other remote inspection tools) causes all the test steps to run automatically in step by step mode [1]. [1] out/Release/browser_tests --enable-file-manager-step-by-step-tests Tbr: lucmult Bug: 863800,836254 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I5923f2ad0cc4fcc98e20e7bdf66e9ad504a4f9cf Reviewed-on: https://chromium-review.googlesource.com/1137968Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#575220}
-
Noel Gordon authored
Order the introduction/use of FileManageBrowserTestBase methods, types etc in the Chromium style. Also fix a comment overflow at 80 columns. Bug: 836254 Change-Id: Ibb0f0dc10d4ca4191a83d9ec3b0cbd4e1a52fcce Reviewed-on: https://chromium-review.googlesource.com/1138034 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#575219}
-
Michael Müller authored
Call secret_item_load_secret_sync only after matching the attributes of the secret item against the requested login form. This does not only improve the security as we don't query all available passwords, but also reduces the number of required dbus calls. The current code, for example, queried all passwords, even if none of the entries matched. R=dvadym@chromium.org Bug: 859305 Change-Id: I5e0432942d71d86fc9b06b86318b123614ab1be1 Reviewed-on: https://chromium-review.googlesource.com/1137816Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#575218}
-
jdoerrie authored
This change replaces the Autofill Home icons introduced in r571079 with icons optimized for rendering at 20px. Bug: 854562 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I4b1d521d004fe16087094b132ccebc74c5a33420 Reviewed-on: https://chromium-review.googlesource.com/1124165Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#575217}
-
Tim Schumann authored
Unlike documented, SUCCESS values do get reported: https://uma.googleplex.com/p/chrome/timeline_v2/?sid=0ca95a606db22900d36b9304459651b8 Change-Id: Ia252c90c13c96c24b93f1934b8ec4e6802c4090c Reviewed-on: https://chromium-review.googlesource.com/1137813 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#575216}
-
Mark Cogan authored
In preparation for further fine-tuning, this CL cleans up some of the API and implementation details of the tab grid transition animations. - The transition layout and transition animations no longer assume (or depend on) the cells being actual UICollectionViewCells. And, since they now can be, the non-active grid cells in the animation are just UIView snapshots. - The interface into specific subviews and properties needed for animating the active cell is now defined in a protocol. - GridCell now has two subclasses for the specialized cells used in the transitions; one which just shows the selection ring, and once which can transition from 'cell' to 'tab' appearance. Bug: 850507 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I7fabc2ab5c522573727b40116789b3080a15a515 Reviewed-on: https://chromium-review.googlesource.com/1135135Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#575215}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fea9e90e2cdb..e0a458f02f53 git log fea9e90e2cdb..e0a458f02f53 --date=short --no-merges --format='%ad %ae %s' 2018-07-16 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files Created with: gclient setdep -r src/third_party/skia@e0a458f02f53 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=bungeman@chromium.org Change-Id: I7b6d4351836d9f98233ce9cab651a3c4f0b7e086 Reviewed-on: https://chromium-review.googlesource.com/1137785Reviewed-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@{#575214}
-
Joel Hockey authored
In addition to removing the crostini volume with VolumeManager, also call DiskMountManager::UnmountPath. Bug: 859238 Change-Id: I0b773896ed3048f0bc3c62dcb4835aa547438475 Reviewed-on: https://chromium-review.googlesource.com/1137967Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#575213}
-
Henrik Boström authored
These classes were used to create and map blink-layer representations of media streams with webrtc-layer representations of media streams. The life-cycle of these streams were for some time complicated, ownership was shared through reference counting between legacy stream sets, senders and receivers. "GetOrCreate" was necessary in case the stream already existed due to legacy APIs and threading restrictions were different depending on if the stream was local or remote, with destructor having to run on a different thread than it was created. Because of the threading restrictions, ownership passing was made explicit with "AdapterRef" classes, std::unique_ptr<>s and ShallowCopy(). This is not very conventional or pretty. The multi-thread usage required mutexes and this class has been responsible for a couple of deadlock bugs and flaky tests due to thread jumps in the destructor. As of recently, stream objects only exist in the blink layer, and the content/webrtc layer's notion of streams are just the stream IDs. CLs listed prior in the referenced bugs have replaced function calls to third_party/webrtc to use the "std::string stream_id"-versions. With these classes no longer needed, we happily delete them. For the time being, WebRtcMediaStreamTrackAdapter[Map] is still needed, but this can likely be simplified during the Onion Souping. TBR=pfeldman@chromium.org Bug: 777617, 756436 Change-Id: I629597181fcd4eca286887cf1ff1ebbb3f08c64e Reviewed-on: https://chromium-review.googlesource.com/1131499 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#575212}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f9b822cd7957..70331946770e git log f9b822cd7957..70331946770e --date=short --no-merges --format='%ad %ae %s' 2018-07-16 tikuta@chromium.org Reland "chrome-sdk: Remove absolute path from simple chrome build using goma" Created with: gclient setdep -r src/third_party/chromite@70331946770e 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: I51d5dd272c301e1ae5b0dec9ed32d9a6438eafca Reviewed-on: https://chromium-review.googlesource.com/1137786Reviewed-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@{#575211}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0551e649..5d21e79d 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id6d79f9e2437e28603c478919dff56ae05b15d50 Reviewed-on: https://chromium-review.googlesource.com/1137973Reviewed-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@{#575210}
-
Christian Dullweber authored
We should only show the exception about not getting signed out when the user is actually signed in and cookies will be recreated on deletion. Bug: 860290 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I03577189ec114513c2a341b4cf05eab47a8339fb Reviewed-on: https://chromium-review.googlesource.com/1136293Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#575209}
-
chrome://sync-internals/Tanja Gornak authored
Proper fix should populate missing data in nodes. For the time being let's just check that the data isn't there. Bug: 809558 Change-Id: I31a97b3c332c309ebd3cab15e5fa0c1575d5c711 Reviewed-on: https://chromium-review.googlesource.com/1136534 Commit-Queue: Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#575208}
-
Philip Jägenstedt authored
As discussed on dom-dev: https://groups.google.com/a/chromium.org/d/msg/dom-dev/qfHM4fKckwk/nELu4mvaAwAJ There was already a hello.html + hello-parent.html in LayoutTests, so these are kept and already-in-import-map.html was tweaked slightly to use those instead. There was also an existing hello.css, which was different, but the test (import-attribute.html) doesn't depend on it. Change-Id: Ib97451ff33bae16a75a2c7c703a8bac270910e38 Reviewed-on: https://chromium-review.googlesource.com/1133161Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#575207}
-
Gemene Narcis authored
A metric is reported to find how many blacklisted forms exist in the password store. R=isherman@chromium.org, jdoerrie@chromium.org, vabr@chromium.org Bug: 862930 Change-Id: I11f89c78b4d6e9bc0755b1a0b53249f497d1729c Reviewed-on: https://chromium-review.googlesource.com/1131181 Commit-Queue: Narcis Gemene <gemene@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#575206}
-
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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=gbiv@chromium.org Change-Id: I4c592d64a76c1a16908825be921857c4e714c224 Reviewed-on: https://chromium-review.googlesource.com/1137985 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#575205}
-
Colin Blundell authored
PAATF is currently built directly on top of SigninManager and ProfileOAuth2TokenService. It instead should be layered on top of IdentityManager, so that when the latter is converted to be backed by the Identity Service PAATF automatically also becomes a true part of the Identity Service client library. This CL makes that change, after a rather large amount of prepatory work giving IdentityManager all the necessary API surfaces. The actual change is straightforward after that prepatory work. The only wrinkle is the following: - In the codebase currently clients create PAATF instances via an IdentityManager API, necessitating that identity_manager.h include primary_account_access_token_fetcher.h for some type definitions in that API. - However, to port PAATF it is necessary for primary_account_access_token_fetcher.h to include identity_manager.h to be an IdentityManager::Observer. - Thus, it is necessary *in this CL* to change all clients to construct PAATF instances directly rather than via IdentityManager. This is a completely straightforward change, but results in this CL touching a bunch more files than it otherwise would. The substantive changes in this CL are the ones in //services/identity. TBR=jochen@chromium.org Bug: 848642 Change-Id: Ic8ecb00864b1c44f848f9daae03e01dd4f06dd05 Reviewed-on: https://chromium-review.googlesource.com/1095098 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#575204}
-
Luciano Pacheco authored
"My Files" is on by default after crrev.com/c/1131025. Rename the "My Files" flag to disable-my-files-navigation so can turn it off. Bug: 846587, 846585 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I987230566c383fd8385f65916704cd0e9b32fd27 Reviewed-on: https://chromium-review.googlesource.com/1136456Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#575203}
-
Mikel Astiz authored
This reverts commit e98df9c6. Reason for revert: suspect for webkit_layout_tests consistently failing, e.g. https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win7%20Tests%20%281%29/81791 Original change's description: > Snaps after scrollbar clicking. > > After user clicking on the scrollbar's track or arrows, we should snap > to the closest snap position of the container. This is done by simply > moving SnapAfterScrollbarDragging() from > ScrollableArea::MouseReleasedScrollbar() up to Scrollbar::MouseUp(). > > This patch also rewrites the previous > snaps-after-scrollbar-dragging.html test using the gesture-util.js, and > adds the new clicking tests to it as well. > > Bug: 860768 > Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > Change-Id: I75267c3fc0917ecf5c14673a1eb480a047d03824 > Reviewed-on: https://chromium-review.googlesource.com/1127153 > Commit-Queue: Sandra Sun <sunyunjia@chromium.org> > Reviewed-by: David Bokan <bokan@chromium.org> > Reviewed-by: Majid Valipour <majidvp@chromium.org> > Cr-Commit-Position: refs/heads/master@{#575191} TBR=bokan@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org Change-Id: Iab3c3c489bda0fc6b150ba0e0a5bde8de9721798 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 860768 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Reviewed-on: https://chromium-review.googlesource.com/1138013Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#575202}
-
Luciano Pacheco authored
Bug: 846591 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Icbadc037d959c4f61912624835ff3ec8929d4a41 Reviewed-on: https://chromium-review.googlesource.com/1137807 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#575201}
-
Sergei Datsenko authored
If drivefs needs to restart itself it will inform the browser and unmount, and the browser will try to mount again after specified time. BUG=chromium:845390 Change-Id: Idb8e7767ef53469c7c8bc96ff0b0bf8c028a68b0 Reviewed-on: https://chromium-review.googlesource.com/1134712Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#575200}
-
Luciano Pacheco authored
This change is following: go/filesapp-2018-mocks Bug: 846587 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I066b3670ef0c06bc2b170ecd8991b6940fdac637 Reviewed-on: https://chromium-review.googlesource.com/1137804Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#575199}
-
wutao authored
This patch retrieves the payload when the notification is clicked. Bug: b/79493568 Test: manual. Change-Id: I01d4e1133861f7173f2c8973a3822db517d24f54 Reviewed-on: https://chromium-review.googlesource.com/1133764Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#575198}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: Id8788ce777d922a2c5c11477e130197beecc31a6 Reviewed-on: https://chromium-review.googlesource.com/1137888Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#575197}
-
Xu Xing authored
This follows up: https://chromium-review.googlesource.com/c/chromium/src/+/1125518/22/content/browser/gpu/gpu_client_impl.cc#70 BUG=857217 Change-Id: I4139661d39744bed3aab9ccdda72fc2976739472 Reviewed-on: https://chromium-review.googlesource.com/1136221 Commit-Queue: Xing Xu <xing.xu@intel.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#575196}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2f38df65f95e..8d3925b16482 git log 2f38df65f95e..8d3925b16482 --date=short --no-merges --format='%ad %ae %s' 2018-07-15 jsca@google.com Add support to gclient for skipping CIPD deps. Created with: gclient setdep -r src/third_party/depot_tools@8d3925b16482 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:860397 TBR=agable@chromium.org Change-Id: Id37d965f428f69448cd4cd0ed01953f39a94e138 Reviewed-on: https://chromium-review.googlesource.com/1137782Reviewed-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@{#575195}
-
Nektarios Paisios authored
Introduces SelectionDeserializer that receives an HTML snippet and creates a selection in the AX tree Will help with automated testing using HTML files that include selection markers. R=dmazzoni@chromium.org Change-Id: I7dd23b980b6966c87e09c12bdb27b8ad27c9cc15 Reviewed-on: https://chromium-review.googlesource.com/1106901 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#575194}
-
Andrew Moylan authored
This CL adds logic for Chromium to bootstrap a Mojo connection to the Chrome OS ML service daemon via D-Bus, and a very simple client library for client code in Chromium to use to access the ML service. 1. Bootstrap To connect to the daemon, Chromium prepares a Unix socket pair and sends a Mojo invitation, including a primordial pipe handle, through the socket. The file descriptor for the other end of the socket pair is passed to the daemon as the argument of its BootstrapMojoConnection D-Bus method. The daemon is expected to bind the primordial pipe to an implementation of the MachineLearningService top-level Mojo interface. The ML service daemon side of the above interaction is added in crrev.com/c/1123663. 2. Thin client library This CL adds chromeos::machine_learning::ServiceConnection which client code in Chromium can use to access the ML service. This singleton class automatically performs D-Bus->Mojo bootstrap as necessary, and exposes a method clients can use to bind a ModelProviderPtr mojo interface and thereby access the ML service. This CL also brings the .mojom files specifying the ML service Mojo interface under public/mojom. Previously we intended to access these via third_party/cros_system_api, but Chromium will instead maintain its own copy of these mojoms, which will be manually eventually-consistent with the Chrome OS copies (under src/platform2/ml). We are switching to this recommended approach for the reasons discussed in the following doc: https://docs.google.com/document/d/1rX3xtR6ZioKZaO-4qBFJFqFypSX1p6gAvQ_MuYn64G8 A separate CL will remove the .mojoms under platform/system_api/mojo. Testing: How to automatically test that Chromium + the daemon successfully perform the D-Bus -> Mojo bootstrap is not clear and is under discussion (comments welcome). It may have to wait until there is a client in Chromium calling the daemon, which could then have an end-to-end autotest. I manually tested this against a Chrome OS ML service built with crrev.com/c/1123663 by adding some test calls to BootstrapMojoConnection initiated from chrome_browser_main_chromeos. Bug: 836091, 836092, 836107 Change-Id: I3dbcaeb7a0af0bc09a56a98e68d9420cc1626d91 Reviewed-on: https://chromium-review.googlesource.com/1123964Reviewed-by:
Ben Chan <benchan@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#575193}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/612d5214a2ae..fea9e90e2cdb git log 612d5214a2ae..fea9e90e2cdb --date=short --no-merges --format='%ad %ae %s' 2018-07-16 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@fea9e90e2cdb 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=bungeman@chromium.org Change-Id: I9c44a4245aa7a709643a920e787b0e84ef3518f1 Reviewed-on: https://chromium-review.googlesource.com/1137783Reviewed-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@{#575192}
-
Sandra Sun authored
After user clicking on the scrollbar's track or arrows, we should snap to the closest snap position of the container. This is done by simply moving SnapAfterScrollbarDragging() from ScrollableArea::MouseReleasedScrollbar() up to Scrollbar::MouseUp(). This patch also rewrites the previous snaps-after-scrollbar-dragging.html test using the gesture-util.js, and adds the new clicking tests to it as well. Bug: 860768 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I75267c3fc0917ecf5c14673a1eb480a047d03824 Reviewed-on: https://chromium-review.googlesource.com/1127153 Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#575191}
-
- 15 Jul, 2018 5 commits
-
-
Ran Ji authored
We need to use the pref in components, move the pref to components/language/ so it can be accessed. Bug: 729596 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I37cb0b6fd9976ff8fc6d3239e01d4f38fc7b73f4 Reviewed-on: https://chromium-review.googlesource.com/1135198Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Ran Ji <ranj@chromium.org> Commit-Queue: Ran Ji <ranj@chromium.org> Cr-Commit-Position: refs/heads/master@{#575190}
-
Steven Valdez authored
This adds the API to SSLClientSocket but does not yet hook it up to the rest of the stack. Bug: 641225 Change-Id: I8694d4e4f92d7e57d32541fcc2b87ed5fb42d075 Reviewed-on: https://chromium-review.googlesource.com/1067639 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#575189}
-
Jeffrey authored
This change fixes the bug from the omnibox side. When the fakebox is focused, the omnibox will be in an "invisible focus" state. So these changes prevent the focus state to change if whitespace is inputted or pasted into the fakebox. The existing behaviour for dragging whitespace text into the fakebox does not hide the fakebox. That was not changed. A small change was made to the fakebox cursor, so when the fakebox is hidden, hovering over that area shows the default cursor instead of the text cursor. R=ramyan@chromium.org, treib@chromium.org Bug: 727302 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Id075e3e52113d5e8e27e2e1bab74926a6b8bc723 Reviewed-on: https://chromium-review.googlesource.com/1127488 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#575188}
-
Koji Ishii authored
Following bot results are included. 7803 7812 7822 7830 7836 7840 7845 7854 7856 7866 7873 7878 7882 7887 7895 7899 7908 7915 7925 7943 7944 7945 7946 7952 TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Idfc35797d4aad13c9462b4df865e3a2066684868 Reviewed-on: https://chromium-review.googlesource.com/1133359 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#575187}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c053fb8e34db..612d5214a2ae git log c053fb8e34db..612d5214a2ae --date=short --no-merges --format='%ad %ae %s' 2018-07-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@612d5214a2ae 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=bungeman@chromium.org Change-Id: I805d85602ae41f31fad8e5009903ea300eb99dc9 Reviewed-on: https://chromium-review.googlesource.com/1137780Reviewed-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@{#575186}
-