| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes line endings from CRLF to LF and add svn:eol-style to LF. | hbono@chromium.org | 2009-02-19 | 1 | -438/+438 |
* | Port back_forward_menu_model to linux. | estade@chromium.org | 2009-02-18 | 2 | -8/+8 |
* | Fix two problems with bookmarking and fullscreen mode: | pkasting@chromium.org | 2009-02-18 | 8 | -31/+43 |
* | Clean up toolbar layout code. I originally did this while looking into bookm... | pkasting@chromium.org | 2009-02-18 | 1 | -74/+50 |
* | Build break. In revision 9958, I hadn't intented to commit this change. | maruel@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 5 | -7/+10 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 22 | -81/+65 |
* | Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit... | idanan@chromium.org | 2009-02-18 | 4 | -6/+18 |
* | Preliminary fullscreen mode support. | pkasting@chromium.org | 2009-02-18 | 5 | -8/+114 |
* | HtmlDialogs had focus problems. | jcampan@chromium.org | 2009-02-18 | 11 | -11/+19 |
* | Fix crasher in GetDefaultSearchEngineName() in first run bubble. | cpu@google.com | 2009-02-17 | 3 | -12/+17 |
* | When internal functions try to focus the location bar, check whether it's foc... | pkasting@chromium.org | 2009-02-17 | 2 | -0/+12 |
* | Cleanup in preparation for Fullscreen mode. | pkasting@chromium.org | 2009-02-13 | 5 | -144/+94 |
* | Originally this change was intended as the solution to accidentally maximizin... | idanan@google.com | 2009-02-13 | 1 | -3/+2 |
* | Make system menus show up at the right place for all frames, whether they're ... | pkasting@chromium.org | 2009-02-13 | 5 | -127/+99 |
* | Make some functions const. This will help with my fullscreen mode changes. | pkasting@chromium.org | 2009-02-13 | 7 | -12/+22 |
* | Remove the executable bit from a bunch of files that shouldn't have had it. | evan@chromium.org | 2009-02-12 | 2 | -0/+0 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 38 | -38/+38 |
* | This is an attempt at finding the reason for the page_cycler slowness caused by | mad@chromium.org | 2009-02-12 | 4 | -12/+126 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 38 | -38/+38 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 38 | -38/+38 |
* | Redo my IPC change, undoing the linker dependency. | jam@chromium.org | 2009-02-11 | 1 | -442/+438 |
* | Reverting 9493. | kuchhal@chromium.org | 2009-02-10 | 4 | -126/+12 |
* | Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ... | avi@chromium.org | 2009-02-10 | 8 | -14/+14 |
* | revert my ipc change due to compile failure in debug ipc_tests | jam@chromium.org | 2009-02-10 | 1 | -2/+19 |
* | Relanding of http://codereview.chromium.org/16488. | mad@chromium.org | 2009-02-10 | 4 | -12/+126 |
* | Fix ipc logging for non browser processes. I broke this in my last refactori... | jam@chromium.org | 2009-02-10 | 1 | -19/+2 |
* | Try reverting r9409 to see if it fixes crashes on chromebot. | kuchhal@chromium.org | 2009-02-10 | 8 | -14/+14 |
* | Fix UI test regression, there's a better way to refactor this anyway. | pkasting@chromium.org | 2009-02-10 | 3 | -0/+20 |
* | Make aero glass code look more like other nonclient views in hopes of easing ... | pkasting@chromium.org | 2009-02-09 | 7 | -260/+167 |
* | Reverting 9408. | brettw@chromium.org | 2009-02-09 | 4 | -126/+12 |
* | Switch from HWNDs to NativeViews. | avi@chromium.org | 2009-02-09 | 8 | -14/+14 |
* | Add a new resizer corner. | mad@chromium.org | 2009-02-09 | 4 | -12/+126 |
* | Support custom border widths. Allow user to resize the window (instead of do... | pkasting@chromium.org | 2009-02-06 | 2 | -107/+82 |
* | Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows | brettw@chromium.org | 2009-02-06 | 6 | -5/+537 |
* | New menu item for personalization project. | munjal@chromium.org | 2009-02-06 | 1 | -0/+7 |
* | Move resource_message_filter and resource_request_details to the renderer_host. | brettw@chromium.org | 2009-02-05 | 3 | -0/+166 |
* | Improved OTR avatar and popup window rendering. Neither one precisely matche... | pkasting@chromium.org | 2009-02-04 | 6 | -145/+121 |
* | Remember change in Spell Check language by putting it in the list of accept l... | sidchat@google.com | 2009-02-03 | 1 | -0/+29 |
* | Reverting 9090. | ojan@google.com | 2009-02-03 | 6 | -526/+5 |
* | Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows | brettw@chromium.org | 2009-02-03 | 6 | -5/+526 |
* | Fix some of the most egregious problems with Aero glass frames. These change... | pkasting@chromium.org | 2009-02-03 | 2 | -30/+30 |
* | Fix a divide by zero crash with a temporary workaround (until we have themes). | ben@chromium.org | 2009-02-03 | 1 | -0/+6 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -1/+0 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 2 | -0/+2 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 19 | -68/+90 |
* | Roll back these tab changes since there are still issues. | ben@chromium.org | 2009-01-31 | 1 | -22/+2 |
* | Fix various problems with constrained windows and/or custom frame windows: | pkasting@chromium.org | 2009-01-30 | 1 | -30/+83 |
* | Provides the ability to write a unit test that brings up a browser. As | sky@google.com | 2009-01-30 | 2 | -52/+143 |
* | Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c... | pkasting@chromium.org | 2009-01-29 | 1 | -165/+120 |