- 12 Dec, 2017 40 commits
-
-
Shanmuga Pandi M authored
Bug: 771800 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I710238913e0400c1eabb24351116ab445c79739a Reviewed-on: https://chromium-review.googlesource.com/821812Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#523405}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/e188f9648ada..a31a5a7b4ab3 $ git log e188f9648..a31a5a7b4 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 perezju [Devil] Provide device_utils.ListProcesses 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: Id5d04266f5f998a4d81e1d90e8d0043f27ff58dd Reviewed-on: https://chromium-review.googlesource.com/822152 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523404}
-
Morten Stenshorne authored
The spec says the following about an object with column-span:all [1]: "When space is limited, it may be impossible to find room for the spanning element. In these cases, user agents may treat the element as if none had been specified on this property." So... user agents MAY? In other words, it's not a requirement, and therefore we cannot test this. [1] https://www.w3.org/TR/css-multicol-1/#column-span (and then scroll down some) Bug: 788337 Change-Id: I404a763397294c83c6611e3722f809cfa0f5a389 Reviewed-on: https://chromium-review.googlesource.com/822113Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#523403}
-
xzhan96 authored
Corresponds to Clients.claim() method, allows an active service worker to set itself as the controller for all clients within its scope. This CL mojofies the following legacy IPCs: ServiceWorkerHostMsg_ClaimClients ServiceWorkerMsg_DidClaimClients ServiceWorkerMsg_ClaimClientsError BUG=772793 Change-Id: I50b9ee74fc67eb035578a30c78552092d57b2b6c Reviewed-on: https://chromium-review.googlesource.com/816600 Commit-Queue: Xiaofeng Zhang <xiaofeng.zhang@intel.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#523402}
-
Becca Hughes authored
The timeline currently is 2px high. This converts the surrounding margins into padding so the surrounding area will pick up touch events and make it easier to scrub. BUG=784363 Change-Id: I9ff370d5e0724a8e833aebc1fb2cde309dedd316 Reviewed-on: https://chromium-review.googlesource.com/819631 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#523401}
-
Christos Froussios authored
This reverts commit 6745e12d. Reason for revert: Test raw-headers-for-protected-document.js is flaky (mostly failing) Original change's description: > DevTools: do not report raw headers and cookies for protected subresources. > > In case subresource request's site needs to have its document protected, don't > send raw headers and cookies into the frame's renderer. > > Bug: 793692 > Change-Id: I9f41adfe35717eec284130f89ac92ecc78089969 > Reviewed-on: https://chromium-review.googlesource.com/821410 > Reviewed-by: Charlie Reis <creis@chromium.org> > Commit-Queue: Pavel Feldman <pfeldman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523364} TBR=creis@chromium.org,pfeldman@chromium.org Change-Id: I2f4abad2167c23cf6218fe1806eeadb212ccb430 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 793692,794128 Reviewed-on: https://chromium-review.googlesource.com/822190 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523400}
-
Jérôme Lebel authored
When a token is requested, HasCacheEntry() is called in StartCacheLookupRequest(). This call can potentially remove the cache entry. Therefore when getting the cache entry right after, it would be not available anymore. HasCacheEntry() method should never exist, since there is no warranty that the same cache entry would be returned by GetCacheEntry() on the next line of code. To solve the problem, StartCacheLookupRequest() is renamed to InformConsumerWithCacheEntry(), and only GetCacheEntry() is used. Bug: 791695 Change-Id: Ie22c520cb0f2e2feec84781908b33ba2d0e791e5 Reviewed-on: https://chromium-review.googlesource.com/817200Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#523399}
-
rhalavati@google.com authored
The default network traffic annotation value is removed from FakeSocket. Bug: 656607 Change-Id: Ie52e1f41de788e0d7119ddc77c6d7641c192b56e Reviewed-on: https://chromium-review.googlesource.com/817441Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#523398}
-
Becca Hughes authored
The "HasUserReceivedUserGestureBeforeNavigation" bit is currently local to Blink and activation delegation will require that we can access this bit across cross origin iframes. This means we need to replicate this across processes. The tests include coverage for feature policy to ensure it works correctly with the delegation. BUG=767389 Change-Id: Ia9c11c62bb9a2e195fbfefc09d53a32de73cddd5 Reviewed-on: https://chromium-review.googlesource.com/788955Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#523397}
-
Yutaka Hirano authored
Bug: 785770, 794073 Change-Id: I0e4ee3a24ee3b480fe88022fc489f231ad779990 Reviewed-on: https://chromium-review.googlesource.com/821335Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#523396}
-
Becca Hughes authored
This adds two histograms to MediaEngagementPreloadedList. The first is used when the list is loaded and will allow us to see if the loads are failing and why. The second is used when the list is checked and will allow us to see if the list has not been loaded or is empty, as well as how often the list is matching. BUG=787464 TBR=jwd@chromium.org Change-Id: Ibc24ffcf2c18856297be4cc5017d3b937257967c Reviewed-on: https://chromium-review.googlesource.com/813754 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#523395}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/40ca2087ef07..ba096c0dc3ba $ git log 40ca2087e..ba096c0dc --date=short --no-merges --format='%ad %ae %s' 2017-12-12 angle-deps-roller Roll skia/third_party/externals/angle2/ c7abc0803..629a64498 (1 commit) Created with: roll-dep src/third_party/skia BUG=793115 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=liyuqian@chromium.org Change-Id: Ie18d4d01aee31720b5698d251c2f4a26210676b4 Reviewed-on: https://chromium-review.googlesource.com/822034Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523394}
-
Morten Stenshorne authored
The multicol spec [1] changed at some point from saying to clip overflow at the middle of column gaps, to saying that we shouldn't clip at all. A lot of tests got adjusted to match this some time ago [2], but this one was left behind. [1] https://www.w3.org/TR/css-multicol-1/#overflow-inside-multicol-elements [2] https://github.com/w3c/web-platform-tests/commit/b554395c79e502eee8cab95266461e607fa1d8e4 While Blink generally follows an old version of the spec, and therefore clips, it miraculously fails to do so here. So the test passes, now that it has been corrected. Bug: 788337 Change-Id: I1b1e556102461e5442058f54d612fa7f696456c2 Reviewed-on: https://chromium-review.googlesource.com/822094Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#523393}
-
Christos Froussios authored
It is flaky TBR=olka@chromium.org Bug: 794080 No-Try: true Change-Id: Ice21dfb49a600f10443f3797b6d9be2086756473 Reviewed-on: https://chromium-review.googlesource.com/821545 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523392}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9771aa49..14ae91d2 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: Ifb4251fd6ec03b651c91c6816d1bc31104fb284e Reviewed-on: https://chromium-review.googlesource.com/821693Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523391}
-
Yutaka Hirano authored
We have two experiments, and currently enabling both would confuse ResourceLoadScheduler. This CL fixes that. Bug: 785770 Change-Id: Iedcd31b85b83dae8397c992e3c769addd9dba956 Reviewed-on: https://chromium-review.googlesource.com/816775 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#523390}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/c7abc08034a3..629a64498dde $ git log c7abc0803..629a64498 --date=short --no-merges --format='%ad %ae %s' 2017-12-11 oetuaho Fix HLSL integer pow workaround Created with: roll-dep src/third_party/angle BUG=793115 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=cwallez@chromium.org Change-Id: I838b7ab46d5c9f4573da56c3232511bb6ea72d23 Reviewed-on: https://chromium-review.googlesource.com/822052Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523389}
-
Mounir Lamouri authored
Setting the internal muted state based on the muted content attribute when the attributes have been parsed instead of waiting for the children to be parsed. This allows edge cases such as checking for `muted` in a <script> inside the element to return the correct value. This is fixing all the HTML tests for the muted attribute that Blink used to fail. Bug: 350303 Change-Id: I51c00abdf40b36d2222ddca2be69d61a0286f657 Reviewed-on: https://chromium-review.googlesource.com/819555 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523388}
-
Yoichi Osato authored
Bug: 708452 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iafc4c16aac974aa50bbd79960179ba17a3dff7cb Reviewed-on: https://chromium-review.googlesource.com/821337Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#523387}
-
Koji Ishii authored
This patch implements all the rest of logic to compute visual overflow for NGPhysicalTextFragment. In doing so, this patch also refactors text-emphasis logic to share with the pre-NG code. Bug: 636993, 714962 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib800a9b4264dfe724d59fdb220e7c0d43513685a Reviewed-on: https://chromium-review.googlesource.com/776638Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#523386}
-
Sriram authored
Upstream the below tests from media/track/ to wpt 1. track-webvtt-tc016-align-positioning.html 2. track-webvtt-tc017-line-position.html 3. track-webvtt-tc018-align-text-line-position.html 4. track-webvtt-tc019-cue-size.html 5. track-webvtt-tc020-cue-size-align.html Bug: 782555 Change-Id: I09431fad43b9dc574f14d7ca8387aa38587c5825 Reviewed-on: https://chromium-review.googlesource.com/821990Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#523385}
-
Yuki Awano authored
- Do not reroute events if it is targetted to the tray or its descendants, or if target of the event has window of the tray as a transient ancestor. - When network info bubble is shown, the bubble is active but the tray itself is not active. The bubble is shown as another widget. The bubble should receive key events in this case. If the handler reroutes key events in this case, the tray is closed when esc key is pressed while the bubble is shown. information icon. Press esc key to close the info bubble. Confirm that it only closes the info bubble. Bug: 758530 Test: Open network section of system tray by click. Click the Change-Id: I0df0c81e4df28785f16fdefb9af37a73f00ef604 Reviewed-on: https://chromium-review.googlesource.com/776255Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#523384}
-
Mike West authored
Implements the changes to fragment processing described in https://github.com/whatwg/url/pull/347, which adds a new "fragment percent-encode set" which contains the C0 control percent-encode set, along with: * 0x20 SPACE * 0x22 (") * 0x3C (<) * 0x3E (>) * 0x60 (`) This brings our implementation into line with Firefox. Bug: 758523 Change-Id: I25de642017ccb69473626a327ad194b3431a11ed Reviewed-on: https://chromium-review.googlesource.com/719004 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523383}
-
jdoerrie authored
This change makes base::ObserverList::Iter a standard compliant ForwardIterator by adding a post increment operation and adding expected typedefs. This is needed so that ObserverList::Iters can be used in standard library algorithms that expect these typedefs to exist. Bug: NONE Change-Id: Ida5cf58921cf4094c78ac5beb9a6b05fc0c6937f Reviewed-on: https://chromium-review.googlesource.com/819990Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#523382}
-
Hajime Hoshi authored
Bug: 765623 Change-Id: I7018d8d9e1c467ae4b71ce2079a6b144e1111db7 Reviewed-on: https://chromium-review.googlesource.com/672303 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#523381}
-
Gauthier Ambard authored
This CL changes the appearance of the Clean Toolbar so it looks like the current toolbar. It includes adding rounded corners, thinning the border, changing the shadow below the location bar so it has a gradient. Current Toolbar: https://drive.google.com/file/d/1uGY2kAQhTPdCItTgUP93obKXA-ifMKdE/view CleanToolbar before: https://drive.google.com/file/d/1k_kszRT9iXyLv6db-zvUjS2Kvl-dWjd9/view CleanToolbar after: https://drive.google.com/file/d/1s3eMnF0SypEuxwVei37fB2LlZpumjBBl/view Bug: 793836 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I59b5bf33974c61561b40033f088659bda4ed9745 Reviewed-on: https://chromium-review.googlesource.com/819692 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#523380}
-
Yutaka Hirano authored
Bug: 785770 Change-Id: I12060b75d6a8bb84672b939b707ff4459579c171 Reviewed-on: https://chromium-review.googlesource.com/821334 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#523379}
-
Jens Widell authored
Multiple source files in components/sync/ define and use a macro named ENUM_CASE. Some already undefine it afterwards, but some don't and that causes issues in jumbo/unity builds where all the source files are compiled in a single translation unit. Change-Id: I0ce5d1d0e2008f52c68c8dd174d537b7ef1a42f1 Reviewed-on: https://chromium-review.googlesource.com/817280Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Jens Widell <jl@opera.com> Cr-Commit-Position: refs/heads/master@{#523378}
-
Elad Alon authored
WebRtcEventLogManager needs to be aware of all peer connections, so that it may start/stop WebRTC event logging on a per peer connection basis. This is needed because we only want WebRTC sending RTC event logs back to Chrome, when Chrome intends to log them. For that reason, we move the logic from WebRTCEventLogHost into WebRtcEventLogManager, which will know when these event logs are needed (either for local or for remote logging). Bug: 775415, 787809, 787938, 791022 Change-Id: I4fda5269765d510c69ce6061a0a5bce3125ffc5f Reviewed-on: https://chromium-review.googlesource.com/811647Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#523377}
-
Eddy Mead authored
Bug: 752745 Change-Id: Ia2e629af08666c101a5083980ab2345bc355ee6b Reviewed-on: https://chromium-review.googlesource.com/821971Reviewed-by:
Renée Wright <rjwright@chromium.org> Commit-Queue: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#523376}
-
Eric Willigers authored
args.Peek() - 1 is only valid if we are not at the end (or beginning) of the token stream. BUG=792464 Change-Id: I1a475ce873723877d6bbb9d7b24c3773dd1090ee Reviewed-on: https://chromium-review.googlesource.com/821793Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#523375}
-
Darren Shen authored
Currently, when we encounted a custom property as we iterate over a StylePropertyMap, we get back a CSSUnsupportedValue, but we should be returning a CSSUnparsedValue. Spec: https://drafts.css-houdini.org/css-typed-om-1/#unparsedvalue-objects Bug: 779477 Change-Id: Iad5cf293e7e5721635f203e0a54d41759da508fc Reviewed-on: https://chromium-review.googlesource.com/821890 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#523374}
-
arthursonzogni authored
Use the NavigationURLLoaderNetworkService when NavigationMojoResponse is enabled, even if the network service isn’t. The feature NavigationMojoResponse is currently disabled by default, so this patch shouldn't introduce any new regression. See the others CLs in this series: [1/3] https://chromium-review.googlesource.com/c/739502 [2/3] this CL. [3/3] https://chromium-review.googlesource.com/c/753738 This is part 2 of the implementation plan. Design doc: https://goo.gl/Rrrc7n Bug: 705744 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.linux:linux_site_isolation Change-Id: Ia95527dce4be7b43747fec09ffe61bc51b2195a6 Reviewed-on: https://chromium-review.googlesource.com/741237 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#523373}
-
Miguel Casas authored
This CL adds a SEQUENCE_CHECKER to Vaapi*Accelerator classes, and posts the destruction of those objects to the appropriate thread on Cleanup(). Also makes {H264,VP8,VP9}Picture RefCountedThreadSafe, see miu@ comment in https://chromium-review.googlesource.com/c/chromium/src/+/794091#message-a64bed985cfaf8a19499a517bb110a7ce581dc0f TEST=play back VP9/VP8/H264 w/ simplechrome on soraka, Release build unstripped, let video play for a few seconds then navigate back; no crashes. Unittests as before: video_decode_accelerator_unittest --test_video_data=test-25fps.vp9:320:240:250:250:35:150:12 video_decode_accelerator_unittest --test_video_data=test-25fps.vp8:320:240:250:250:35:150:11 video_decode_accelerator_unittest --test_video_data=test-25fps.h264:320:240:250:258:35:150:1 Bug: 789160 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: I7d96aaf89c92bf46f00c8b8b36798e057a842ed2 Reviewed-on: https://chromium-review.googlesource.com/794091Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#523372}
-
Hidehiko Abe authored
Now, all tests are migrated to non-gmock test cases. Clean up unnecessary code. BUG=234463 TEST=Ran bots. Change-Id: I71861d8b70544764c6b149574730f1abda007250 Reviewed-on: https://chromium-review.googlesource.com/819190Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#523371}
-
Stuart Langley authored
This changes is for files in the path //t_p/WebKit/Source/modules/accessibility. Added the include for base/macros.h where needed and moved the macro to the end of the class as per the code guidelines enforced by lint. Also take the chance to change ctor/dtor to use '= default' where possible. This CL introduces no logic changes. Bug: 565932 Change-Id: I5b03045c5e880d7a97aa9006e055ea4a065301c3 Reviewed-on: https://chromium-review.googlesource.com/822011Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#523370}
-
Daniel Bratell authored
There are two types named FrameMap, one in render_frame_impl.cc and one in render_frame_proxy.cc. As long as the type isn't exported that works, but in jumbo builds the cc files are compiled in the same translation unit which causes collisions. Bug: 746953 Change-Id: I582d7f032caba1a201ac72c8181eb4c2432cc5bf Reviewed-on: https://chromium-review.googlesource.com/819636Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#523369}
-
DongJun Kim authored
This patch changes function names for readability in AXObject as below. - Supports*** / CanSupportARIA*** -> SupportsARIA*** Bug: none Change-Id: I77e9f717ce5ba1bfcb53c6152f57ce99fdda943a Reviewed-on: https://chromium-review.googlesource.com/821792Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#523368}
-
Owen Lin authored
We need larger output buffers when using high bitrates. Bug: b/69381380 Test: Pass the CTS "android.media.cts.VideoEncoderTest" 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: I775da1f332de3448cb383fed618a140cf950913d Reviewed-on: https://chromium-review.googlesource.com/816375 Commit-Queue: Owen Lin <owenlin@chromium.org> Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#523367}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e57da29c. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/7486 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Icd9b2cb4ef260dc0a016c450572fc37d0ffc106e Reviewed-on: https://chromium-review.googlesource.com/821432 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523366}
-