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
/
views
/
window
/
window_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
some more fixes for ignored scoped_ptr::release() calls
estade@chromium.org
2010-05-06
1
-2
/
+4
*
Fix Chrome overlapping an autohide taskbar in certain cases. Original patch ...
pkasting@chromium.org
2010-04-19
1
-0
/
+17
*
Fix client edge insets for fullscreen mode. we were incorrectly insetting the...
ben@chromium.org
2010-04-09
1
-3
/
+4
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-31
1
-0
/
+9
*
Reverting this CL to fix the interactive ui test failures.
ananta@chromium.org
2010-03-26
1
-9
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
1
-0
/
+9
*
Revert 42465 - Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
1
-9
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
1
-0
/
+9
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-2
/
+2
*
Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...
maruel@chromium.org
2010-03-22
1
-9
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
1
-0
/
+9
*
Revert "Keyboard accessibility for the page and app menus."
maruel@chromium.org
2010-03-22
1
-9
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
1
-0
/
+9
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-2
/
+3
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Create a toplevel gfx/ dir and seed it with icon_util.
ben@chromium.org
2010-03-13
1
-1
/
+1
*
Use web app icon as ICON_BIG for Windows
xiyuan@chromium.org
2010-03-08
1
-1
/
+6
*
Support app menu and double-click close on upper left corner of window, part ...
pkasting@chromium.org
2010-02-05
1
-85
/
+18
*
Lands http://codereview.chromium.org/466002 for Thiago:
sky@chromium.org
2009-12-04
1
-4
/
+4
*
Landing georgey CL.
jcampan@chromium.org
2009-11-11
1
-5
/
+39
*
Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...
ben@chromium.org
2009-11-07
1
-1
/
+23
*
Attempt 2 at:
sky@chromium.org
2009-11-04
1
-2
/
+2
*
Revert 30903 - Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
1
-2
/
+2
*
Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
1
-2
/
+2
*
Make sure the RootView is sized to the correct bounds when the opaque frame i...
ben@chromium.org
2009-10-23
1
-10
/
+70
*
When opening Chrome maximized with an application window already
jcampan@chromium.org
2009-10-21
1
-1
/
+1
*
Fix a whole category of frame switching bugs relating to the window z-order b...
ben@chromium.org
2009-10-15
1
-10
/
+12
*
Reapply the change from r8062 to fix the Windows Classic maximized window reg...
pkasting@chromium.org
2009-09-24
1
-4
/
+15
*
Implements WindowGtk::CloseAllSecondaryWindows.
sky@chromium.org
2009-09-09
1
-15
/
+1
*
Theme reset fixes.
glen@chromium.org
2009-07-24
1
-4
/
+5
*
Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.
pkasting@chromium.org
2009-07-24
1
-41
/
+0
*
Fix crash on older versions of windows that don't have DWM APIs.
ben@chromium.org
2009-07-20
1
-8
/
+12
*
Fix frame turning black when reseting theme. Also simplifies the frame
ben@chromium.org
2009-07-18
1
-32
/
+27
*
Fix: Position always off-screen when starting up
yuzo@chromium.org
2009-07-09
1
-1
/
+2
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
1
-0
/
+0
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
For consistency, stop using the workarea coordinate in
yuzo@chromium.org
2009-06-23
1
-15
/
+29
*
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
*
Hook up "clear browsing data" dialog. It looks like ass right now. The intent...
ben@chromium.org
2009-06-18
1
-27
/
+0
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
1
-1
/
+1
*
Show caption area context menu on mouseup, not mousedown. Original patch by ...
pkasting@chromium.org
2009-06-11
1
-4
/
+38
*
Fix crash in window shutdown by accessing the Widget via a more unique property.
ben@chromium.org
2009-06-05
1
-4
/
+9
*
Fix for crash when changing frame on non-DWM systems.
glen@chromium.org
2009-06-03
1
-0
/
+7
*
Use the right frame type on startup, do proper swapping of frames when themes...
glen@chromium.org
2009-05-31
1
-40
/
+52
*
Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...
ben@chromium.org
2009-05-26
1
-5
/
+1
*
Make views/ use strings from app_strings.
ben@chromium.org
2009-05-20
1
-1
/
+0
*
revert this change, svn seems to have committed it with my property-edit.
ben@chromium.org
2009-05-20
1
-0
/
+1
[next]