- May 13, 2019
-
-
docs-roller authored
Test: CQ Change-Id: Iec3c3e3c83bab280fc73ca4c5d2e87305d1a1666
-
Jaeheon Yi authored
fuchsia.ui.views.Event is unused. Delete it. fuchsia.ui.views.Command is part of fuchsia.ui.scenic.Command. Keep it for ABI stability, but mark it as obsolete. TEST=CQ Change-Id: Ice82aeaa614563bacb62126718f1d42bcf197aad
-
Jaeheon Yi authored
The INFO logs are very, very chatty. Reduce some of the clutter. TEST=CQ Change-Id: Iff741fca5c8c697a242bbea512f76e6ae3b43068
-
Jaeheon Yi authored
Design has changed, and this is no longer useful code. SCN-1124 #comment TEST=CQ Change-Id: Ia19f4cdeb3a3f263bd022bd3efdf8a5a8b675d6b
-
gracelaw authored
PT-126 # comment CL collecting and logging cpu percentage Corresponding config CL: https://cobalt-analytics-review.googlesource.com/c/config/+/4941 Change-Id: I19532cd3ed8460fe70fbedd5ed381c1ef7cbaf77
-
Sean Klein authored
Change-Id: I9df939c00866878c97a6ae2e0cfc4bc36b8811c0
-
Sean Klein authored
Change-Id: I3c15087e0535df819ce1d281766dd58f11cdd69a
-
Sean Klein authored
Change-Id: Ia3851cab38e65b8d7be572aba9c5b89dc92c8167
-
Sean Klein authored
Change-Id: Ia4ebd88e8ad9b9f73937e94c107aa211a21859e4
-
Sean Klein authored
Change-Id: I58d1754ca577703e082a3b094373b150eb54d263
-
Sean Klein authored
Change-Id: I24fcabc7c34e1204c42da5d1b39af19f5da5bb09
-
Sean Klein authored
Change-Id: I141bb03798bf20a1308dc0d9fe708d498ea8e7c0
-
Sean Klein authored
Change-Id: I0f9b5d25d3ac30cdf9ea980dfa73b7dbac2bef03
-
Sean Klein authored
Change-Id: I662592845b752ae2dffaf969446946840bfa259e
-
Sean Klein authored
Change-Id: Ia0cd86655e53e89ce7511a91d3357c041f890c6d
-
Sean Klein authored
Change-Id: I4d26f0c5253cd7b7b52b46358936d9a37b9a0031
-
Sean Klein authored
Change-Id: Iec0b5b83dbcabb41d64f6c13682ac8bb3ddf68e3
-
Sean Klein authored
Change-Id: I8eb0d866deadd3f0ff0631f334b309fbe52e14dd
-
Sean Klein authored
Change-Id: I3f320db87460ca6eb7535d46243077562d1a6b5f
-
Pascal Perez authored
FIDL-582 #comment FIDL-629 #comment Change-Id: I7b16b512dfdeca3fb2c439a4ea9af7bb1bc72fa6
-
Sean Klein authored
Change-Id: I1b16d937dfc1b6f735f12048e76e6691ca325ecb
-
- May 12, 2019
-
-
Ankur Mittal authored
This reverts commit 5a615f0f. Reason for revert: trying to check if this broke the build Original change's description: > [trace-manager] Pass on verbosity to configured providers > > ... and add VLOG message to perfmon event processing > > Change-Id: I3029a9c97a8c2710025d5e435fccf508e168f156 TBR=dje@google.com,abarth@google.com,bhamrick@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I6e36f51679f77f01024f9f91a36fbacd3d3d655e
-
docs-roller authored
Test: CQ Change-Id: I2af3d92b069aef6be422eba040823c4b88acd548
-
Abdulla Kamar authored
This allows processes further down the job-hierarchy to be able to get access to the RootJob. This is useful for processes such as the devcoordinator (once component_manager is in place) and utilities like ps. Eventually, we will want to further limit or entirely get rid of this interface. That will happen once component_manager is in place. ZX-4002 ZX-4072 Change-Id: I4b1e75a7841a04ea2cc7da374e42257d4802e619
-
Doug Evans authored
Change-Id: I4fbecc3940e1b3c179ca95b849b8ac0a16779d95
-
Miguel Flores Ruiz de Eguino authored
Example import: use fuchsia_inspect::vmo::{Inspector, Node}; CF-607 #comment TESTED=fx run-test rust-crates-tests -t fuchsia_inspect_lib_test Change-Id: I2f5d92b1175da0d872d99281ccd3baae6ab5be53
-
Pascal Perez authored
Had two fix two small things: - unions were not supported (they look just like xunions) - optional values in structs must be referenced by pointer See generated tests in separate CL: https://fuchsia-review.googlesource.com/c/third_party/go/+/278988 FIDL-508 #comment FIDL-621 #comment FIDL-625 #comment FIDL-626 #comment Change-Id: Ib40876cc55aa1caf140b60708b522c320ee58fd3
-
docs-roller authored
Test: CQ Change-Id: I6ae5d995f2e9c824b82aff9c9c985d604e7a6cbf
-
Rich Kadel authored
Test functions are now ordered alphabetically, just like the calling sequence at the bottom of lint_finding_tests.cpp. Test: fidl-compiler-test Change-Id: Ic0c60a83ad530f8cf3caf3d50c83c1649e4f4861
-
Rich Kadel authored
All "case" checks are complete. Test: fidl-compiler-test Change-Id: Ie773e757177e82a76e30e1bfafaf1de97010e49b
-
Roland McGrath authored
This is part of a soft transition to replace fuchsia-foo-bar names with fuchsia.foo.bar names for the directory and GN target names for FIDL libraries defined in //zircon/system/fidl and accessed in legacy GN via //zircon/public/fidl. After the transition, the directory and GN target names will exactly match the FIDL library names everywhere. 1. Make //zircon/public/fidl/a.b.c alias //zircon/public/fidl/a-b-c 2. Convert all //zircon/public/fidl uses outside fuchsia.git & integrate 3. Convert all //zircon/public/fidl uses inside fuchsia.git 4. Remove transition hacks 5. Enforce naming conventions in GN templates This is step 1. Bug: ZX-3365 #comment Start soft transition for //zircon/public/fidl Change-Id: Iabbbee27a2a442bf80da88efb9bd9ddeb729215b
-
Roland McGrath authored
Subdirectories in different parts of the Zircon tree reusing the same name is not a problem, and neither is //zircon/public/*/NAME reuse. Fix the metadata-based target generation magic to distinguish the category (i.e. subdirectory under //zircon/public/) so that names can be reused across categories. Bug: BLD-472 #done Test: local build with //zircon/public/lib/blobfs export enabled Change-Id: I592e52f524471a006bec2ff5942215ec277705dd
-
- May 11, 2019
-
-
Christopher Tam authored
This change brings support for file-related file system RPC requests from the trusted world into the OP-TEE driver. In a later change, directory-related file system RPC requests will be supported. Issue: MTWN-169 Test: Integration testing on astro with optee_test. Be sure to have the latest patch from upstream that fixes a storage bug in BL32 and the test storage TA signed/encrypted with the same keys as those in BL32. Change-Id: I8073c2ea83702f641ce6c3fd8647f3607c52a52a
-
docs-roller authored
Test: CQ Change-Id: I530eb77e338a992583fd82719e4d9c099203e99e
-
Bryan Henry authored
This is currently only true in tests of component_manager that run as v1 Components, but will not be true of the component_manager started from bootsvc. CF-750 #done Test: No package resolver case is covered by new no_pkg_resolver_test. Package resolver present case is covered by existing integration tests like routing_integration_test. Change-Id: Ide07ab3d87ee5c31ea8f036c7dbb3c3b59c7fc00
-
Doug Evans authored
Change-Id: Ic00e280eaaa5028ee2fd2c16a8cdcf7172ea6aca
-
Doug Evans authored
... they always succeed, no result necessary. Tested: No functional change fx run-test cpuperf_tests Change-Id: I2bcbf7b55a2ef8491b37bbee67736f7cb9410c72
-
Francois Rousseau authored
by having feedback_agent spawn a new process on every fuchsia.feedback.DataProvider request it gets, we can better isolate each request handling, in particular if it has dangling threads due to some attachment collection hanging and make sure the process exits upon request fulfillment DX-1497 #comment TESTED=`fx run-test feedback_agent_tests` Change-Id: I103b36ef2cfc4df6a7eef5a5783ddc22e93357e8
-
Bryan Henry authored
A future change will move some of the startup code out of main() to enable testing it in multiple different environments. Test: Refactor, no change in behavior. Covered by existing tests. Change-Id: I1fb82522268acdc0265aba6490230fb4404e995f
-
Doug Evans authored
Change-Id: I54af54cc510d2feef1fdb2575268ddb8fc25b4fb
-