- 08 Mar, 2018 40 commits
-
-
Kenneth Russell authored
These were copy-pasted and edited instead of going back to the source of truth, chromium_gpu_fyi.py. TBR=nodir@chromium.org NOTRY=true Bug: 811799, 811814 Change-Id: Ic3f4e5063058940024adc330f7129f2d6fb24275 Reviewed-on: https://chromium-review.googlesource.com/954717 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541737}
-
Jennifer Apacible authored
This change fixes a browser crash when the PiP media controls button is toggled more than once. BUG: 817984 726621 Change-Id: I53d504b9de44b724a3992c709fa26c0fca9be5bc Reviewed-on: https://chromium-review.googlesource.com/951909 Commit-Queue: apacible <apacible@chromium.org> Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#541736}
-
tzik authored
This updates //courgette to use base::RepeatingCallback instead of legacy base::Callback. No intended functional change is included. This reduces the number of 'base::Bind' in //courgette from 3 to 0 as tracked at http://goo.gl/LUVhDj Bug: 714018 Change-Id: I40ec7c5cd7486f6b1110f13e35fd0368a4db9f3c Reviewed-on: https://chromium-review.googlesource.com/954886Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#541735}
-
tzik authored
This renames the existing GetMock{,Tick}Clock on TestMockTimeTaskRunner with DeprecatedGetMock{,Tick}Clock, and adds new GetMock{,Tick}Clock. The old one returns a new Clock or TickClock object for each call, and passes its ownership. OTOH, the new one returns a raw pointer to a clock held by the TestMockTimeTaskRunner instance. This is needed to update the ownership policy of base::Clock and base::TickClock from the injectee-owned style to the injector-owned style. Bug: 789079 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I8b831eff74e6a8d0f1f67dc1806e3cc24831196f Reviewed-on: https://chromium-review.googlesource.com/937148 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#541734}
-
Keishi Hattori authored
Adding the write barrier to collection backings regressed blink_perf.parser by 16% Bug: 818696 Change-Id: If964e2ccf39beb3010063bf785e97c60ddf007c2 Reviewed-on: https://chromium-review.googlesource.com/953443Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541733}
-
Scott Violet authored
Without this code thinks an event has been processed when it may not have been, which leads to assertions failing. This is only an issue with the Window Service, which triggers throttling more often. BUG=817112 TEST=test only change Change-Id: Ie290dcc827e4be67263f0430c540af271b16ab02 Reviewed-on: https://chromium-review.googlesource.com/954702Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#541732}
-
Steven Holte authored
Change-Id: I6c00beafaf5d1eea6a7452ed187924ae9f4433fa Reviewed-on: https://chromium-review.googlesource.com/944666 Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#541731}
-
Megumi Hattori authored
The inline settings should be triggered by long tap. BUG=818734 TEST=manual Change-Id: Ieeb7a0c009b15157bd90c823ece84ed39bf676eb Reviewed-on: https://chromium-review.googlesource.com/950504Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Megumi Hattori <megumihattori@google.com> Cr-Commit-Position: refs/heads/master@{#541730}
-
Bo Liu authored
This allows a bunch of code to be deleted as well. Need to fix up unit tests which was still using synchronous draw, and thus having wrong expectations. Change-Id: Ia5504545f213bf709951eb2213dc40aaca4fc6be Reviewed-on: https://chromium-review.googlesource.com/949085 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#541729}
-
Yuki Shiino authored
Makes CallbackInterfaceBase and its subclasses use wrapper-tracing to retain the underlying v8::Object. Lets existing clients of CallbackInterfaceBase, which don't support wrapper-tracing, use V8PersistentCallbackInterface<T> instead. The behavior and lifetime shouldn't change. Bug: 778580 Change-Id: If5db42a3b8cd5622de0576a920128a0b5ab0861f Reviewed-on: https://chromium-review.googlesource.com/951163Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#541728}
-
Alan Cutter authored
This is a simple clean up CL that has no changes in behaviour. The bubble anchor code can use the recently added ButtonProvider instead of a specialised getter on FrameView. Change-Id: Ia067afe36f07c3ce4b77344c28f6467e4a9a1801 Bug: 811178 Reviewed-on: https://chromium-review.googlesource.com/950642Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#541727}
-
https://webrtc.googlesource.com/src.git/+log/98bb968f7bed..8861da8356ee $ git log 98bb968f7..8861da835 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I457bf7ff2fff46c97fe3c04f333458d23b7473eb Reviewed-on: https://chromium-review.googlesource.com/954356Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541726}
-
Eric Willigers authored
kRtcPeerConnectionId is 2384 2383 is already taken by kRTCConstraintEnableDtlsSrtpFalse tools/metrics/histograms/enums.xml was already correct but web_feature.mojom needing correcting. No release branches affected: M66 Branched Chromium @ revision: 540276 Bug was introduced: Cr-Commit-Position: refs/heads/master@{#540486} BUG=775415 TBR=eladalon@chromium.org Change-Id: I4baccfe7ce21cc24ca704fbc1b49e92ae3365a80 Reviewed-on: https://chromium-review.googlesource.com/954524Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#541725}
-
Zhuoyu Qian authored
This patch makes PasteMode to be an enum class for better type safety and improving code health. Using forward declaratuion in other header files instead of including |PasteMode.h|. Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I74ea67e08607779cb823cb379c415263d537303f Reviewed-on: https://chromium-review.googlesource.com/954423Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541724}
-
Sammie Quon authored
Notify click wont work because it fires after the release event. We need to observe both press and release events to mimic keyboard press and release. Test: none Bug: none Change-Id: I314aed2dcc870c8579a48c8abed45b0065737819 Reviewed-on: https://chromium-review.googlesource.com/954048Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#541723}
-
Yury Khmel authored
We need to distinguish logout and restart in app push install logger. Currently there is no easy way to get this information. At this moment only BootTimesRecorder is explicitly notified. This CL makes this information public and let log collector use it. Bug: b/73277923 Test: Manual + unit test Change-Id: I64eea3b748e4ad089365fe3453e9c5fc0e6c3162 Reviewed-on: https://chromium-review.googlesource.com/949826Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Commit-Queue: Yury Khmel <khmel@google.com> Cr-Commit-Position: refs/heads/master@{#541722}
-
https://chromium.googlesource.com/angle/angle.git/+log/40dba69082bd..ed8b49195844 $ git log 40dba6908..ed8b49195 --date=short --no-merges --format='%ad %ae %s' 2018-03-07 jmadill Vulkan: Fix missing depth/stencil access flags. 2018-03-02 jmadill Add RenderTargetCache helper. 2018-03-07 ynovikov Revert "Add NPOT validation to copyTextureCHROMIUM" 2018-03-06 tobine Roll (2/2) to latest LVL as of 3/6/18 Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: Ia569df5da9d8c64bf0ae27133237b8586e9e789e Reviewed-on: https://chromium-review.googlesource.com/954051Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541721}
-
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: I310daa91088a4eacbf0a56ea19d512f3c76fc105 Reviewed-on: https://chromium-review.googlesource.com/954782Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#541720}
-
Yutaka Hirano authored
We've attached the header to requests initiated by sendBeacon() but it is not spec conformant. Let's stop doing that. Bug: 755725 Change-Id: Ia8b85a27b84c77b35edc211c325490467c853330 Reviewed-on: https://chromium-review.googlesource.com/952104Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#541719}
-
https://skia.googlesource.com/skia.git/+log/88df8d2e5a87..df04ce29490a $ git log 88df8d2e5..df04ce294 --date=short --no-merges --format='%ad %ae %s' 2018-03-07 csmartdalton ccpr: Draw curves in a single pass 2018-03-07 fmalita [skottie] Reduce parser verbosity 2018-03-07 reed add TrimPathEffect 2018-03-07 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ da8c41528..e5ac7a7c8 (2 commits) 2018-03-07 fmalita [sksg] Cache transformed TrimEffect geometry 2018-03-07 bsalomon Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft Created with: roll-dep src/third_party/skia 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=fmalita@chromium.org Change-Id: Ic90bcf59454676f4c2eab16fb6da1db3d256b13f Reviewed-on: https://chromium-review.googlesource.com/954047Reviewed-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@{#541718}
-
Toni Barzic authored
Adds DetachableBaseNotificationController that observes DetachableBaseHandler in order to detect when a detachable base different than the last base used by the active user changes. When a detachable base change is detected, it shows a system notification. The notification serves a security purpose - it warns the user that the detachable base they are using has changed, and that the base could be compromised (to steal their keystrokes). Note that the notification is shown only if the session is unblocked at the time - lock screen and login screen will implement their own UI to notify the user about the base change. If/when the session is unblocked, the attached base is set as the last one used by the user to prevent the notification from showing up next time the user attaches the same base. Bug: 796300 Change-Id: I7ff8fdf3e02e5833df2a709169fdd076285f3a4b Reviewed-on: https://chromium-review.googlesource.com/952477Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#541717}
-
Chris Nardi authored
Tests that were duplicates of those already existing in web-platform-tests were deleted. Other tests were either moved to the CSSOM directory in WPT, or appended to already existing tests. The README was also deleted, as it is no longer accurate. Change-Id: I0acb41c6102a572a1fc2401630732a8ff1c5263d Reviewed-on: https://chromium-review.googlesource.com/945135Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541716}
-
Kurt Horimoto authored
This CL exposes the previous named layout guide API via a UILayoutGuide subclass called NamedGuide. In addition, this CL adds the ability to reset the view to which the named guide is being constrained, as this will be necessary for voice search, as it can be launched by a variety of buttons. Bug: 805120 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I054c3072cf59ce8ec84eb9002aa228c3a70b2167 Reviewed-on: https://chromium-review.googlesource.com/941407 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#541715}
-
Erik Luo authored
The console prompt currently listens for ArrowUp/ArrowDown and loads the next/previous command from history, if the cursor is on the first/last line. Since a logical CodeMirror line may wrap onto multiple visual rows, this may unintentionally load the next command. This CL adds a check whether the cursor is truly on the first/last visual row. Problem gif: https://imgur.com/a/s7gPL Bug: 808130 Change-Id: I04363e25206cece28b32b80dfc548340413112cf Reviewed-on: https://chromium-review.googlesource.com/927690 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#541714}
-
Esmael El-Moslimany authored
Bug: 819317 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iee782ed92e4f3b5ec21239718b75f2d8f1a4188d Reviewed-on: https://chromium-review.googlesource.com/953123Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#541713}
-
Benjamin Pastene authored
TBR=jbudorick@chromium.org Bug: 817779 Change-Id: I99e51513bc6279ba98409952f20b0dec66a62cd4 Reviewed-on: https://chromium-review.googlesource.com/954607Reviewed-by:
Benjamin Pastene <bpastene@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#541712}
-
Giovanni Ortuño Urquidi authored
After this patch, Desktop PWAs should no longer capture links without users enable the kDesktopPWAsLinkCapturing flag. Final patch to disable link capturing by default: [1] Specify that throttle and tests are for experimental feature (https://crrev.com/ba5d9af) [2] Extract tests that should run when link capturing is off (https://crrev.com/e3aa04a) [3] Handle out-of-scope navigations and stop link capturing by default (https://crrev.com/c/942597) [4] Disable link capturing by default (This patch) Bug: 814102 Change-Id: I0d03c93c2594c3da7d5139496502244e299c8e84 Reviewed-on: https://chromium-review.googlesource.com/950484Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#541711}
-
Kenneth Russell authored
These exist only to be mirrored into the optional tryservers, but their existence breaks on LUCI, where the triggers were silently ignored on Buildbot. The same will have to be done for the other optional Windows and Android trybots. Also, let the GPU FYI service account trigger jobs. TBR=nodir@chromium.org Bug: 815092, 819899 Change-Id: I263dcfc4e95b99aac5dee9466c341f1c552b145d Reviewed-on: https://chromium-review.googlesource.com/954587Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541710}
-
https://pdfium.googlesource.com/pdfium.git/+log/749b609d11e8..04d792fb7510 $ git log 749b609d1..04d792fb7 --date=short --no-merges --format='%ad %ae %s' 2018-03-07 dsinclair [formcalc] Consider width along with depth of tree Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: I950aa2cc06b39f07b958f6d727b641c9411e2815 Reviewed-on: https://chromium-review.googlesource.com/953261Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541709}
-
Sasha Morrissey authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4b0931917ec864739843a72d7de2dd430362db93 Reviewed-on: https://chromium-review.googlesource.com/952803Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#541708}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c29602466dc2..53014653d8eb $ git log c29602466..53014653d --date=short --no-merges --format='%ad %ae %s' 2018-03-07 ehmaldonado gclient: Give priority to URL over paths when specifying revisions. Created with: roll-dep src/third_party/depot_tools 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. TBR=agable@chromium.org Change-Id: Ic2f3f206a74848933a49ec124de4f28ab862f560 Reviewed-on: https://chromium-review.googlesource.com/953974 Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541707}
-
Megumi Hattori authored
MessageCenterScrollView need not be focused. This CL also fixes a bug, tab focus missing on the UI. BUG=807534 TEST=manual Change-Id: I5427e84c49c2bbfbfa90944c334ffa5aa805d8d9 Reviewed-on: https://chromium-review.googlesource.com/946068Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Megumi Hattori <megumihattori@google.com> Cr-Commit-Position: refs/heads/master@{#541706}
-
Tommy C. Li authored
Per pkasting@ sugestion, DeleteAtEnd is dead code and can be deleted. TBR=jdonnelly@chromium.org Bug: NONE Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie1149a3f7b2aecd88252eeda7ff366e9504249da Reviewed-on: https://chromium-review.googlesource.com/954222 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#541705}
-
Ken Rockot authored
This test is timing out on Windows debug, where even on very fast devices it can take 35+ seconds to run. The runtime grows linearly with the size of the test message used, so this cuts that size to one tenth (512 kB instead of 5 MB). TBR=jcivelli@chromium.org Bug: 819046 Change-Id: Ib4598981856566dc8ae54de1060840b52e30b959 Reviewed-on: https://chromium-review.googlesource.com/954045Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#541704}
-
tzik authored
This updates //chrome/browser/extensions/activity_log to use base::OnceCallback instead of legacy base::Callback. No intended functional change is included. This reduces the number of 'base::Bind' in //chrome/browser/extensions/activity_log from 69 to 0 as tracked at http://goo.gl/LUVhDj Bug: 714018 Change-Id: I4fe44c7fada907f3a1c70971067c29f0d5492e8f Reviewed-on: https://chromium-review.googlesource.com/952953 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#541703}
-
Shuotao Gao authored
TBR=penghuang@chromium.org Bug: 819778 Change-Id: I23e847c1bd5b1b3ffffb1679fd91bb67d36ec16d Reviewed-on: https://chromium-review.googlesource.com/954017Reviewed-by:
Shuotao Gao <stgao@chromium.org> Commit-Queue: Shuotao Gao <stgao@chromium.org> Cr-Commit-Position: refs/heads/master@{#541702}
-
Xing Liu authored
Currently we do a disk IO and network IO with large chunk of memory in ParallelDownloadTest, which cause stack underflow issues on certain platform. This CL fixed the disk IO by writing to file with 64KB buffer. The tests will be enabled after the network IO part is fixed. Bug: 817801 Change-Id: I49431cf0b66dc76ed893217126f189bb44f2e839 Reviewed-on: https://chromium-review.googlesource.com/952763Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#541701}
-
Kenneth Russell authored
BUG=chromium:811811 BUG=chromium:811905 BUG=chromium:811815 BUG=chromium:811796 BUG=chromium:811831 BUG=chromium:811789 BUG=chromium:811809 BUG=chromium:811821 BUG=chromium:811869 BUG=chromium:811866 BUG=chromium:811781 BUG=chromium:811799 BUG=chromium:811814 BUG=chromium:811864 BUG=chromium:811835 BUG=chromium:811834 TBR=estaab@chromium.org Change-Id: I8ddae02f706affb0198d12835baa421b74e8e462 Reviewed-on: https://chromium-review.googlesource.com/954416 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Cr-Commit-Position: refs/heads/master@{#541700}
-
Sorin Jianu authored
Bug: 819803 Change-Id: Ie40504523f779c3fcb1063f68445222aef837126 Reviewed-on: https://chromium-review.googlesource.com/953593 Commit-Queue: Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#541699}
-
Emircan Uysaler authored
This test creates a WebRTC peer connection between two tabs and measures the trace events added on the tab receiving remote video. It does connection with different codecs to create the different scenarios of HW decode(texture) and SW decode(memory). Based on these events, it provides stats about the lifetime of a video frame that is played in a MediaStream backed <video> tag. The plan is to run this test on WebRTC Chromium bots and make it available for other projects that are very sensitive about display latency. Bug: 818352 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I023bea19c9e2271d153f1062d0ec73624c96148b Reviewed-on: https://chromium-review.googlesource.com/947418Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#541698}
-