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
*
Fix OOL issues for linux from the last few days.
erg@google.com
2011-02-23
2
-0
/
+3
*
Add autocomplete provider for "about:" URLs.
pkasting@chromium.org
2011-02-23
4
-0
/
+94
*
Out of line cleanups for Mac.
erg@google.com
2011-02-22
2
-2
/
+10
*
Integrate gfx::Image into the ResourceBundle.
rsesek@chromium.org
2011-02-22
1
-0
/
+1
*
[Mac] Pressing ctrl key shouldn't affect inline autocomplete suggest.
suzhe@google.com
2011-02-22
2
-2
/
+44
*
Create a new autocomplete popup for touch. This CL depends on
varunjain@chromium.org
2011-02-18
2
-2
/
+16
*
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...
tfarina@chromium.org
2011-02-17
1
-3
/
+3
*
Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...
rsesek@chromium.org
2011-02-17
3
-7
/
+7
*
Allow dragging and dropping of URLs to any portion of the toolbar view.
rogerta@chromium.org
2011-02-17
8
-89
/
+185
*
Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in
sky@chromium.org
2011-02-16
19
-237
/
+195
*
Tweaks algorithm for keeping old autocomplete matches so that we don't
sky@chromium.org
2011-02-15
3
-39
/
+38
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #1
phajdan.jr@chromium.org
2011-02-15
7
-8
/
+28
*
Reworks autocomplete result set processing by the edit/model necessitated by ...
sky@chromium.org
2011-02-14
8
-102
/
+109
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
1
-1
/
+2
*
Revert 74451 - Add autocomplete provider for "about:" URLs. Original patch b...
pkasting@chromium.org
2011-02-10
4
-108
/
+0
*
Add autocomplete provider for "about:" URLs. Original patch by simonmorris@c...
pkasting@chromium.org
2011-02-10
4
-0
/
+108
*
Add metrics for omnibox Google searches that has no RLZ token for windows.
pastarmovj@chromium.org
2011-02-10
1
-1
/
+7
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
2
-11
/
+11
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-11
/
+11
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-11
/
+11
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Use destroy signal to safe guard TextWidget method.
oshima@google.com
2011-02-08
2
-96
/
+125
*
Own text_view widget.
oshima@google.com
2011-02-05
2
-88
/
+94
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
14
-22
/
+22
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
1
-7
/
+17
*
Move find-in-page from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-01
1
-0
/
+1
*
Revert 73294 - Move find-in-page from TabContents to TabContentsWrapper.
davemoore@chromium.org
2011-02-01
1
-1
/
+0
*
Makes sure we don't copy over the default suggest text if
sky@chromium.org
2011-02-01
4
-11
/
+49
*
Move find-in-page from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-01
1
-0
/
+1
*
Changes how autocomplete updates results in hopes of keeping the popup
sky@chromium.org
2011-01-31
7
-183
/
+432
*
Part 2 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-28
1
-1
/
+0
*
Fix editing URL problem in omnibox using mouse that doesn't bring up dropdown...
suzhe@google.com
2011-01-28
2
-1
/
+25
*
linux: Make PlatformFontGtk deal only in pixels.
derat@chromium.org
2011-01-28
4
-35
/
+62
*
Try to fix flaky AutocompleteEditViewTest.DeleteItem
suzhe@google.com
2011-01-28
1
-0
/
+4
*
Hitting Tab should always move cursor to end of omnibox text.
suzhe@google.com
2011-01-28
13
-116
/
+243
*
linux: Avoid crash on right-click in omnibox with empty clipboard.
derat@chromium.org
2011-01-28
1
-1
/
+1
*
Cleanup: Remove unneeded includes of notification_registrar.h.
thestig@chromium.org
2011-01-27
1
-1
/
+0
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
2
-1
/
+3
*
Removes different instant behaviors that are no longer used.
sky@chromium.org
2011-01-26
1
-2
/
+1
*
Fix a DCHECK failure in AutocompleteEditModel::OnPopupDataChanged()
suzhe@google.com
2011-01-26
8
-44
/
+178
*
Always allow exact match non-substituting keywords.
suzhe@google.com
2011-01-26
4
-13
/
+73
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
49
-997
/
+1038
*
Allow space to accept keyword even when inline autocomplete is available.
suzhe@google.com
2011-01-25
3
-33
/
+66
*
views: Move fill_layout.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
1
-1
/
+1
*
Fix a CHECK failure in AutocompletePopupModel::InfoForCurrentSelection().
suzhe@google.com
2011-01-24
3
-7
/
+16
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
49
-1034
/
+994
*
Revert 72381 - Fix size_t in printf.
avi@chromium.org
2011-01-24
1
-1
/
+1
*
Fix size_t in printf.
avi@chromium.org
2011-01-24
1
-1
/
+1
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
49
-994
/
+1034
*
Add OWNERS file to autocomplete subdir.
tfarina@chromium.org
2011-01-21
1
-0
/
+2
[next]