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_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-2
/
+2
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-2
/
+2
*
A quick fix for Issue 3798.
hbono@chromium.org
2009-11-17
1
-0
/
+27
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+3
*
Use a regular interface pointer for ITextDocument in AutocompleteEditViewWin.
ben@chromium.org
2009-10-29
1
-3
/
+17
*
Remove dead variables.
pkasting@chromium.org
2009-10-27
1
-10
/
+0
*
Fix for issue 24888
xiyuan@chromium.org
2009-10-21
1
-0
/
+24
*
Remove comments and const_cast that is no longer necessary with the latest Skia.
brettw@chromium.org
2009-10-08
1
-4
/
+1
*
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
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
1
-4
/
+9
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-2
/
+2
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
1
-9
/
+4
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
1
-15
/
+15
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
1
-15
/
+15
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
1
-15
/
+15
*
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
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
1
-4
/
+9
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
1
-9
/
+4
*
Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...
pkasting@chromium.org
2009-09-15
1
-5
/
+3
*
This CL makes the focus remembered across tab switches for Chrome Linux with ...
jcampan@chromium.org
2009-09-14
1
-0
/
+4
*
Clipboard:
estade@chromium.org
2009-09-10
1
-1
/
+3
*
Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...
japhet@chromium.org
2009-09-08
1
-3
/
+5
*
Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.
jhawkins@chromium.org
2009-09-04
1
-8
/
+9
*
Use system themes where possible in Omnibox edit and dropdown; in other cases...
pkasting@chromium.org
2009-09-04
1
-26
/
+20
*
More work fixing miscellaneous issues in the autocomplete code, probably none...
pkasting@chromium.org
2009-09-01
1
-1
/
+1
*
Don't use URL-encoded strings when user's input is in progress or the text isn't
jshin@chromium.org
2009-08-26
1
-3
/
+9
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
1
-8
/
+9
*
Make TOOLKIT_VIEWS port use views-based Autocomplete popup.
ben@chromium.org
2009-07-31
1
-1
/
+5
*
Fix a crash when clicking a popup entry while composing in the Microsoft IME ...
pkasting@chromium.org
2009-07-10
1
-1
/
+22
*
Copy parsed URL into CF_UNICODETEXT when user select entire of Omnibox.
hamaji@chromium.org
2009-07-09
1
-12
/
+15
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-2
/
+1
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+2
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-2
/
+1
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-1
/
+2
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-2
/
+1
*
Use correct calling convention for intercepted call
cpu@google.com
2009-06-19
1
-2
/
+4
*
Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...
hamaji@chromium.org
2009-06-16
1
-1
/
+4
*
Remove the Menu object, converting all the remaining callers to use Menu2. I'...
ben@chromium.org
2009-06-12
1
-49
/
+62
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-0
/
+10
*
Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...
pkasting@chromium.org
2009-06-05
1
-1
/
+9
*
Some previous refactoring I did of the accelerator code had introduced regres...
jcampan@chromium.org
2009-06-03
1
-7
/
+43
*
Ignore the insert key so we don't switch into overtype mode (which surprises ...
pkasting@chromium.org
2009-05-29
1
-0
/
+5
*
Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...
pkasting@chromium.org
2009-05-29
1
-1
/
+2
*
Gets LocationBarView to compile on linux. PageInfoWindow is nearly
sky@chromium.org
2009-05-21
1
-2
/
+2
*
A quick fix for Issue 11683.
hbono@chromium.org
2009-05-15
1
-0
/
+9
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
1
-2
/
+2
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-1
/
+1
*
Refactors menus so that I can create a MenuGtk implementation, and moves it into
sky@chromium.org
2009-05-14
1
-1
/
+1
*
Clean-up of the accelerator code.
jcampan@chromium.org
2009-05-14
1
-2
/
+2
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+1
[next]