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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes regression introduced in dnd refactoring. I removed a check for
sky@chromium.org
2009-09-08
4
-39
/
+105
*
Fix linux-views build by adding a header change I missed in my previous check...
snej@chromium.org
2009-09-08
2
-2
/
+5
*
Fleshes out the tooltip implementation for views on Gtk. It doesn't
sky@chromium.org
2009-09-08
2
-41
/
+20
*
Plumb the DragOperation through all the layers between the platform Drag-n-dr...
snej@chromium.org
2009-09-08
3
-7
/
+15
*
Fix some gcc 4.4 issues when compiling with toolkit_views.
craig.schlenter@chromium.org
2009-09-07
2
-5
/
+6
*
Fix adjacent separators when not running with --enable-sync.
pkasting@chromium.org
2009-09-05
1
-1
/
+1
*
Fix small pixel glitches in omnibox dropdown corners.
pkasting@chromium.org
2009-09-05
2
-4
/
+15
*
Move the "history is too new" dialog out of
tony@chromium.org
2009-09-05
2
-0
/
+22
*
Allow the default browser check to return "unknown" and reflect that in the UI.
mdm@chromium.org
2009-09-04
1
-1
/
+7
*
Make the extension shelf appear on the left of the bookmark bar, instead of o...
sidchat@google.com
2009-09-04
2
-17
/
+58
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
3
-13
/
+14
*
Delete all precompiled support. It is causing more harm than good, especially...
maruel@chromium.org
2009-09-04
2
-3
/
+9
*
Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.
jhawkins@chromium.org
2009-09-04
1
-4
/
+4
*
Use system background color for info bubbles. This causes some problems righ...
pkasting@chromium.org
2009-09-04
2
-9
/
+7
*
Use system themes where possible in Omnibox edit and dropdown; in other cases...
pkasting@chromium.org
2009-09-04
3
-109
/
+177
*
Disable flaky TabDraggingTest.Tab1Tab3Escape.
phajdan.jr@chromium.org
2009-09-04
1
-1
/
+2
*
Fixing focus in location bar and accelerators on Linux toolkit views.
jcampan@chromium.org
2009-09-03
3
-2
/
+46
*
Add "loading..." message to theme install to counter jank.
mirandac@chromium.org
2009-09-03
2
-0
/
+218
*
Add external protocol dialog for Linux.
estade@chromium.org
2009-09-03
2
-41
/
+26
*
Add missing headers for Release.
finnur@chromium.org
2009-09-03
1
-0
/
+2
*
Fix 9867: Activating the previous/next buttons with the keyboard in the find ...
finnur@chromium.org
2009-09-03
69
-116
/
+170
*
Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...
pkasting@chromium.org
2009-09-03
2
-22
/
+18
*
Move status area view to the chromeos directory.
brettw@chromium.org
2009-09-03
2
-409
/
+0
*
Infrastructure to allow putting Extension Shelf on top along with Bookmarks.
sidchat@google.com
2009-09-02
6
-408
/
+556
*
Set the initial sizes of several dialogs based on font information.
mdm@chromium.org
2009-09-02
2
-8
/
+10
*
Some enhancements as requested to the compact nav bar. The search box looks
brettw@chromium.org
2009-09-02
1
-4
/
+29
*
Workaround Skia and Pango measuring font heights differently by asking Pango
brettw@chromium.org
2009-09-02
1
-1
/
+1
*
Porting textfield to toolkit_views Gtk.
jcampan@chromium.org
2009-09-01
3
-10
/
+10
*
A few more fixes to chrome://extensions/.
aa@chromium.org
2009-09-01
1
-79
/
+21
*
Gtk confirm form resubmission dialog.
mattm@chromium.org
2009-08-31
6
-19
/
+37
*
Removes unnecessary using-declaration.
phajdan.jr@chromium.org
2009-08-31
1
-3
/
+0
*
Adds a button to chrome://extensions/ that allows easy packing
aa@chromium.org
2009-08-31
1
-0
/
+291
*
Fix warnings in Linux build.
finnur@chromium.org
2009-08-30
1
-4
/
+2
*
Experiment with dislodging the Extension Shelf and having it only appear on t...
finnur@chromium.org
2009-08-30
4
-33
/
+270
*
Revert "Gtk confirm form resubmission dialog." Broke linux views build.
mattm@chromium.org
2009-08-28
4
-17
/
+21
*
Gtk confirm form resubmission dialog.
mattm@chromium.org
2009-08-28
4
-21
/
+17
*
Added notice for blocked items to the popup container
idanan@chromium.org
2009-08-28
2
-8
/
+50
*
Make the views bookmark bubble work on GTK.
brettw@chromium.org
2009-08-28
5
-36
/
+58
*
Adds a FaviconService class tied to the profile.
arv@google.com
2009-08-28
1
-13
/
+14
*
Adds a default icon to the install dialog if the extension
aa@chromium.org
2009-08-28
1
-17
/
+10
*
Move observers out of automation_provider.cc to declutter the file.
phajdan.jr@chromium.org
2009-08-28
1
-0
/
+4
*
With an upcoming ICU 4.2 upgrade, the way 'search' works has changed and FiP ...
jshin@chromium.org
2009-08-27
1
-4
/
+8
*
Remove completed downloads from shelf when the shelf closes.
thakis@chromium.org
2009-08-27
3
-9
/
+33
*
Update of the extension install UI:
aa@chromium.org
2009-08-27
1
-46
/
+15
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
1
-10
/
+11
*
Reverts menu patch.
sky@chromium.org
2009-08-26
1
-11
/
+10
*
Gets bookmark menu working on linux. There are just a handful of
sky@chromium.org
2009-08-26
1
-10
/
+11
*
Tab strip should not resize on close (Vista).
finnur@chromium.org
2009-08-26
1
-17
/
+13
*
Move the compact navigation bar to the chromeos directory.
brettw@chromium.org
2009-08-26
2
-287
/
+0
*
Introduce accesskeys for Chrome menus.
mhm@chromium.org
2009-08-26
3
-0
/
+12
[next]