-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Preface
Command bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<https://www.google.com/ correctly opens tab with google search page.
Command bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<https://www.buggydomain.com/ opens with error reporting invalid address. And this is correct result too.
Bug demo
- Run
bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<about:configif you are using Firefox, else choose some of browser-specific privileged urls*. - You'll see
TimeoutErrorthat is bad enough already. - Run some bt command, i.e. just
bt windows. - You'll got empty output because bt_mediator is dead. To recover you should disable/enable plugin in
about:plugins.
Expected results
- Bug report output from bt open command.
- No server death.
Metadata
Metadata
Assignees
Labels
No labels