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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make messages in javascript's alert copyable.
tc@google.com
2009-04-24
2
-0
/
+20
*
The previous behavior of not focusing the HWND when focusing a checkbox/radio...
jcampan@chromium.org
2009-04-24
2
-6
/
+0
*
Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...
robertshield@google.com
2009-04-23
5
-20
/
+0
*
Don't allow the browser window to be resized so small that layout starts brea...
pkasting@chromium.org
2009-04-23
5
-0
/
+20
*
Fix focus rects for checkboxes and radio buttons:
ben@chromium.org
2009-04-22
9
-46
/
+80
*
Make sure radio buttons can't be toggled like checkboxes.
ben@chromium.org
2009-04-22
3
-1
/
+11
*
Reland r14146 which refactors DialogButton into cross platform
tc@google.com
2009-04-21
5
-64
/
+64
*
This CL fixes
xji@chromium.org
2009-04-21
1
-12
/
+36
*
Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"
tc@google.com
2009-04-21
4
-50
/
+55
*
Refactor DialogDelegate so the DialogButton enum is in cross platform
tc@google.com
2009-04-21
4
-55
/
+50
*
Try again to fix "maximized window size wrong after unlock". This is a blind...
pkasting@chromium.org
2009-04-21
1
-20
/
+11
*
Disable the move/size/maximize entries on the system menu in fullscreen mode....
pkasting@chromium.org
2009-04-17
1
-15
/
+23
*
Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...
pkasting@chromium.org
2009-04-17
5
-133
/
+278
*
The new unit-test that test mouse-wheel rerouting and that was added in my la...
jcampan@chromium.org
2009-04-15
1
-1
/
+3
*
The text-fields were not rerouting mouse-wheel messages, causing the window u...
jcampan@chromium.org
2009-04-15
2
-0
/
+133
*
Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...
ben@chromium.org
2009-04-15
5
-10
/
+10
*
For some Indian locales, the automatic font fallback by Windows UI components...
jungshik@google.com
2009-04-15
11
-20
/
+60
*
Adds notification for window creation.
sky@chromium.org
2009-04-15
1
-0
/
+5
*
Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo...
pkasting@chromium.org
2009-04-14
1
-4
/
+4
*
Fix typo. Original patch by Shinichiro Hamaji (see http://codereview.chromiu...
pkasting@chromium.org
2009-04-14
2
-10
/
+10
*
Add a comment to the hwnd view about proper usage. I was using it incorrectly
brettw@chromium.org
2009-04-13
1
-0
/
+3
*
Fix various problems with work area change notifications so that we now (hope...
pkasting@chromium.org
2009-04-10
2
-46
/
+115
*
Make sure one cannot cut or copy from a password
jcampan@chromium.org
2009-04-10
3
-3
/
+126
*
Adds some ifdefs so that test_shell can be compiled on linux
sky@chromium.org
2009-04-10
1
-3
/
+3
*
When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...
finnur@chromium.org
2009-04-08
2
-7
/
+15
*
Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.
tc@google.com
2009-04-07
2
-28
/
+0
*
Pasting successfully into a TextField should always trigger
finnur@chromium.org
2009-04-06
1
-3
/
+6
*
Commits bug issuereview 62043 (http://codereview.chromium.org/62043)
sky@chromium.org
2009-04-06
1
-3
/
+3
*
Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for r...
sky@chromium.org
2009-04-03
1
-3
/
+20
*
Remove the checked-in scons configuration files.
sgk@google.com
2009-04-01
1
-315
/
+0
*
Fix distributor logo placement on glass frame when window is restored from fu...
ben@chromium.org
2009-04-01
2
-9
/
+18
*
Update non-browser windows to handle maximized mode layout changes. This sho...
pkasting@chromium.org
2009-03-31
1
-8
/
+8
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
1
-5
/
+6
*
Move message flags into a separate header that can be used
tc@google.com
2009-03-27
2
-33
/
+3
*
Fix clipping by using the correct window styles for native buttons.
ben@chromium.org
2009-03-27
5
-39
/
+40
*
Default native button were not activated anymore when enter was pressed.
jcampan@chromium.org
2009-03-27
5
-30
/
+160
*
This CL fix issue 5724 - RTL: Windows context menu with Alt+Space Bar should ...
xji@chromium.org
2009-03-27
2
-3
/
+6
*
Issue 21268: The RemakeSee http://codereview.chromium.org/21268 for the origi...
idanan@chromium.org
2009-03-26
7
-25
/
+73
*
In an effort to make the FocusManager class platform independent, moving some...
jcampan@chromium.org
2009-03-26
2
-7
/
+11
*
Relanding since it was breaking the Release build (because of missing includes).
jcampan@chromium.org
2009-03-25
6
-115
/
+171
*
Reverting 12498.
jcampan@chromium.org
2009-03-25
6
-167
/
+115
*
Moving the mouse-wheel message rerouting code out of the focus manager.
jcampan@chromium.org
2009-03-25
6
-115
/
+167
*
Fixes crash that occurred because we weren't correctly disposing of the
sky@google.com
2009-03-25
1
-0
/
+8
*
When a native button was getting focused we were calling the View::Focus() me...
jcampan@chromium.org
2009-03-25
1
-1
/
+3
*
The native button's visible and enabled state were not working.
jcampan@chromium.org
2009-03-25
5
-0
/
+17
*
Focusing a native button through a RequestFocus call would not result in the ...
jcampan@chromium.org
2009-03-25
5
-3
/
+29
*
Redone http://codereview.chromium.org/42571
idanan@chromium.org
2009-03-24
2
-2
/
+14
*
Reverting r12383, caused a build breakage on all platforms.
maruel@chromium.org
2009-03-24
2
-14
/
+2
*
Issue 6477: Support modifier clicks on UI elements
idanan@chromium.org
2009-03-24
2
-2
/
+14
*
Fix first run/installer test by NULL checking.
ben@chromium.org
2009-03-24
1
-1
/
+2
[next]