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
/
dragged_tab_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gfx::Point instead of GET_X/Y_LPARAM to reduce the dependency on ATL.
jhawkins@chromium.org
2009-12-07
1
-1
/
+1
*
Remove new tabstrip code. Going to try doing this a different way.
ben@chromium.org
2009-11-17
1
-2
/
+2
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-8
/
+8
*
Fixes possible crash during tab dragging. The code was invoking
sky@chromium.org
2009-11-11
1
-3
/
+9
*
Makes inactive pinned tabs throb on views when the title changes.
sky@chromium.org
2009-10-26
1
-0
/
+1
*
Gets the drop arrow to show when dragging URLs over the tab strip.
sky@chromium.org
2009-09-22
1
-0
/
+4
*
Makes tab dragging on views restrict the drag to the main window.
sky@chromium.org
2009-09-22
1
-1
/
+15
*
Adds pinned tabs to windows. As the code between windows and gtk is
sky@chromium.org
2009-09-11
1
-11
/
+171
*
Use GET_X/Y_PARAM instead of LO/HIWORD.
darin@chromium.org
2009-07-30
1
-1
/
+1
*
Use GetMessagePos instead of GetCursorPos to avoid unwanted detached tabs.
darin@chromium.org
2009-07-29
1
-3
/
+2
*
Add temporary TabStripWrapper interface that is implemented by both TabStrip ...
ben@chromium.org
2009-07-08
1
-2
/
+2
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
1
-6
/
+0
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+1
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-1
/
+1
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-1
/
+1
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-1
/
+1
*
This CL fixes issue 6223 (comment #10 and #15).
xji@chromium.org
2009-06-15
1
-10
/
+54
*
Forbid tab drops on application windows.
ben@chromium.org
2009-06-04
1
-1
/
+2
*
Fixes a couple of related bugs:
sky@chromium.org
2009-06-01
1
-1
/
+1
*
Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...
davemoore@chromium.org
2009-05-28
1
-1
/
+2
*
Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...
ben@chromium.org
2009-05-26
1
-2
/
+2
*
Renames BrowserView::GetBrowserViewForHWND to
sky@chromium.org
2009-05-26
1
-1
/
+1
*
Adds DidProcessEvent to MessagePumpGLib.
sky@chromium.org
2009-05-19
1
-0
/
+3
*
Fixes merge error.
sky@chromium.org
2009-05-19
1
-6
/
+0
*
Makes dragged_tab_controller compiler on linux. I'm not adding this to
sky@chromium.org
2009-05-19
1
-40
/
+64
*
Gets dragged_tab_view to compile on linux.
sky@chromium.org
2009-05-19
1
-0
/
+7
*
Factor out a BrowserFrame interface, and move the existing Windows-based code
brettw@chromium.org
2009-05-19
1
-0
/
+1
*
Refactors HWNDPhotobooth into NativeViewPhotobooth and
sky@chromium.org
2009-05-18
1
-3
/
+5
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
1
-3
/
+3
*
Refactors DockInfo so that it can be used on Linux. I haven't done the
sky@chromium.org
2009-05-15
1
-23
/
+36
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
1
-1
/
+1
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-2
/
+2
*
Move chrome_canvas to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Move *Animation to app/
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
*
Two changes:
sky@chromium.org
2009-04-29
1
-1
/
+1
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
1
-0
/
+7
*
Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYED
brettw@chromium.org
2009-04-24
1
-8
/
+6
*
ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...
rafaelw@chromium.org
2009-04-16
1
-2
/
+3
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-35
/
+6
*
Allow live tabs to be dragged out of a window. Change TabStripModel such that
pinkerton@chromium.org
2009-03-26
1
-2
/
+4
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-2
/
+2
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
1
-8
/
+8
*
Changes docking in the following ways:
sky@google.com
2009-03-10
1
-140
/
+80
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-2
/
+2
*
Fix bookmark and menu drag images by making a halo around them. This makes
brettw@chromium.org
2009-03-02
1
-0
/
+1
[next]