summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* Clean up phantom tabs that are leaked in the unit test.tony@chromium.org2010-03-051-0/+3
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-5/+1
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+5
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-5/+1
* Fixes bug where close other tabs would not show the correct enabledsky@chromium.org2010-02-221-2/+6
* Remove more TODOs that are un-necessarypinkerton@chromium.org2010-02-221-4/+0
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Fixes close other tabs regression. It needed to check overall tabsky@chromium.org2010-02-181-1/+1
* Remove TODOs or add bug numbers to TODOspinkerton@chromium.org2010-02-121-4/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-092-4/+5
* Fixes bug where we weren't sending out TabClosingAt when removing asky@chromium.org2010-02-082-13/+29
* Fixes crash in making a tab phantom. Here was the sequence when makingsky@chromium.org2010-02-082-19/+153
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-062-24/+33
* Yet more tab strip model changes. I'm hoping this is the last ofsky@chromium.org2010-02-054-69/+277
* Tab strip model: Fix an off by one error where we do not check the first tab.thestig@chromium.org2010-02-051-15/+10
* Wires TabContents to app extensions.sky@chromium.org2010-02-053-20/+74
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-024-300/+191
* Extension tweaks for phantom tabs. I did the following modifications:sky@chromium.org2010-01-231-4/+1
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-224-53/+195
* Tab-modal dialog improvements:zelidrag@google.com2010-01-152-1/+30
* Removes debugging code that proved unnecessary.sky@chromium.org2010-01-152-45/+1
* Fix a crash with application mode windows and extensions tab API.asargent@chromium.org2010-01-121-2/+3
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-251-1/+7
* Make View Source and Search Web For inherit group properly. Original patch b...pkasting@chromium.org2009-12-212-8/+16
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-0/+5
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-10/+10
* Fix jumping/resize/relayout of NTP/webpages when switching between NTP and an...simonrad@chromium.org2009-11-111-4/+6
* Adds more debugging code in hopes of figuring out why on dragging thesky@chromium.org2009-11-092-1/+57
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-233-16/+23
* Fix an erroneous set of tab change notifications sent whenever closing a tab ...pkasting@chromium.org2009-10-161-3/+3
* Add histogram for how tab closing time. Did some cleanup along the way. Mov...jam@chromium.org2009-10-141-9/+8
* More style nits.erg@google.com2009-10-141-2/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-083-4/+6
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-083-0/+19
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-023-48/+160
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-2/+2
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-2/+2
* Add keyboard shortcuts to reorder tabs left or right on Linux.tony@chromium.org2009-09-142-0/+14
* Fix my change to flashing tabcpu@chromium.org2009-09-101-2/+1
* Fix for the flashing of the front tab.cpu@chromium.org2009-09-091-1/+7
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-16/+10
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-10/+16
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-4/+6
* Reland r23358 with a fix for linux unit_tests:tony@chromium.org2009-08-131-0/+14
* Revert "Better location for setting the size of tab contents. This should"tony@chromium.org2009-08-131-14/+0
* Better location for setting the size of tab contents. This shouldtony@chromium.org2009-08-131-0/+14
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-142-14/+0
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-131-9/+1
* Adds tab pinning to TabStripModel. This is just the model side ofsky@chromium.org2009-07-084-42/+429