- 31 Jul, 2018 40 commits
-
-
Michael Spang authored
Use the concrete type of the dumb buffer for cursors. We don't need polymorphism here, and since cursors don't have framebuffers, this is needed before evolving ScanoutBuffer into a concrete framebuffer type. Bug: 869206 Change-Id: I5ee8162cd103d55df320cbc8e35be29e9ac15562 Reviewed-on: https://chromium-review.googlesource.com/1155911 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#579535}
-
Sadrul Habib Chowdhury authored
Add some trace-events for the draw operation, and include breakdown steps for draw, swap, and wait-for-ack. Link these trace-events from the surface-aggregation trace-events for various surfaces, so that it is possible to track all the way from begin-frame to swap-ack (and later, presentation-time, when we request that for every frame). BUG=855328 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I319b551a46a0e3f9039ae5250a6b421079cb9b71 Reviewed-on: https://chromium-review.googlesource.com/1153494Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#579534}
-
Peter Collingbourne authored
The attempts to set a symbol_level in these bot configurations were previously ineffective because we previously ignored the symbol_level in sanitizer builds unless one of two flags was passed. That changed with https://chromium-review.googlesource.com/1156125 which made it so that we always respect symbol_level, causing these bots to use a higher symbol_level than evidently necessary. This change restores the previous behaviour by not passing a symbol_level. Bug: 869361 Change-Id: I33ea51ca72f0fc56d8196be530eb29e6b5c33e6a Reviewed-on: https://chromium-review.googlesource.com/1157079 Commit-Queue: Peter Collingbourne <pcc@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#579533}
-
John Chen authored
Delete test case ChromeDriverTest.testHasFocusOnStartup, which is inherently flaky, as any pop-up window can cause Chrome to lose focus. Bug: 868376 Change-Id: Ie9b737791df3eadb85fb9525775963c9a997be7b Reviewed-on: https://chromium-review.googlesource.com/1157072Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#579532}
-
Scott Violet authored
AuraTestHelper now always create a WindowTreeHost. This resulted in being able to remove some test code around configuring when to create the WindowTreeHost. The only ick that was needed to support this is in AxRemoteHost. AxRemoteHost assumed there was only one root, which isn't the case in test code anymore. I'm hoping that once we make AxRemoteHost support more than one root this code will go away. There was also some mild trickery around window ids. In particular WindowTreeClientPrivate has some functions that pass ids to WindowTreeClient. These ids are used in creating windows, and must be unique. Because AuraTestHelper now always triggers creating a WindowTreeHost, the id must be increased. I've hopefully done things so tests shouldn't have to worry about this. BUG=866634 TEST=covered by tests Change-Id: Ia3d2cd757555478f3cce8929574bc8df8acb3af2 Reviewed-on: https://chromium-review.googlesource.com/1153773 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#579531}
-
Thomas Guilbert authored
This CL adds the Java counterpart to media/base/flinging_controller.h. It also replaces MediaController with FlingingController in Java code. (native side equivalent CL: https://chromium-review.googlesource.com/c/chromium/src/+/1136008) Bug: 790766 Change-Id: I89846acd794e408c233839055c08593973b5b450 Reviewed-on: https://chromium-review.googlesource.com/1141079Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#579530}
-
Urvang Joshi authored
https://aomedia.googlesource.com/aom.git/+log/4f1fd9640433..bc484c485277 $ git log 4f1fd9640..bc484c485 --date=short --no-merges --format='%ad %ae %s' 2018-07-30 wtc Validate payload_size in decoder_peek_si_internal. 2018-06-28 grant.hsu Reduce interpolation filter search 2018-07-26 binpengsmail Cleanup warp motion param in MB_MODE_INFO 2018-07-30 huisu Fix encoder multi thread test failures 2018-07-30 huisu Add const to input parameters of update_state() 2018-07-30 yaowu Fix include order: av1/encoder/encoder.c 2018-07-30 ilie.halip Correctly set symbol file header when using gcc on Windows. 2018-07-30 yaowu Simplify range check of max_gf_interval 2018-07-30 huisu Code cleanup in rd_pick_partition() 2018-07-28 martin arm: Fix building neon txfm with clang 2018-07-27 sanampudi.venkatarao Speed improvement in av1_convolve_y_sr_neon for 32-bit Neon 2018-07-30 yaowu Fix include order 2018-07-27 wtc Move CONFIG_SIZE_LIMIT check in yv12config.c. 2018-07-30 yaowu Remove effectless code 2018-07-30 ddvfinite Rename compute_stats 2018-07-28 jonathan.matthews [normative]Reset film grain params if monochrome 2018-06-23 lu_zero Update the VSX support 2018-07-27 weitinglin Comment out a debug output 2018-07-27 huisu code cleanup in encode_rd_sb_row() 2018-07-27 huisu Remove code about COLLECT_TX_SIZE_DATA (...) Created with: roll-dep src/third_party/libaom/source/libaom R=johannkoenig@google.com Bug: 868651 Change-Id: I16b309f12078b5eb1924c8c3d3b978cb644a761f Reviewed-on: https://chromium-review.googlesource.com/1157033Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Urvang Joshi <urvang@chromium.org> Cr-Commit-Position: refs/heads/master@{#579529}
-
Mao Huang authored
Original CL: - https://codereview.chromium.org/286953011 tcmalloc: Let DEFINE_string define const char*s. DEFINE_string is used in 3 files in tcmalloc, but we only compile one of these. In this one file, the string is converted to char every time it's used, and since the string is used after global destructors have run it needs to be copied to a second string in a static initializer. Instead of all that silliness, just let DEFINE_string define a const char* (like it does in v8 or webrtc). BUG=94925 R=willchan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271307 BUG=724399,b:70905156 Change-Id: Iec6efe53f03daff472107e700a9d833d60e33eff Reviewed-on: https://chromium-review.googlesource.com/1130781 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#579528}
-
James Cook authored
Wire up a11y hit test actions for remote applications. Select-to-speak works fine once the hit tests are correct. Bug: 868497 Test: added to views_mus_unittests Change-Id: Ia3dcc4cb7b4c3dcab35f0f20d31d6a5ea71f3ec0 Reviewed-on: https://chromium-review.googlesource.com/1153731 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#579527}
-
Will Harris authored
Previously, a command line where the first argument had an unterminated double-quote would cause a crash. This CL also has some cleanup of dead code. BUG=869194 Change-Id: I20fa0814e35c5d10ab3ad76047c8233297f14a8d Reviewed-on: https://chromium-review.googlesource.com/1155991 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#579526}
-
Paul Miller authored
VariationsUtils.readSeedFile shouldn't log errors for missing seed files, which is expected on an app's first run. BUG=869248 Change-Id: I92d88d10d6806d402b6b64c2f870e76860bf0d69 Reviewed-on: https://chromium-review.googlesource.com/1157116Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#579525}
-
Kyle Milka authored
Completely remove the Google Photos option for background customization. If it's just hidden it will still show up after the network state changes. It would also be possible inspect the page and trigger the dialog. Bug: 869230 Change-Id: I312164ae0648c108709c2809382ff1ca610b8c5f Reviewed-on: https://chromium-review.googlesource.com/1156882 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#579524}
-
Muyuan Li authored
Bug: b/111105039 Test: Manual Change-Id: I7c39e63c2b65f557f668687bdc34ced2256462f6 Reviewed-on: https://chromium-review.googlesource.com/1149065Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Muyuan Li <muyuanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#579523}
-
Shakti Sahu authored
- Decouple the EmptyViewCoordinator from the underlying model. - Add back the concept of loading to the View. Change-Id: I568fcdc32af7aaf42908c56981538c02cc4f61ed Reviewed-on: https://chromium-review.googlesource.com/1150840 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#579522}
-
Mustafa Emre Acer authored
Bug: 814906 Change-Id: I3707ab5bf8231ab0b8805bad5b645d3db9e85811 Reviewed-on: https://chromium-review.googlesource.com/1149062 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#579521}
-
Stephen Martinis authored
Bug: 868024 Change-Id: I4d8b01b7e78fdd9b16b563174af9af41907ee1e5 Reviewed-on: https://chromium-review.googlesource.com/1152289 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#579520}
-
Fabrice de Gans-Riberi authored
This layout test has been flaky for some time. TBR=peter@chromium.org Bug: 869470 Change-Id: I1749a81e5172962126c0ee32afaeb7f78e4fca13 Reviewed-on: https://chromium-review.googlesource.com/1157118Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#579519}
-
Dmitry Gozman authored
The dependency was test-only. Extracted ViewportLayersSetup helper class to platform/testing to be reused both in animation and graphics. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Icf6b0578ceb99c1f7630e6ef5db1f0c6082cb13a Reviewed-on: https://chromium-review.googlesource.com/1155750 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#579518}
-
Bret Sepulveda authored
The translate infobar under test is now obsolete with the launch of Harmony. It appears that the new UI is covered by various other suites (TranslateLanguageBrowserTest, TranslateBubbleViewTest, and TranslateBubbleViewBrowserTest). Bug: 867557 Change-Id: Iab4b7ec611b3383ea6aa1b9dacddaa44d821f185 Reviewed-on: https://chromium-review.googlesource.com/1152527Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#579517}
-
Zentaro Kavanagh authored
- Large numbers of redundant requests are degrading the performance of the SMB FSP - This CL short circuits those requests while separately we can try to eliminate their root cause - This filters out 2 types of requests 1) Empty requests. These requests should never even be made since they are requests that explicitly ask for no information. 2) Thumbnail only requests. We never have thumbnail data and always provide a hardcoded response. - By short circuiting them here we can prevent them being sent to the service and incuring any network operations. BUG=chromium:867200,chromium:587231 TEST=build and test Change-Id: Ibb9eaaa175660106dd6a169781cc2ce4a83dafea Reviewed-on: https://chromium-review.googlesource.com/1156989Reviewed-by:May Lippert <maybelle@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#579516}
-
Nick Harper authored
Bug: 855690 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I092d9f3bc7fcf5eb507bbc3f4e9f27ce09931532 Reviewed-on: https://chromium-review.googlesource.com/1125296Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#579515}
-
Antoine Labour authored
TransferBufferManager registers itself as a MemoryDumpProvider on the GPU thread, meaning it could be called into from there as long as it's alive, so we need to make sure it's destroyed on that thread to avoid data races. Bug: 866486 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: I6138bc9520e86fd4277bf7842f6cdd1730d968f3 Reviewed-on: https://chromium-review.googlesource.com/1155982Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#579514}
-
Tao Bai authored
- Leave the UKM in AutofillManager. - Call DetermineHeristicTypes in AutofillHandler Bug: 849913 Change-Id: Ic193afbab0ac14595e6c975caf5d2520209be06e Reviewed-on: https://chromium-review.googlesource.com/1150732 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#579513}
-
Adolfo Victoria authored
Change the DeviceUpdateStagingPercentOfFleetPerWeek to DeviceUpdateStagingSchedule. Change the proto field for this policy to a string since a JSON needs to be used now that primitives aren't being used. BUG=chromium:858621 Change-Id: Ia6ae8d107c9a9f2fd58042c3f9b2f6956abb8306 Reviewed-on: https://chromium-review.googlesource.com/1135830 Commit-Queue: Adolfo Higueros <adokar@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#579512}
-
Joe Mason authored
Bug: 830892 Change-Id: I3b900e68527f31cfd52cc27d98cfcdd3a22d001b Reviewed-on: https://chromium-review.googlesource.com/1147497Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#579511}
-
Lily Houghton authored
This CL moves the HSTS redirection call in the predictor's preconnect method into the NetworkService (creating an internal analogue to GetHSTSRedirectOnIOThread). Bug: 821027 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I5070de29aa219d2c038634c584b15c2a714a128f Reviewed-on: https://chromium-review.googlesource.com/1152082Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Lily Houghton <lilyhoughton@chromium.org> Cr-Commit-Position: refs/heads/master@{#579510}
-
Gang Wu authored
Change-Id: I3b525852240d23dac3783145682db858b9be2ce7 Reviewed-on: https://chromium-review.googlesource.com/1157065Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#579509}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/74c6ed3d1f17..b303a427c03d git log 74c6ed3d1f17..b303a427c03d --date=short --no-merges --format='%ad %ae %s' 2018-07-31 benjaminwagner@google.com [Bazel] Reformat public.bzl with buildifier. 2018-07-31 bsalomon@google.com Remove unused GrGpuResourceRef and GrTGpuResourceRef 2018-07-31 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 67c388e6c04e..2eb65034db71 (1 commits) 2018-07-31 timliang@google.com implemented copy surface as draw for metal gpu backend 2018-07-31 csmartdalton@google.com Don't use glFrontFace 2018-07-31 swiftshader-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/swiftshader be5fe7797f1e..7f1c3d07e961 (1 commits) 2018-07-31 ethannicholas@google.com Re-re-land "added GrSkSLFP and converted DitherEffect to use it" 2018-07-31 skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll skia/third_party/skcms c663954a7567..2925dc93401c (1 commits) Created with: gclient setdep -r src/third_party/skia@b303a427c03d 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=scroggo@chromium.org Change-Id: I6d47979b2ace5bf9ebccd69dfefccd727066e0df Reviewed-on: https://chromium-review.googlesource.com/1156907Reviewed-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@{#579508}
-
sczs authored
Implements showBrowsingHistoryRemovedDialog on ClearBrowsingDataTableVC. Screenshots: https://drive.google.com/open?id=1uMyVYUqzdikwfP7V-ka0xD3ImteYbKO2 https://drive.google.com/open?id=1blljYShc0UYPVOWeuZszFpWk1z3Es8ke https://drive.google.com/open?id=1J2r0pyARZtMOzjzffdL8B-S1ek8lBwXK Bug: 868363 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie0a20e07e64a3d14017e87edfa2dc05a874345f1 Reviewed-on: https://chromium-review.googlesource.com/1155479 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#579507}
-
Mike Dougherty authored
The tests were mistakenly also disabled for simulator in crrev.com/c/1155793. TBR=marq@chromium.org Bug: 869176 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I794468b78f4259ed10e230074c54a5ed0552e1f4 Reviewed-on: https://chromium-review.googlesource.com/1157109 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#579506}
-
Emil A Eklund authored
Bug: 714962 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: I82a2ee42527cd7186173d476826654125bbea876 Tbr: kojii@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1157001Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#579505}
-
dpapad authored
- Add a new html_out_files_polymer2 optional parameter. - When specified, causes both the Polymer 1 and Polymer 2 HTML bundles to be generated. The parameter will be used in follow-up CLs. Bug: 862472 Change-Id: Iaa015d3cc7091b1b2f4e84aa36fae7b039b58846 Reviewed-on: https://chromium-review.googlesource.com/1155474 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#579504}
-
Michael Spang authored
No functional change. This is needed prior to some refactoring. Bug: 869206 Change-Id: I2db96c903b64b50ac8e33739263cdbb0297bde2f Reviewed-on: https://chromium-review.googlesource.com/1155910 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#579503}
-
Chris Hamilton authored
This partially reverts commit 93cd24be. Reason for revert: This inadvertently changes the definition of several core session restore metrics when the PageAlmostIdle feature is enabled. Original change's description: > Update SessionRestoreStatsCollector to use TabLoadTracker. > > This is necessary in order for it to work when the PageAlmostIdle > feature is enabled. > > BUG=829933 > > Change-Id: Ic3158a984713ceef849788eaa758ecaa255eba5a > Reviewed-on: https://chromium-review.googlesource.com/1097421 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Chris Hamilton <chrisha@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567484} Bug: 829933 Change-Id: I23b54578084ef8c55b5c47d3a29880e15be3afec Reviewed-on: https://chromium-review.googlesource.com/1153145 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#579502}
-
Andres Medina authored
Added virtual-channel field to be able to filter crash reports by this it. Bug: internal b/64942730 Change-Id: I5375d574f6095a689e89d0c543df20da2b281b33 Reviewed-on: https://chromium-review.googlesource.com/1026150 Commit-Queue: Andres Medina <medinaandres@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#579501}
-
Bence Béky authored
Add Net.SpdySession.ServerSupportsWebSocket histogram to track server support of WebSockets over HTTP/2. Bug: 801564 Change-Id: I1cd63e5bdca17106487c48ce6c1734e4d6591985 Reviewed-on: https://chromium-review.googlesource.com/1152486Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#579500}
-
Matt Menke authored
ContentBrowserClient has had that method for a while, but it hasn't been used. I'm adding a use of it, so am implementing it in subclasses. Bug: 841445 Change-Id: I9826cabdfdb2493d96583c1b7a2c0e2710ec07e8 Reviewed-on: https://chromium-review.googlesource.com/1151456Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#579499}
-
Dan Harrington authored
I stumbled onto an obscure failure by calling OfflineContentAggregator from an IO thread, when it actually needs to be used from the UI thread. Using SEQUENCE_CHECKER fails under invalid use faster and more clearly. I chose to add it to OfflineContentAggregator because that's the API I was using at the time. I chose to add it to TaskQueue because many public offline_pages APIs result in adding tasks, so it's likely to catch incorrect calls. Change-Id: I40080b4e56cb000dc30acee36d4aa01d3806a6f3 Reviewed-on: https://chromium-review.googlesource.com/1148998 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#579498}
-
Renjie authored
Bug: 621751 Change-Id: I4e13f470fc688cd8ccb073764a14f9d1cea40ea4 Reviewed-on: https://chromium-review.googlesource.com/1155475Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#579497}
-
Mao Huang authored
Original CL: - https://codereview.chromium.org/281613004 Don't let tcmalloc read all kinds of env vars at startup. The env vars are still used in profiling=1 builds, by such illustrious figures as the deep memory profiler bot and willchan. Reading from the environment variables uses static initializers, so this change will eliminate those static initializers in profiling=0 builds. As discussed in the chromium-dev thread "Does anyone use tcmalloc's debugging envvars?". BUG=94925 NOTRY=true BUG=724399,b:70905156 Change-Id: Ic143dfca456a3475be0938af53c0eb4308f457d1 Reviewed-on: https://chromium-review.googlesource.com/1130780Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#579496}
-