summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/extensions
Commit message (Expand)AuthorAgeFilesLines
* Removal of an incorrect assert during the close sequence of ExtensionPopup vi...twiz@google.com2010-06-162-10/+36
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-1/+2
* Tweak install and dangerous download dialogs for apps.asargent@chromium.org2010-06-111-3/+4
* A very basic fix that prevents experimental popups from living longer than th...twiz@google.com2010-06-032-5/+17
* Simple change that re-positions the arrow location on displayed extension pop...twiz@google.com2010-05-202-30/+59
* Implement fading in for the InfoBubble base class.finnur@chromium.org2010-05-182-4/+14
* Refactors renderer related classes for better sharing.sky@chromium.org2010-05-171-2/+2
* Add fade-out animation to the app launcher.finnur@chromium.org2010-05-141-0/+1
* Refactors TabStrip code for better sharing between TabStrip andsky@chromium.org2010-05-131-3/+5
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-112-0/+2
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-3/+2
* Put back info_bubble with left&right arrows.dpolukhin@chromium.org2010-05-073-8/+3
* Use normal browser window as parent for extension prompt window.xiyuan@chromium.org2010-05-061-0/+7
* Rollback http://codereview.chromium.org/1820002dpolukhin@chromium.org2010-05-063-3/+8
* Add ability to place bubble arrow on left and right side of the bubble or mak...dpolukhin@chromium.org2010-05-063-8/+3
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-3/+3
* chromeos: Make Chrome use enums from libcros to talk to WM.derat@chromium.org2010-04-291-1/+2
* Relanding http://codereview.chromium.org/1746009/showjcivelli@chromium.org2010-04-291-1/+1
* Revert r45952: broke checkdeps.willchan@chromium.org2010-04-291-2/+1
* chromeos: Make Chrome use enums from libcros to talk to WM.derat@chromium.org2010-04-291-1/+2
* Revert 45936 - The app launcher now uses the location bar (instead of the aut...jcivelli@chromium.org2010-04-291-1/+1
* The app launcher now uses the location bar (instead of the autocomplete edit)...jcivelli@google.com2010-04-291-1/+1
* Add a first run bubble to show after installing an extension app.finnur@chromium.org2010-04-242-15/+85
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* Correction of sizing of experimental.extension.popup.* windows. When displayi...twiz@chromium.org2010-04-201-9/+18
* Make ExtensionContextMenuModel hold on to a reference to itselffinnur@chromium.org2010-04-082-3/+3
* Fix build break in linux_views from r43575.aa@chromium.org2010-04-031-4/+5
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-032-17/+1
* Don't apply toolstrip theming stylesheet to popups.finnur@chromium.org2010-03-311-2/+2
* Don't allow dragging browser actions between regular and incognito windows.mpcomplete@chromium.org2010-03-303-17/+16
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-302-3/+3
* Basic change correcting the coordinate space of the reference anchor point fo...twiz@chromium.org2010-03-251-7/+6
* First part of new install dialog on Windows. Later changes willaa@chromium.org2010-03-251-0/+309
* GTK: allow inspecting of extension popups.estade@chromium.org2010-03-231-1/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-232-2/+2
* Refactor ExtensionActionContextMenuModel.estade@chromium.org2010-03-225-89/+26
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-2/+3
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-3/+2
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-2/+3
* Extension popups now stay open and drag while inspector is open, when browser...rafaelw@chromium.org2010-03-191-4/+14
* Modification of ExtensionPopup views to allow for pop-up views to share the s...twiz@chromium.org2010-03-192-0/+11
* Minor extension infobar changes.finnur@chromium.org2010-03-181-1/+1
* Initial support for inspecting extension popups.rafaelw@chromium.org2010-03-175-19/+179
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Spruced up the warning dialog for when you enable an extension in incognito.mpcomplete@chromium.org2010-03-171-17/+9
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-082-5/+6
* Disable scroll bars for popups that will grow on windows and linux_view.skerner@chromium.org2010-03-041-1/+8
* Removes tab overview related classes and renames TabOverviewTypes tosky@chromium.org2010-02-221-4/+7
* Fix a crash when installing an extension from incognito mode.mpcomplete@chromium.org2010-02-191-3/+6
* Support tooltips in MenuItemView. Use that tooltip support in the finnur@chromium.org2010-02-171-5/+12