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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Fix compile failure
pkasting@chromium.org
2010-11-08
1
-1
/
+1
*
Don't treat retyping the current search query as a reload.
pkasting@chromium.org
2010-11-08
1
-3
/
+7
*
Adds the ability to show verbatim instant results rather than
sky@chromium.org
2010-11-01
1
-0
/
+40
*
[GTK] Added unit tests for omnibox highlighting
scr@chromium.org
2010-10-27
1
-0
/
+1
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Removes the #ifdef around Instant-related AutocompleteEditController methods....
rohitrao@chromium.org
2010-10-10
1
-4
/
+1
*
Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTest
jknotten@chromium.org
2010-09-24
1
-0
/
+4
*
Makes match preview send the dimensions of the omnibox to the page.
sky@chromium.org
2010-09-22
1
-0
/
+6
*
Changes to the omnibox selection should not affect the "just deleted text" st...
isherman@chromium.org
2010-09-21
1
-7
/
+15
*
Bunch of match preview tweaks:
sky@chromium.org
2010-09-14
1
-3
/
+2
*
Update the Preconnect logic to use the new HttpStreamFactory for
mbelshe@chromium.org
2010-09-03
1
-2
/
+2
*
Handle ctrl press when arrowing to a search keyword
isherman@chromium.org
2010-09-01
1
-2
/
+3
*
Adds some additional AutocompleteEditController methods. They are
sky@chromium.org
2010-09-01
1
-1
/
+5
*
Move Google-specific code under browser/ into browser/google/.
evan@chromium.org
2010-08-30
1
-1
/
+1
*
Don't inline autocomplete when the selected text is not the previously inline...
isherman@chromium.org
2010-08-26
1
-0
/
+2
*
Ctrl-based actions should take precedence over ctrl-enter
isherman@chromium.org
2010-08-25
1
-7
/
+22
*
Reland r56483 - Monitor network change in GoogleURLTracker
ukai@chromium.org
2010-08-20
1
-0
/
+11
*
Win IO Perf Regressions
thomasvl@chromium.org
2010-08-18
1
-11
/
+0
*
Monitor network change in GoogleURLTracker
ukai@chromium.org
2010-08-18
1
-0
/
+11
*
Adds some experimental stuff for tab preview: ability to determine max
sky@chromium.org
2010-08-09
1
-0
/
+6
*
Fix two bugs caused by scheme stripping:
pkasting@chromium.org
2010-08-03
1
-2
/
+4
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
1
-0
/
+27
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Rename Dns prefetching files to Predictor files
jar@chromium.org
2010-06-27
1
-1
/
+1
*
Change classes and functions for DNS Prefetching to Predictor*
jar@chromium.org
2010-06-25
1
-3
/
+3
*
Adds comment to why we need std::min in getting selection start.
sky@chromium.org
2010-06-24
1
-2
/
+2
*
Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...
pkasting@chromium.org
2010-06-18
1
-1
/
+1
*
Fix a bug where clicking an extension omnibox keyword suggestion would
mpcomplete@chromium.org
2010-06-18
1
-23
/
+41
*
Strip the trailing slash from URLs like "http://google.com/". This especiall...
pkasting@chromium.org
2010-06-02
1
-2
/
+1
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-3
/
+19
*
Support speculative pre-connection to search URLs
jar@chromium.org
2010-05-18
1
-1
/
+21
*
Changes autocomplete to only prefix with http if haven't modified
sky@chromium.org
2010-05-10
1
-7
/
+8
*
Adds comment to AdjustTextForCopy. I saw your request for a
sky@chromium.org
2010-04-28
1
-0
/
+3
*
Tweaks to copy/paste of omnibox on windows:
sky@chromium.org
2010-04-27
1
-0
/
+41
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
1
-76
/
+58
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
1
-58
/
+76
*
SSL UI changes, Windows, code side (images are separate).
pkasting@chromium.org
2010-04-19
1
-21
/
+4
*
Show the location bar icon (almost) all the time, and have its contents match...
pkasting@chromium.org
2010-03-30
1
-56
/
+55
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-2
/
+2
*
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
-0
/
+5
*
Make Esc in Omnibox *not* stop loading if it has reverted editing.
viettrungluu@chromium.org
2010-02-17
1
-1
/
+1
*
Fix some goofiness when arrowing around the popup with control down by cancel...
pkasting@chromium.org
2010-02-05
1
-1
/
+18
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-2
/
+2
*
Factor search vs. navigate classification into its own file to make it more b...
pkasting@chromium.org
2009-10-29
1
-69
/
+15
[next]