- 17 Oct, 2018 40 commits
-
-
Shakti Sahu authored
This CL adds a max width for image and videos to handle screens that are too wide such as phone in landscape and tablets. Bug: 890526 Change-Id: Icd8acbe0177761c2fd684d2ab2421419857e7be9 Reviewed-on: https://chromium-review.googlesource.com/c/1282203Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#600478}
-
Josh Karlin authored
The test was supposed to verify that, when AdTagging is disabled, frames with ad urls aren't tagged as ads. This wasn't working as intended. It passed regardless of whether or not ad tagging was disabled. What the test wanted to do isn't really possible when an AdTracker isn't present, and it's not when AdTagging is disabled. Changed the test to verify that the AdTracker is not present when AdTagging is disabled. Bug: 856273 Change-Id: I6e31444774ed5c1d1a9156a2a16e92896909d8fa Reviewed-on: https://chromium-review.googlesource.com/c/1273816Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#600477}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1d8a783c9db2..78bcd2bec371 git log 1d8a783c9db2..78bcd2bec371 --date=short --no-merges --format='%ad %ae %s' 2018-10-17 jmadill@chromium.org Vulkan: Fix deleting in-use descriptor sets. Created with: gclient setdep -r src/third_party/angle@78bcd2bec371 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=geofflang@chromium.org Change-Id: I4aefff962f4a6083f576903d4b22b873a842e643 Reviewed-on: https://chromium-review.googlesource.com/c/1286693Reviewed-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@{#600476}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/db22e96f..23e331fe 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: I3e6035923788c550e8f69f30cfcab62a81e8ed26 Reviewed-on: https://chromium-review.googlesource.com/c/1286882Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#600475}
-
Asa Karlsson authored
Added for code cleanup purposes Change-Id: I55463c1c8cadc1eeac810ad25fc3892813d63d19 Reviewed-on: https://chromium-review.googlesource.com/c/1286461Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#600474}
-
Alexander Alekseev authored
This disables Discover App. Bug: 894095 Change-Id: I34dda9c73210f1e56aca9a9ab2ad30e5878a89bd Reviewed-on: https://chromium-review.googlesource.com/c/1286462Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#600473}
-
Christian Biesinger authored
clear() also frees the backing store of the vector. This patch replaces it with resize(0), which doesn't do that, in cases where that seems unnecessary/undesirable. R=eae@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I2e4360756d2c1a4b0adca18e3f490c46165e73cb Reviewed-on: https://chromium-review.googlesource.com/c/1286884 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#600472}
-
Elly Fong-Jones authored
This change: 1) Adds an inner WidgetObserver subclass to Button to allow Button to observe its Widget's activation state changing; 2) Introduces a notion of "visual state" to buttons, as distinct from their existing state; the visual state governs how a button is drawn. 3) Has LabelButton use the visual state to decide which image to use instead of the raw state. The end result is that when a LabelButton's Widget deactivates, that LabelButton will take on a disabled appearance. Bug: 848593 Change-Id: If5bd135c254fd36669e76fd39338dc24387602aa Reviewed-on: https://chromium-review.googlesource.com/c/1251330 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#600471}
-
Qiyu Hu authored
LEListen is not called by Android anymore BUG=b:111367421 TEST=build Change-Id: Id1fecf57810dbb75b34862ac240b8cca8a38c570 Reviewed-on: https://chromium-review.googlesource.com/c/1281684 Commit-Queue: Qiyu Hu <qiyuh@google.com> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#600470}
-
Lukasz Anforowicz authored
Setting a new window's opener to null and navigating it cross-site used to be a hint to Chrome that it was safe to open the link in a new process. Now that Site Isolation is enabled by default on desktop, cross-site links will always open in a new process, making this unnecessary there. For cases where Site Isolation is not enabled, it is better to use target=_blank rel=noreferrer (or rel=noopener) than this old, non-standard heuristic. See: https://blog.chromium.org/2009/12/links-that-open-in-new-processes.html Bug: 892212, 892375, 884383 Change-Id: I50422cb6bd97f8e0f1d4ef082551ecb355ae104b Reviewed-on: https://chromium-review.googlesource.com/c/1262089Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#600469}
-
Adrienne Walker authored
This is according to the gpu spec, and should fix a crash during context lost. Bug: 878258 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: Icabb95055de11c7a743144288898428ecd36bc90 Reviewed-on: https://chromium-review.googlesource.com/c/1285317Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#600468}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b01628451a54..a358d622339d git log b01628451a54..a358d622339d --date=short --no-merges --format='%ad %ae %s' 2018-10-17 tikuta@google.com Remove unused lambda capture Created with: gclient setdep -r src/third_party/pdfium@a358d622339d The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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:681136 TBR=dsinclair@chromium.org Change-Id: Ic8928806baf7dfcb8666a43877fb30e91c488540 Reviewed-on: https://chromium-review.googlesource.com/c/1286698Reviewed-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@{#600467}
-
Ben Wagner authored
If a user has an args.gn which specifies an argument which isn't actually used in the build, gn will output a warning on stdout (instead of stderr) but otherwise continue as normal. Then gen_fuzzer_owners.py in GetSourcesFromDeps will add a number of 'sources' which are actually lines from the warning message. This leads to difficult to diagnose errors later on. Since there is no means to suppress this warning nor move it to stderr, this change adds '--fail-on-unused-args' to the gn command so that the owner finding will fail earlier and and more obviously. Change-Id: I617fe3b500ada13323b77bb18c8e40b256144833 Reviewed-on: https://chromium-review.googlesource.com/c/1286731Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#600466}
-
Philip Rogers authored
In https://crrev.com/600111 we added logic to automatically stop truncation when logging on android. This patch removes a workaround that avoided truncation in LayerTreeHostImpl. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I3f9547a5d9efb5a3f9c0123019d2eb8307daa6a6 Reviewed-on: https://chromium-review.googlesource.com/c/1286353Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#600465}
-
Lei Zhang authored
It fuzzes PDFium's core/fxcrt/xml code, which is in non-XFA builds. Change-Id: I95e53ca24f4a6e298d88315dbb8e013cf6d7e06f Reviewed-on: https://chromium-review.googlesource.com/c/1286429Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#600464}
-
Joe Downing authored
In order to invoke common platform tasks (send attention sequence and lock workstation), CRD currently relies on injecting key events on the client and picking them up on the host. There is a listener which tracks the current key events and then calls the platform API once it sees the trigger. The problem with this approach is if there is a stuck key (i.e. we fail to send a key up event) then this functionality is broken. While we should fix bugs which cause lost key events, we should also look for ways to prevent issues like that from affecting other features. My change allows the client to send a single message to invoke an action like LockWorkstation() or SendSAS() which will then be executed in the user's session. The change is targeted at the Windows multi-process architecture but I've used interfaces to allow for other platforms to use it (similar to how InputInjection and the other event protos are used) if we decide to implement it in the future. This CL sets up the plumbing to get the request from the network process to the desktop process on Windows. There will be a follow-up CL which adds the WebRTC data channel and ClientSession integration. Bug: 892434 Change-Id: Iedfe8c4778fbaacacc68754c6d24e7fd485b0407 Reviewed-on: https://chromium-review.googlesource.com/c/1266100Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#600463}
-
Jun Mukai authored
It seems this is stable recently with the current filter. Let's run under the main waterfall. BUG=883523 TEST=none Change-Id: Ia14281c1e5a276c5057ae7653547086347c3ee0c Reviewed-on: https://chromium-review.googlesource.com/c/1285055Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#600462}
-
Brian Osman authored
Change-Id: Ibcdfdca10c62b1d7327526483582a6022d57bd11 Reviewed-on: https://chromium-review.googlesource.com/c/1286734Reviewed-by:
Mike Klein <mtklein@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Brian Osman <brianosman@google.com> Cr-Commit-Position: refs/heads/master@{#600461}
-
Eugene But authored
This CL fixes NavigationContext::IsRendererInitiated for reloads and WebStatePolicyDecider::RequestInfo::transition_type for browser-initiated navigation. Bug: 676129, 725239 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I608b208d204bc055fcfd6c34dd7bd2a04b9c232a Reviewed-on: https://chromium-review.googlesource.com/c/1282448 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#600460}
-
Marcin Wiacek authored
Fix for error during creating chrome_public_apk: In file included from gen/chrome/browser/browser_jumbo_17.cc:42: ./../../chrome/browser/android/explore_sites/image_helper.cc:22:11: error: redefinition of 'kFaviconsPerCategoryImage' const int kFaviconsPerCategoryImage = 4; ^ ./../../chrome/browser/android/explore_sites/explore_sites_service_impl.cc:27:11: note: previous definition is here const int kFaviconsPerCategoryImage = 4; ^ 1 error generated. Example compilation settings: target_os="android" target_cpu="arm" enable_nacl=false symbol_level=0 remove_webcore_debug_symbols=true is_debug=false dcheck_always_on=false is_component_build=false use_jumbo_build=true BUG=895593 Change-Id: Ic9eaae0239fd4ab53a357df7dff2143b0cc921c4 Reviewed-on: https://chromium-review.googlesource.com/c/1285056Reviewed-by:Cathy Li <chili@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#600459}
-
Peter E Conn authored
Bug: 873178 Change-Id: I03f3a4dcc4798e8d1c1705c65cc4c7efde37a00b Reviewed-on: https://chromium-review.googlesource.com/c/1278845 Commit-Queue: Peter Conn <peconn@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#600458}
-
Kevin McNee authored
We have touchpad pinch on Windows and CrOS in addition to Mac (and Linux shares all the necessary code to run the test). So we no longer restrict this test to running on Mac. Bug: None Change-Id: Iaa3715b2a5de9c5264b22b282e1a9bca48ea4385 Reviewed-on: https://chromium-review.googlesource.com/c/1286871Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#600457}
-
Eric Stevenson authored
Fix suggested by Tiger in crrev.com/c/1240503. Change-Id: Id7881a60bcc62bf0526c82e80b469db03e350044 Reviewed-on: https://chromium-review.googlesource.com/c/1286929Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#600456}
-
Daniel Bratell authored
scheduler/util/thread_type.h was deleted in January but the reference to it in BUILD.gn remained. Now that seems to make the isolate step in trybots sad. Bug: 776416 Change-Id: Iff685c54def879a8c5a53c9893f1c7eef4c9c13c Reviewed-on: https://chromium-review.googlesource.com/c/1286851 Commit-Queue: Daniel Bratell <bratell@opera.com> Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#600455}
-
Clark DuVall authored
Blob URLs are ephemeral, so it doesn't make much sense to allow redirecting to them. See comments on crrev.com/c/1277785 for more info. Change-Id: Iae31dc04f1ad4042d2b6861e05ca53699a3a31a6 Reviewed-on: https://chromium-review.googlesource.com/c/1278132Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#600454}
-
Min Chen authored
We should drop the drag window into overview if it has been dragged further than half from the top of the work area to the top of the drop target. The old logic consider the drag distance based on the top of the display is not correct. Since the top of the display is not always equals to the top of the work area. e.g, enable dock magnifier will put a magnifier window in the top area of the display which will change the work area. Bug: 866680 Change-Id: I8b31c68501a36ed7fd82650a93145475f8c84e5c Reviewed-on: https://chromium-review.googlesource.com/c/1285353 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#600453}
-
danakj authored
Remove SetAcceleratedCompositingEnabled() from WebSettings as it is not something toggled by content. Change the default for Page (and Settings) to disable compositing, as a Page on its own can not be composited. Creators of Page no longer need to disable compositing on it. Change WebViewImpl to opt-in instead of opt-out of compositing. WebViewImpl is always composited (except in weird cases) and it sets up compositing with a WebLayerTreeView etc. It thus also knows it should SetAcceleratedCompositingEnabled(true) on the Page. Also change WebPagePopupImpl to opt-in to compositing always, as it has its own Page, and no strange non-compositing cases. Unit tests that went to test behaviour in blink core that depend on compositing being enabled, and which create a Page directly instead of a WebView, will enable compositing on the Page explicitly. R=dcheng@chromium.org 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: Ide8a2058837b6889b36affb581669d03489f9c98 Bug: 419087 Reviewed-on: https://chromium-review.googlesource.com/c/1279148 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#600452}
-
Ken Rockot authored
Trying to have only one account. :) Bug: None Change-Id: Ic526651531f14df5041d38d5fe6f55a72ae61822 Reviewed-on: https://chromium-review.googlesource.com/c/1286933Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#600451}
-
Fredrik Hubinette authored
I suspect that creating the loader and starting the load immediate will make the problem go away. Bug: 895582 Change-Id: I85d1710c279fa4bda624f653df83ea154c0b7858 Reviewed-on: https://chromium-review.googlesource.com/c/1284698Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Fredrik Hubinette <hubbe@chromium.org> Cr-Commit-Position: refs/heads/master@{#600450}
-
Ria Jiang authored
VizHitTestDrawQuad was enabled by default but there were two bugs; the bug on all platforms is fixed https://bugs.chromium.org/p/chromium/issues/detail?id=880122 but the one on cros is not; re-enabling it by default for all non-cros platforms. Bug: 804888 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ic4c033c2a01c91d7135480c694ce2cde23f1434b Reviewed-on: https://chromium-review.googlesource.com/c/1285084Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Ria Jiang <riajiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#600449}
-
Daniel Bratell authored
In chasing isolate step errors in trybots, this is removing some dangling references from a BUILD.gn file (though it seems to be a never-ending sequence of problems so whatever started generating the isolate step errors should probably be reverted). Bug: 781655 Change-Id: I09f530fa4a1e1cf3e1c0f15125eb8d9886f1038b Reviewed-on: https://chromium-review.googlesource.com/c/1286818Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#600448}
-
Shawn Gallea authored
Modified third_party build file to include Fullscreen Shell protocol, allowing use of the protocol for EXO eventually. Bug: b/74068068 Test: Compiled ChromeOS and verified it builds. Change-Id: If785b9736679be2e18be5521e173888ab6ea6a6f Reviewed-on: https://chromium-review.googlesource.com/c/1281175Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Shawn Gallea <sagallea@google.com> Cr-Commit-Position: refs/heads/master@{#600447}
-
David Tseng authored
Bug: 889998 Change-Id: Ief9fe4dd17d8eb11d0b968a008cc22b377c2fcf2 Reviewed-on: https://chromium-review.googlesource.com/c/1284049Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#600446}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ce15ef5cc47b..cb047393e8c6 Created with: gclient setdep -r src-internal@cb047393e8c6 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. BUG=chromium:803846,chromium:884294 TBR=mmoss@chromium.org Change-Id: I41c517668f1277fa5084519ba7340d43f51e0ea9 Reviewed-on: https://chromium-review.googlesource.com/c/1286697Reviewed-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@{#600445}
-
Thomas Guilbert authored
This reverts commit b54f7c7f. Reason for revert: breaking the tree Original change's description: > [Cronet] Create a sample app for native api. > > Bug: 786559 > Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;master.tryserver.chromium.android:android_cronet_tester > Change-Id: I56fa2a6f9f6277fe33ea78e7dc01beffd32cbed6 > Reviewed-on: https://chromium-review.googlesource.com/c/1274426 > Reviewed-by: Paul Jensen <pauljensen@chromium.org> > Commit-Queue: Misha Efimov <mef@chromium.org> > Cr-Commit-Position: refs/heads/master@{#600438} TBR=pauljensen@chromium.org,mef@chromium.org Change-Id: I3cc86a29982f4479a3260ec2522847416fe6547b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 786559 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;master.tryserver.chromium.android:android_cronet_tester Reviewed-on: https://chromium-review.googlesource.com/c/1286935Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#600444}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7bae65d0070c..f20c3493eb57 git log 7bae65d0070c..f20c3493eb57 --date=short --no-merges --format='%ad %ae %s' 2018-10-17 kjlubick@google.com [canvaskit] Remove DAA and SAA from gpu build Created with: gclient setdep -r src/third_party/skia@f20c3493eb57 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel TBR=egdaniel@chromium.org Change-Id: I8e1c75d81236b3015b917b9fd8e8336cee3b1d8e Reviewed-on: https://chromium-review.googlesource.com/c/1286696Reviewed-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@{#600443}
-
Theresa authored
Always use 32dp padding in the one column layout. It looks odd on some devices when 72dp padding is used. BUG=896204 Change-Id: I6deddf3b35609b45fd29ba2c79293cfea2594708 Reviewed-on: https://chromium-review.googlesource.com/c/1286877Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#600442}
-
Ingvar Stepanyan authored
A follow-up to https://crrev.com/c/1230042. Change-Id: I7b786f41db42332c5addbd40b5a61a90e2764694 Reviewed-on: https://chromium-review.googlesource.com/c/1283750Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Ingvar Stepanyan <ingvar@cloudflare.com> Cr-Commit-Position: refs/heads/master@{#600441}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/5a464d3ee56a..fab9129e9427 git log 5a464d3ee56a..fab9129e9427 --date=short --no-merges --format='%ad %ae %s' 2018-10-17 philipel@webrtc.org Get frame type, width and height from the generic descriptor. 2018-10-17 minyue@webrtc.org Adding NetEq buffer full metric to UMA. 2018-10-17 terelius@webrtc.org Change verification of stream configs in RTC event log unittest. Created with: gclient setdep -r src/third_party/webrtc@fab9129e9427 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I9a81d2224016b31534a15b05d32d904f2ff2e93f Reviewed-on: https://chromium-review.googlesource.com/c/1286694Reviewed-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@{#600440}
-
Sergio Villar Senin authored
It's currently using the SigninManager to retrieve the primary (authenticated) account's email. Migrated to the IdentityManager API so it could eventually make use of the identity service. Bug: 890774 Change-Id: I92e1ddafaa8270a5fdd4b154de85a4be1f8a4168 Reviewed-on: https://chromium-review.googlesource.com/c/1286138Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#600439}
-