forked from kaiostech/gecko-b2g
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add and start UI (Gaia, KaiOS App Profile or Capyloon) at emulator generic-x86_64 img #8
Comments
fabricedesre
pushed a commit
that referenced
this issue
Jun 23, 2023
…operty invalidation", a=testonly Automatic update from web-platform-tests Revert "[A11y] Reland targeted cached property invalidation" This reverts commit 3438f2a59daa31ad1d86777d73e1cff836cef570. Reason for revert: Suspect causing blink_wpt_tests and blink_web_tests failure on Linux Tests (dbg)(1) bot. Failed tests: blink_wpt_tests failed because of: external/wpt/css/css-contain/content-visibility/detach-locked-slot-children-crash.html external/wpt/css/css-contain/content-visibility/element-reassigned-to-skipped-slot.html external/wpt/css/css-contain/content-visibility/element-reassigned-to-slot-in-skipped-subtree.html external/wpt/html/semantics/forms/the-input-element/focus-dynamic-type-change-on-blur.html ...7 more failure(s) (11 total)... blink_web_tests failed because of: accessibility/details-summary-crash.html fast/events/drag-on-removed-slider-does-not-crash.html fast/forms/range/range-type-change-onchange-2.html html/details_summary/details-add-summary.html ...5 more failure(s) (9 total)... First build failure: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20Tests%20(dbg)(1)/114032/overview Sample log: --- STDERR: #6 0x7fc01bd0361d logging::CheckError::~CheckError() STDERR: #7 0x7fbffd21d08a blink::FlatTreeTraversal::AssertPrecondition() STDERR: #8 0x7fbffd21cfd5 blink::FlatTreeTraversal::Parent() STDERR: #9 0x7fbffd3c2a45 blink::FlatTreeTraversal::AncestorsOf() STDERR: kaiostech#10 0x7fbffd3d410e blink::(anonymous namespace)::NearestLockedExclusiveAncestor() STDERR: kaiostech#11 0x7fbffd3d3d17 blink::DisplayLockUtilities::IsInUnlockedOrActivatableSubtree() STDERR: kaiostech#12 0x7fbfedfabc4b blink::DisplayLockUtilities::ShouldIgnoreNodeDueToDisplayLock() STDERR: kaiostech#13 0x7fbfedf8b61c blink::AXObject::ToString() STDERR: kaiostech#14 0x7fbfedf8eccc blink::AXObject::Detach() STDERR: kaiostech#15 0x7fbfedf512df blink::AXNodeObject::Detach() STDERR: kaiostech#16 0x7fbfedf2d6a5 blink::AXLayoutObject::Detach() STDERR: kaiostech#17 0x7fbfedfce51a blink::AXObjectCacheImpl::Remove() STDERR: kaiostech#18 0x7fbfedfcd998 blink::AXObjectCacheImpl::Remove() STDERR: kaiostech#19 0x7fbfedfcdd74 blink::AXObjectCacheImpl::Remove() STDERR: kaiostech#20 0x7fbfedfce992 blink::AXObjectCacheImpl::Remove() STDERR: kaiostech#21 0x7fbffe6d16be blink::LayoutObject::WillBeDestroyed() --- Original change's description: > [A11y] Reland targeted cached property invalidation > > Relands the following CLS: > * Enhance performance by targeting value updates to specific nodes, commit 704633e6846e44b20c488a3eb98fa43c2c8e4591. > * Don't queue anything for irrelevant attribute changes, commit 2c66a62ed62e601b7a81271e4be4f9e173ce9afc. > * Add comment explaining call to UpdateStyleAndLayoutTreeForNode(), commit 73b9eed3b48bc8ce70de657672755f44a89e7358. > * Ensure cached values not invalidated during the computation of them, commit 4d167a62cd13d5209ecefb664e3690ac955bc559. > * Run a test with --force-renderer-accessibility that used to fail, commit cab7ecd829b24acf677e02f8f118085eaad7f799. > * Simplify code to update cached focusable state, commit 79cb184e5dab5f6084ec78d485bd9496eaa0aaf8. > * Simplify code that invalidates cached values on an AXObject, commit 6df79a50a55fe5cf99d2c50f7308e1236361b771. > > Fixed: 1446864, 1446550, 1434555, 1362758 > Change-Id: I16855bdcb746cb41387b69e1e97ab72ffc47e342 > Cq-Do-Not-Cancel-Tryjobs: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4545510 > Commit-Queue: Aaron Leventhal <[email protected]> > Reviewed-by: Jacques Newman <[email protected]> > Reviewed-by: Chris Harrelson <[email protected]> > Reviewed-by: Philip Rogers <[email protected]> > Cr-Commit-Position: refs/heads/main@{#1157878} Change-Id: Iefe59fe1933747346eda8827fd683f310d6cddb3 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4615927 Reviewed-by: Takuto Ikuta <[email protected]> Owners-Override: Takuto Ikuta <[email protected]> Commit-Queue: Takuto Ikuta <[email protected]> Auto-Submit: Takashi Sakamoto <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Cr-Commit-Position: refs/heads/main@{#1157993} -- wpt-commits: b2f88bfbff5f2806344bb479e7382a3618197e05 wpt-pr: 40564
fabricedesre
pushed a commit
that referenced
this issue
Aug 29, 2023
Upstream commit: https://webrtc.googlesource.com/src/+/8fbabf340da0bd6c9f1450a8c4522c54390598a1 [M115] Revert mid check in SdpOfferAnswerHandler::CreateDataChannel. This check was added here: https://webrtc-review.googlesource.com/c/src/+/300544 When createOffer is used before createAnswer, this check would cause SetupDataChannelTransport_n to not be called for the remote channel. (cherry picked from commit 299cdc9057fb8925f1692ac8c7573f51b7872df6) Bug: webrtc:15258 Change-Id: Ifdab35d1b0260ff03fef4beff13acf8090d59d8f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/310460 Reviewed-by: Harald Alvestrand <[email protected]> Commit-Queue: Tomas Gunnarsson <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#40357} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/313620 Reviewed-by: Mirko Bonadei <[email protected]> Cr-Commit-Position: refs/branch-heads/5790@{#8} Cr-Branched-From: 2eacbbc03a4a41ea658661225eb1c8fc07884c33-refs/heads/main@{#40122}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to build a B2G img for emulator-10-x86_64 following these instructions with some custom adaptations I made, such as correcting task IDs for mach in gecko-b2g (after ./configure.sh device) in order to download required toolchains, as well to restrain protobuf to version >= 3.12 and < 3.5 (those with --experimental_allow_proto3_optional flag available).
Anyway, I made several tweaks and I will repeat all those steps again, documenting each step and correcting every issue I might find in order to share with you and everyone interested in building emulator-10-x86_64 images.
So, here's my built image with 3.1Gb. I managed to start the emulator and as expected - as I didn't enable any UI yet - the emulator only got a black screen but it gave me an adb root shell! (: So I'm almost sure I did the right thing 'til here.
Now I want to run Kaios UI (App Profile) and, please, correct me if I'm wrong, but, reading some mozilla old docs I found on web, I should make a root adb on my device (✓), stop b2g and proceed an adb remount, as I saw here.
After that I should be pushing some UI related things into the emulated device (through adb push) and then, make adb sync and reboot.
Since I'm building B2G from capyloon repo (as well as gecko-b2g and gonk-misc) I don't think that it would download KaiOS UI alright? I also don't think it would download capyloon UI either, as I saw in some older firefox os building documentation, you probably should install gaia after installing gonk and gecko.
So here I ask for your help: where can I find KaiOS UI files to push into my device and how would I perform that?
I deeply appreciate your help and I thank in advance for your attention (:
With my best regards,
Diego Ascânio Santos
The text was updated successfully, but these errors were encountered: