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