summaryrefslogtreecommitdiffstats
path: root/chrome/common/desktop_notifications
Commit message (Collapse)AuthorAgeFilesLines
* TTF: Re-enable ActiveNotificationTrackerTest.TestLookupAndClear. The test wasjhawkins@chromium.org2010-05-101-1/+1
| | | | | | | | | | | | | disabled because it failed under valgrind. Now the test is specifically disabled for Valgrind only. TBR=johnnyg BUG=43764 TEST=none Review URL: http://codereview.chromium.org/2036008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46831 0039d316-1c4b-4281-b951-d872f2087c98
* Disable unit test that breaks valgrind. Failure is related to the fact that ↵johnnyg@chromium.org2010-04-081-2/+1
| | | | | | | | | | | I can't create distinct WebCore objects in the test. BUG=none TEST=valgrind Review URL: http://codereview.chromium.org/1637003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44017 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash on Mac because the STL iterator behavior on delete is not ↵johnnyg@chromium.org2010-04-082-3/+28
| | | | | | | | | | | consistent between platforms. Add a trivial test to make sure this works on all platforms. BUG=40170 TEST=on Mac, create a notification (e.g. go/notify_demo.html), refresh the page while the toast is open. Review URL: http://codereview.chromium.org/1562016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43965 0039d316-1c4b-4281-b951-d872f2087c98
* Desktop Notifications for the macjohnnyg@chromium.org2010-02-091-7/+0
| | | | | | | | | | BUG=23066 TEST=notify_demo.html Review URL: http://codereview.chromium.org/548208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38533 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 38469 - Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-0/+7
| | | | | | | | | | | | BUG=23066 TEST=notify_demo.html Review URL: http://codereview.chromium.org/548208 TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/600015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38493 0039d316-1c4b-4281-b951-d872f2087c98
* Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-7/+0
| | | | | | | | | BUG=23066 TEST=notify_demo.html Review URL: http://codereview.chromium.org/548208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38469 0039d316-1c4b-4281-b951-d872f2087c98
* If a page is navigated within the same render process, the active ↵johnnyg@chromium.org2010-01-252-1/+11
| | | | | | | | | | | notifications need to go out of scope so we don't try to fire events on them back to the original page. BUG=32862 TEST=reload page then close notification Review URL: http://codereview.chromium.org/549140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37019 0039d316-1c4b-4281-b951-d872f2087c98
* Notifications permission infobar should only be shown in response to a user ↵johnnyg@chromium.org2009-11-131-7/+7
| | | | | | | | | | | | | | gesture, not arbitrary script. Experimental fix for UI test, so checking in flaky at first to see if I have it... BUG=27215 TEST=included Committed as r31839... and reverted. Review URL: http://codereview.chromium.org/387011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31953 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 31839 - Notifications permission infobar should only be shown in ↵scherkus@chromium.org2009-11-121-7/+7
| | | | | | | | | | | | | | | | response to a user gesture, not arbitrary script. Includes UI test which verify the infobar is shown from a gesture, and not shown from raw script. BUG=27215 TEST=included Review URL: http://codereview.chromium.org/387011 TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/385080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31857 0039d316-1c4b-4281-b951-d872f2087c98
* Notifications permission infobar should only be shown in response to a user ↵johnnyg@chromium.org2009-11-121-7/+7
| | | | | | | | | | | | | gesture, not arbitrary script. Includes UI test which verify the infobar is shown from a gesture, and not shown from raw script. BUG=27215 TEST=included Review URL: http://codereview.chromium.org/387011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31839 0039d316-1c4b-4281-b951-d872f2087c98
* Upstreaming WebKit.gypyaar@chromium.org2009-11-122-3/+3
| | | | | | | | | | | | This mega patch contains a few simple but tightly dependent changes: 1. Deletion of webkit/api/WebKit.gyp. The file now lives in webkit.org. 2. Rename of webkit/webkit.gyp to webkit/webkit_glue.gyp. Having two webkit.gyp was a source of developer confusion. 3. Gyp dependencies are updated across chromium to point at the upstream WebKit.gyp and the renamed webkit_glue.gyp. 4. Some 200+ files include paths fixed to point to third_party/WebKit/WebKit/chromium instead of webkit/api. The later will be deleted in a subsequent patch. Review URL: http://codereview.chromium.org/387020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31749 0039d316-1c4b-4281-b951-d872f2087c98
* Adds desktop notification support for renderer process, and enables the ↵johnnyg@chromium.org2009-10-052-0/+119
build flag for chromium build of webkit. Doesn't expose the feature to any websites yet. BUG=none TEST=none (This is part 1 of 3 for this feature; tests will follow). Review URL: http://codereview.chromium.org/194079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27973 0039d316-1c4b-4281-b951-d872f2087c98