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
*
The focus is not restored properly when a Windows modal dialog
jcampan@chromium.org
2009-09-14
1
-42
/
+1
*
Try to fix the Linux Views build.
pkasting@chromium.org
2009-09-14
1
-1
/
+1
*
Some initial cleanup of InfoBubble:
pkasting@chromium.org
2009-09-14
3
-110
/
+60
*
Move sync wizard dimension constants to locale_settings GRD.
tim@chromium.org
2009-09-14
1
-5
/
+7
*
Implements LocationBarView::AvailableWidth for Gtk.
sky@chromium.org
2009-09-14
1
-2
/
+1
*
Use jstemplates in merge and sync setup page.
tim@chromium.org
2009-09-14
1
-3
/
+17
*
Clean up a few things about the first run bubble code:
pkasting@chromium.org
2009-09-12
2
-254
/
+291
*
The shell dialog code explicitly disables the browser HWND before calling the...
jcampan@chromium.org
2009-09-11
1
-1
/
+42
*
While importing favicon, make sure there is an entry in the history db.
kuchhal@chromium.org
2009-09-11
1
-6
/
+6
*
Add button number to page action event reply object. Fix outdated page action...
mattm@chromium.org
2009-09-11
1
-1
/
+8
*
Force page-action views to update after reloading an extension, by deleting
pam@chromium.org
2009-09-11
2
-0
/
+6
*
[Windows] Clear Browsing Data dialog should not have any button as default
mark@chromium.org
2009-09-11
2
-0
/
+5
*
Adds pinned tabs to windows. As the code between windows and gtk is
sky@chromium.org
2009-09-11
9
-145
/
+776
*
Gtk: Allow all columns in task manager to be sortable.
mhm@chromium.org
2009-09-11
1
-13
/
+3
*
Strict transport security: add checkbox to clear state.
agl@chromium.org
2009-09-11
2
-3
/
+23
*
Linux: implement Page Actions support.
mattm@chromium.org
2009-09-10
2
-164
/
+19
*
Populate strings in gaia_login.html using jstemplates instead of literals.
tim@chromium.org
2009-09-10
1
-1
/
+27
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
1
-3
/
+3
*
Make the "get themes" button into a link instead.
mdm@chromium.org
2009-09-10
2
-12
/
+15
*
Error diagnostics for Blacklist IO
idanan@chromium.org
2009-09-10
2
-0
/
+136
*
sliding animation for moles
erikkay@chromium.org
2009-09-10
1
-14
/
+72
*
First cut at implementation of FindBar for views / gtk
davemoore@chromium.org
2009-09-09
11
-332
/
+398
*
Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL.
jhawkins@chromium.org
2009-09-09
1
-5
/
+4
*
Make BrowserView layout both extension shelf and bookmarks bar if toolstrips ...
sidchat@google.com
2009-09-09
1
-1
/
+2
*
Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...
jshin@chromium.org
2009-09-09
1
-1
/
+1
*
Wires up drag and drop for bookmark menus and cleans up a couple of
sky@chromium.org
2009-09-09
2
-0
/
+18
*
Remove jankiness from bookmark animation for --show-extensions-on-top.
sidchat@google.com
2009-09-08
1
-4
/
+0
*
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
[next]