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
/
views
/
tabs
/
tab_strip.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
honor index in createTab()
rafaelw@chromium.org
2009-05-06
1
-2
/
+2
*
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...
ben@chromium.org
2009-05-06
1
-3
/
+3
*
Move chrome_canvas to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Move *Animation to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-1
/
+1
*
People should just use GetWindow() instead of calling GetWidget()->GetWindow()
ben@chromium.org
2009-05-01
1
-1
/
+1
*
Relanding this, it was missing the Mac unit-test change, that was breaking th...
jcampan@chromium.org
2009-04-30
1
-0
/
+2
*
Reverting 14948.
jcampan@chromium.org
2009-04-30
1
-2
/
+0
*
Closing the last tab with a download in-progress would cause the tab to be
jcampan@chromium.org
2009-04-30
1
-0
/
+2
*
Two changes:
sky@chromium.org
2009-04-29
1
-1
/
+1
*
Removes the use of Windows-specific types for accessibility roles and states ...
klink@chromium.org
2009-04-28
1
-3
/
+2
*
Fixes a gcc-4.3 warning in tab_strip_gtk.cc.
jhawkins@chromium.org
2009-04-27
1
-9
/
+1
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-2
/
+2
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-2
/
+2
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-2
/
+2
*
Re-land popup routing fix for browser.
ben@chromium.org
2009-04-07
1
-1
/
+1
*
Make the throbber throb sooner after you navigate. This fixes the new tab page,
brettw@chromium.org
2009-04-04
1
-4
/
+5
*
Record new tab button presses.
glen@chromium.org
2009-03-31
1
-1
/
+3
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
1
-2
/
+2
*
Rework the Button API to be saner in preparation for NativeControl rejiggerin...
ben@chromium.org
2009-03-16
1
-8
/
+9
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+2
*
rollback again
ben@chromium.org
2009-03-14
1
-2
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+2
*
revert
ben@chromium.org
2009-03-13
1
-2
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-13
1
-1
/
+2
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
1
-3
/
+4
*
Make the last tab part of the client area instead of the non-client as it is ...
ben@chromium.org
2009-03-09
1
-5
/
+0
*
Revert r9953 since it caused regressions like:
ben@chromium.org
2009-03-04
1
-0
/
+5
*
Move RemoveTabAt to the TabStrip interface from RemoveTabAnimation.
jhawkins@chromium.org
2009-03-03
1
-23
/
+17
*
Support DWM switching.
ben@chromium.org
2009-03-03
1
-1
/
+2
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-3
/
+2
*
Enable dragging of single tab between two windows.
idanan@chromium.org
2009-02-20
1
-6
/
+2
*
Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit...
idanan@chromium.org
2009-02-18
1
-5
/
+4
*
Second try of landing chrome_resources project. Changes from last time:
tc@google.com
2009-02-12
1
-1
/
+1
*
Revert "Create a chrome_resources.vcproj that holds grd files that hold"
tc@google.com
2009-02-12
1
-1
/
+1
*
Create a chrome_resources.vcproj that holds grd files that hold
tc@google.com
2009-02-12
1
-1
/
+1
*
Roll back these tab changes since there are still issues.
ben@chromium.org
2009-01-31
1
-22
/
+2
*
(1) If you create tabs and manage to resize the window before the
maruel@chromium.org
2009-01-22
1
-1
/
+12
*
Move metrics files into a subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Move search code to a subdir
ben@chromium.org
2009-01-16
1
-2
/
+11
*
Fie.
ben@chromium.org
2009-01-15
1
-11
/
+2
*
Fix for Issue 3258: Tabs created when tabstrip is compressed pending resize
ben@chromium.org
2009-01-15
1
-2
/
+11
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Provides the infrastructure for Browser unit tests that create a
sky@google.com
2009-01-14
1
-1
/
+2
*
Applying patch for Mohamed Mansour (reviewed by pkasting): http://codereview....
finnur@google.com
2009-01-06
1
-3
/
+2
*
Fixes bug during tab close that results in all tabs after closed tab
sky@google.com
2008-12-08
1
-1
/
+4
[next]