| Commit message (Expand) | Author | Age | Files | Lines |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -38/+10 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -2/+2 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -6/+6 |
* | Fix for a DCHECK regression introduced by http://codereview.chromium.org/112001 | erikkay@google.com | 2009-05-06 | 1 | -2/+0 |
* | Create a separate UI surface for extensions (bottom shelf) and remove them fr... | erikkay@google.com | 2009-05-06 | 1 | -155/+3 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Several minor visual fixes to toolstrips: | aa@chromium.org | 2009-05-04 | 1 | -13/+16 |
* | Fix several painting glitches for toolstrips. | aa@chromium.org | 2009-04-27 | 1 | -6/+7 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-27 | 1 | -2/+7 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 1 | -7/+64 |
* | Move Browser implementation of callback interfaces into the private section. | stoyan@chromium.org | 2009-04-23 | 1 | -2/+2 |
* | Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes... | robertshield@google.com | 2009-04-23 | 1 | -7/+2 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-23 | 1 | -2/+7 |
* | Remove ExtensionProcessManager and move its functionality onto | mpcomplete@google.com | 2009-04-16 | 1 | -2/+1 |
* | Hook up a bit more plumbing to ExtensionView which should allow popup windows... | erikkay@google.com | 2009-04-13 | 1 | -3/+3 |
* | Introducing ExtensionProcessManager. This manages the ExtensionViews to | mpcomplete@google.com | 2009-04-09 | 1 | -1/+3 |
* | Fixes regression in dragging bookmark bar. The bookmark bar would not | sky@chromium.org | 2009-04-03 | 1 | -2/+3 |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 1 | -4/+5 |
* | Allow multiple toolstrips in an extension. | aa@chromium.org | 2009-03-21 | 1 | -3/+6 |
* | Adds a bookmark menu. This is experimental. To turn on you need | sky@google.com | 2009-03-20 | 1 | -2/+2 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -23/+1 |
* | Fix bug where an extension toolstrip would sometimes get added twice to the | mpcomplete@google.com | 2009-03-17 | 1 | -3/+11 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Rework the Button API to be saner in preparation for NativeControl rejiggerin... | ben@chromium.org | 2009-03-16 | 1 | -16/+18 |
* | Disallows dragging from the bookmark bar when the bookmark bar is | sky@google.com | 2009-03-13 | 1 | -0/+8 |
* | bustage | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | bustage | ben@chromium.org | 2009-03-12 | 1 | -253/+0 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -3/+256 |
* | Refactors code for showing bookmarks menus into a standalone class | sky@google.com | 2009-03-12 | 1 | -364/+44 |
* | Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in... | mpcomplete@google.com | 2009-03-10 | 1 | -1/+2 |
* | Unrevert 11294. | mpcomplete@google.com | 2009-03-10 | 1 | -7/+87 |
* | Reverting 11294. | mpcomplete@google.com | 2009-03-09 | 1 | -87/+7 |
* | Support loading extensions into the bookmark toolbar. | mpcomplete@google.com | 2009-03-09 | 1 | -7/+87 |
* | Wires up sorting of bookmarks to the 'organize menu' in the bookmark | sky@google.com | 2009-02-27 | 1 | -0/+25 |
* | Fixes regression where bookmark bar would appear all black. Actually, | sky@google.com | 2009-02-26 | 1 | -5/+0 |
* | Fixes bogus DCHECK in bookmark_bar_view. I needed to add the check for | sky@google.com | 2009-02-25 | 1 | -1/+1 |
* | Adds some debugging code in hopes of figuring out who is removing the | sky@google.com | 2009-02-25 | 1 | -1/+8 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+2 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Preliminary fullscreen mode support. | pkasting@chromium.org | 2009-02-18 | 1 | -0/+7 |
* | Cleanup in preparation for Fullscreen mode. | pkasting@chromium.org | 2009-02-13 | 1 | -5/+8 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |