| Commit message (Expand) | Author | Age | Files | Lines |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -8/+8 |
* | Make task_manager.h a bit more independent from views. | phajdan.jr@chromium.org | 2009-05-06 | 1 | -49/+64 |
* | 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 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -2/+2 |
* | Patch for accelerator clean-up from Hamaji. | jcampan@chromium.org | 2009-04-30 | 1 | -5/+1 |
* | Landing Hamaji's patch. | jcampan@chromium.org | 2009-04-27 | 1 | -0/+8 |
* | Fix a memory leak in TaskManager | phajdan.jr@chromium.org | 2009-04-27 | 1 | -3/+7 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -1/+1 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 1 | -1/+1 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 1 | -1/+1 |
* | Cleanup in chrome/browser | phajdan.jr@chromium.org | 2009-03-25 | 1 | -12/+13 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 1 | -8/+7 |
* | Navigating to about:memory page from Task manager should bring up the | tc@google.com | 2009-03-18 | 1 | -0/+2 |
* | Forgot these two files. | ben@chromium.org | 2009-03-17 | 1 | -3/+3 |
* | 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 | -1/+1 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -1/+2 |
* | rollback again | ben@chromium.org | 2009-03-14 | 1 | -2/+1 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -1/+2 |
* | revert | ben@chromium.org | 2009-03-13 | 1 | -2/+1 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-13 | 1 | -1/+2 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Test to see if we can reduce some crashes by deferring delegate destruction u... | ben@chromium.org | 2009-03-06 | 1 | -0/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -4/+4 |
* | Back out r10487 too | mark@chromium.org | 2009-02-26 | 1 | -2/+1 |
* | More URL constants replacement. | brettw@chromium.org | 2009-02-26 | 1 | -1/+2 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -4/+3 |
* | 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 |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -4/+4 |
* | Remove pointless function override (the base class does the exact same thing ... | pkasting@chromium.org | 2009-01-29 | 1 | -4/+0 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | =================================================== | xji@chromium.org | 2009-01-23 | 1 | -13/+25 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 1 | -4/+5 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -1/+1 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -20/+20 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -15/+2 |
* | Makes sure TaskManager doesn't return an empty icon. If we return an | sky@google.com | 2008-10-28 | 1 | -1/+9 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -1/+1 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -68/+51 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 1 | -25/+12 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -11/+9 |
* | Makes sure the network usage is also reported for non tabs (right now only th... | jcampan@chromium.org | 2008-10-09 | 1 | -12/+11 |