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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes bug during tab close that results in all tabs after closed tab
sky@google.com
2008-12-08
1
-1
/
+4
*
Fixes possible flicker when tab finishes animating back to dragged
sky@google.com
2008-12-06
1
-1
/
+5
*
Move convolver and image_operations from base/gfx to skia/ext. This is just
brettw@google.com
2008-12-03
1
-1
/
+1
*
Revert my skia file moves because of layout test failures.
brettw@google.com
2008-12-03
1
-4
/
+4
*
Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.
brettw@google.com
2008-12-02
1
-4
/
+4
*
Don't close tabs on middle-click when the release happens off the tab. Patch...
pkasting@chromium.org
2008-12-01
1
-1
/
+5
*
Rename Container->Widget
ben@chromium.org
2008-11-21
8
-27
/
+27
*
Adds various docking positions when dragging around a tab. I've added
sky@google.com
2008-11-20
3
-98
/
+427
*
Don't execute a NOTREACHED in TabStrip::DestroyDraggedSourceTab if the
sky@google.com
2008-11-20
1
-1
/
+2
*
Land this change again now I've fixed the crash.
ben@chromium.org
2008-11-19
1
-2
/
+2
*
Roll back a bunch of changes to tab dragging that seem to not have helped red...
ben@chromium.org
2008-11-18
2
-8
/
+15
*
Revert change 5596 because it broke the build
nsylvain@chromium.org
2008-11-18
1
-2
/
+2
*
Last couple of bits of new-frame related cleanup:
ben@chromium.org
2008-11-18
1
-2
/
+2
*
Rewire the throbber so that the timer for updating lives on BrowserView, not ...
ben@chromium.org
2008-11-14
2
-49
/
+21
*
Rid most of the Browser object of HWND dependencies.
ben@chromium.org
2008-11-14
1
-3
/
+7
*
Fixes bug where we were not checking if an app from another window
sky@google.com
2008-11-14
1
-8
/
+52
*
Some speculative fixes for UI test flakiness.
beng@google.com
2008-11-13
1
-6
/
+7
*
These files were missed from my last cleanup CL.
beng@google.com
2008-11-11
1
-6
/
+0
*
Cleanup and rearrange methods on BrowserWindow interface.
beng@google.com
2008-11-11
1
-4
/
+0
*
Re-land this change now that I've made a speculative fix to the DraggedTabCon...
ben@chromium.org
2008-11-10
1
-1
/
+1
*
Tweak delegate setting in the DraggedTabController to be more robust. Delegat...
ben@chromium.org
2008-11-10
1
-10
/
+2
*
Some bandaids for tab dragging UI tests:
ben@chromium.org
2008-11-05
1
-1
/
+1
*
Revert some of my earlier change to see if this fixes dist tests, and revert ...
ben@chromium.org
2008-11-03
1
-2
/
+1
*
check in for one cycle to see if this fixes the dist tests.
ben@chromium.org
2008-11-03
1
-1
/
+2
*
Fix interactive test crashes.
beng@google.com
2008-11-01
1
-0
/
+1
*
Second attempt at fixing dist crash... more accurately control the lifetime o...
ben@chromium.org
2008-11-01
2
-3
/
+3
*
Attempt to fix dist crashes or at least make them crash with more understanda...
ben@chromium.org
2008-10-31
1
-2
/
+5
*
Fix a couple of tab related bugs:
ben@chromium.org
2008-10-29
1
-0
/
+5
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
3
-3
/
+7
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+1
*
Fix crash due to NULL deref.
ben@chromium.org
2008-10-23
1
-1
/
+4
*
Convert SchedulePaint and a few other methods to use gfx types.
ben@chromium.org
2008-10-17
1
-1
/
+1
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
13
-110
/
+106
*
Make View::SetBounds take a const gfx::Rect& instead of a const CRect&
ben@chromium.org
2008-10-16
6
-40
/
+22
*
Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.
ben@chromium.org
2008-10-16
8
-28
/
+25
*
Convert GetPreferredSize from:
beng@google.com
2008-10-15
6
-52
/
+42
*
Convert HitTest/GetViewForPoint to use gfx::Point
ben@chromium.org
2008-10-14
2
-9
/
+10
*
Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.
ben@chromium.org
2008-10-14
3
-20
/
+20
*
Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const.
ben@chromium.org
2008-10-14
1
-3
/
+1
*
Fix crash due to lack of NULL checking in one case.
beng@google.com
2008-10-08
1
-8
/
+5
*
Port some more of chrome/ to Linux.
deanm@google.com
2008-10-02
2
-0
/
+2
*
Reorganize the declarations to have some grouping and logical ordering in tab...
brettw@google.com
2008-09-26
3
-4
/
+4
*
I'm going to try and land this again. This is exactly the same change as you ...
sky@google.com
2008-09-22
1
-1
/
+1
*
Reverts fix for 2554.
sky@google.com
2008-09-22
1
-1
/
+1
*
Fixes mnemonic bug in chrome menus. After this change you can indicate
sky@google.com
2008-09-22
1
-1
/
+1
*
Rename legacy methods that were in CamelCase to unix_hacker.
erg@google.com
2008-09-17
3
-39
/
+39
*
Allow Views to support an optional hit-test mask. Make hittest use this.
beng@google.com
2008-09-16
3
-15
/
+12
*
Hit test zone for the new tab button should follow its visible shape.
beng@google.com
2008-09-14
1
-1
/
+57
*
Move XPFrame, VistaFrame to views/old_frames
beng@google.com
2008-09-13
1
-1
/
+0
*
Revert the change that fixed the encoding when viewing source in subframes.
brettw@google.com
2008-09-12
2
-10
/
+6
[next]