- 20 Feb, 2019 40 commits
-
-
Manu Cornet authored
These are very useful for debugging, but also for some runtime checks that before this CL really didn't check anything, see |ShelfView|'s |GetAppListButton| and |GetBackButton| methods (those used to just resolve to "Button"). The runtime checks in |ShelfView| are also why some of these string class names are made publicly accessible (back button and app list button) while the others are returned inline in the overridden method. Change-Id: Ia775f961fd6b9f1107659105d94020b13de8e9c5 Reviewed-on: https://chromium-review.googlesource.com/c/1477613Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#633831}
-
Evan Stade authored
mash_fyi_interactive_ui_tests: - LocationIconViewTest.HideOnSecondClick - MouseEventsTest.MouseOver Bug: none Change-Id: Iea021f7e500848bf25d9afd0f061c2a58dc20ee0 Reviewed-on: https://chromium-review.googlesource.com/c/1479190 Auto-Submit: Evan Stade <estade@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#633830}
-
David Bokan authored
The crash is a SegFault at 0x1c which is consistent with ScrollNode::user_scrollable_horizontal's position in ScrollNode. This is a stop-gap to prevent crashing in stable. Once it's confirmed and merged I'll investigate the underlying cause and real fix. Bug: 924068 Change-Id: I7a613b945176d54116c15feaf7f5fdc91833735a Reviewed-on: https://chromium-review.googlesource.com/c/1478373Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#633829}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/f20f5b94939e..938811eef933 git log f20f5b94939e..938811eef933 --date=short --no-merges --format='%ad %ae %s' 2019-02-20 yunchao.he@intel.com Use const*const* to annotate color state descriptors Created with: gclient setdep -r src/third_party/dawn@938811eef933 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Ic306db9b20de6093e1db31fa1e0e1ab5dc248a95 Reviewed-on: https://chromium-review.googlesource.com/c/1479050Reviewed-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@{#633828}
-
Dmitry Gozman authored
This patch removes public AppendRedirect function and handles redirect chain entirely in DocumentLoader. WebFrameTest.AppendRedirects test was actually testing that Vector::push_back() works, so it is changed to only test for initial redirect value. Bug: 855189 Change-Id: Ide2c411a328e69e70dd88369fe598fa7781ca746 Reviewed-on: https://chromium-review.googlesource.com/c/1455621Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#633827}
-
Ryan Sturm authored
This fix forces the unittest to not use the browser process network quality tracker, but instead use a passed in test tracker. Without this, messages can be queued while the testbrowserthreadbundle is tearing down causing a DCHECK in that class. Bug: 933533 Change-Id: I370a2048ef5f764b5e335c5ca63431a4f48aa1c7 Reviewed-on: https://chromium-review.googlesource.com/c/1479094 Auto-Submit: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#633826}
-
Matt Menke authored
They were never really needed. Bug: none Change-Id: Icec8bb3dbff4a8181e5416035e4e60c90a0cb3b8 Reviewed-on: https://chromium-review.googlesource.com/c/1479170 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#633825}
-
kyle Ju authored
Bug: 881513 Change-Id: I7545077ccf34528b9053561749f65bd1553e8ca2 Reviewed-on: https://chromium-review.googlesource.com/c/1474600Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Kyle Ju <kyleju@chromium.org> Cr-Commit-Position: refs/heads/master@{#633824}
-
Thiemo Nagel authored
Suggested by jonann@. Bug: none Change-Id: I6ce09c78087964ccb9b768dfaf750c03cadc3185 Reviewed-on: https://chromium-review.googlesource.com/c/1475489Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#633823}
-
Ian Kilpatrick authored
This is probably a more interesting change. Whenever we perform layout from NG->Legacy this enables us to reuse an old layout result stored on the object (even if that object is a LayoutBox). This decreases the size of LayoutBlock by a pointer, but increases the size of LayoutBox. Bug: 635619 Change-Id: I5be1bbf72f0a45623e90cb4f2767e5bd47bd4001 Reviewed-on: https://chromium-review.googlesource.com/c/1476567 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#633822}
-
kylechar authored
TaskRunner::PostTask() takes a OnceCallback. Replace usage of base::Bind(), which produces a RepeatingCallback, with base::BindOnce() when the callback is created as a temporary inside of PostTask(). The following regex was used to find instances that could be replaced: (Post(?:Delayed)?Task)\((?:\n\s*)?FROM_HERE,(?:\n)?\s*base::Bind\( Also replace any usage of base::Passed(&var) with std::move(var) for variables passed to base::BindOnce(). base::Passed() isn't needed for move-only types with OnceCallbacks. This CL was uploaded by git cl split. R=creis@chromium.org Bug: 714018 Change-Id: I45ef06c750df8d491227b7b7a8d9fdf233f06f04 Reviewed-on: https://chromium-review.googlesource.com/c/1475642 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#633821}
-
Yutaka Hirano authored
This is a preliminary change followed by https://crrev.com/c/1474887. Document::CheckCompleted should be immune to excessive calls, so this should not be a problem. Bug: 914739 Change-Id: I3b33b01fc434d04f328865777166e30c9abddf55 Reviewed-on: https://chromium-review.googlesource.com/c/1478318 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#633820}
-
Marcin Wiącek authored
@IntDef/@StringDef annotation are preferred way for declaring set of String/int values. 1. they need less space in APK than enum, see https://developer.android.com/topic/performance/reduce-apk-size#remove-enums 2. they give more control over allowed values than "static final" values Main goal of patch is migrating PassphraseType into @IntDef using rules similar to other @IntDef inside Chromium project: 1. with @IntDef/@StringDef first, @Retention second and related @interface third 2. with values inside @interface 3. with NUM_ENTRIES declaring number of entries if necessary 4. with comment about numbering from 0 without gaps when necessary 5. with @Retention(RetentionPolicy.SOURCE) 6. without "static final" in the @interface Notes: 1. PassphraseType.java is moved into Passphrase.java 2. functions inside Passphrase are using ordered List instead of Set 3. we remove Parcelable interface for PassphraseType BUG=919666 Change-Id: I2b8854d0638780eb817e42fbfc2bfc15df8e4a2a Reviewed-on: https://chromium-review.googlesource.com/c/1461877Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#633819}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/5994ae2a0450..76730a46a1d8 git log 5994ae2a0450..76730a46a1d8 --date=short --no-merges --format='%ad %ae %s' 2019-02-20 9856269+sarahM0@users.noreply.github.com In Vulkan, disallow BufferBlock on StorageBuffer variables (#2380) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@76730a46a1d8 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-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. TBR=dsinclair@chromium.org Change-Id: Id3c2e8281fc720a4f2762509371e058c41900d5c Reviewed-on: https://chromium-review.googlesource.com/c/1478444Reviewed-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@{#633818}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3d544fffe7ff..902ceed39986 git log 3d544fffe7ff..902ceed39986 --date=short --no-merges --format='%ad %ae %s' 2019-02-20 timvp@google.com Revert "Create Container ANGLE APK" Created with: gclient setdep -r src/third_party/angle@902ceed39986 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: I9e38f319b1ec3be4dd4bb3fb4771858239db85a4 Reviewed-on: https://chromium-review.googlesource.com/c/1477883Reviewed-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@{#633817}
-
Hiroshige Hayashizaki authored
The newly added test and its expected.txt are mostly the same as its classic version of same-origin-test.js, except for: - notStreamedReason (it's always "module script"), - tracing event name (v8.compileModule), and - Set type=module. Bug: 841466 Change-Id: Id64fdbb91ffd406a002c3e907065720e475d157b Reviewed-on: https://chromium-review.googlesource.com/c/1475071 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#633816}
-
Xida Chen authored
This CL implements the rasterization part for a paint image that is generated by PaintWorklet, which is the DrawImageOp::RasterWithFlags. Bug: 907897 Change-Id: I993d29035f1ad09e7cbe3caecc5445876078ac01 Reviewed-on: https://chromium-review.googlesource.com/c/1426015Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#633815}
-
Hiroshige Hayashizaki authored
To remove ExecutionContext::Url() call from WorkerFetchContext. Bug: 878274, 931532 Change-Id: I40eaa79c72cc0c9b6ff9c7a7ecc2b206ee39bc28 Reviewed-on: https://chromium-review.googlesource.com/c/1394382Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#633814}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/177cd13347a9..4534fdbeafdc git log 177cd13347a9..4534fdbeafdc --date=short --no-merges --format='%ad %ae %s' 2019-02-20 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@4534fdbeafdc 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. TBR=agable@chromium.org Change-Id: I0aa1610973d804e8377ba625f5737165475ea999 Reviewed-on: https://chromium-review.googlesource.com/c/1477882Reviewed-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@{#633813}
-
Elly Fong-Jones authored
Bug: None Change-Id: I1bf4f33b8bb92b7932981b9373994ecf6f71e680 Reviewed-on: https://chromium-review.googlesource.com/c/1478496 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Reviewed-by:
Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#633812}
-
Eric Orth authored
Bug: 922699 Change-Id: Icb3454e12b0dcecae9aaa1773b39c206e9dd78b4 Reviewed-on: https://chromium-review.googlesource.com/c/1479151 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#633811}
-
Jeff Fisher authored
This fixes a couple presubmit issues when running on Windows: * check_gn didn't properly normalize paths * eslint didn't execute in node successfully since the bin style for the npm install was unix specific (it's a CMD file on Windows) Bug: 929919 Change-Id: Iec7e1057254047bd0a6539e16df964dc8a58d528 Reviewed-on: https://chromium-review.googlesource.com/c/1459576Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Jeff Fisher <jeffish@microsoft.com> Cr-Commit-Position: refs/heads/master@{#633810}
-
Robbie McElrath authored
This test occasionally crashes with the network service enabled because a request hits the Interceptor after its been deleted. Change-Id: Ib09e8c6cdf1208ced3297af37e2261c880bae0f1 Reviewed-on: https://chromium-review.googlesource.com/c/1478307Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#633809}
-
Wez authored
Work-around some issues with the component launcher implementation by falling-back to using LaunchInfo-provided services if the ApplicationConfigManager cannot be found in the CastRunner's incoming service directory. Bug: 893229 Change-Id: I500920cb21186fdbd60f59783f359fdaf65aecaf Reviewed-on: https://chromium-review.googlesource.com/c/1476594Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#633808}
-
Tom Anderson authored
BUG=801780 R=thakis Change-Id: I60588de2dd5de1fe92f9731592d7ebd4468764c2 Reviewed-on: https://chromium-review.googlesource.com/c/1479410 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#633807}
-
Manu Cornet authored
Change-Id: I212670f81a9e4f01f06ba70cb312585fdaceab1c Reviewed-on: https://chromium-review.googlesource.com/c/1478658Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#633806}
-
Azeem Arshad authored
The AndroidMessagesIntegration feature flag was added to control launch of messages integration in ChromeOS. This feature is now enabled by default. This CL removes this flag and it's references. Bug: 930985 Change-Id: Id389f972d976fc5878c95a5e702e953018eb83b9 Reviewed-on: https://chromium-review.googlesource.com/c/1476116Reviewed-by:
Jeremy Klein <jlklein@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#633805}
-
John Abd-El-Malek authored
Bug: 931436 Change-Id: Iecf75ad198afdd0a9d01486e610d62e4e31cdce6 Reviewed-on: https://chromium-review.googlesource.com/c/1477928Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#633804}
-
Gordana Cmiljanovic authored
Original CL: https://chromium-review.googlesource.com/909216 [MIPS][tcmalloc] Fix mipsel compile errors tcmalloc is using very old version of linux_syscall_support.h The following mipsel related changes are pulled from lss project: https://chromiumcodereview.appspot.com/10067027 https://codereview.chromium.org/13846002 https://codereview.chromium.org/913723002/ https://codereview.chromium.org/836473006 Bug: 810356, 794147 BUG=724399,b:119055259 Change-Id: I9609460412d27ab8ed963577af6c284d8cb898d4 Reviewed-on: https://chromium-review.googlesource.com/c/1475153Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#633803}
-
Ben Pastene authored
This is more in-line with the other simplechrome trybots, which don't have DCHECKs enabled. R=achuith, dpranke, jbudorick Bug: 931794 Change-Id: I5347d222ef823d4c1318057c7d1833d7afef43a9 Reviewed-on: https://chromium-review.googlesource.com/c/1478947Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#633802}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/fd080e04f1e4..ad6d56748d98 git log fd080e04f1e4..ad6d56748d98 --date=short --no-merges --format='%ad %ae %s' 2019-02-20 gmeinke@chromium.org cbuildbot: plumb snapshot revision flag 2019-02-20 nya@chromium.org artifact_stages: Upload Tast private test bundles. Created with: gclient setdep -r src/third_party/chromite@ad6d56748d98 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: I5faf2e4d7c0d773e6bfd5ddd338bd25fd7b98815 Reviewed-on: https://chromium-review.googlesource.com/c/1478938Reviewed-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@{#633801}
-
Daniel Rubery authored
This required updating several tests to use "safe" download types, such as jpg or txt. For the download browser tests, the URL is forced to be "download-known-size", so I changed the expectation to match the format "Unconfirmed <number>.crdownload". A little bit of test data needed to be changed, namely: - simple_exe.cc was renamed simple_exe.txt, since cc is uncommon - zipfile_no_binaries.zip now has contents "simple_exe.txt" instead of "simple_exe.cc", for the same reason. - small_archive.rar now has contents "limerick.txt" instead of "limerick", since "limerick" is an uncommon extension. Bug: 918991 Change-Id: Iaef193e32a825b3b977fdae55ec43e7c5aaa327f Reviewed-on: https://chromium-review.googlesource.com/c/1459317Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#633800}
-
Nick Harper authored
Change-Id: I09d3416dc11140754a35033b4fbb45a76a44ee6a Reviewed-on: https://chromium-review.googlesource.com/c/1478082Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#633799}
-
Ian Kilpatrick authored
Horray! There should be no behaviour change. Bug: 635619 Change-Id: I12507f3e8144353fb58dc5837d33f4bc567d58b3 Reviewed-on: https://chromium-review.googlesource.com/c/1476514 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#633798}
-
Charlie Reis authored
This makes it possible to see precursor and nonce info for the origin for diagnostics, following r631964. Bug: 918565, 919144, 931895 Change-Id: I7b07e4e34177a0a532c254e313d65ad28e28cdd7 Reviewed-on: https://chromium-review.googlesource.com/c/1478096 Commit-Queue: Charlie Reis <creis@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#633797}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/109b5fb5f5b2..76d7ce275223 git log 109b5fb5f5b2..76d7ce275223 --date=short --no-merges --format='%ad %ae %s' 2019-02-20 srte@webrtc.org Disabling flaky RecievesVp8SimulcastFrames test. 2019-02-20 nisse@webrtc.org Reland "Update VP9EncoderImpl to use EncodedImage::Allocate" Created with: gclient setdep -r src/third_party/webrtc@76d7ce275223 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: Ide3de360c9d5172234f987a013ab1706c22ebae2 Reviewed-on: https://chromium-review.googlesource.com/c/1477404Reviewed-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@{#633796}
-
Dan Harrington authored
This was never added to the BUILD.gn file, so was never actually built or tested. Change-Id: I07b614c628146e0aee639bd5908bb8ff877c407e Reviewed-on: https://chromium-review.googlesource.com/c/1478500Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Dan H <harringtond@google.com> Cr-Commit-Position: refs/heads/master@{#633795}
-
Lucas Furukawa Gadani authored
Bug: 908139 Change-Id: I9219f576a344873f8cb5414ab7a1ba5e156f5527 Reviewed-on: https://chromium-review.googlesource.com/c/1474632Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#633794}
-
manuk authored
Bug: 931541 Change-Id: Ic30aa92c18ebcb4dc09216fef7a09f5e430bf572 Reviewed-on: https://chromium-review.googlesource.com/c/1477807Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#633793}
-
Salvador Guerrero authored
When a leveldb_proto database is requested we try to open both the unique and shared databases, when only one of those opened we used to return that database, regardless of whether we should, this CL incorporates the init and migration status to that logic to avoid returning a database with stale data Bug: 870813 Change-Id: Ide70a7d8c861f017fd55ae5faa53f5f73369f228 Reviewed-on: https://chromium-review.googlesource.com/c/1471378 Commit-Queue: Salvador Guerrero <salg@google.com> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#633792}
-