| Commit message (Expand) | Author | Age | Files | Lines |
* | window.cc should not include browser_list.h ... dependent (non-browser) windo... | ben@chromium.org | 2009-01-16 | 2 | -5/+34 |
* | Fix maximized mode drawing offscreen in Classic mode. Apparently Classic, un... | pkasting@chromium.org | 2009-01-15 | 1 | -7/+14 |
* | Constify the params of a couple View functions, which I'll need for an upcomi... | pkasting@chromium.org | 2009-01-15 | 2 | -10/+20 |
* | Provides the infrastructure for Browser unit tests that create a | sky@google.com | 2009-01-14 | 1 | -1/+4 |
* | Porting in views/ | phajdan.jr@chromium.org | 2009-01-13 | 7 | -23/+165 |
* | Removes a bogus DCHECK. This DCHECK is bogus for two reasons: | sky@google.com | 2009-01-08 | 1 | -1/+2 |
* | Some more GRIT refactoring. | tc@google.com | 2009-01-05 | 1 | -1/+1 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Fix 4830: We navigate back after closing the Save As dialog. | finnur@google.com | 2008-12-23 | 1 | -2/+9 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -0/+6 |
* | Select the Languages tab of the fonts and languages dialog when using spellch... | pkasting@chromium.org | 2008-12-19 | 2 | -2/+19 |
* | Adds the Home button to the MSAA focus order, if enabled. Also removes an unn... | klink@chromium.org | 2008-12-18 | 1 | -5/+0 |
* | Changes menu's Dispatcher to translate/dispatch message before | sky@google.com | 2008-12-17 | 1 | -1/+6 |
* | Fixes two bugs resulting in bad window resize behavior: | sky@google.com | 2008-12-17 | 1 | -5/+8 |
* | Replace some CRects with gfx::Rect | agl@chromium.org | 2008-12-17 | 7 | -31/+28 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -655/+655 |
* | Landing http://codereview.chromium.org/14450 for m0 (Mohamed Mansour). | sky@google.com | 2008-12-16 | 2 | -14/+15 |
* | This CL fixes issue 4376: Press "Tab" key to navigate - Text focus is showing... | xji@chromium.org | 2008-12-16 | 1 | -2/+4 |
* | Fixes info bubble painting bug. This was happening because we were | sky@google.com | 2008-12-16 | 2 | -8/+41 |
* | Rip out custom WM_GETMINMAXINFO handling entirely. I think this is a relic o... | pkasting@chromium.org | 2008-12-16 | 3 | -39/+0 |
* | Eliminates the dependencies between views and browser, and also does some oth... | klink@chromium.org | 2008-12-16 | 6 | -443/+29 |
* | A new shot at the old system monitor changelist. | mbelshe@google.com | 2008-12-13 | 1 | -0/+4 |
* | Move skia_utils into the skia namespace. | brettw@google.com | 2008-12-12 | 4 | -6/+6 |
* | Have GRIT generate files into a common directory. | tc@google.com | 2008-12-12 | 1 | -1/+1 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -1/+1 |
* | Attempt at fixing reliability crash spike. The traces lead me to | sky@google.com | 2008-12-11 | 1 | -1/+5 |
* | Fixes a handful of related bookmark manager bugs/requests: | sky@google.com | 2008-12-11 | 2 | -2/+6 |
* | Fixes bug where context menu for table/tree in rtl was showing up on | sky@google.com | 2008-12-10 | 2 | -0/+4 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -1/+1 |
* | Remove base dependency from image_operations and associated unittests. I also... | brettw@google.com | 2008-12-10 | 1 | -1/+1 |
* | Fixing 4687: Enter in FirstRun UI starts import when Customize link is focued. | finnur@google.com | 2008-12-10 | 2 | -10/+7 |
* | Changes DefaultNonClientView to show the min/max buttons if the | sky@google.com | 2008-12-09 | 1 | -0/+2 |
* | Attempt 2 at landing tree node iterator. I needed an include | sky@google.com | 2008-12-09 | 4 | -1/+121 |
* | Backs out tree node iterator until I figure out why release build doesn't | sky@google.com | 2008-12-08 | 3 | -119/+0 |
* | Adds an iterator over tree nodes. | sky@google.com | 2008-12-08 | 3 | -0/+119 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -15/+15 |
* | Fix a crash on 64-bit systems when an external message hook is installed. The | brettw@google.com | 2008-12-05 | 1 | -1/+3 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 1 | -659/+659 |
* | Chromium-MultiProfile-Prototype | munjal@chromium.org | 2008-12-03 | 4 | -8/+33 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 6 | -6/+6 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Roll back this change. | ben@chromium.org | 2008-12-03 | 2 | -12/+1 |
* | RootView should be destroyed in WM_NCDESTROY not after it. | ben@chromium.org | 2008-12-03 | 2 | -1/+12 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 7 | -12/+15 |
* | Fixes context menu behavior of table view. In particular when running | sky@google.com | 2008-12-02 | 2 | -18/+43 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 7 | -15/+12 |
* | Adding more space between dialog contents and the buttons. For XP Classic theme | ben@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Fix a crash when hiding the find bar due to a NULL window_delegate_. | ben@chromium.org | 2008-12-02 | 1 | -1/+3 |
* | Add F1 as an accelerator for "Help". Original patch by Alex Mendes da Costa,... | pkasting@chromium.org | 2008-12-01 | 1 | -0/+3 |
* | Rollback | mbelshe@google.com | 2008-12-01 | 1 | -4/+0 |