Code review comment for lp:~osomon/webbrowser-app/webProcessStatus

Revision history for this message
Olivier Tilloy (osomon) wrote :

> I don't understand this: if it should close the current tab,
> why does it close the first?

Very good catch, thanks Riccardo!
The assumption [current tab == first tab] used to be true when we supported only the mobile form factor, where the current tab was always pushed to the top of the stack. This is not valid any longer, so I updated the code to reflect that.

« Back to merge proposal