- 27 Nov, 2017 40 commits
-
-
jdoerrie authored
This change fixes the undo toast so that navigating away from the password settings page will hide it if shown. Bug: 779945 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0e10f352701c7caf356e070f2b4c6f7cd8b59b41 Reviewed-on: https://chromium-review.googlesource.com/779200Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#519438}
-
Peng Huang authored
Bug: 765393 Change-Id: I5c83d87c259b1f4884e91f9cc0f4bc3a1baf4d36 Reviewed-on: https://chromium-review.googlesource.com/772398 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#519437}
-
Ian Vollick authored
This CL formats the WebVR timeout UI to match the design. It also contains an update to the button API to propagate size changes to its constituent elements. Bug: None 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 Change-Id: Ied5d8c85c6c2e5439c64cc1056d021474c7eeedb Reviewed-on: https://chromium-review.googlesource.com/789418Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#519436}
-
Shanfeng Zhang authored
Bug: Change-Id: Id706ff7666dde88a68381897af5cdc8370e8efb6 Reviewed-on: https://chromium-review.googlesource.com/786637 Commit-Queue: Shanfeng Zhang <szhangcs@google.com> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#519435}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6bccad8c..a6639fb9 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I4763f7cbcdeab4ca83ddd46db179f033e4190ba9 Reviewed-on: https://chromium-review.googlesource.com/791270Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#519434}
-
Dave Tapuska authored
We've shipped coalesced events API for a number of releases remove the setting. BUG=656781 Change-Id: I0dc8d10833a99cefbc4f4361349d1be83d1e6142 Reviewed-on: https://chromium-review.googlesource.com/790936Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#519433}
-
James Wallace-Lee authored
(Part 2 of a 3-sided patch.) Depends on crrev.com/i/502732 Downstream, we are moving static SafeBrowsing methods into PlatformServiceBridge. This CL replaces upstream calls to SafeBrowsing methods, which previously used reflections, with calls to new instance methods in PlatformServiceBridge. BUG=682070 Change-Id: Id457a6065aa1d16b2acb8404a2fea4070b0879be Reviewed-on: https://chromium-review.googlesource.com/765092Reviewed-by:
Paul Miller <paulmiller@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Cr-Commit-Position: refs/heads/master@{#519432}
-
Tao Bai authored
Bug: 788823 Change-Id: I5c38b6b71eea2000d284d42687a95748f5654265 Reviewed-on: https://chromium-review.googlesource.com/791317Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#519431}
-
Andrey Kraynov authored
Code in iterators/ never calls any non-const methods and it is possible to make all Node/LayoutObjects objects const. No behavour changes. Bug: 766448 Change-Id: I344643ab0d5cf30285ef20c93dc4692dd082f2be Reviewed-on: https://chromium-review.googlesource.com/785696Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Andrey Kraynov <iceman@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#519430}
-
Hans Wennborg authored
There are three pieces to this puzzle: 1) Passing the -finstrument-functions-after-inlining flag to all compiler invocations. 2) Implementing the __cyg_profile_func_enter function. 3) Making all .exe and .dll targets link in the library that provides that function. This patch implements those three, losely modeled on how the Android build works, and adds documentation on how to use this to update the order files. Bug: 728324 Change-Id: I778bc8c0c2800244b8f18037197d62223ef92203 Reviewed-on: https://chromium-review.googlesource.com/783830 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Brett Wilson <brettw@chromium.org> Reviewed-by:
Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#519429}
-
Yuwei Huang authored
|audio_stream_consumer_| can be deleted before validity before using it. AudioStreamConsumerProxy: :Core is deleted, so we need to check its Change-Id: Ic979f5ef1690fce242dc48c84ff18dd07a22fb11 Reviewed-on: https://chromium-review.googlesource.com/776235Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#519428}
-
Francois Doray authored
OnWindowBoundsChanged() is called when the bounds of a window change. OnWindowOpacityChanged() and OnWindowTransformed() are called when the opacity or transform of a window is set, even if it didn't change. The reason for this difference is that the opacity and transform can be animated on the impl side of cc. cc sets the property value on the ui::Layer before the first frame of the animation is rendered and when the animation ends, but not during the animation. Most of the time, the value set before the first frame of the animation is rendered is the same as the existing value. We want to notify WindowObservers even if the value didn't change yet so that they are aware that an animation started. This CL also renamed OnWindowOpacityChanged -> OnWindowOpacitySet. Bug: 738387 Change-Id: I75c7c449ae5d20ae5b76e3ca0b6bb041ce8b1439 Reviewed-on: https://chromium-review.googlesource.com/775822 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#519427}
-
Sammie Quon authored
The icons now match the ones show on the chrome media router interface. They used to just show a generic TV for all types. Some of the icons change depending on if the build is chrome branded, this is also to match the media router interface. Test: manual Bug: 682575 Change-Id: Ib410e42afbe78e1c4c72ab3794d44d26fa69cf13 Reviewed-on: https://chromium-review.googlesource.com/777462 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#519426}
-
Lei Zhang authored
Use NOTIMPLEMENTED_LOG_ONCE(), as having the same NOTIMPLEMENTED() message 20 times in a row on startup is not helpful. Change-Id: I008e2eabb959e5d0477d08e4f9cdd8e0af046f5a Reviewed-on: https://chromium-review.googlesource.com/791431Reviewed-by:
Elliot Glaysher <erg@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#519425}
-
Todd Broch authored
UMA data supports that active users typically react to either display dim or off cues quickly or are in fact idle and could move to lower power state. As such lets lower the times spent in each of these modes to hasten power savings which could be +20min of standby time or ~0.1% battery savings per idle transition. With change idle times are: BatteryScreenDimDelayMs = 300000 (5min no change) BatteryScreenOffDelayMs = 330000 (from 6 -> 5.5min) BatteryIdleDelayMs = 390000 (from 10 -> 6.5min) AcScreenDimDelayMs = 420000 (7min no change) AcScreenOffDelayMs = 450000 (from 8 -> 7.5min) AcIdleDelayMs = 1800000 (15min no change) correct times. BUG: 782725 TEST: manual, let device idle suspend & verify transistions occur at Change-Id: I7659f3e3bd684342fbd9a5bd2553d45a2970cf82 Reviewed-on: https://chromium-review.googlesource.com/777974Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#519424}
-
Philip Rogers authored
paint/invalidation/composited-iframe-scroll-repaint-iframe.html was added in [1] as a test of composited iframe scrolling and used an overflow: hidden scroller. With Root Layer Scrolling (RLS), overflow: hidden no longer composites (see discussion in https://crbug.com/784053) so this test does not work. This patch updates the test to use overflow: scroll and adds a style for hiding the scrollbars. There is no change in behavior for the non-RLS codepath, but with this change the test now works for RLS. [1] https://chromium.googlesource.com/chromium/src/+/64135db5fe189001e230a40b97572c1a59b2c157 Bug: 781419 Change-Id: I8d988919f49155f11b84c76cb5854e88d6b9d012 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Reviewed-on: https://chromium-review.googlesource.com/789492Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#519423}
-
Sky Malice authored
The previous code would simply take the last result from both local and remote sources and use that as a potential cutoff time for holding results back. However, web history in particular, is not guaranteed or even commonly ordered (reverse chronologically). This also occasionally would hit a DCHECK, and could have caused duplicated remote results and extra queries to web history. Additionally, changed youngest_* to oldest_*, referring to time stamps that happened the longest ago in the past, which now have the smallest numerical value as internal representation. Bug: 787928 Change-Id: I8b8b287599c6e4ad06ced1546974d8a4d167bb84 Reviewed-on: https://chromium-review.googlesource.com/786642 Commit-Queue: Sky Malice <skym@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#519422}
-
Dave Tapuska authored
This reverts commit dc8d14d9. Reason for revert: Some flakiness on the devtools protocol layout tests. Will investigate them Original change's description: > Enable mojo input messages on all platforms other than Android webview. > > Android webview still uses synchronous compositor messaging which still > needs to be mojoified. But the finch trial of mojo input messages has > shown no major regressions in stability and some improvements in input > latency. > > BUG=722928 > > Change-Id: I2d06a5b3159eb3e13d914240222eac9298848bbd > Reviewed-on: https://chromium-review.googlesource.com/789590 > Reviewed-by: Tobias Sargeant <tobiasjs@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Dave Tapuska <dtapuska@chromium.org> > Cr-Commit-Position: refs/heads/master@{#519321} TBR=dtapuska@chromium.org,tobiasjs@chromium.org,jochen@chromium.org Change-Id: I45574a290f89def43caf6ab43d2de85b324d96cc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 722928 Reviewed-on: https://chromium-review.googlesource.com/792093Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#519421}
-
Ian Clelland authored
Bug: 740556 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: If696428160446e636eaa1a9fa3ef7e067b0c8922 Reviewed-on: https://chromium-review.googlesource.com/712711Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#519420}
-
Yuke Liao authored
Remove liaoyuke@ from ios_test watch list. Bug: Change-Id: I53cad90f2e100d4caa8046d51a6c451c202c0d09 Reviewed-on: https://chromium-review.googlesource.com/791316Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#519419}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/f473672fd630..9b93815edae6 $ git log f473672fd..9b93815ed --date=short --no-merges --format='%ad %ae %s' 2017-11-27 dsinclair Add helpers to get attribute information 2017-11-27 dsinclair Fold XFA_GetAttributeByName into CXFA_Node::NameToAttribute 2017-11-27 dsinclair Convert CPDF_StructTree to size_t 2017-11-27 rharrison Change FPDF_GetText to return "" when asked to get 0 characters 2017-11-27 npm Prepend ++ in CFX_DIBSource 2017-11-27 dsinclair Convert CPDF_StructElement::CountKids to size_t 2017-11-27 dsinclair Remove CollectionSize from CPDF_RenderStatus 2017-11-27 dsinclair Remove CollectionSize from CPDF_CharPosList 2017-11-27 dsinclair Remove CollectionSize from FPDF_DataDecode 2017-11-27 dsinclair Convert CPDF_TextObject to not use CollectionSize 2017-11-27 dsinclair Convert CPDF_ClipPath::Get{Path|Text}Count to size_t 2017-11-27 dsinclair Add some helpers for attribute lookup 2017-11-27 dsinclair Remove use of CollectionSize from CPDF_CMapParser Created with: roll-dep src/third_party/pdfium BUG=788103 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: I835d32e34297c5d5b40ed36d9b55e2e555f8a4b0 Reviewed-on: https://chromium-review.googlesource.com/791651 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#519418}
-
Fan Yang authored
Allow multiple acks for stream data (and control frames). Protected by quic_reloadable_flag_quic_allow_multiple_acks_for_data2. Also move stream_bytes_written_ and stream_bytes_outstanding_ to send buffer. Bug: Change-Id: Iaa99babf28b6333702e96ea42f3fbe45bd2bdbb3 Reviewed-on: https://chromium-review.googlesource.com/791032 Commit-Queue: Fan Yang <fayang@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#519417}
-
Joshua Bell authored
Change-Id: I185ae461538e7081d4092c4a3f98f9c4536e04c0 Reviewed-on: https://chromium-review.googlesource.com/783881 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#519416}
-
Tom Anderson authored
package_exists() used to check if the output of 'apt-cache search' was nonempty to check if a package is available for install. But it does not work in some cases. For example, on Debian Testing, libgtk-3-0-dbg is not available, but libgtk-3-0-dbgsym is. This package would show up in the apt-cache output and we would incorrectly determine that libgtk-3-0-dbg was available. Additionally, there can be more than one package that is listed. This CL does a check for the exact package name. BUG=785818 R=dpranke@chromium.org Change-Id: Ic81f1c059223e3cec643e116dea26b30c9ac75f1 Reviewed-on: https://chromium-review.googlesource.com/791371 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#519415}
-
Daniel Bratell authored
There were two public classes, both in //ui, named MenuController and they clashed in jumbo builds and probably contributed to some confusion. This patch renames the one for Mac MenuControllerCocoa Bug: 773275 Change-Id: I3d0d3e98a120c0df3da47cc691b48cdf89e51d6f Reviewed-on: https://chromium-review.googlesource.com/791610 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#519414}
-
Jialiu Lin authored
When NavigationHandle is gone, remove its associated NavigationThrottle frome PasswordProtectionRequest to resolve crash. Bug: 788733 Change-Id: I9f2be37d705b445ddf3d3b6c1ff6d7df79a80e84 Reviewed-on: https://chromium-review.googlesource.com/791492 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#519413}
-
John Abd-El-Malek authored
This allows test to monitor and intercept: -frame requests (for now only with network service, until non-NS code path starts using URLLoader) -subresources requests (both with and without network service) Bug: 776589 Change-Id: I34a7e4ce57b966109bd421beac6eeab26481a2f7 Reviewed-on: https://chromium-review.googlesource.com/789355 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#519412}
-
Ehsan Chiniforooshan authored
When no trace endpoint is given to StopTracing, we don't reset filtered_metadata_ which causes a DCHECK failure in the next StopTracing call. Bug: 788698 Change-Id: Ifb76f0d68ffc92a6d34498b9e574e31f0644b2dc Reviewed-on: https://chromium-review.googlesource.com/791210Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#519411}
-
Antonio Gomes authored
This is important for supporting Aura use cases that relies on ET_MOUSE_EXITED events being fired when mouse pointer leaves a say Chrome window. For instance, it fixes common use cases like 'hiding a tooltip window when cursor leaves the browser window' in external window mode, similarly to what stock chrome does. BUG=666958 Change-Id: I8077fec47fbd09277928ef20adbbf2a12af55e4a Reviewed-on: https://chromium-review.googlesource.com/791275Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#519410}
-
Brett Wilson authored
This prevents a trivial memory allocation of a vector, but is more about testing proper span usage. Clarify span const pointer uses in the header which is confusing. Change-Id: I39cd3ba9fcfd1d147e80c80ec53c3a66e8611282 Reviewed-on: https://chromium-review.googlesource.com/780266 Commit-Queue: Brett Wilson <brettw@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#519409}
-
Fan Yang authored
Merge internal change: 176702384 Bug: Change-Id: I93b5cf6c8bfa92c4a700d16fef79d691f9ba2071 Reviewed-on: https://chromium-review.googlesource.com/791030Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/master@{#519408}
-
Chris Mumford authored
mojo.common.mojom.FileError is the Mojo version of the base::File::Error enumeration. Added enum traits for base::File::Error
↔ mojo::common::mojom::FileError. Bug: 787281 Change-Id: I12075ed19fd412d0f92b0eccef66ba3832261d8b Reviewed-on: https://chromium-review.googlesource.com/786266 Commit-Queue: Chris Mumford <cmumford@chromium.org> Reviewed-by:John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#519407}
-
Matthew Jones authored
Since the bottom sheet and NTP are the same thing now, this check is no longer valid and should be removed. BUG= Change-Id: I6b425bad4777bbb33c0be07ff97b0d3f5375267a Reviewed-on: https://chromium-review.googlesource.com/786143Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#519406}
-
Min Qin authored
When these tests start, there could be some files in the disk cache. The tests did call mTestThumbnailDiskStorage.clear() in setUp(). However, they did not clear the removeCount value. As a result, tests can fail if the removeCount is not initiazed to 0. BUG=786212,778829 Change-Id: I0f797b019ed5e0cb3b6148da9b79d9679c125a43 Reviewed-on: https://chromium-review.googlesource.com/783494Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#519405}
-
Kim Paulhamus authored
GetAssertion (or public key 'get' requests) need to know which key was successfully used by the responding authenticator in a sign request. Bug: 664630 Change-Id: I3c272e1f9465750ac4ff30dfb77c18ca4245dee5 Reviewed-on: https://chromium-review.googlesource.com/711015 Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#519404}
-
Elliot Glaysher authored
This removes another direct usage of ash::wm::WindowState from //chrome/. It also reworks the signaling mechanism in ImmersiveModeControllerAsh so that on fullscreen change events, we correctly update the shelf visibility without directly linking with ash code. Bug: 780160, 640384 Change-Id: I0539d37639974f0c170306dc1dcbcd26389faf97 Reviewed-on: https://chromium-review.googlesource.com/758974 Commit-Queue: Elliot Glaysher <erg@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#519403}
-
Dale Curtis authored
This test was not actually testing the right thing, by default video/mp4 and video/webm with an unknown codec are reported as "probably" being supported. Fix this so that av1 is recognized and return "" if support is not compiled or enabled. BUG=787514 TEST=updated browsertest Change-Id: I14a62d5789b1def48413989eb859dcd1a878294b Reviewed-on: https://chromium-review.googlesource.com/783330Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#519402}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/5243cad07add..a1422259024f $ git log 5243cad07..a14222590 --date=short --no-merges --format='%ad %ae %s' 2017-11-21 charliea Make each soundwave dashboard API request use a new connection Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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 TBR=sullivan@chromium.org Change-Id: I046f6df9453ff41d8dc0dd1c4eb39d6b742702b1 Reviewed-on: https://chromium-review.googlesource.com/791313 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#519401}
-
Wenzhao Zang authored
Bug: 786343 Change-Id: I7bd5bfccfee25894499b9d1b9971691090b02ec5 Reviewed-on: https://chromium-review.googlesource.com/786267Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#519400}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/abead8cbcf89..9cb03e5705c1 $ git log abead8cbc..9cb03e570 --date=short --no-merges --format='%ad %ae %s' 2017-11-27 jstebbins lavf/mov: fix crash in mov_read_sidx Created with: roll-dep src/third_party/ffmpeg BUG=788230 TEST=test case no longer reproduces TBR=sandersd Change-Id: I721aec670a70d1c9ed54f416ddb71f3ec3a9b529 Reviewed-on: https://chromium-review.googlesource.com/790940Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#519399}
-