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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a mostly working InfoBubble with a shim BookmarkBubble.
deanm@chromium.org
2009-04-30
6
-1
/
+351
*
Basic fullscreen mode for Linux, without the animated exit bubble.
thestig@chromium.org
2009-04-29
6
-5
/
+40
*
Fix SlideAnimatorGtk::OpenWithoutAnimation().
estade@chromium.org
2009-04-29
2
-9
/
+36
*
missing file from last commit
estade@chromium.org
2009-04-29
1
-1
/
+2
*
Linux findbar improvements:
estade@chromium.org
2009-04-29
6
-71
/
+109
*
Close the hovered tab on middle mouse click in the Linux tabstrip.
jhawkins@chromium.org
2009-04-29
2
-5
/
+3
*
Fix the case where a previous tab is closing and the mouse is pressed on a ta...
jhawkins@chromium.org
2009-04-28
1
-1
/
+12
*
Linux: Make the findbar hang over the render view.
estade@chromium.org
2009-04-28
3
-4
/
+39
*
Create a bookmark editor dialog interface and implement a GTK version.
erg@google.com
2009-04-28
2
-0
/
+418
*
Always simulate a mouse movement after animations in the Linux tabstrip to ma...
jhawkins@chromium.org
2009-04-28
1
-23
/
+19
*
Filter modifier to only include accelerator modifiers.
willchan@chromium.org
2009-04-28
1
-0
/
+3
*
Fix a few crashes when trying to drag a closing tab.
jhawkins@chromium.org
2009-04-27
2
-4
/
+32
*
Add keyboard accelerators for IDC_FIND_NEXT and IDC_FIND_PREVIOUS.
willchan@chromium.org
2009-04-27
1
-3
/
+9
*
Fixes a gcc-4.3 warning in tab_strip_gtk.cc.
jhawkins@chromium.org
2009-04-27
1
-10
/
+2
*
Massively improve the performance of dragging a window over our window.
deanm@chromium.org
2009-04-27
1
-1
/
+3
*
Use AutocompletePopupPositioner for the Linux Omnibox.
deanm@chromium.org
2009-04-27
4
-10
/
+55
*
Gtk file selection filters, first cut.
estade@chromium.org
2009-04-24
1
-4
/
+76
*
Fix word wrapping on the license label.
erg@google.com
2009-04-24
1
-0
/
+11
*
Create an about dialog for GTK Chromium.
erg@google.com
2009-04-24
3
-1
/
+173
*
Linux: Stop hitting a DCHECK in GoButtonGtk on shutdown.
willchan@chromium.org
2009-04-24
1
-1
/
+8
*
Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...
thestig@chromium.org
2009-04-24
1
-1
/
+1
*
Remove a function that is no longer used.
jhawkins@chromium.org
2009-04-23
1
-18
/
+0
*
Add initial support for dragging tabs in the Linux tab strip.
jhawkins@chromium.org
2009-04-23
2
-30
/
+431
*
Adds (non-working) folders and GTK dialogs.
erg@google.com
2009-04-23
2
-13
/
+56
*
Linux: Properly plumb infobar close button event.
estade@chromium.org
2009-04-23
1
-1
/
+1
*
GTK: Don't triple buffer the tab strip.
estade@chromium.org
2009-04-23
1
-0
/
+2
*
Remove outdated comment. No code change.
estade@chromium.org
2009-04-23
1
-2
/
+0
*
Unbreak build.
estade@chromium.org
2009-04-22
1
-1
/
+3
*
Avoid DCHECK in nine box during download shelf animation.
estade@chromium.org
2009-04-22
2
-4
/
+9
*
Remove a debugging change that was accidentally added to r14123.
jhawkins@chromium.org
2009-04-22
1
-1
/
+0
*
Add new item animation to download shelf.
estade@chromium.org
2009-04-22
6
-15
/
+60
*
Merge BookmarkContextMenuGtk back into BookmarkContextMenu.
erg@google.com
2009-04-21
4
-474
/
+5
*
Unbreak accelerators, and add ctrl+_ for zoom out.
estade@chromium.org
2009-04-21
1
-1
/
+5
*
GTK: Properly escape download item label markup.
estade@chromium.org
2009-04-21
1
-9
/
+10
*
Fix a memory leak in the download shelf.
estade@chromium.org
2009-04-21
1
-2
/
+5
*
Fix #include (.h, not .cc).
sgk@google.com
2009-04-21
1
-1
/
+1
*
Hook up alt-d on linux.
estade@chromium.org
2009-04-21
1
-2
/
+2
*
I missed this file in my last checkin
estade@chromium.org
2009-04-21
1
-4
/
+11
*
Add open/close animations to infobar, download shelf.
estade@chromium.org
2009-04-21
6
-48
/
+214
*
Handle a race between the remove tab animation resizing the closing tab and t...
jhawkins@chromium.org
2009-04-21
1
-1
/
+11
*
Rename web_contents_view* files to tab_contents_view* to reflect my previous
brettw@chromium.org
2009-04-21
1
-1
/
+1
*
Make sure to free any remaining tabs on tabstrip destruction. There are two ...
jhawkins@chromium.org
2009-04-20
1
-0
/
+10
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-2
/
+2
*
Better alignment of the omnibox edit entry.
deanm@chromium.org
2009-04-20
2
-26
/
+87
*
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
*
Refactor NineBox to take 9 image ids instead of having to create
tc@google.com
2009-04-17
5
-129
/
+103
*
Make sure to delete the tab when we remove it from the tab strip. Also remov...
jhawkins@chromium.org
2009-04-16
1
-1
/
+5
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
8
-300
/
+388
*
Recommit previous change with GYP files fixed.
erg@google.com
2009-04-16
10
-48
/
+570
[next]