core icon indicating copy to clipboard operation
core copied to clipboard

Hadouken is an open-source platform for creating web applications with native desktop experience. Hadouken is the base project used to build OpenFin OS, a desktop operating layer used by 45+ major ba...

Results 22 core issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 1.1.1 to 3.3.1. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 3.3.1 > # Bug fixes > > - Fixed a DoS vulnerability (c4fe466). > > A...

cla-present
dependencies

#### Description of Change #### Checklist - [ ] PR description included and stakeholders cc'd - [ ] `npm test` passes - [ ] automated tests are [changed or added](https://testing-dashboard.openfin.co/#/app/dashboard)...

cla-present
auto testing done

#### Add process.versions.chrome to System.getRuntimeInfo Link to test: https://testing-dashboard.openfin.co/#/app/tests/5da87d4dee166d7a14d45189/edit Link to js-adapter PR: https://github.com/HadoukenIO/js-adapter/pull/368 #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes -...

auto testing done

#### Description of Change This PR Adds `nameAlias` check for external connections to disconnect from a channel. Enables channel sub-addressing for external connections. #### Checklist - [X] PR description included...

cla-present
auto testing done

#### Description of Change extending previous PR for this issue by refactoring the logic and adding .isDestroyed check. #### Checklist - [x] PR description included and stakeholders cc'd - [x]...

cla-present
auto testing done

#### Description of Change This PR adds propagated events up to Application and System for BrowserView. Tests: https://testing-dashboard.openfin.co/#/app/sessions/api/completed/5da8b1ceee166d7a14d451bc Corresponding js-adapter PR: https://github.com/HadoukenIO/js-adapter/pull/357 @aziz512 trying to add you as reviewer but...

cla-present
auto testing done

#### Description of Change Jira: https://appoji.jira.com/browse/RUN-5493 This PR makes a few changes to the ExternalWindow API: - ExternalWindows can be registered by `nativeId` (nativeId === hwnd in Windows) OR uuid...

cla-present
auto testing done

#### Description of Change This exposes Electron's Find In Page API. #### Checklist - [X] PR description included and stakeholders cc'd - [X] `npm test` passes - [X] automated tests...

cla-present
auto testing done

#### Description of Change Switches to named exports to improve dev experience. Keeping a single large export to not need changes to other files. #### Checklist - [ ] PR...

cla-present
auto testing done

#### Description of Change Child windows are being registered in coreState after trying to show them in the windowPositioningObserver. This leads to the window not being found and then only...

cla-present
auto testing done