| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-16 | Minor code review. | Stephen Blott | |
| 2016-04-16 | Rework UI component focus handling. | Stephen Blott | |
| The code to handle the focus for UI components has been tweaked and adapted over time, and has become quite complicated (and brittle). This reworks it from scratch, and co-locates similar code which does related things. Fixes #2099. | |||
| 2016-04-14 | Rework UI component init sequence. | Stephen Blott | |
| In testing global link hints, it seems that UI components can be opened before they're actually ready, and Vimium hangs with a broken UI component displayed. This issue seems to be in 1.54 too. It's not clear what's causing this -- and it's hard to reproduce systematically. However, it only seems to happen on navigation. Therefore, it seems likely that there is an issue with the initialization sequence. Here, we wait for: - the DOM content to be ready, and - the port to be provided before registering the UI component as ready. | |||
| 2014-12-29 | Refactor UIComponent, etc., and demo. | Stephen Blott | |
| - Simplify component API. - Iframe flashes on re-focus. - Probably some other stuff which I've forgotten. | |||
| 2014-12-29 | Remove key handling in UIComponentServer/UIComponent code | mrmr1993 | |
| 2014-12-29 | Allow message passing directly from UIComponent.show | mrmr1993 | |
| 2014-12-29 | Close UIComponent iframes when pressing esc by default | mrmr1993 | |
| 2014-12-28 | Create a script for connecting UIComponent iframes with their parents | mrmr1993 | |
