summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix UI test:ben@chromium.org2009-03-231-0/+3
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-2325-1311/+493
* Fix broken build.erg@google.com2009-03-231-0/+2
* Deliver events and notifications to the RootView.erg@google.com2009-03-2310-93/+254
* forgot thisben@chromium.org2009-03-211-0/+8
* Add support for radio buttons. The code implementing checked/group was copied...ben@chromium.org2009-03-214-5/+149
* More button modificationsben@chromium.org2009-03-206-19/+144
* Adds a bookmark menu. This is experimental. To turn on you needsky@google.com2009-03-201-0/+4
* Linux: remove extra "typedef" from an enum.agl@chromium.org2009-03-201-1/+1
* Now have a TextButton rendering (sort of; doesn't respond to mouse events soerg@google.com2009-03-199-44/+53
* Revert "Now have a TextButton rendering." Broke Windows.erg@google.com2009-03-198-48/+34
* Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...erg@google.com2009-03-198-34/+48
* Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...ben@chromium.org2009-03-1915-213/+515
* Lands http://codereview.chromium.org/43009 .sky@google.com2009-03-191-2/+4