- 31 Oct, 2017 40 commits
-
-
Matt Falkenhagen authored
I didn't check all but a random sampling and recent trybot runs is showing these are flakily failing, not always failing. Add [ Pass ] expectation long with the failure expectations to prevent confusing "unexpected flakiness" redness. Bug: 778721 Change-Id: I045dc22542a89723444beb196bf08a4f3c44b612 TBR: kinuko NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/746543 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#512828}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/8aa3002c673f..367e7de07ec3 $ git log 8aa3002c6..367e7de07 --date=short --no-merges --format='%ad %ae %s' 2017-10-31 thestig Add FS_RECTF conversion functions. Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I84aa9e166a5e5d9a8df1c61d336810f1b60210ee Reviewed-on: https://chromium-review.googlesource.com/745829 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512827}
-
Elly Fong-Jones authored
Bug: 610428 Change-Id: I1df1aec018917de3e7a79112f9a6b68fdaf41073 Reviewed-on: https://chromium-review.googlesource.com/735072Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#512826}
-
Koji Ishii authored
This patch adds CrashKey to investigate where crashes occur. LazyLineBreakIterator::IsBreakable() has inline and templates that the stack quality is low. Bug: 756624 Change-Id: I657b18aa1cb74b2587104352b4a3e826522b6ba8 Reviewed-on: https://chromium-review.googlesource.com/737710Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#512825}
-
Elly Fong-Jones authored
This dialog looks odd with the default white background of a constrained window. Bug: 743120 Change-Id: Id9870b246e8d46310870adef2a95ca4f5f4bd0a1 Reviewed-on: https://chromium-review.googlesource.com/746525Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#512824}
-
Han Leon authored
BUG=769236 Change-Id: Ife84ee28396033eabe5d5b0793d895177fe1cf80 Reviewed-on: https://chromium-review.googlesource.com/732146 Commit-Queue: Han Leon <leon.han@intel.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512823}
-
Bence Béky authored
SpdySession closes all active streams before destruction, as documented by DCHECK(active_streams_.empty()) in DcheckDraining() which is called in the destructor. This guarantees that UnclaimedPushedStreamContainer will be empty by this time (because every entry in that container must be an active stream), also that there will never be invalidated weak pointers in Http2PushPromiseIndex (because every entry in that container must also be in unclaimed_pushed_streams_ of the corresponding SpdySession). Therefore lazy deletion in Http2PushPromiseIndex never happens. Bug: 554220 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4bb8c094af8212adcf39e8731698b562f184453e Reviewed-on: https://chromium-review.googlesource.com/744506Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#512822}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bf18e6e1. With Chromium commits locally applied on WPT: 1ffd9219 "Worklet: Add tests for WorkletOptions" Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/4379 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 Directory owners for changes in this CL: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request TBR=leon.han@intel.com No-Export: true Change-Id: I2749d2df582b3367efc82273776ef6005d7dd24c Reviewed-on: https://chromium-review.googlesource.com/746523 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@{#512821}
-
Yutaka Hirano authored
Bug: 779965, 626703, 729849 Change-Id: I795f9a2a22b886bc70301452adbab626ab324b99 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/746487 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512820}
-
Miguel Casas-Sanchez authored
This CL makes |sequence_checker_| a protected member var in vaapi_picture.h and uses it in every method in the derived classes in vaapi_{drm,tfp}_picture.cc. Opportunistically it also moves the service function BufferFormatToInternalFormat() to an anonymous namespace in vaapi_drm_picture.cc. TEST=**No new code intended**, these classes are supposed to be single threaded, so this is just a help for future and present devs by enforcing assumptions. (But just in case I tried the usual playback in Soraka-simplechrome, ensuring dcheck_always_on = true in the appropriate args.gn, otherwise Release builds don't have DCHECKs on). Bug: 717265 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: I9e96440ec7ade318f5ac4c9289fcee1e77c6d90a Reviewed-on: https://chromium-review.googlesource.com/744903 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#512819}
-
nikhil authored
Currently CSSKeywordValue.value can be set to empty string if empty string is assigned to that,instead it should throw a type error as per below spec. Spec: https://github.com/w3c/css-houdini-drafts/issues/477 BUG: 776647 Change-Id: I4bb635a26e25dcb35d971bb2a7a1b7d3445a6aca Reviewed-on: https://chromium-review.googlesource.com/745743 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#512818}
-
Paul Miller authored
The NoClassDefFoundError: ArraySet crash has been fixed by rolling the support lib, a1f36fd3. BUG=778108 Change-Id: I4875c382e87b00ac5ebf57e23696449abc344687 Reviewed-on: https://chromium-review.googlesource.com/744421Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#512817}
-
stkhapugin@chromium.org authored
Creates a navigation controller subclass to respect the disablesAutomaticKeyboardDismissal property of a view controller. Uses this to present the bookmarks view controller. Bug: 767049 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I3dfeb09a97345a3e70b8e1c3a89264c962741524 Reviewed-on: https://chromium-review.googlesource.com/744045Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512816}
-
Egor Pasko authored
This is to avoid the presubmit warning 'Module import itself' from the downstream script. The latter is harder to rename because it involves updating bot configurations. Bug: 758566 Change-Id: I55be18de5be2a148c4d8dd7662114a45e52bce40 Reviewed-on: https://chromium-review.googlesource.com/744013Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512815}
-
Elly Fong-Jones authored
Since the syntax chromium uses for arguments with values is --foo=bar, using ~ in the arguments for these won't be expanded by the shell, because the '~' appears in the middle of the string. Using $HOME instead will always get expanded. Bug: None Change-Id: Id24faf99877ee39202c09fa8de6480c812c44557 Reviewed-on: https://chromium-review.googlesource.com/746524Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#512814}
-
Sriram authored
Update <video muted=""> handling to match spec Set muted idl attribute in FinishParsingChildren callback based on content attribute. Bug: 350303 Change-Id: I0e7ff2e5c3f7089256fc0a9f7e07a874b7a4c1ef Reviewed-on: https://chromium-review.googlesource.com/739262Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#512813}
-
Olivier Robin authored
If the element name is empty, the notification has name='', which make it impossible to act on the event. Make the logic for fieldName the same as the logic for formName, which is take the ID if the name is empty. Bug: 728370 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ia194a16c40c4826514c9fe6e8428302c3c32da9b Reviewed-on: https://chromium-review.googlesource.com/739485 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512812}
-
Yuki Shiino authored
Official builds strip CHECK strings and we cannot test CHECK's message in a unittest. This patch relaxes the test condition so that it passes with official builds. Bug: 779820 Change-Id: Idd370898a826af87876c2c1988b5a6c208fa6378 Reviewed-on: https://chromium-review.googlesource.com/745803Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#512811}
-
Alec Douglas authored
This change adds seekForward/seekBackward methods to MediaSession interfaces that allow browsers to provide default behavior for the seek action via the Content API. For the most part, the routing simply mirrors the play/pause code that serves a similar purpose. There is not currently any Chromium code that uses this API - it is being added for the benefit of other products built on top of content/. Bug:746758 TEST=updated existing tests Change-Id: Ia522ca7762d78bfe6ed1b0a29ce87f6391a0e05f Reviewed-on: https://chromium-review.googlesource.com/578737 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Anton Vayvod <avayvod@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#512810}
-
Hajime Hoshi authored
This is one step of all replacings at https://chromium-review.googlesource.com/c/chromium/src/+/743663 Bug: 777775 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: I18b22b13bc9b52b4f1ae86b090c32d1521321007 Reviewed-on: https://chromium-review.googlesource.com/746623Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512809}
-
Hajime Hoshi authored
This CL adds TaskType to WebTaskRunnerImpl so that tasks have information where they come and will be helpful to analyize e.g. which type of tasks are time consumer. This is a part of adding-task-type work (https://docs.google.com/document/d/1Py2ZdjpaCMdpVtKfdHMITAn5gst_owjQiqlbPm3mCxc/edit?ts=59d49142#) Bug: 762453 Change-Id: Ic709475469ea54f9f832423b5dfa0f203c975fd3 Reviewed-on: https://chromium-review.googlesource.com/738158Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512808}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/a7678667fc72..1b8205f9ee8f $ git log a7678667f..1b8205f9e --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None,None,None Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I449961bbb03939a6f50944586cbcb06498bda06b Reviewed-on: https://chromium-review.googlesource.com/745904Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512807}
-
Dave Tapuska authored
Do not set the coalesced bit on vsync aligned gestures. These are the original latency_info objects so they aren't coalesced the other ones are set as coalesced in the event queue. This code caused DCHECKs to fire in the browser once the coalesced bit was propagated correctly. BUG=779280 Change-Id: Ia873f4ebd5b4cb22fcf40033775cf8618f80b959 Reviewed-on: https://chromium-review.googlesource.com/744801Reviewed-by:
Chong Zhang <chongz@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#512806}
-
Miguel Casas-Sanchez authored
This CL moves the file va_stub_header.fragment to //media/gpu/vaapi/ folder. This file is used in conjunction with the signature files in the said folder, to produce an include file with the functions used from libva. Right now having the fragment in //media/gpu is unnecessary. TEST= ** No new code added, if it compiles, we're good ** Bug: 778093 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: I05619e0e14c5f9bb48f3117709c6f29c6eaf1210 Reviewed-on: https://chromium-review.googlesource.com/744462Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#512805}
-
Dave Tapuska authored
This reverts commit de566f6b. Reason for revert: Broken chromeos build Original change's description: > Add support for protected gpu memory buffers and a secure mode to ArcVDA. > > A protected gpu memory buffer is a buffer that can be referred to > by a GpuMemoryBufferHandle, which does not provide access to the buffer's > contents. Such handle can be shared with and received from clients that > should not have access to the buffer's contents. When such handle is > passed to the ProtectedGpuMemoryBufferManager service by its privileged > client, it can be translated into another GpuMemoryBufferHandle, which > allows access to the buffer. > > Also, implement a ProtectedMemoryManager to provide an allocation and > lookup service for such buffers for gbm. > > Finally, add secure mode API to the ArcVideoAccelerator stack and integrate > it with the above, to provide a secure codec mode implementation. > > TEST=E2E video playback tests > BUG=b:27174405,b:62575861,b:27204780 > > 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: I80259db35463f7ed0cc3acc28bf767e55e46c8b8 > Reviewed-on: https://chromium-review.googlesource.com/689818 > Reviewed-by: Kuang-che Wu <kcwu@chromium.org> > Reviewed-by: Owen Lin <owenlin@chromium.org> > Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Reviewed-by: David Reveman <reveman@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> > Commit-Queue: Pawel Osciak <posciak@chromium.org> > Cr-Commit-Position: refs/heads/master@{#512797} TBR=rjkroege@chromium.org,reveman@chromium.org,sky@chromium.org,jorgelo@chromium.org,posciak@chromium.org,dcheng@chromium.org,kcwu@chromium.org,owenlin@chromium.org,brettw@chromium.org,dnicoara@chromium.org,hidehiko@chromium.org,dcastagna@chromium.org,piman@chromium.org Change-Id: If4cd6b325d77694880f4ca0a5a18b352f54101bc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:27174405, b:62575861, b:27204780 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 Reviewed-on: https://chromium-review.googlesource.com/746821Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#512804}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/f1b869377e01..a8d415c24f22 $ git log f1b869377..a8d415c24 --date=short --no-merges --format='%ad %ae %s' 2017-10-31 angle-deps-roller Roll skia/third_party/externals/angle2/ 9088557fe..722bfb51d (1 commit) Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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=stani@chromium.org Change-Id: I2b7239b13c7b3d87f5cabe45d2624429f3e08750 Reviewed-on: https://chromium-review.googlesource.com/745906Reviewed-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@{#512803}
-
Kouhei Ueno authored
This CL adds informative message to thrown TypeError when attempt to use module specifier not starting without one of the valid prefices: "/", "./", or "../". Test: LayoutTest/fast/loader/invalid-module-specifier.html Bug: None Change-Id: I9db9ad96e89a241afcc8a13d7b4f97bd26bab97e Reviewed-on: https://chromium-review.googlesource.com/735262 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#512802}
-
Yutaka Hirano authored
Bug: 695939 Change-Id: If45e944d34eba2f9cd81f8e0a3e60cebc73e365b Reviewed-on: https://chromium-review.googlesource.com/737498Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#512801}
-
chrome://flagsEdward Jung authored
layer Switched to a relative positioned container. Bug: 777348 Change-Id: I4dd615d2ae067481536ca5106b598345868be27c Reviewed-on: https://chromium-review.googlesource.com/744204Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Edward Jung <edwardjung@chromium.org> Cr-Commit-Position: refs/heads/master@{#512800}
-
tzik authored
As WTF::BindInternal no longer does lots of things, this CL inlines it into WTF::Bind and blink::CrossThreadBind. As a preparation to remove WTF::Function for same thread usage. Bug: 771087 Change-Id: I7b24c106d3ce9676b074a19521628107b7fe7b89 Reviewed-on: https://chromium-review.googlesource.com/745742Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#512799}
-
Hajime Hoshi authored
This is one step of all replacings at https://chromium-review.googlesource.com/c/chromium/src/+/743663 Bug: 777775 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ife29c5e5a6ae5f27e296e962251fc6aefef8e765 Reviewed-on: https://chromium-review.googlesource.com/746621Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512798}
-
Pawel Osciak authored
A protected gpu memory buffer is a buffer that can be referred to by a GpuMemoryBufferHandle, which does not provide access to the buffer's contents. Such handle can be shared with and received from clients that should not have access to the buffer's contents. When such handle is passed to the ProtectedGpuMemoryBufferManager service by its privileged client, it can be translated into another GpuMemoryBufferHandle, which allows access to the buffer. Also, implement a ProtectedMemoryManager to provide an allocation and lookup service for such buffers for gbm. Finally, add secure mode API to the ArcVideoAccelerator stack and integrate it with the above, to provide a secure codec mode implementation. TEST=E2E video playback tests BUG=b:27174405,b:62575861,b:27204780 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: I80259db35463f7ed0cc3acc28bf767e55e46c8b8 Reviewed-on: https://chromium-review.googlesource.com/689818Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Reviewed-by:
Owen Lin <owenlin@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#512797}
-
Peiyong Lin authored
This is a reland of 8a3a84dc Original change's description: > Make resource_coordinator/ strongly typed. > > This patch: > 1. Added CU relation manipulation methods in mojo interface and public APIs; > 2. Created one type of *ResourceCoordinator for each coordination unit type; > 3. Removed generic CoordinationUnit mojo interface and implementation; > 4. Replaced every call of SetProperty and SendEvent with new public APIs; > 5. Added more tests. > > BUG=775691 > > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation > Change-Id: I10b5c6a5ce9d8f0fbe3c2c3afef4ee4da7da0757 > Reviewed-on: https://chromium-review.googlesource.com/736036 > Commit-Queue: lpy <lpy@chromium.org> > Reviewed-by: Peter Beverloo <peter@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: oysteine <oysteine@chromium.org> > Reviewed-by: Zhen Wang <zhenw@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#512654} TBR=dcheng@chromium.org, oysteine@chromium.org, peter@chromium.org, zhenw@chromium.org Bug: 775691 Change-Id: I39a8879739c67e630ae8c8e6e92b939cc4acdfd5 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Reviewed-on: https://chromium-review.googlesource.com/745361Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: lpy <lpy@chromium.org> Cr-Commit-Position: refs/heads/master@{#512796}
-
tzik authored
This CL refactors CancelbaleCallback into CancelableRepeatingCallback and CancelableOnceCallback for OnceCallback support. Change-Id: I40a3079bae598d440e84a737b7f7082a2c5e44bf Reviewed-on: https://chromium-review.googlesource.com/737399 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#512795}
-
Marina Ciocea authored
Split GetPreferredAudioParameters functions to improve readability, move helper functions to unnamed namespace, fix typo. R=maxmorin@chromium.org, olka@chromium.org Bug: 774998 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: I630e02dc73152eaf662a94ef0e1a4150a8ebcec9 Reviewed-on: https://chromium-review.googlesource.com/743361Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#512794}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/19ada67d..7382dc26 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: Ie3d4749805433fc17cc791f2a96b26c5146ca801 Reviewed-on: https://chromium-review.googlesource.com/746522Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512793}
-
Makoto Shimazu authored
TBR=lazyboy@chromium.org Bug: 779973 Change-Id: I63f4805d5d4907b4339c83b6cd310447d40526e0 Reviewed-on: https://chromium-review.googlesource.com/746601Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512792}
-
Matt Menke authored
SafeBrowsingTriggeredInterceptingBrowserTest.AbusiveMetadata: new test. SSLUITestCommittedInterstitials.ErrorPageType: new test. virtual/threaded/fast/scroll-behavior/first-scroll-runs-on-compositor.html: old test, flaking a lot (And did my last shift, too). TBR=mmenke@chromium.org Bug: 729849,756009,756089,778857 Change-Id: I08ef0853db0d709e57ce2eb4ca1d3ac3960b6bcc Reviewed-on: https://chromium-review.googlesource.com/746363Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#512791}
-
tzik authored
This removes WTF::ParamStorageTraits, as its type conversion is no longer used. Its type assertions are moved to CheckGCedTypeRestriction. Bug: 771087 Change-Id: I405fa4c38ae051dda6a1a75d3dbdd8c4a46586c7 Reviewed-on: https://chromium-review.googlesource.com/745762Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#512790}
-
Kinuko Yasuda authored
These tests almost never succeeded: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=network_service_browser_tests&tests=SSLUITestCommittedInterstitials.ErrorPageType%2CSafeBrowsingTriggeredInterceptingBrowserTest.AbusiveMetadata SSLUITestCommittedInterstitials.ErrorPageType SafeBrowsingTriggeredInterceptingBrowserTest.AbusiveMetadata TBR=jam@chromium.org NOTRY=true Bug: 729848 Change-Id: Icc2f009f2825f72e49c9fcbc87eb5843258d0b6a Reviewed-on: https://chromium-review.googlesource.com/746624Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512789}
-