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
/
gtk
/
browser_window_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin work on extension shelf for Linux.
phajdan.jr@chromium.org
2009-07-17
1
-1
/
+22
*
forgot a file (or rather gcl was hiding it in another cl)
estade@chromium.org
2009-07-17
1
-10
/
+3
*
DevTools: Initial commit with docked devtools window support on Linux.
pfeldman@chromium.org
2009-07-16
1
-2
/
+38
*
Revert r20667, which broke dropdown menus.
estade@chromium.org
2009-07-15
1
-5
/
+0
*
Make GTK file dialog box modal for parent window, instead of for the entire
estade@chromium.org
2009-07-14
1
-0
/
+5
*
DevTools: Focus docked DevTools window on breakpoint.
pfeldman@chromium.org
2009-07-14
1
-0
/
+4
*
A blind fix for Issue 13443.
hbono@chromium.org
2009-07-14
1
-0
/
+1
*
GTK Themes: Refactored to use notifications instead of manual plumbing.
erg@google.com
2009-07-13
1
-9
/
+0
*
Fix UMR caused by ActiveWindowWatcher.
tc@google.com
2009-07-10
1
-0
/
+4
*
GTK Themes: Set bg/text colors for the download shelf.
erg@google.com
2009-07-10
1
-0
/
+3
*
GTK Themes: Provide the correct inactive frame tint color.
erg@google.com
2009-07-10
1
-1
/
+0
*
Convert some stuff to string16 so the toolkit_views build can build again
ben@chromium.org
2009-07-10
1
-2
/
+2
*
Change the window background color to the inactive color when the
tc@google.com
2009-07-09
1
-22
/
+69
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-8
/
+8
*
XFCE disables the system decorations if there's an xshape set. So
tc@google.com
2009-07-08
1
-6
/
+10
*
Wasn't able to browse to new files within panels
davemoore@chromium.org
2009-07-08
1
-8
/
+2
*
GTK Themes: Use the correct text color in the tab strip.
erg@google.com
2009-07-08
1
-0
/
+1
*
Work around a bug in KWin where the window shape doesn't get
tc@google.com
2009-07-07
1
-2
/
+6
*
GTK Themes: Status bubble obeys GTK colors now.
erg@google.com
2009-07-07
1
-1
/
+2
*
Adds a couple of keybindings.
sky@chromium.org
2009-07-07
1
-0
/
+8
*
Popup changes
davemoore@chromium.org
2009-07-07
1
-6
/
+39
*
GTK Themes: Set the text color of bookmark buttons to theme color.
erg@google.com
2009-07-07
1
-1
/
+2
*
GTK: Initial implementation of using GTK themes, partially based on evan's CL...
erg@google.com
2009-07-03
1
-3
/
+7
*
DevTools: Add docked pane into the browser view.
pfeldman@chromium.org
2009-07-01
1
-0
/
+4
*
Don't try to optimize out browser window reshapes.
estade@chromium.org
2009-07-01
1
-9
/
+0
*
Update the browser window's shape on state change.
estade@chromium.org
2009-06-30
1
-3
/
+12
*
Add a skeleton UI for the gtk task manager.
jhawkins@chromium.org
2009-06-30
1
-1
/
+2
*
Fix a bug where we were getting a resize cursor near the top of the web
tc@google.com
2009-06-30
1
-2
/
+9
*
GTK custom frame: Don't show the border when maximized. Enlarge the close but...
estade@chromium.org
2009-06-30
1
-8
/
+4
*
Fix a bug where all clicks in app mode windows would result in a window move.
tc@google.com
2009-06-29
1
-4
/
+10
*
Replace DeleteSoon with PostTask(DeleteTask) in browser_window_gtk for browse...
pfeldman@chromium.org
2009-06-29
1
-1
/
+5
*
Fix a crash that happens when changing themes.
tc@google.com
2009-06-26
1
-2
/
+3
*
Linux: add Alt-n keys for switching tabs.
agl@chromium.org
2009-06-25
1
-0
/
+12
*
GTK: When a browser is shown to the user, it should immediatly become the
erg@google.com
2009-06-24
1
-0
/
+9
*
Show bookmark manager on Linux when menu shortcut is pressed (ctrl-shift-b).
craig.schlenter@chromium.org
2009-06-24
1
-1
/
+2
*
Adds back BrowserWindowGtk::set_drag_active.
sky@chromium.org
2009-06-23
1
-0
/
+8
*
Rejiggers the keyword editor so that the UI is independent of the model rathe...
ben@chromium.org
2009-06-23
1
-0
/
+6
*
Hide the window frame when the last tab is dragged out of a tabstrip.
jhawkins@chromium.org
2009-06-22
1
-7
/
+2
*
Move toolbar hotkeys to BrowserWindowGtk.
estade@chromium.org
2009-06-22
1
-1
/
+12
*
Reorganize the way the task manager is constructed.
ben@chromium.org
2009-06-22
1
-0
/
+4
*
Always draw the blue gradient background, even if the custom frame
tc@google.com
2009-06-22
1
-24
/
+27
*
Add support for XF86Back and friends. This is how it's done in Galeon.
thestig@chromium.org
2009-06-22
1
-0
/
+11
*
Fix type. Fixes the gcc4.3 build.
tc@google.com
2009-06-22
1
-1
/
+1
*
Move the titlebar background drawing from the titlebar to the
tc@google.com
2009-06-22
1
-0
/
+15
*
Add the ability to resize the window when over the custom frame.
tc@google.com
2009-06-22
1
-19
/
+200
*
Add a (non functional) gtk KeywordEditorWindow and hook it up in the relevant...
mattm@chromium.org
2009-06-22
1
-1
/
+2
*
Clean up BrowserWindowGtk constructor.
estade@chromium.org
2009-06-19
1
-93
/
+98
*
Fix a bug where the window would not be shaped properly when
tc@google.com
2009-06-18
1
-0
/
+1
*
Make the tabstrip transparent (doesn't paint a background) by
tc@google.com
2009-06-18
1
-1
/
+1
*
Paint the custom frame border and round the corners.
tc@google.com
2009-06-18
1
-12
/
+93
[next]