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
/
autocomplete
/
autocomplete_edit_view_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
chrome 2: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-1
/
+1
*
GTK: disable "edit search engines" and "paste and go" in location bar view wh...
estade@chromium.org
2010-03-04
1
-2
/
+8
*
GTK/Mac: show security warning on correct part of url.
estade@chromium.org
2010-03-04
1
-9
/
+10
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
1
-1
/
+1
*
Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...
pkasting@chromium.org
2010-02-26
1
-3
/
+3
*
[Linux]Fix text justification of omnibox.
suzhe@chromium.org
2010-02-11
1
-5
/
+69
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-4
/
+4
*
Always percent-escape the copied URL when all the text in the address bar is ...
kinuko@chromium.org
2010-02-01
1
-0
/
+38
*
gtk: Update PRIMARY selection on Ctrl-X in omnibox.
derat@chromium.org
2010-01-27
1
-2
/
+4
*
[Linux] Improve LocationBarViewGtk.
suzhe@chromium.org
2010-01-06
1
-3
/
+4
*
gtk: Restore omnibox text selection on tab switch.
derat@chromium.org
2009-11-24
1
-11
/
+4
*
GTK: Remove problematic theme styles from the location bar.
erg@google.com
2009-11-18
1
-0
/
+29
*
Reverts some useful code accidently removed by CL http://codereview.chromium....
suzhe@chromium.org
2009-11-06
1
-4
/
+6
*
Linux: Re-enable omnibox select-all-on-click for Chrome OS builds.
derat@chromium.org
2009-10-31
1
-0
/
+78
*
linux: don't override mouse selection behavior in omnibox
evan@chromium.org
2009-10-28
1
-77
/
+2
*
CompactNavigationBar for toolkit views build, with some design change per Col...
oshima@chromium.org
2009-10-26
1
-0
/
+1
*
BUG=23107 Last character of completed path in Omnibar is the wrong color afte...
suzhe@chromium.org
2009-10-19
1
-7
/
+37
*
Implement shift+delete for removing omnibox entries on Linux.
tony@chromium.org
2009-10-14
1
-3
/
+14
*
Gtk: draw the secure scheme color over the correct char range.
estade@chromium.org
2009-10-13
1
-3
/
+5
*
Don't draw the red line when the security level is SECURE.
yusukes@google.com
2009-10-10
1
-7
/
+7
*
GTK: Draw a strikethrough over bad https.
estade@chromium.org
2009-10-09
1
-6
/
+67
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
1
-4
/
+1
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
1
-1
/
+4
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
1
-4
/
+1
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
1
-1
/
+4
*
Add gtk widget names for stuff in location bar.
mattm@chromium.org
2009-09-19
1
-0
/
+2
*
Fix issue 21587, a regression of CL 196020.
suzhe@chromium.org
2009-09-16
1
-15
/
+14
*
Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...
pkasting@chromium.org
2009-09-15
1
-2
/
+2
*
Implements LocationBarView::AvailableWidth for Gtk.
sky@chromium.org
2009-09-14
1
-0
/
+17
*
Fix text and selection's save/restore issue of omnibox when displaying tempor...
suzhe@chromium.org
2009-09-11
1
-27
/
+18
*
Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his...
suzhe@chromium.org
2009-09-06
1
-30
/
+29
*
Use system themes where possible in Omnibox edit and dropdown; in other cases...
pkasting@chromium.org
2009-09-04
1
-3
/
+14
*
Fixing focus in location bar and accelerators on Linux toolkit views.
jcampan@chromium.org
2009-09-03
1
-0
/
+1
*
More work fixing miscellaneous issues in the autocomplete code, probably none...
pkasting@chromium.org
2009-09-01
1
-1
/
+1
*
Linux: Simplify omnibox selection code and stop taking back selection.
derat@chromium.org
2009-08-31
1
-21
/
+22
*
Fix control key and paste behavior in Linux omnibox.
suzhe@chromium.org
2009-08-28
1
-5
/
+42
*
GTK Themes: Fix the find bar so the match count is inside the entry.
erg@google.com
2009-08-26
1
-8
/
+2
*
Fix regression issue 20066.
suzhe@chromium.org
2009-08-26
1
-3
/
+14
*
Fix double control key issue with the omnibox.
deanm@chromium.org
2009-08-25
1
-4
/
+10
*
GTK: Show the correct text for the omnibox "paste and go/search" menu item.
estade@chromium.org
2009-08-25
1
-9
/
+12
*
Implements unimplemented methods of AutocompleteEditViewGtk and fixes a regre...
suzhe@chromium.org
2009-08-22
1
-89
/
+118
*
Linux: Attempt #2 at updating PRIMARY selection on Ctrl-C in omnibox.
derat@chromium.org
2009-08-20
1
-0
/
+27
*
Linux: Revert updating PRIMARY selection on Ctrl-C in omnibox.
derat@chromium.org
2009-08-19
1
-16
/
+0
*
Linux: Update PRIMARY selection on omnibox copy-to-clipboard.
derat@chromium.org
2009-08-18
1
-0
/
+16
*
Match Windows and GtkEntry move cursor with selection behavior.
deanm@chromium.org
2009-08-14
1
-7
/
+18
*
GTK: Add view ids to our widgets. These will be used for testing.
estade@chromium.org
2009-08-13
1
-0
/
+3
*
Fix regression caused by CL 16142
suzhe@chromium.org
2009-08-13
1
-11
/
+118
*
Improve key event handling of AutocompleteEditViewGtk.
suzhe@chromium.org
2009-08-12
1
-64
/
+100
*
Add a first attempt at a compact location bar and a status bar. The status bar
brettw@chromium.org
2009-08-11
1
-8
/
+6
[next]