Skip to content

Commit

Permalink
add rejected code ideas to brainstorm if they need revisiting
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanasegall committed Apr 29, 2013
1 parent 61e71dd commit 3e79a29
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion doc/actions_brainstorm.txt
Expand Up @@ -47,11 +47,44 @@ tab dies - by x or by ctrl w or by window
--> on startup, look at configuration


//getChromeWindow
//getOwnerWindow



(search)
looks like previous search
urls look like search

(panorama)
(panorama)

/*let basicWinEvents = function(){
windows.on('open', function onOpen(win) {
win = getMostRecentBrowserWindow();
console.log(isBrowser(win));

if (!isBrowser(win)) return;
emit({
"group": "windows",
"win_id": getOuterId(win)
});
});
windows.on('close', function(win) {
emit({
"group": "windows",
"win_id": getOuterId(win)
});
});
windows.on('open', function(win) {
emit({
"group": "windows",
"win_id": getOuterId(win)
});
});
windows.on('open', function(win) {
emit({
"group": "windows",
"win_id": getOuterId(win)
});
});
}();*/

0 comments on commit 3e79a29

Please sign in to comment.