- 07 Aug, 2018 40 commits
- 
- 
Max Moroz authoredThis reverts commit 86ff51d4. Reason for revert: crbug.com/871587 Original change's description: > Add ChildMediaLog. > > Users of MediaLog have to be careful about the lifetime of the > object, since it's passed around as a raw ptr. For things like > VdaVideoDecoder, which operate on multiple threads, it requires > special care that the log isn't used after VdaVideoDecoder is > no longer allowed to use it. > > ChildMediaLog wraps a MediaLog, and provides an atomic way to > prevent access to the underlying MediaLog. For example, > VdaVideoDecoder can do this when it's Destroy()ed, which is when it > must stop using the MediaLog that it was given. Additional calls > to ChildMediaLog will do nothing. > > The ChildMediaLog itself can be kept around until the other thread > is definitely done using it. > > 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 > Change-Id: If350b2b78da96bf7ba844f582a96661fd0b15ef0 > Reviewed-on: https://chromium-review.googlesource.com/1139219 > Commit-Queue: Frank Liberato <liberato@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#580952} TBR=sandersd@chromium.org,liberato@chromium.org Change-Id: Ic7457f610907c8e7d89fd26090b815d281b19664 No-Presubmit: true No-Tree-Checks: true No-Try: true 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 Reviewed-on: https://chromium-review.googlesource.com/1164130Reviewed-by: Max Moroz <mmoroz@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#581109} 
- 
Weiyong Yao authoredAs we're going to use DesktopStreamRegistry for both desktopCapture and tabCapture registry, it's important to let getUserMedia() to be called with corresponding source type, 'desktop' or 'tab', which will lead to different UI indicator. This cl is to add the source type at adding/verifying request to the registry. Bug: 831722 Change-Id: If53022ec35c3c3b7993e41149e381b96b3e48877 Reviewed-on: https://chromium-review.googlesource.com/1149192Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Yuri Wiitala <miu@chromium.org> Commit-Queue: Weiyong Yao <braveyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#581108} 
- 
Shakti Sahu authoredThis CL adds the following changes: 1 - On prefetch tab, date headers and section headers are not shown. 2 - On chips other than type ALL, section headers are not shown. Bug: 866307 Change-Id: I0f184f31a80fc1d4e5defab780f430590532f517 Reviewed-on: https://chromium-review.googlesource.com/1162517 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#581107} 
- 
Han Leon authoredhttps://chromium-review.googlesource.com/c/chromium/src/+/1155999 already decoupled service_worker_fetch_response_callback.mojom from //content/ things, this CL just moves it from //content/common/service_worker/ into //third_party/blink/public/mojom/service_worker/. BUG=789854 Change-Id: Id09ee5beb1086c57853927e2ba37115a55d97464 Reviewed-on: https://chromium-review.googlesource.com/1162991 Commit-Queue: Han Leon <leon.han@intel.com> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581106} 
- 
John Abd-El-Malek authoredThis code was added in r446462 when we were always creating new RequestExtraData. After r456081 we only create one if it's not present, so this code is not needed anymore. Change-Id: I799afd7ea03a6ef4d3c346aa85cc1d7c34b4d0ba Reviewed-on: https://chromium-review.googlesource.com/1164400Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#581105} 
- 
Mitsuru Oshima authoredThe transition didn't work correctly but no one was using this transition except pinned mode. This is actually odd transition, but this should work regardless. I will look into why pinned mode does this separately. Bug: b/112240082 Test: covered by unittests Change-Id: I88db9dfb614895f19951fd822185460bf682948a Reviewed-on: https://chromium-review.googlesource.com/1164570Reviewed-by: Daichi Hirono <hirono@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#581104} 
- 
Johannes Henkel authoredThis removes the string parameters from the interfaces. It also removes the json dictionaries that were representing the state. v8 session continues to be encoded as JSON (see inspector_session.{h,cc}). For reference, the cl that introduced the new way to manage the agent state was this one (and advantage is that the updates sent back to the browser process are deltas, not the entire state): https://chromium-review.googlesource.com/c/chromium/src/+/1149201 This change can get rid of the old way since all agents have been migrated to the new way. Bug: 851762 Change-Id: Ie245c1c073eb006d4db19d819c2882e6a36f5b2b Reviewed-on: https://chromium-review.googlesource.com/1162931Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#581103} 
- 
David Black authoredWe should stop animations when the layer is no longer visible. Bug: b:112259562 Change-Id: I108fe2f319913c7c4c11cccef5215a46066acf1c Reviewed-on: https://chromium-review.googlesource.com/1164069 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#581102} 
- 
Yuri Wiitala authoredNow that mouse cursor rendering on screen video captures has fully switched-over to the new VIZ implementation, the old implementation is dead code and can be deleted. Bug: 810133 Change-Id: Ic6a480048019d480b90970ab78443cf68fe089c6 Reviewed-on: https://chromium-review.googlesource.com/1162865Reviewed-by: Xiangjun Zhang <xjz@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581101} 
- 
Joel Hockey authoredChange-Id: Ic29cfd608d962feae46400f4ab35c8f6f9e16e7e Reviewed-on: https://chromium-review.googlesource.com/1164150Reviewed-by: Satoru Takabayashi <satorux@google.com> Reviewed-by: Joel Hockey <joelhockey@chromium.org> Reviewed-by: Satoru Takabayashi <satorux@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#581100} 
- 
Scott Chen authoredReplaces paper-item and paper-listbox in media-router/ with iron-selector and a plain div. Visually matches original code. Bug: 843350 Change-Id: Ib9a91cd9c804e43e3d99b273332b0192db206c7c Reviewed-on: https://chromium-review.googlesource.com/1145945 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by: Takumi Fujimoto <takumif@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#581099} 
- 
Darren Shen authored|change_work_area| is used to determine whether to change the work area or not. It is currently set to true when the displaced keyboard bounds changes and false when the displaced bounds is the same. However, we can actually set it to true even when the displaced bounds is the same, because changing the work area to its current value should be a no-op anyway. If we make that change, then |change_work_area| is always true, so we can just remove it from the code. Bug: 870503 Change-Id: Ia4359211f35f43996efcbd0152b3f4bfa6517caa Reviewed-on: https://chromium-review.googlesource.com/1160828 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#581098} 
- 
David Black authoredThe AssistantManagerServiceImpl listens to changes in the Assistant settings/context enabled state, but fails to take into consideration their values if the preference is not changed. Instead, it defaults to false (off). We need to cache the correct initial values. Bug: b:112262839 Change-Id: I6edcdae9cc71f1ec828ebe70542dd8c34c0af593 Reviewed-on: https://chromium-review.googlesource.com/1163840 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#581097} 
- 
Alexey Kozyatinskiy authoredReplaced existing uiLocationToRawLocation with method that returns all raw locations. This helps to resolve some debugger problems: - ModelBreakpoint can find raw location within its debugger model, - SourceMapNamesResolver can resolve expression within model for current call frame, - possibleBreakpoints can get start and end location within one model. DevTools frontend already has similar method for CSSWorkspaceBinding. Proper behavior of ModelBreakpoint is critical for good breakpoint life inside environment with a lot of targets, e.g. page with multiple workers, node app with multiple processes. R=lushnikov@chromium.org Bug: none Change-Id: I5e5c1782ed6b4c46d38cae9e95d642f47fca858a Reviewed-on: https://chromium-review.googlesource.com/1163076 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#581096} 
- 
Antonio Gomes authoredNow that [1] is fixed, we do not need to install the URLInterceptor as the first thing we do when bootstrap'ing ContentVerifierHashTest. This CL is a follow up of [2]. It reverts some of the flow changed by [2] now that we can. [1] https://crrev.com/c/1117822 (Fix for URLLoaderInterceptor with StoragePartition). [2] https://crrev.com/c/1076947 (Reland "Migrate ContentHashFetcher to SimpleURLLoader"). BUG=844926 Change-Id: I1f4b2651b3f14196c1523109e8ade5f9cdb3ecac Reviewed-on: https://chromium-review.googlesource.com/1163862Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#581095} 
- 
Nico Weber authoredWhile here, also slightly reorganize chromium.memory console layout: - Consistently use OS as toplevel subcategory (so that we don't have the cros msan bots under "linux|cros" while the cros asan bots are under "asan|cros" - Order OSs in the same order as the per-os waterfalls appear on build.chromium.org: win, mac, linux, cros. In mb_config.pyl, remove obsolete 'x86' from win/asan config names, and stop explicitly passing 'x64' (it's the default). This adds the bot config, but it doesn't add any tests yet. I'll do this in a follow-up so that I can send try jobs before adding tests. Before tests are landed, the bot will do nothing. Bug: 869973 Change-Id: I68a1a401b3fef1532006e42ab7f0e80d1532aa94 Reviewed-on: https://chromium-review.googlesource.com/1163932 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Ryan Tseng <hinoka@chromium.org> Cr-Commit-Position: refs/heads/master@{#581094} 
- 
Miguel Casas authoredThis CL follows up on a comment [1] and moves a few constant values out of the ctor initialization list to default member initializers. This clarifies what initialization must be delayed to ctor time (because it needs parameters) vs purely constant, and homogenises it. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1159185/16/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.h#715 Bug: 869922 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 Change-Id: Icdf567886519853ced6ee88a135fcb85caf1316b Reviewed-on: https://chromium-review.googlesource.com/1162644Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#581093} 
- 
Yue Li authoredBug: b/111985903 Test: Manual Test Change-Id: I251f6555d403523346e5e423b83964376a9ca9db Reviewed-on: https://chromium-review.googlesource.com/1164573Reviewed-by: Muyuan Li <muyuanli@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#581092} 
- 
Joel Hockey authoredBug: 846917 Change-Id: Ica3471cb3931a7e9368c386aca012674242e60cc Reviewed-on: https://chromium-review.googlesource.com/1164146 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#581091} 
- 
Bence Béky authoredUse CompletionOnceCallback instead of CompletionCallback in //storage/browser/database. Bug: 807724 Change-Id: I002d97b34d9871d3d5360da200222ccbdc81777b Reviewed-on: https://chromium-review.googlesource.com/1163312 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#581090} 
- 
Scott Chen authoredImproves a11y (readability). Bug: 870937 Change-Id: Id07c24f7661af0139595b59b056cb5d5a2481894 Reviewed-on: https://chromium-review.googlesource.com/1164244Reviewed-by: Esmael El-Moslimany <aee@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#581089} 
- 
Sara Kato authoredPrevious change (https://chromium-review.googlesource.com/c/chromium/src/+/1144581) allowed the confirmation dialog to be shown on sign on screen, however on OOBE screen the dialog needs to be set to be on top of everything else. Bug: 867478 Change-Id: Ie81e5ad3926c16860f87fb100eb4c0fe7bcba88b Test: Manual Reviewed-on: https://chromium-review.googlesource.com/1152329Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#581088} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/069210aacb13..f74c888461d6 git log 069210aacb13..f74c888461d6 --date=short --no-merges --format='%ad %ae %s' 2018-08-06 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@f74c888461d6 The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I79b38a8aabf92bff8c374c792ba2288d004ea5d3 Reviewed-on: https://chromium-review.googlesource.com/1164126Reviewed-by: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581087} 
- 
Mitsuru Oshima authoredArc window may be cropped, which can cause showing/hiding backdrop during the transition, which then may send unnecessary synthesized mouse move even. Bug: b/111319005 Test: Covered by unit test. Also tested on play music. See bug for repro step. Change-Id: Ie030e24095eeadbd549e7cdc8cf7be0438c88d49 Reviewed-on: https://chromium-review.googlesource.com/1162705Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#581086} 
- 
Harald Alvestrand authoredThis histogram name was different in webrtc source than what was entered in histograms.xml Bug: webrtc:9532 Change-Id: Id0a637c6a70969fc1056147b2bdaee2e3c04f29d Reviewed-on: https://chromium-review.googlesource.com/1162335Reviewed-by: Steven Holte <holte@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#581085} 
- 
nacl-chromium-autoroll authoredhttps://chromium.googlesource.com/native_client/src/native_client.git/+log/64cb8d9d67fb..821833667ccc git log 64cb8d9d67fb..821833667ccc --date=short --no-merges --format='%ad %ae %s' 2018-08-06 thomasanderson@chromium.org Fix arm build with -std=c11 Created with: gclient setdep -r src/native_client@821833667ccc The AutoRoll server is located here: https://nacl-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. BUG=chromium:427584 TBR=mseaborn@chromium.org Change-Id: If0b1ba66262b33ab569850d988b0631c14c39e20 Reviewed-on: https://chromium-review.googlesource.com/1164285Reviewed-by: nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581084} 
- 
Tommy Steimel authoredThis CL adds a ModernMediaControls check before checking whether an event is over the internal overlay play button, since the internal button only exists on modern controls. This fixes a crash in the legacy controls which dereferenced this null internal button. Bug: 870490 Change-Id: Ic0990ffd1f4eb5c1f576c38191eb27848eedd9c9 Reviewed-on: https://chromium-review.googlesource.com/1163284Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#581083} 
- 
Ned Nguyen authoredNOTRY=true # covered by PRESUBMIT tests Bug: 868675 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: Ia5fb548ba314edda307b5b7d7d7d27ff9e24fb30 Reviewed-on: https://chromium-review.googlesource.com/1164565Reviewed-by: David Tu <dtu@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#581082} 
- 
Michael Giuffrida authoredAdds a new "assistantStatus" property to chromeosInfoPrivate.get that returns "[un]supported" depending on whether the device supports a version of Google Assistant. Bug: 856719 Test: browser_tests, manually with eve and another device Change-Id: I947c7849bbb1f134dde7515e6ea40504d470d69c Reviewed-on: https://chromium-review.googlesource.com/1157384 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#581081} 
- 
Devlin Cronin authoredUpdate the permissions.md doc to include information about the runtime host permissions feature, including the changes being introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1153986. Bug: None Change-Id: I1e0a6a8b41fdd007808b1564297750958ae2d22a Reviewed-on: https://chromium-review.googlesource.com/1155252 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#581080} 
- 
Daniel Rubery authoredRenderFrameHosts can be deleted when a navigation commits, and this does not call FrameDeleted(). This can trigger the same race condition as https://chromium-review.googlesource.com/1146997. If GetThreatDomDetails completes, then the navigation commits (and the old RenderFrameHosts is deleted), then OnReceivedThreatDOMDetails runs, we will crash. Bug: 817724, 860445 Change-Id: Iae81a1c3dc724113d30e17652b75a88bcd7f4de5 Reviewed-on: https://chromium-review.googlesource.com/1162422 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#581079} 
- 
skia-chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/97d0970c25e9..fdf05f4ff4e9 git log 97d0970c25e9..fdf05f4ff4e9 --date=short --no-merges --format='%ad %ae %s' 2018-08-06 bsalomon@google.com Revert "Move GrGeometryProcessor's textures out of classes and into" 2018-08-06 caryclark@skia.org fix pathops stitching bug 2018-08-06 herb@google.com Remove posText system from GrTextContext 2018-08-06 bsalomon@google.com Make result of GrOp::combineIfPossible be an enum. 2018-08-06 bsalomon@google.com Remove multitexturing support from GrTextureOp. 2018-08-06 halcanary@google.com Revert "Test: New GMs should be nicely named" 2018-08-06 jvanverth@google.com Fix missing offsets in simple-polygon-offset-v 2018-08-06 timliang@google.com changed SkASSERT -> SkAssertResult in GrMtlPipelineStateBuilder.mm 2018-08-06 halcanary@google.com Test: New GMs should be nicely named 2018-08-06 kjlubick@google.com [PathKit] Add more Path2D functionality and move some methods to be members 2018-08-06 fmalita@chromium.org [skottie] ResourceManager tweaks 2018-08-06 herb@google.com Remove fPath and fTooLargeForAtlas from GrGlyph 2018-08-06 herb@google.com Move path fallback logic into drawer 2018-08-06 brianosman@google.com Fix imagefiltersbase GM in ColorSpaceXformCanvas configs 2018-08-06 timliang@google.com implemented the pipeline state builder for metal gpu backend 2018-08-06 borenet@google.com [infra] Update Go to 1.10.3 Created with: gclient setdep -r src/third_party/skia@fdf05f4ff4e9 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;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 BUG=chromium:b/112244393 TBR=djsollen@chromium.org Change-Id: I1d37367f62fb8fd8b663a0b122411583e2e30917 Reviewed-on: https://chromium-review.googlesource.com/1164286Reviewed-by: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581078} 
- 
David Black authoredThis CL implements the entrance animation (when Assistant UI is shown) for the following elements: - Molecule icon. - Greeting label. - Caption bar. - Dialog plate. See bug for spec/demo. Bug: b:112239362 Change-Id: Iae75ecaec0c9f0ffc794509434b18a83f7d19e5b Reviewed-on: https://chromium-review.googlesource.com/1163287 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#581077} 
- 
Sergey Ulanov authored1. Added --system-log-file argument to the runner script which saves Fuchsia debug logs in a file 2. Enabled that flag in run-swarmed.py. 3. Removed the LogReader. Bug: 869753 Change-Id: I4ef5c375e06937533841bab2696d90ed49887a0f Reviewed-on: https://chromium-review.googlesource.com/1162899 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Wez <wez@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#581076} 
- 
David Black authoredCurrently always hidden, but a follow up CL will hide/show this view appropriately based on the user's opt in state. Another follow up CL will also implement click handling to launch setup. See bug for screenshot. Bug: b:112236931 Change-Id: I6db726e8947e9b97772f06bda7e4c55678ab3859 Reviewed-on: https://chromium-review.googlesource.com/1163283 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#581075} 
- 
Ben Pastene authoredAnd disable http/tests/media/video-load-metadata-decode-error.html, which appears to have a dependency on GPUs. Bug: 854874, 871445 Change-Id: I254ce21953ac428351203d6479e1936347ce5b4c Reviewed-on: https://chromium-review.googlesource.com/1162963 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#581074} 
- 
Johannes Henkel authoredBug: 851762 Change-Id: I0208bb9a528c0e40cdb2b962461ac90225cb31b1 Reviewed-on: https://chromium-review.googlesource.com/1164062 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#581073} 
- 
bsheedy authoredMakes the following changes to the VR browser tests to bring them more in line with the Java implementation: * Renames "webvr_*browser_test.cc" to "webxr_vr_*browser_test.cc" * Adds some missing functions such as "PollJavaScriptBooleanOrFail" * Adds failure messages to all asserts * Standardizes function ordering * Spelling/punctuation fixes * Updates the Markdown documentation * Renames the "vr_browser_tests" test suite to "xr_browser_tests" Bug: 868143 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I4ec82eaed3101667cc7574fd0df81aa5d1ce155b Reviewed-on: https://chromium-review.googlesource.com/1157697 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Bill Orr <billorr@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#581072} 
- 
Daniele Castagna authoredCurrently, to enable in-fences, it's possible to specificy CLI flag "use-gpu-fences-for-overlay-planes". The flag sets a gpu preference that propagates to gpu capabilities |use_gpu_fences_for_overlay_planes|. This patch removes the CLI flag and the gpu preference, and it instead sets |use_gpu_fences_for_overlay_planes| asking the output surface. If the output surface supports in fences, they'll be used by the direct renderer. output surfaces will claim to supports per plane gpu fences when the underlying system supports KMS atomic. Bug: 828393 Test: 'start ui' on a chromebook with kernel version >= 4.4 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 Change-Id: I1359aad2680aac840ba43b436df6d00347b5fe0b Reviewed-on: https://chromium-review.googlesource.com/1160773Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#581071} 
- 
src-internal-chromium-autoroll authoredhttps://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ca942e227a7a..3cd5de0de3a1 Created with: gclient setdep -r src-internal@3cd5de0de3a1 The AutoRoll server is located here: https://src-internal-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. BUG=chromium:852038 TBR=mmoss@chromium.org Change-Id: I9d7ee59a61de8382b0a2537f675b1cc4136df3a6 Reviewed-on: https://chromium-review.googlesource.com/1164283Reviewed-by: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581070} 
 
-