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
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG=23107 Last character of completed path in Omnibar is the wrong color afte...
suzhe@chromium.org
2009-10-19
1
-7
/
+37
*
Classify more types of input as queries.
pkasting@chromium.org
2009-10-16
2
-15
/
+27
*
[Mac] Trim Omnibox hints as field shrinks.
shess@chromium.org
2009-10-15
3
-25
/
+12
*
Remove the include of nsimage_cache_mac since it's not used in these files an...
thomasvl@chromium.org
2009-10-15
1
-1
/
+0
*
Linux: Stack autocomplete popup window directly on top of the browser's tople...
suzhe@chromium.org
2009-10-15
2
-1
/
+14
*
More style nits.
erg@google.com
2009-10-14
2
-2
/
+1
*
Implement shift+delete for removing omnibox entries on Linux.
tony@chromium.org
2009-10-14
2
-3
/
+19
*
Gtk: draw the secure scheme color over the correct char range.
estade@chromium.org
2009-10-13
1
-3
/
+5
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
1
-2
/
+4
*
Don't draw the red line when the security level is SECURE.
yusukes@google.com
2009-10-10
1
-7
/
+7
*
[Mac] Fix some omnibox breakage for small windows.
shess@chromium.org
2009-10-09
3
-10
/
+149
*
GTK: Draw a strikethrough over bad https.
estade@chromium.org
2009-10-09
2
-6
/
+85
*
Remove comments and const_cast that is no longer necessary with the latest Skia.
brettw@chromium.org
2009-10-08
1
-4
/
+1
*
Add the ability to unload the HistoryBackend.
pkasting@chromium.org
2009-10-08
3
-7
/
+8
*
Get rid of mac_app_names.h. Replace it with real constants from
mark@chromium.org
2009-10-08
1
-1
/
+0
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-7
/
+8
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
2
-2
/
+2
*
[Mac] Show the page info window after clicking the security icon in the URL bar
rsesek@chromium.org
2009-10-07
2
-0
/
+13
*
Turns out a cleanup change I made a while ago was wrong. This could result i...
pkasting@chromium.org
2009-10-06
1
-1
/
+5
*
Removed omnibox images from the bundle.
thomasvl@chromium.org
2009-10-06
1
-5
/
+20
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
8
-19
/
+13
*
Move nsimage_cache into base so that it can be accessed from outside of chrome.
mark@chromium.org
2009-10-05
1
-1
/
+1
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
3
-5
/
+6
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-1
/
+1
*
Try to fix AutocompleteEditViewTest failures on buildbot (issue 23213).
suzhe@chromium.org
2009-09-30
1
-14
/
+15
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
8
-13
/
+19
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
2
-18
/
+19
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
2
-19
/
+18
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
2
-18
/
+19
*
Disable AutocompleteEditViewTest.AltEnter and AutocompleteEditViewTest.Browse...
nsylvain@chromium.org
2009-09-27
1
-2
/
+4
*
Use URL constants instead of writing string literals in test using history pa...
tyoshino@google.com
2009-09-25
1
-2
/
+3
*
Clean up a few bits of files that I'm about to modify. The only visible chan...
pkasting@chromium.org
2009-09-25
1
-3
/
+1
*
Wait for the history backend to load, which makes AutocompleteBrowserTest.Aut...
phajdan.jr@chromium.org
2009-09-24
1
-1
/
+30
*
[Mac] Support option-return to open in new foreground tab.
rohitrao@chromium.org
2009-09-24
1
-2
/
+2
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
8
-19
/
+13
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
8
-13
/
+19
*
Coverity: Initialize the remaining members of HistoryContentsProvider.
jhawkins@chromium.org
2009-09-24
1
-0
/
+6
*
Coverity: Initialize the remaining members of AutocompleteEditModel.
jhawkins@chromium.org
2009-09-24
1
-0
/
+5
*
[Mac] Add a strikethrough through insecure url schemes.
rohitrao@chromium.org
2009-09-24
1
-0
/
+4
*
Enable disabled autocomplete edit view tests.
suzhe@chromium.org
2009-09-24
1
-3
/
+3
*
[Mac] Back out accidentally-left logging line in autocomplete code.
shess@chromium.org
2009-09-23
1
-1
/
+0
*
[Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver.
shess@chromium.org
2009-09-23
3
-25
/
+4
*
Gather more info when AutocompleteBrowserTest flakily fails.
phajdan.jr@chromium.org
2009-09-23
1
-2
/
+18
*
Revert "GTK: Use rounded corners in AutocompletePopupViewGtk."
erg@google.com
2009-09-23
1
-11
/
+25
*
Add some new histograms for history, and UMA-enable a few others.
brettw@chromium.org
2009-09-23
1
-2
/
+2
*
Remove an EXPECT in new autocomplete browser test which failes on Windows.
phajdan.jr@chromium.org
2009-09-23
1
-1
/
+2
*
Add new, shiny browser test for Autocomplete (Omnibox).
phajdan.jr@chromium.org
2009-09-23
2
-0
/
+97
*
[Mac] Expose AutocompleteEditViewMac to Cocoa code.
shess@chromium.org
2009-09-21
2
-30
/
+13
[next]