summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels/panel_browser_view_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add PanelOverflowStrip to handle panel overflow.jianli@chromium.org2011-12-031-1/+1
* Disable broken Panel testsdcheng@chromium.org2011-12-021-1/+2
* views: Move the remaining files to ui/views/controls/.tfarina@chromium.org2011-11-291-1/+1
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-2/+2
* views: Move button directory to ui/views/controls/.tfarina@chromium.org2011-11-281-2/+2
* views: Move textfield directory to ui/views/controls/.tfarina@chromium.org2011-11-271-2/+2
* Align expanded panel to the bottom of screen edge when there is an auto-hidin...jianli@chromium.org2011-11-231-6/+10
* Remove more totally obvious usage of: defined(TOUCH_UI)saintlou@chromium.org2011-11-231-1/+1
* Fix panels being removed from PanelManager prematurely.prasadt@chromium.org2011-11-151-3/+11
* Keep panel manager internal titlebar state consistent with changes to titlebars.jennb@chromium.org2011-11-141-6/+0
* Get BrowserTests to compile on windows with aura.ben@chromium.org2011-11-111-3/+3
* Implement gutter between first panel and right edge of screen like in ChromeOS.jennb@chromium.org2011-11-081-7/+25
* Classification of TODOs in Panel code.dimich@chromium.org2011-11-031-0/+2
* Mac: Added a delay before panels go to minimized state from title-only state.dimich@chromium.org2011-10-311-0/+7
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-121-5/+6
* Choose the right window to switch to when a panel is deactivated on Windows.jianli@chromium.org2011-10-071-17/+0
* Consolidate message observer API for MessagePumpX and MessagePumWinoshima@google.com2011-10-041-2/+4
* Reland the patch to fix the problem that sometimes panel on Windows is not se...jianli@chromium.org2011-10-031-95/+221
* Revert 103602 - Fix the problem that sometimes panel on Windows is not set to...dimich@chromium.org2011-10-011-221/+95
* Fix the problem that sometimes panel on Windows is not set to top-most.jianli@chromium.org2011-10-011-95/+221
* Panel mouse watcher refactor to have panel manager control mouse watching.jennb@chromium.org2011-09-301-7/+16
* Animating the visibility change of settings button in Panel for Windows.jianli@chromium.org2011-09-281-11/+25
* Refactor Win panel mouse watcher to use PanelMouseWatcher base class.jennb@chromium.org2011-09-231-5/+2
* Reverting this change to see if this fixes the MinimizeRestore browser tests ...ananta@chromium.org2011-09-231-2/+5
* Refactor Win panel mouse watcher to use PanelMouseWatcher base class.jennb@chromium.org2011-09-221-5/+2
* Support Panel auto-resize on Mac.jennb@chromium.org2011-09-161-63/+2
* Refactor panel settings menu to pull out platform-independent part into separ...jianli@chromium.org2011-09-081-82/+0
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-0/+61
* Disable DrawAttention test. Will reenable it after getting it fixed.jianli@chromium.org2011-09-011-1/+2
* Support auto-hide taskbar for panels on Windows.jianli@chromium.org2011-08-301-100/+133
* Some fixes to panel support on Windows:jianli@chromium.org2011-08-181-8/+15
* Use Titlebar instead of TitleBar consistently in panels code.prasadt@chromium.org2011-08-151-17/+17
* Implement drag and drop testing in a platform independent way.prasadt@chromium.org2011-08-121-268/+4
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-1/+1
* Misc panel bug fixes on Windows.jianli@chromium.org2011-07-201-10/+36
* Draw attention for panels on Windows.jianli@chromium.org2011-07-151-0/+59
* Don't show a prompt when loading an extension with NPAPI plugins viampcomplete@chromium.org2011-07-131-1/+1
* Convert PanelBrowserFrameView menu from Menu2 to MenuItemView.rhashimoto@chromium.org2011-07-061-4/+1
* Support minimizing the panel into 3-pixel line on Windows. Also support bring...jianli@chromium.org2011-06-301-0/+89
* Add ShowPanelInactive method to NativePanel interface and make Panel call int...jianli@chromium.org2011-06-241-9/+47
* Allow panels to be minimized/restored.dcheng@chromium.org2011-06-231-12/+0
* Switch to creating and using NativePanel for all platforms.jianli@chromium.org2011-06-171-2/+2
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-091-5/+1
* Make panel be a scoped pointer in PanelBrowserView.jianli@chromium.org2011-06-071-1/+4
* Fix bug 84796: window.open when called from an extension ignores positioning ...jianli@chromium.org2011-06-061-1/+1
* Fix clang build break.jianli@chromium.org2011-06-021-1/+1
* Update Panel UI looks on Windows.jianli@chromium.org2011-06-021-106/+118
* Animate the panel bounds change on Windows.jianli@chromium.org2011-05-261-2/+45
* Show "About panel" bubble on Windows.jianli@chromium.org2011-05-251-0/+101
* Make info button appear only when mouse is over the panel or the panel has fo...jianli@chromium.org2011-05-241-18/+60