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
/
location_bar_view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some previous refactoring I did of the accelerator code had introduced regres...
jcampan@chromium.org
2009-06-03
1
-4
/
+1
*
Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...
ben@chromium.org
2009-05-29
1
-7
/
+2
*
Gets LocationBarView to compile on linux. PageInfoWindow is nearly
sky@chromium.org
2009-05-21
1
-4
/
+23
*
Commit for Miranda.
glen@chromium.org
2009-05-19
1
-2
/
+2
*
Add support for more image types besides .ico in PageActions.
finnur@chromium.org
2009-05-18
1
-6
/
+11
*
Revert the first run bubble change because of Mac/Linux failures.
glen@chromium.org
2009-05-16
1
-2
/
+2
*
Recommit for MirandaC of Smaller alternate first run bubble. http://coderevie...
glen@chromium.org
2009-05-16
1
-2
/
+2
*
rollback of r 162411
glen@chromium.org
2009-05-16
1
-2
/
+2
*
Commit for MirandaC of Smaller alternate first run bubble. http://codereview....
glen@chromium.org
2009-05-16
1
-2
/
+2
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
1
-5
/
+5
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-3
/
+3
*
Clean-up of the accelerator code.
jcampan@chromium.org
2009-05-14
1
-4
/
+1
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-4
/
+4
*
Implement some basic drawing of Linux Omnibox SSL lock icons.
deanm@chromium.org
2009-05-07
1
-1
/
+1
*
PageActions now work across tabs and windows.
finnur@chromium.org
2009-05-06
1
-2
/
+3
*
move chrome_font to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Linux: enable omni box ui test and automation proxy ui test.
estade@chromium.org
2009-05-05
1
-4
/
+3
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
1
-31
/
+0
*
Reset the omnibox contents when the user reloads the page. Patch by Yusuke S...
pkasting@chromium.org
2009-05-04
1
-0
/
+1
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-8
/
+71
*
Removes the use of Windows-specific types for accessibility roles and states ...
klink@chromium.org
2009-04-28
1
-2
/
+2
*
Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...
ben@chromium.org
2009-04-15
1
-1
/
+6
*
Redone http://codereview.chromium.org/42571
idanan@chromium.org
2009-03-24
1
-0
/
+1
*
Reverting r12383, caused a build breakage on all platforms.
maruel@chromium.org
2009-03-24
1
-1
/
+0
*
Issue 6477: Support modifier clicks on UI elements
idanan@chromium.org
2009-03-24
1
-0
/
+1
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-3
/
+3
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
1
-12
/
+67
*
Reverting 11640.
finnur@chromium.org
2009-03-13
1
-67
/
+12
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
1
-12
/
+67
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Clean up a few comments / formatting related to the location bar.
deanm@chromium.org
2009-03-03
1
-1
/
+2
*
Separate the AutocompleteEditView from the cross-platform code.
deanm@chromium.org
2009-03-02
1
-1
/
+2
*
Make non-glass popups match new mockup from Glen.
pkasting@chromium.org
2009-02-25
1
-8
/
+1
*
Improved OTR avatar and popup window rendering. Neither one precisely matche...
pkasting@chromium.org
2009-02-04
1
-1
/
+11
*
Re-land this from earlier... unit tests no longer crash.
ben@chromium.org
2009-01-27
1
-19
/
+14
*
Revert change 8693 because it breaks the unit_tests.
nsylvain@chromium.org
2009-01-27
1
-14
/
+19
*
Extract a cross-platform LocationBar interface accessible via the BrowserWind...
ben@chromium.org
2009-01-27
1
-19
/
+14
*
Rework the command updater to not be dependent on views::Button (needed for p...
ben@chromium.org
2009-01-20
1
-4
/
+4
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-1
/
+1
*
Changes the bookmark bubble to have the following logic:
sky@google.com
2008-12-15
1
-1
/
+1
*
Make the autocomplete system and various other connected bits of code use GUR...
pkasting@chromium.org
2008-12-10
1
-2
/
+2
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
1
-24
/
+23
*
Make View::SetBounds take a const gfx::Rect& instead of a const CRect&
ben@chromium.org
2008-10-16
1
-4
/
+1
*
Convert GetPreferredSize from:
beng@google.com
2008-10-15
1
-5
/
+5
*
First pass at splitting the AutocompleteEdit into Model and View. This was n...
pkasting@chromium.org
2008-09-10
1
-7
/
+7
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Add chrome to the repository.
initial.commit
2008-07-26
1
-0
/
+424