- 21 Sep, 2018 40 commits
-
-
Mustafa Emre Acer authored
Bug: 870038 Change-Id: I856efd083382cb27f01ea37abbfcbb04941ec0c4 Reviewed-on: https://chromium-review.googlesource.com/1176582 Commit-Queue: Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Cr-Commit-Position: refs/heads/master@{#593084}
-
Chris Lu authored
While the app is clearing browsing data, web usage is not enabled. So to prevent CHECK crash, return nil when StaticHtmlNativeContent is not presenting web content. Bug: 857199 Change-Id: I76320563f3237198e29c508c01e6c8df51da6a9c Reviewed-on: https://chromium-review.googlesource.com/1237404 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#593083}
-
Devlin Cronin authored
A few of the name values for the menu entries in the ExtensionContextMenuModel were a little misleading. Remap the following (<old> -> <new>): - NAME -> HOME_PAGE (opens the extension's home page, or the webstore if a separate home page was not specified). - CONFIGURE - OPTIONS (opens the extension's options page) - MANAGE -> MANAGE_EXTENSIONS (opens the chrome://extensions page) No functional change is intended; this is purely a renaming of code values. Bug: None Change-Id: Iabac73bf3bd7d85ea02b23379a9a19eeef02cf21 Reviewed-on: https://chromium-review.googlesource.com/1229774Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#593082}
-
Kunihiko Sakamoto authored
Bug: 876968 Change-Id: Iae1f26e63a4c607b68f6cb85d2d46594a682a27c Reviewed-on: https://chromium-review.googlesource.com/1237793Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#593081}
-
Ryo Hashimoto authored
To prevent translation errors by making it clear that the display is not erased from some kind of list, but was disconnected from the device. BUG=None TEST=None Change-Id: I456db3b6492a7041b53413cffae0ca1ab9f360dc Reviewed-on: https://chromium-review.googlesource.com/1234075Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#593080}
-
Taiju Tsuiki authored
This reverts commit fce6f1f0. Reason for revert: Mac bots start failing after this on ZoomDecorationTest. Logs are: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests/15388 https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8934822664204431200/+/steps/browser_tests_on__none__GPU_on_Mac_on_Mac-10.12.6/0/logs/ZoomDecorationTest.BubbleAtDefaultZoom__x2f_1/0 Original change's description: > mac: Remove unused cocoa bookmarks code. > > Bug: 832676 > Change-Id: I7a307c33ad6daf44cc2c170829f03cfdc488da4b > Reviewed-on: https://chromium-review.googlesource.com/1236177 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#592940} TBR=ellyjones@chromium.org,thakis@chromium.org,rsesek@chromium.org Change-Id: I5cee6336950065ba9ba0053334892092d2ebe308 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 832676 Reviewed-on: https://chromium-review.googlesource.com/1238033Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#593079}
-
Noel Gordon authored
This variable was added in [1] but the patch never used the variable, remove it. [1] https://goo.gl/Fnvppi (good read btw, explaining why file manager has many separate initialization steps). Bug: 887792 Change-Id: Ic9af3447382589bf27fc84fe7a6613c2a269d75d Reviewed-on: https://chromium-review.googlesource.com/1237894 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#593078}
-
Xianzhu Wang authored
Transform with perspective mapping sometimes doesn't work for cull rect. See the bug for details. Bug: 887558 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I4d2c086f957454c6cb90a8c679e7dc5b37b95c3f Reviewed-on: https://chromium-review.googlesource.com/1236660 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#593077}
-
John Abd-El-Malek authored
With https://chromium-review.googlesource.com/c/chromium/src/+/1235593, Gmail re-loads correctly after a network process crash. However if Gmail isn't reloaded or opened in a new tab, it still thinks it's disconnected because its subresource requests are failing. The problem is that ServiceWorkerSubresourceLoader::fallback_factory_ was a ChildURLLoaderFactoryBundle (which doesn't handle updating after crashes) instead of being a HostChildURLLoaderFactoryBundle (which is properly updated after a crash). Bug: 884007 Change-Id: I63d61811005a57f1a43ec91961fd5c5f5de5d0e8 Reviewed-on: https://chromium-review.googlesource.com/1237720Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#593076}
-
Charles Zhao authored
EquivToProtoLite compares two Message or MessageLite by comparing each subfield. Bug: 884140 Change-Id: Ic9ecf9497a6beafd0c739134fe25f506b618527f Reviewed-on: https://chromium-review.googlesource.com/1236015Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#593075}
-
Weilun Shi authored
Using percentage width instead of constant number width for the collection/image tiles. Leaving one percent width for the scrollbar. Screencast: https://screencast.googleplex.com/cast/NDYwMjgyNjA0NzA5NDc4NHxmNTgxMjYyOC0yNQ Bug: 874742 Change-Id: I54f303a3ec294502669b26f0a6d31388e67b35dc Reviewed-on: https://chromium-review.googlesource.com/1237515Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#593074}
-
Alan Cutter authored
This CL makes HostedAppOpaqueBrowserFrameViewTest force enable Mac Views to fix a crash on mac-cocoa-rel. Bug: 885164 Change-Id: I8cd754954c9119a65c8aca94b7a07f2159e3f95d Reviewed-on: https://chromium-review.googlesource.com/1237733Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#593073}
-
Stuart Langley authored
This adds a "drive/Computers" folder to ResourceMetadata, so that we should always have a valid path for the top level Computers folder regardless of the sync engine being used. This makes it easier on the UI side as we do not need to special case any handling for sync engine, and if we do not find a "drive/Computers" path than we can treat it as a real error. Bug: 884020 Change-Id: Ib30e65a00f7e9e62ceb89b47715f591ffba9e041 Reviewed-on: https://chromium-review.googlesource.com/1237016Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#593072}
-
Justin DeWitt authored
This implements a periodic background task that attempts to fetch the Explore Sites catalog approximately daily. Fetch implementation is left to a future CL, as is initiating the background task. Bug: 867488 Change-Id: I808a7bacd9f20c3c1dbcaf84acd413eb7353c644 Reviewed-on: https://chromium-review.googlesource.com/1236506Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#593071}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6f7c60dde99f..15abb5c68f71 git log 6f7c60dde99f..15abb5c68f71 --date=short --no-merges --format='%ad %ae %s' 2018-09-21 dtu@chromium.org [pinpoint] Fix clipping on stats page duration histograms. Created with: gclient setdep -r src/third_party/catapult@15abb5c68f71 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:887168 TBR=sullivan@chromium.org Change-Id: I2615e7a3b726218680731a9f0bcd4dbe1128d002 Reviewed-on: https://chromium-review.googlesource.com/1237476Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593070}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/38801cf97996..2133ff9907da Created with: gclient setdep -r src-internal@2133ff9907da The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Iad9b25c8a9f9613ef6b3e85bb97d25f2d43eba28 Reviewed-on: https://chromium-review.googlesource.com/1237813Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593069}
-
Noel Gordon authored
Call DOMContentLoaded directly. Update comments. Bug: 887792 Change-Id: Ib688e8dda1b74ff065e91a980099050ca19cb8a4 Reviewed-on: https://chromium-review.googlesource.com/1237018Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#593068}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7ea977bc5e41..82e0e444a5c5 git log 7ea977bc5e41..82e0e444a5c5 --date=short --no-merges --format='%ad %ae %s' 2018-09-21 brianosman@google.com Remove a largue quantity of 4444 and/or dithering code 2018-09-21 halcanary@google.com SkPDF: add SK_API to new public factory. Created with: gclient setdep -r src/third_party/skia@82e0e444a5c5 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=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=reed@chromium.org Change-Id: Ie827a67ca65e21edc1ec98d6f5bade8d979dcbde Reviewed-on: https://chromium-review.googlesource.com/1237478Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593067}
-
Andrew Moylan authored
This function makes a basic call using the ML Service client library. Doing this triggers the ML Service daemon to be started (via D-Bus service activation) and the D-Bus -> Mojo IPC bootstrap to occur. The VoidCallback is invoked when the basic call (LoadModel on the test model) completes successfully. Tested: - Ran it with a Chrome OS Tast test (testing successful bootstrap) - Added a test to the test.js covering the case of failure to connect to ML Service Bug: 836102 Change-Id: I509eab4a518a933109095eec1ece811bc30e4f99 Reviewed-on: https://chromium-review.googlesource.com/1229878Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#593066}
-
Han Leon authored
BUG= Change-Id: I9fbb5e4423d099e77c2b8c95dd9bc53d4eb90e36 Reviewed-on: https://chromium-review.googlesource.com/1234914Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#593065}
-
Tetsui Ohkubo authored
According to QA we still need notification border shadow on Win7 Aero. TEST=manual BUG=882826 Change-Id: Ia69a366188b595ff6e0c61c4b4f3c06a57c70580 Reviewed-on: https://chromium-review.googlesource.com/1233014 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#593064}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I786751498c62b52c02e17b2eba542b0e5b8705ce Reviewed-on: https://chromium-review.googlesource.com/1237873Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#593063}
-
Christian Biesinger authored
Also mark NGInlineBoxState as not heap allocated. R=kojii@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I0c605c6123cab202190e9415cc9cb9a81d0cd832 Reviewed-on: https://chromium-review.googlesource.com/1237237 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#593062}
-
Aldo Culquicondor authored
This wrapper allows to use the same macros for GL commands. They will make use of native GL or the command buffer, depending on the platform. Windows is the first platform to use the command buffer. All vr targets build for all platforms, but they fail to run on Windows, due to missing dependencies. These will be added in a followup CL. For now, disable the tests from the trybots. Bug: 884256 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I8802ea37a82cd29d4356e7d4601952077d20dd4a Reviewed-on: https://chromium-review.googlesource.com/1226028Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Aldo Culquicondor <acondor@chromium.org> Cr-Commit-Position: refs/heads/master@{#593061}
-
Yiming Zhou authored
Bug: 847905 Change-Id: Ic8da3d3d2214a06cf0cc8a180d66a81fbc89ed90 Reviewed-on: https://chromium-review.googlesource.com/1214208 Commit-Queue: Yiming Zhou <uwyiming@google.com> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#593060}
-
yoshiki iguchi authored
There was the bug that a toast didn't get hidden if it was removed just after unlocking the screen. This bug had been introduced by http://crrev.com/b7c2ea2a2ca1fa8b7eb8aece0bee0a965735dcda. Toast changes the window container which it belongs to referring the current device lock status: locked or unlocked, because chrome os has different window containers for locked and unlocked desktop. That commit had changed the timing of changing the window container and that had caused the bug. We had the code not to hide a toast on animation, but that change had added an animation on the changing. This CL removes the code, since it is no longer necessary because the change timing was changed. Bug: 887800 Test: manual Change-Id: I2942227af9bc9eebb8c5881920341f25d68e91d5 Reviewed-on: https://chromium-review.googlesource.com/1235513 Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#593059}
-
Scott Chen authored
This CL adds a very basic landing page for the NUX onboarding experience. To test this CL, add --enable-features=NuxOnboardingForceEnabled. Current progress screenshot: https://imgur.com/a/2OBLbyq There will be follow-up CLs to make it look more like the mocks, as well as add other views for NUX. Bug: 874142 Change-Id: Ie643def26d657fadfbbf556dd03df7cddf5976cc Reviewed-on: https://chromium-review.googlesource.com/1235114 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#593058}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8c9d5d0fbbbc..38801cf97996 Created with: gclient setdep -r src-internal@38801cf97996 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I984ca0dd421f33bff7622d9c18d9d380bc02c77b Reviewed-on: https://chromium-review.googlesource.com/1237477Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593057}
-
Joel Hockey authored
This will be used at least in tast tests where the UI is used to uninstall crostini, but the test must wait until uninstall completes and receives result. Bug: 849438 Change-Id: Ia44dfa80cae957082bc1641bc5540f69b0ba3b40 Reviewed-on: https://chromium-review.googlesource.com/1236616Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#593056}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4ce287e04201..a977acc85769 git log 4ce287e04201..a977acc85769 --date=short --no-merges --format='%ad %ae %s' 2018-09-21 jiawei.shao@intel.com ES31: Support translating textureGather into HLSL - Part I Created with: gclient setdep -r src/third_party/angle@a977acc85769 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try: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=jmadill@chromium.org Change-Id: Ieaabd8a9d295b36b5d49fca6a350576218c5267d Reviewed-on: https://chromium-review.googlesource.com/1237474Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593055}
-
Han Leon authored
After https://chromium-review.googlesource.com/c/chromium/src/+/1214709, now we send {FocusClient, NavigateClient, OpenPaymentHandlerWindow, OpenWindowForClients} Mojo messages from within Blink, no longer need blink::NavigateClientCallback (subclass of WebServiceWorkerClientCallbacks) to help cross the boundary of Content and Blink. This CL removes blink::NavigateClientCallback then removes the parent class WebServiceWorkerClientCallbacks completely. BUG=879019 Change-Id: I0643b7439d1a07ca2a3296f3327440d306cf0c2f Reviewed-on: https://chromium-review.googlesource.com/1227619Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#593054}
-
gogerald authored
Bug: 806868 Change-Id: I1325c8eaa46460ff93f2750d9ba600bf7b9fcda8 Reviewed-on: https://chromium-review.googlesource.com/1236923 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#593053}
-
Matthew Denton authored
Added EngageNamespaceSandboxIfPossible in order to prevent EngageNamespaceSandbox from failing on systems that don't support unprivileged user namespaces. Also modifies the network sandbox to call this function instead of EngageNamespaceSandbox to prevent crashes in the linked bug. > # build setuid sandbox and make chrome use network service > sudo bash -c "echo 0 > /proc/sys/kernel/unprivileged_userns_clone" > out/Debug/chrome # crashes before patch, not after Bug: 881844 Test: Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I66573d978d67fa65eaec646a4044b50030f20c89 Reviewed-on: https://chromium-review.googlesource.com/1223335 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#593052}
-
Tarun Bansal authored
Servicify Network Quality Estimator (NQE) in content. This CL replaces NQE APIs by Network Quality Tracker (NQT). The latter works with network servicification enabled as well. The NQE/NQT APIs in content are used to send network quality change notifications to the renderer process. These are eventually consumed by Blink as well as exposed to Web via NetInfo. This CL also adds a Chrome browser test for the NetInfo API. Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ib8c0f9b1742d3c1eb3dbefe8d891c06c4e986492 Bug: 883010 Reviewed-on: https://chromium-review.googlesource.com/1214603Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#593051}
-
rbpotter authored
Bug: 887632 Change-Id: Id61d1c09b93b7c3e7281edabac71b3c3808286d5 Reviewed-on: https://chromium-review.googlesource.com/1237245 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#593050}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7e301cfffe7f..92df4e63abbe git log 7e301cfffe7f..92df4e63abbe --date=short --no-merges --format='%ad %ae %s' 2018-09-21 nodir@chromium.org Revert "[gclient] Use canonical URLs in solutions" Created with: gclient setdep -r src/third_party/depot_tools@92df4e63abbe The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:877161 TBR=agable@chromium.org Change-Id: I3b1defe71f7dadcec0a362b2d4b8cd4b36378896 Reviewed-on: https://chromium-review.googlesource.com/1237475Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593049}
-
Jeremy Klein authored
Currently the feedback dialog offers to let users include HCI logs in feedback when "Bluetooth" or other related keywords are included in the description. This change adds Smart Lock and Tether(ing) to that potential list of related keywords. This should let us get much more useful logs for errors related to these features. R=rkc@chromium.com Bug: None Change-Id: Ie70cdd2f1d29e9f4fa6cb823d2ac806e386d4975 Reviewed-on: https://chromium-review.googlesource.com/1237391Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jeremy Klein <jlklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#593048}
-
Kenneth Russell authored
Bug: 887751 Change-Id: Ia615c546c4550ac8e5535a6becf3dce1601bef18 Reviewed-on: https://chromium-review.googlesource.com/1237557Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#593047}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/32f12aca36e0..7ea977bc5e41 git log 32f12aca36e0..7ea977bc5e41 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 mtklein@google.com Reland "always optimize third_party code" 2018-09-20 mtklein@google.com Revert "have SkConvertPixels use SkColorSpaceXformSteps" Created with: gclient setdep -r src/third_party/skia@7ea977bc5e41 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=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=reed@chromium.org Change-Id: I8089b1abe80e2803183cd69fdfcf80920f66f4e1 Reviewed-on: https://chromium-review.googlesource.com/1236471Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593046}
-
Joshua Peraza authored
Bug: crashpad:30 Change-Id: I433eba2e734244dd80d9becae84789fd406de25d Reviewed-on: https://chromium-review.googlesource.com/1202703Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#593045}
-