| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix UI test: | ben@chromium.org | 2009-03-23 | 1 | -0/+3 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 25 | -1311/+493 |
* | Fix broken build. | erg@google.com | 2009-03-23 | 1 | -0/+2 |
* | Deliver events and notifications to the RootView. | erg@google.com | 2009-03-23 | 10 | -93/+254 |
* | forgot this | ben@chromium.org | 2009-03-21 | 1 | -0/+8 |
* | Add support for radio buttons. The code implementing checked/group was copied... | ben@chromium.org | 2009-03-21 | 4 | -5/+149 |
* | More button modifications | ben@chromium.org | 2009-03-20 | 6 | -19/+144 |
* | Adds a bookmark menu. This is experimental. To turn on you need | sky@google.com | 2009-03-20 | 1 | -0/+4 |
* | Linux: remove extra "typedef" from an enum. | agl@chromium.org | 2009-03-20 | 1 | -1/+1 |
* | Now have a TextButton rendering (sort of; doesn't respond to mouse events so | erg@google.com | 2009-03-19 | 9 | -44/+53 |
* | Revert "Now have a TextButton rendering." Broke Windows. | erg@google.com | 2009-03-19 | 8 | -48/+34 |
* | Now have a TextButton rendering (sort of; doesn't respond to mouse events so ... | erg@google.com | 2009-03-19 | 8 | -34/+48 |
* | Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I... | ben@chromium.org | 2009-03-19 | 15 | -213/+515 |
* | Lands http://codereview.chromium.org/43009 . | sky@google.com | 2009-03-19 | 1 | -2/+4 |
* | Render into a ChromeCanvasPaint object in a RootView under Linux. | erg@google.com | 2009-03-19 | 14 | -107/+544 |
* | Deletes the now unused AccessibleWrapper (replaced in previous CL by ViewAcce... | klink@chromium.org | 2009-03-19 | 2 | -133/+0 |
* | Fix a crash when double clicking a menu button. | ben@chromium.org | 2009-03-19 | 1 | -1/+4 |
* | New native control helpers. Built but not run by anyone just yet. See design doc | ben@chromium.org | 2009-03-18 | 7 | -0/+794 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 1 | -0/+5 |
* | Fixing a few minor issues found during static analysis of the Chromium codebase. | finnur@chromium.org | 2009-03-18 | 1 | -3/+3 |
* | Fixes build breakage on Linux. | klink@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity. | klink@chromium.org | 2009-03-17 | 8 | -293/+432 |
* | forgot the sconscript | ben@chromium.org | 2009-03-17 | 1 | -125/+121 |
* | doh, release build | ben@chromium.org | 2009-03-17 | 2 | -0/+4 |