- Apr 23, 2019
-
-
Braden Kell authored
Test: 'dm dump' shows board driver Change-Id: I5143ef17ac06a4131b3ce772a123bfb49cf22e59
-
Gary Bressler authored
Instead, define separate xunions in separate contexts. This avoids the need for a runtime check, and allows expose and offer to evolve separately. Change-Id: I8414bf84cf3e13f606fe113e881fa416056ba9c6
-
Braden Kell authored
Test: CQ Change-Id: Idad4a7e7ba744bce6374a0e6354ecc95c1f93e73
-
Aaron Wood authored
Instead of just returning the body for the HTTP request, the RequestBuilder should instead produce a complete HTTP request with URL, headers, and body. This consolidates all of the request-building logic to this one place. Bug: PKG-679 Test: fx run-test omaha_client_lib_tests Change-Id: I2fe1acf0b79b733a66746fbdd22c8a3221a560d1
-
Tamir Duberstein authored
Turns out the test was just written incorrectly. This probably worked on Linux because `connect()` on a UDP socket doesn't do as much validation. NET-2125 #done Change-Id: Ieada529c0f620f176b408d2c7681626801ce4a78
-
Todd Eisenberger authored
This is necessary for supporting composite device suspend. Without this, each component would create its own tasks for the composite. Change-Id: I4f8ae59764dab9883c9fad4d6b085298cfd40dc3
-
Nick Maniscalco authored
Reformatting only. No functional change. Bug: ZX-3520 #comment clang-format Test: /boot/test/sys/policy-test Change-Id: I38e16b45c5be2f9825d76926560f819b29b0766b
-
Braden Kell authored
Test: CQ Change-Id: I2afb9372938af1faf6eed4c9a8a830eec7f5556e
-
Alain Vongsouvanh authored
Bug: DX-1403 # Done Change-Id: Icda05c4252604160028b6d55f82cdf8a82ff3514
-
Todd Eisenberger authored
This was unblocked a while back by some other refactors Change-Id: I36072fefda4165df3e5a5bb9a41d4d726fedafc5
-
Jody Sankey authored
From a conversation with Alain, it seems the consumers requesting the inclusion of the auth provider in the SDK have now moved off sdk_image to another more specific product configuration. Google_auth_provider is now pretty useless without account_manager, and since I need to rename it while moving it out of Topaz I'd really like to just remove it from the SDK. AUTH-164 #comment Change-Id: Ic0f2f03918169e0e82acf46063cbbba27e839af0
-
Jody Sankey authored
This is step 2 of 4 in a soft transition to migrate the Auth Provider between repos. Change-Id: I7056d5d23e81943a71c5c3ae42e057b75354de3d
-
Robert Lord authored
This change implement's Viktar's idea to forward key events to legacy input method editor clients, even if a new TextField-style input method is connected. Previously, if a new TextField-style input method was connected, key events sent to ImeService would only be forwarded to that. Now, key events are forwarded twice in these cases — once to the input method, so it can determine any state changes, and once as a `forward_event` call to any legacy ImeClients, so they can still get legacy key press information that is not provided by the new TextField interface. This change also makes inject_input on an Ime never send keystrokes through DidUpdateState. This means instead of a single DidUpdateState(new_state, key_event) call, legacy text fields will get an initial DidUpdateState(old_state, key_event) call followed by a DidUpdateState(new_state, None) call. Change-Id: I557b7884618690f25e883e73ee2ad4c356a7fdd3
-
Gary Bressler authored
CM-JSON, CM-FIDL, and CM-rust are updated to match. component_manager is also updated to take advantage of the Capability type. CF-717 #done Change-Id: Ibd7bf3073c0da075f70d161c382bda9fbd74e85d
-
Todd Eisenberger authored
parent now is only settable at construction and via DetachFromParent Change-Id: If4510ba4162f50b8539fb81ea760c2e90f8c819a
-
Ed Coyne authored
devmgr is moving from a virtual device (/dev/misc/dmctl) to services, one of these fuchsia.device.manager.Administrator provides the ability to reboot now. Switch the updater to using this. Issue: ZX-3403 # convert system_updater Test: "fx ota" to astro. Change-Id: I35032d046129dc3af5b84d36b2f0776df263a4cc
-
David Stevens authored
Move VmObject locks out of VmObject to a separately allocated structure. This is necessary for keeping the lock alive in the hidden-vmo implementation of COW clones. Test: runtests on QEMU ZX-1268 #comment [kernel][vm] Move VMO locks to dedicated allocation Change-Id: I65919d6ae943b3caacc900e77ecade9f4a113fe5
-
Cristián Donoso authored
This is a little readability "refactoring" preparing for the watchpoint installation logic for x64. TEST=fx run-test debug_agent_tests. Change-Id: I92e08e0c60aa4b723d92cf5e541b52b44644964e
-
Ambre Williams authored
This enables the cloud provider validation tests for the rust cloud provider. TEST=cloud_provider_memory_diff_tests runs on CQ Change-Id: Ia1e0e6f5e79f1a4e18de69412a7848af442fddcd
-
Adam Barth authored
We now define products in //products using a different format. Change-Id: I15ab61fb9318b377e974e4901838f745137b5621
-
Ambre Williams authored
Validation tests may create a new cloud provider process for each test. We proxy the requests on the FIDL channel so we can know when the client closes the channel and terminate the cloud provider instance launched for this test. TEST=run validation tests, fx shell ps, no cloud provider is running Change-Id: I522901d2b913d06b8ab207b14ddd116f32394863
-
Benjamin Lerman authored
Also implement deprecated API in term of the new API. LE-618 Change-Id: I083c22c16ec2ccb7902bd168f0ff4a3d02e3389d
-
Mike Voydanoff authored
vim-display now uses composite protocol to access GPIO, canvas and sysmem TEST: Display lights up on vim2 Change-Id: Ief7f90678c51d314849491756cc9151b8641e3a6
-
docs-roller authored
Test: CQ Change-Id: I09e332fa0475c9565545652f94d38b741f82cef7
-
Gabriel Kerneis authored
This will allow a unified handling of object references for local and downloaded pieces. Change-Id: I0718935b16079ebeb916a4b20ba3f8a432f7c868 Bug: LE-697 Tested: fx run-test ledger_tests -t ledger_unittests
-
Gabriel Kerneis authored
Also discard unused method TreeNode::GetChild, which removes the need to keep a PageStorage reference in TreeNode. Change-Id: Ibdc9ea1d4f7b04c0edd5b535ba9554c1f6ae8b62 Bug: LE-697 Tested: fx run-test ledger_tests -t ledger_unittests
-
Gabriel Kerneis authored
This will allow a unified handling of piece references for local and downloaded pieces. Change-Id: I98ff4ad486ed2ff35034d460ced2c3a53c9fad94 Bug: LE-697 Tested: fx run-test ledger_tests -t ledger_unittests
-
Benjamin Lerman authored
LE-618 Change-Id: Id9a6ea2531c25a9649f0a0c56752bef3e350c29e
-
Ankur Mittal authored
Depends on https://fuchsia-review.googlesource.com/c/topaz/+/273714/1 CF-708 #progress TEST=CQ Change-Id: Icdbd38f795dd74ce032139d4f93ea3fa9273b3e1
-
Joshua Seaton authored
Change-Id: Idc0624d46fff94d3f048e4ecb2ebd2fa5d89bf01
-
Adam Barth authored
We will need these packages to actually reinstall the primary system. Change-Id: I621f63dc8077f5c52e8fcfb52da4f23d51a0d1ad
-
Rob Tsuk authored
Useful for testing under Qemu. Doesn’t look half bad. Also install the .cargo/config needed to build with fargo. The proliferation of this config files is unfortunate but necessary until someone has time to fix the failure of fx update-rustc-third-party when there is this sort of .cargo/config in the root. Also some unrelated formatting changes, whose presence I cannot explain. Change-Id: Id269e33c5a655d745d2683394ab81068073409ec
-
Yifei Teng authored
Change-Id: I7ba361650b1980337119ba3924dd6f5457699184
-
Robert Hahn authored
Added direct access to client commands such as connect, disconenct status and scan. Made interface id a named rather than positional argument. Default to interface id 0 if the id was not specified. New commands: $ wlantool2 client connect GoogleGuest $ wlantool2 client connect -i 42 GoogleGuest $ wlantool2 connect GoogleGuest Test=tested various wlantool commands Change-Id: I6a1a5f7747907eb599ceef234fe01dada8ca78d5
-
Josh Gargus authored
There is additional code that cannot be immediately deleted due to a few remaining dependencies; these have been marked as deprecated and will be addressed in subsequent CLs. ES-192 #comment Change-Id: I0f8d44ae03a7e5b0437f020a0992f7da4afcdac7
-
Venkatesh Srinivas authored
scsilib is a library to construct a Fuchsia block device on a SCSI Direct Access Block Device. It implements some of the complex SCSI-3 probe sequence and is used by virtio-scsi. For expediency it was originally written as part of virtio/scsi; extract it to a common location so UMS and UASP and UFS could use it. ZX-2314 Tested: ./scripts/run-zircon-x64 -- \ -drive if=none,id=hd,file=/tmp/blk.img \ -device virtio-scsi-pci,id=scsi \ -device scsi-hd,drive=hd,scsi-id=1,lun=1 \ \ -drive if=none,id=hd2,file=/tmp/blk2.img \ -device scsi-hd,drive=hd2,scsi-id=2,lun=1 $ lsblk ID SIZE TYPE LABEL FLAGS DEVICE 000 16M /dev/sys/pci/00:02.0/virtio-scsi/scsi-disk-1-1/block 001 16M /dev/sys/pci/00:02.0/virtio-scsi/scsi-disk-2-1/block $ Change-Id: Id6480a49ddc870fccc03e6a6311772901fbeee2e
-
Marty Faltesek authored
Transitions callers of zx::channel::read and zx::channel::read_etc to a corrected argument order. The first step happened in a previous commit which temporarily added method names during the transition, zx::channel::rea2 and zx::channel::rea2_etc to reflect the new argument ordering. This commit renames rea2 callers back to read, and changes the class method definitions to the corrected order. Test: CQ. Bug: ZX-2812 Change-Id: I1ee9067d6a3507c18674d3e60b546882fcbd81f0
-
Sean Klein authored
"zx::job::default_job()" was the only value used; insert that directly to avoid using global variables. If the usage of multiple distinct jobs is required in the future, we can re-add this feature without using global variables. Change-Id: I8b678e540d1f8b3840c599fe044f458ba40ff82d
-
Sean Klein authored
ZX-3948 #done Change-Id: I54fb5d14feea7e7817cda66fc26ffb7f73b94e9e
-
David Worsham authored
Dump-scenes now displays all Resources, even if they aren't reachable from a Compositor. This is of great help when debugging issues where something hasn't been linked into the scene graph and you see a blank area of the screen. Test: Ran dump-scenes on sysUI Change-Id: I2c3c163bad87ec452445960a55930c81010da6c4
-