Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: notification.html

Issue 6098518317989888: Fix: Notification popup is broken (Closed)
Patch Set: Change back activeNotification unset Created Feb. 26, 2014, 6:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/ext/background.js ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: notification.html
===================================================================
--- a/notification.html
+++ b/notification.html
@@ -26,6 +26,8 @@
margin: 5px;
}
</style>
+ <script src="ext/common.js"></script>
+ <script src="ext/background.js"></script>
Felix Dahlke 2014/02/27 14:14:43 Guess I'm missing something, but what is this nece
Thomas Greiner 2014/02/27 15:10:37 This fixes notification.js which depends on ext.*
Sebastian Noack 2014/02/28 09:56:03 No, background.js must be only executed once in th
saroyanm 2014/02/28 10:56:12 Not sure why the things will be broken, actually w
Sebastian Noack 2014/02/28 12:35:03 This will run code twice, that is supposed to run
saroyanm 2014/02/28 13:47:04 Yes I agree, but it will run twice for the users w
Sebastian Noack 2014/02/28 14:23:49 I've just realized that webkitNotification.createH
saroyanm 2014/02/28 14:34:25 As I've mentioned in my previous comment It's depr
Sebastian Noack 2014/02/28 16:59:22 I'm very much in the favor of getting rid of that
Sebastian Noack 2014/02/28 17:01:00 s/if worse/is worth/
saroyanm 2014/03/03 07:08:51 Sebastian I see your point and yes while It's not
Thomas Greiner 2014/03/04 09:28:15 We should not remove the case for createHTMLNotifi
Sebastian Noack 2014/03/05 10:45:49 createHTMLNotification isn't available for any ver
Thomas Greiner 2014/03/05 11:30:51 It's still better than window.confirm and it can h
saroyanm 2014/03/05 11:33:25 chrome.notifications Are stable since chrome v28 s
<script src="notification.js"></script>
</head>
<body>
« chrome/ext/background.js ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld