summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part12:tfarina@chromium.org2010-10-108-45/+45
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-4/+2
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+4
* Add geolocation and desktop notifications NotificationTypes.estade@chromium.org2010-10-071-5/+15
* Couple of match preview changes.sky@chromium.org2010-09-291-0/+3
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-292-10/+8
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-222-8/+10
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-222-10/+8
* clang: update gtest to r435 and gmock to r300.evan@chromium.org2010-09-161-18/+20
* Fix SessionStoragejorlow@chromium.org2010-09-141-6/+2
* Partial clone of the following CL: http://codereview.chromium.org/3013045/showtwiz@google.com2010-09-101-1/+1
* GTTF: Make WaitForInfoBarCount not Sleep.phajdan.jr@chromium.org2010-09-081-1/+1
* Reset the desktop notifications settings to default.tfarina@chromium.org2010-09-072-0/+10
* Implement the plumbing to deliver click events from the notification balloon ...johnnyg@chromium.org2010-09-018-1/+26
* Make mac notifications less janky: group the animation together so that they ...johnnyg@chromium.org2010-08-315-2/+23
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-311-1/+2
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-2/+1
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-1/+2
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-263-5/+5
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-242-0/+2
* DOMUI callback to notificationoshima@chromium.org2010-08-192-1/+16
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-192-12/+4
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-191-0/+3
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+1
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-10/+8
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-2/+2
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-153-5/+4
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-131-10/+10
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-132-0/+2
* Match the Notifications infobar color with the color of all other confirmatio...tfarina@chromium.org2010-08-111-0/+3
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-111-0/+2
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow...johnnyg@chromium.org2010-08-061-1/+2
* ChromeFrame currently overrides the request context for intercepting network ...ananta@chromium.org2010-08-041-1/+1
* notifications: Convert some std::wstring over to string16.tfarina@chromium.org2010-08-015-16/+16
* Change mac notifications UI to match the new mocks. Introduce a new utility ...johnnyg@chromium.org2010-07-301-1/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+5
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2614-0/+14
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-242-1/+7
* Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi...finnur@chromium.org2010-07-231-1/+2
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-4/+2
* Always refresh the desktop size before showing notifications. This should pr...johnnyg@chromium.org2010-07-211-0/+1
* Improve the notifications options menu. If the notification came from an ext...johnnyg@chromium.org2010-07-201-8/+46
* Reapply r52859tfarina@chromium.org2010-07-182-0/+88
* Revert 52859.pfeldman@chromium.org2010-07-182-87/+0
* notifications: Add a cross platform NotificationOptionsMenuModel that can be ...tfarina@chromium.org2010-07-182-0/+87
* Factor out OriginToString into a common function in chrome/common/.tfarina@chromium.org2010-07-161-5/+2
* position the balloons after closing in a way that will keep the next one's cl...johnnyg@chromium.org2010-07-156-8/+208