summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/notifications
Commit message (Expand)AuthorAgeFilesLines
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-3/+7
* Change the Windows UI for notifications one more time. All controls at the t...johnnyg@chromium.org2010-06-052-81/+75
* For notifications, use the same shadow border that the autocomplete dropdown ...johnnyg@chromium.org2010-05-192-61/+86
* New visuals for notifications on Windows.johnnyg@chromium.org2010-05-072-63/+58
* Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T...johnnyg@chromium.org2010-04-232-0/+5
* Revert "r44062 Fix issue where the size of notification onoshima@chromium.org2010-04-141-1/+0
* The code was assuming that the BalloonViewHost's lifetime would be managed by...rafaelw@chromium.org2010-04-134-8/+8
* Fix issue where the size of notification on linux/views gets created bigger t...oshima@chromium.org2010-04-091-0/+1
* Add notification processes to the task manager.johnnyg@chromium.org2010-04-081-1/+2
* notifications: Simplify the callback handler for the close button event.johnnyg@chromium.org2010-04-072-23/+12
* Fix initialization bug in BalloonViewHsotView.oshima@chromium.org2010-04-071-2/+3
* Refactor BalloonViewHost, removing a lot of duplicate code that crept into no...johnnyg@chromium.org2010-03-233-227/+55
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Retry r41799:estade@chromium.org2010-03-181-1/+7
* Revert r41803 and r41799estade@chromium.org2010-03-171-7/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-172-3/+3
* * Moved sticky/controls frag to chromeos::BalloonViewImploshima@chromium.org2010-03-172-4/+6
* Basic DragImage implementation.estade@chromium.org2010-03-171-1/+7
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-3/+3
* Autoslide/hide notifications after timeout.oshima@chromium.org2010-03-121-1/+0
* Make notifications from extension URLs use extension process.aa@chromium.org2010-03-122-2/+25
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-042-2/+18
* Fix a regression in the display of notifications on Windows: the TOPMOST bit ...johnnyg@chromium.org2010-02-111-2/+2
* 1st step to implement notification panel for chromeososhima@chromium.org2010-02-051-0/+1
* Enable notification for Chromeos/Linux view build.oshima@chromium.org2010-01-273-24/+36
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-262-6/+4
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-1/+6
* Fix bad rearrangement of code which causes notifications to crash. johnnyg@chromium.org2009-12-121-1/+1
* re-apply r34183estade@chromium.org2009-12-101-1/+1
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-4/+3
* Notifications should resize themselves to the content within min-max bounds, ...johnnyg@chromium.org2009-12-084-62/+128
* Spruce up the notification UI to much more closely match the mocks, including...johnnyg@chromium.org2009-12-051-19/+28
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-042-8/+10
* Make the default RendererPreferences smarter.estade@chromium.org2009-12-041-0/+2
* Stop opening _all_ notification location changes in a new tab. That was allo...johnnyg@chromium.org2009-11-242-20/+60
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-171-1/+1
* When extensions use notifications, display the name of the extension in UI ra...johnnyg@chromium.org2009-11-121-2/+2
* Allow script in notifications to close the notification by calling window.clo...johnnyg@chromium.org2009-11-122-1/+12
* Adds an options menu to the frame of the desktop notification, for now with t...johnnyg@chromium.org2009-11-102-3/+110
* Fix style issues in View class.maruel@chromium.org2009-11-071-1/+1
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-042-10/+11
* Attempt 2 at:sky@chromium.org2009-11-041-1/+1
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Adds UI components for desktop notifications, including balloon view classes ...johnnyg@chromium.org2009-10-295-0/+699