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_mac.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trigger keyword mode when pressing space in middle of string
suzhe@google.com
2011-04-01
1
-4
/
+4
*
Wires up ability for page to specify instant auto complete
sky@chromium.org
2011-03-15
1
-3
/
+4
*
Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...
kushi.p@gmail.com
2011-03-13
1
-1
/
+1
*
Moves responsibility for updating InstantController to AutocompleteEditModel....
sky@chromium.org
2011-03-06
1
-14
/
+11
*
Port autocomplete_edit_view_browsertest.cc to Mac.
suzhe@chromium.org
2011-03-03
1
-7
/
+2
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Out of line cleanups for Mac.
erg@google.com
2011-02-22
1
-0
/
+8
*
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
1
-2
/
+10
*
Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in
sky@chromium.org
2011-02-16
1
-4
/
+4
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
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
*
Move find-in-page from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-01
1
-0
/
+1
*
Hitting Tab should always move cursor to end of omnibox text.
suzhe@google.com
2011-01-28
1
-36
/
+48
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-33
/
+33
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-33
/
+33
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-33
/
+33
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Accept keyword by pressing space.
suzhe@google.com
2011-01-20
1
-10
/
+7
*
Removes the link in the omnibox for searching history.
sky@chromium.org
2011-01-20
1
-1
/
+0
*
Fix several omnibox issues related to keyword mode and IME support.
suzhe@google.com
2011-01-13
1
-18
/
+22
*
Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit...
oshima@chromium.org
2011-01-11
1
-23
/
+30
*
Move clipboard from app/ to ui/base
ben@chromium.org
2011-01-10
1
-8
/
+8
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
1
-2
/
+2
*
Accepts current instant preview with Tab key.
suzhe@google.com
2010-12-18
1
-0
/
+3
*
Checks whether the autocomplete controller can accept keywords before the com...
suzhe@chromium.org
2010-12-09
1
-0
/
+5
*
Fixes bug in handling of spaces in the search provider. The problem
sky@chromium.org
2010-12-08
1
-2
/
+4
*
[Mac] Re-color omnibox text and move the cursor to the end when committing su...
rohitrao@chromium.org
2010-12-06
1
-0
/
+2
*
Move a bunch more browser stuff around.
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move browser/cocoa to browser/ui/cocoa
ben@chromium.org
2010-12-01
1
-1
/
+1
*
Makes committing the suggested text only update the default search
sky@chromium.org
2010-11-24
1
-7
/
+5
*
[Mac] Fixes a bug where instant suggest text would disappear on every other k...
rohitrao@chromium.org
2010-11-23
1
-3
/
+16
*
[Mac] Implement suggested results in the omnibox.
rohitrao@chromium.org
2010-11-22
1
-8
/
+117
*
Adds support for proper handling of verbatim queries. That is, if the
sky@chromium.org
2010-11-19
1
-0
/
+5
*
Makes the instant suggested text autocomplete after 1.3 seconds. There
sky@chromium.org
2010-11-11
1
-0
/
+4
*
[GTK] Added unit tests for omnibox highlighting
scr@chromium.org
2010-10-27
1
-0
/
+1
*
Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().
rsesek@chromium.org
2010-10-21
1
-1
/
+1
*
[Mac] Plumb through the Instant and omnibox popup bounds. This will allow in...
rohitrao@chromium.org
2010-10-14
1
-0
/
+1
*
[Mac] Initial Instant implementation.
rohitrao@chromium.org
2010-10-12
1
-0
/
+4
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
1
-0
/
+4
*
Handle FocusSearch() when in forced search mode with leading whitespace.
isherman@chromium.org
2010-09-11
1
-2
/
+15
*
Don't inline autocomplete when the selected text is not the previously inline...
isherman@chromium.org
2010-08-26
1
-1
/
+2
*
Rework gfx::Font by moving platform-specific code into inner classes.
ben@chromium.org
2010-08-13
1
-1
/
+1
*
[Mac] Un-tweak omnibox height and spacing and font.
shess@chromium.org
2010-07-30
1
-1
/
+1
*
[Mac] First pass at final sizing of toolbar items.
shess@chromium.org
2010-07-29
1
-1
/
+1
*
Modified resources for M6 theme. This doesn't actually modify layout yet, ju...
pkasting@chromium.org
2010-07-28
1
-2
/
+2
*
[Mac] Mouse clicks in omnibox close popup.
shess@chromium.org
2010-07-12
1
-4
/
+0
*
[Mac] Bring https:// coloring into line with views.
shess@chromium.org
2010-07-08
1
-7
/
+8
*
Fix a bug where clicking an extension omnibox keyword suggestion would
mpcomplete@chromium.org
2010-06-18
1
-6
/
+2
[next]