-
Notifications
You must be signed in to change notification settings - Fork 89
feat(dapp-browser-ens)_: integrate browserBridge to BrowserLayout #19151
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
base: ab/issue-19188-change-account-api
Are you sure you want to change the base?
feat(dapp-browser-ens)_: integrate browserBridge to BrowserLayout #19151
Conversation
Jenkins BuildsClick to see older builds (72)
|
c784dbb to
39a6365
Compare
df3a72e to
97d7016
Compare
97d7016 to
6853960
Compare
5d3b34d to
f02bff9
Compare
82b65db to
d002497
Compare
caybro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs fixing the ui-tests:
[2025-10-31T14:16:44.175Z] 1: >>> StoryBook page verification failed with 1 errors.
[2025-10-31T14:16:44.175Z] 1: >>> StoryBook pages with errors: QList("/home/jenkins/workspace/linux_x86_64_tests-ui_PR-19151_2/storybook/pages/BrowserLayoutPage.qml")
7bba9d9 to
226e435
Compare
36c4ce8 to
f6db4b8
Compare
9cffdde to
b8544f5
Compare
Done ✅ |
226e435 to
bf01f81
Compare
b8544f5 to
4903151
Compare
caybro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| } | ||
| } | ||
|
|
||
| onJavaScriptConsoleMessage: function(level, message, lineNumber, sourceID) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a setup with dapp logs as well? It's usually very useful when debugging the dapp interaction
closes #19141
flowchart LR step1["Connector service<br/>#19113"] --> step2["QML bridge<br/>#19131"] step2 --> step3["Cleanup old provider<br/>#19133"] step3 --> step4["Account Change<br/>#19188"] step4 --> step5["Integrate Bridge<br/>#19151"] style step5 fill:#4dabf7,stroke:#1864ab,stroke-width:4px,color:#fff,font-weight:boldConnectorBridgecomponent, replacing localWebEngineProfileinstances with centralized connector profiles; added dApp URL metadata updates on navigationonRequestInternal)request()method with internal signal routing and async response handlingconnectorControllerto BrowserLayout