aboutsummaryrefslogtreecommitdiffstats
path: root/lib/domUtils.js
AgeCommit message (Collapse)Author
2012-05-05Put content scripts and background scripts in separate directories, so the ↵Phil Crosby
purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later.
2012-04-27Touch up on previous commit.Jez Ng
2012-04-27flashElement: use an overlay, so zero-sized links are flashed as wellBjörn
(no css manupulation of the target element) Conflicts: lib/domUtils.js
2012-03-28Style changes.Jez Ng
2012-03-06Indicate clicked element via border style rather than focus.Jez Ng
This makes it slightly more obvious, and it promotes decoupling -- changing focus affects a lot of other behavior, and it's more elegant not to have to juggle that.
2012-02-11Show hints for links that are slightly out of the screen.Jez Ng
Closes #472.
2012-02-11Set scroll position only after DOM has loaded.Jez Ng
2012-01-26Simulate the full sequence of mouse click events.Jez Ng
Some sites expect it, e.g. GMail.
2012-01-26Factor out common DOM functions.Jez Ng