index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
cocoa
/
tab_strip_controller.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mac: Context Menu broken when tab dragged out to new window.
jeremy@chromium.org
2010-07-14
1
-1
/
+1
*
[Mac] Initial implementation of app tabs. Loads the app and displays the corr...
andybons@chromium.org
2010-07-07
1
-18
/
+21
*
Ben said make the tab animations faster. Pink smash tab animation!
pinkerton@chromium.org
2010-06-30
1
-1
/
+1
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-3
/
+5
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-5
/
+3
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-3
/
+5
*
Implement side tab view and controller and hook up their creation. Parameteri...
pinkerton@chromium.org
2010-06-23
1
-32
/
+95
*
Add a 1px white bezel under the dark line separating the tab strip and the to...
pinkerton@chromium.org
2010-06-17
1
-1
/
+1
*
Adds ability to determine if a tab was explicitly closed by the
sky@chromium.org
2010-05-21
1
-1
/
+4
*
[Mac] Plumb the pinned tab flag through TabController so the context menu use...
rsesek@chromium.org
2010-05-10
1
-2
/
+3
*
Nukes one of the AddTabWithURL variants.
sky@chromium.org
2010-04-29
1
-2
/
+3
*
Use the native Mac localization bundle utility functions.
avi@chromium.org
2010-04-27
1
-3
/
+1
*
[Mac] Fix MouseDown/MouseUp error for Steve animation effects
thomasvl@chromium.org
2010-04-14
1
-1
/
+1
*
[Mac] Add a call to |-layoutTabs| so that restored pinned tabs look as they s...
rsesek@chromium.org
2010-04-06
1
-0
/
+4
*
[Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.
rsesek@chromium.org
2010-03-24
1
-72
/
+72
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-3
/
+6
*
Pick up a GTM roll and update the apis that changed in this roll.
thomasvl@chromium.org
2010-03-11
1
-1
/
+2
*
Mac: incognito badge fixes.
viettrungluu@chromium.org
2010-03-09
1
-0
/
+7
*
Base coordinate system != Window base coordinate system. Fixing.
avi@chromium.org
2010-03-03
1
-2
/
+1
*
Base coordinate system != Window base coordinate system. Marking things to be...
avi@chromium.org
2010-02-25
1
-0
/
+1
*
[Mac] Prevent a fullscreen crash by destroying the GTMWindowSheetController i...
rohitrao@chromium.org
2010-02-16
1
-0
/
+6
*
Remove outdated comments, add reference to design doc.
pinkerton@chromium.org
2010-02-12
1
-3
/
+0
*
Add bugs, update, and remove TODOs that are no longer valid
pinkerton@chromium.org
2010-02-05
1
-7
/
+3
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
1
-1
/
+2
*
[Mac] Makes the tab strip left-side indent changeable. Prereq for fullscreen.
rohitrao@chromium.org
2010-01-25
1
-8
/
+14
*
Mac: fix yet another TabStripController index/model index bug (crasher).
viettrungluu@chromium.org
2010-01-25
1
-3
/
+5
*
Tab-modal dialog improvements:
zelidrag@google.com
2010-01-15
1
-45
/
+8
*
Fix stuck hover states on tab close buttons
feldstein@chromium.org
2010-01-07
1
-0
/
+10
*
Mac: Make devtools window dockable.
thakis@chromium.org
2010-01-05
1
-4
/
+45
*
Mac: fix crashes related to detaching tabs.
viettrungluu@chromium.org
2010-01-04
1
-2
/
+8
*
[Mac] Fixup the new tab button images
thomasvl@chromium.org
2009-12-30
1
-4
/
+14
*
Add the extension to the image name so we avoid warnings from ns_image_cache ...
thomasvl@chromium.org
2009-12-29
1
-2
/
+2
*
Tagging a whole bunch of buttons with descriptions (via code; OS bug prevents...
avi@chromium.org
2009-12-28
1
-0
/
+6
*
Half of CL 481012 (reverted at r35038).
viettrungluu@chromium.org
2009-12-19
1
-19
/
+25
*
Revert 34998, more stabbing in the dark to find a perf regression - Mac: impl...
thakis@chromium.org
2009-12-19
1
-25
/
+19
*
Mac: implement DnD of URLs onto Omnibox.
viettrungluu@chromium.org
2009-12-18
1
-19
/
+25
*
Mac: Use indices correctly in TabStripController to fix crash. Fix several in...
kkania@chromium.org
2009-12-17
1
-18
/
+39
*
Mac: add UMA calls for drag-and-drop of URLs on tab strip.
viettrungluu@chromium.org
2009-12-09
1
-0
/
+2
*
More cleanups.
thakis@chromium.org
2009-12-07
1
-29
/
+30
*
Some code cleanups.
thakis@chromium.org
2009-12-07
1
-23
/
+23
*
Mac: Make a stop-gap visual indicator for dropping URLs on the tab strip.
viettrungluu@chromium.org
2009-12-05
1
-9
/
+16
*
Mac: implement drag-and-drop of URLs to tabs/tab strip.
viettrungluu@chromium.org
2009-12-04
1
-7
/
+152
*
Mac: remove hacky way the New Tab button is obtained from the nib.
viettrungluu@chromium.org
2009-12-04
1
-6
/
+7
*
Revert 33758 - Mac: remove hacky way the New Tab button is obtained from the ...
viettrungluu@chromium.org
2009-12-04
1
-7
/
+6
*
Mac: remove hacky way the New Tab button is obtained from the nib.
viettrungluu@chromium.org
2009-12-04
1
-6
/
+7
*
Mac: change tab change notifications to pass full TabChangeType.
viettrungluu@chromium.org
2009-12-01
1
-2
/
+8
*
Clean up property name and add comment about thread-safety.
pinkerton@chromium.org
2009-12-01
1
-1
/
+1
*
Ensures the renderer gets focus/blur message when switching tabs.
jcampan@chromium.org
2009-11-20
1
-2
/
+8
*
Mac: implement Pin Tab.
viettrungluu@chromium.org
2009-11-18
1
-76
/
+136
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-1
/
+1
[next]