aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
AgeCommit message (Expand)Author
2015-04-25Simplify front-end settings logic.Stephen Blott
2015-04-25Remove unused code.Stephen Blott
2015-04-25Track tab URL even if frame's URL changes.Stephen Blott
2015-04-25Remove requirement for Chrome 41.Stephen Blott
2015-04-25Merge branch 'exclusion-rules-pushState-and-hash' of https://github.com/mrmr1...Stephen Blott
2015-04-25Merge remote-tracking branch 'origin/focus-main-frame' into focus-main-frame-...Stephen Blott
2015-04-25Activate vomnibar in window.top; do not register framesets.Stephen Blott
2015-04-25Merge branch 'vomnibar-in-main-window' into vomnibar-in-main-window-mergeStephen Blott
2015-04-24Re-check enabled state after history.pushState/location.hash is changedmrmr1993
2015-04-24Get incognto state directly from chrome.extensions.inIncognitoContextmrmr1993
2015-04-23Activate vomnibar in window.top; no flicker and tidy up.Stephen Blott
2015-04-22Remove redundant line.Stephen Blott
2015-04-21Implement mainFrame command.Stephen Blott
2015-04-18Mode indicator: strip all references to badges.Stephen Blott
2015-04-03Simplify upgrade notification.Stephen Blott
2015-03-22Upgrade notification. Add full-stop to message.Stephen Blott
2015-03-22Upgrade message; show after permission accepted.Stephen Blott
2015-03-22Use chrome.notifications for upgrade notifications.Stephen Blott
2015-03-17Activate vomnibar in window.top; more clean up.Stephen Blott
2015-03-17Activate vomnibar in window.top; fix race condition on close.Stephen Blott
2015-03-17Activate vomnibar in window.top; more clean up.Stephen Blott
2015-03-17Activate vomnibar in window.top; hide on focus, fixed.Stephen Blott
2015-03-17Activate vomnibar in window.top; hide on focus.Stephen Blott
2015-03-17Merge branch 'rework-exclusion-rules'Stephen Blott
2015-03-17Activate vomnibar in window.top; simplify messaging.Stephen Blott
2015-03-17Activate vomnibar in window.top; refocus original frame.Stephen Blott
2015-03-15Fall back to "chrome://newtab" in incognito mode.Stephen Blott
2015-03-15Note that createTab/pages/blank.html doesn't work in incognito mode.Stephen Blott
2015-03-15Fill in "pages/blank.html" is an absolute URL.Stephen Blott
2015-03-15Rework page icon handling.Stephen Blott
2015-03-15Propagate exclusion rules to all frames.Stephen Blott
2015-03-15Populate popup with frame's URL.Stephen Blott
2015-03-09Inject content scripts on install/upgrade only.Stephen Blott
2015-03-08Reload content scripts: minor refactoring.Stephen Blott
2015-03-07Reload content scripts after install/update.Stephen Blott
2015-03-05Quick fix for issue creating new tabs.Stephen Blott
2015-03-05Merge branch 'fix_1507_createTab_incognito'Stephen Blott
2015-03-05Tidy up #1507.Stephen Blott
2015-03-01Stick in callback so `Nt` worksSudarshan Wadkar
2015-02-28Make badges tab specific (fixed).Stephen Blott
2015-02-28Make badges tab specific.Stephen Blott
2015-02-26Remove noise, explain in commitSudarshan Wadkar
2015-02-26Fix #1507 Open new tab in incognito modeSudarshan Wadkar
2015-02-23Ensure inconito mode flag and find-mode-history are initialised.Stephen Blott
2015-02-17Fix (?) issue with browser icon.Stephen Blott
2015-02-16Fix (?) issue with browser icon showing disabled.Stephen Blott
2015-02-14Merge pull request #1476 from mrmr1993/dont-clear-frame-data-on-url-changeStephen Blott
2015-02-14Fix(?) issue with browser icon.Stephen Blott
2015-02-13Remove saveHelpDialogSettings, it's unused.Stephen Blott
2015-02-12Retain frame data for a tab unless the top frame tells us its closingmrmr1993