| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the stubbed out headers in chrome/browser/views. | msw@chromium.org | 2011-01-10 | 1 | -13/+0 |
* | Move browser/views to browser/ui/views | ben@chromium.org | 2010-11-09 | 1 | -149/+3 |
* | Add IndexedDB to cookie tree. | bauerb@chromium.org | 2010-09-24 | 1 | -0/+2 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | Cleanup: Get rid of TreeNodeChildrenReordered. | tfarina@chromium.org | 2010-08-11 | 1 | -9/+2 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | [Mac] Reduce jank in the cookie manager by batching updates from the model. | rsesek@chromium.org | 2010-03-02 | 1 | -2/+2 |
* | Teach the cookie tree view and model about appcaches. Not hooked up to real d... | michaeln@chromium.org | 2010-02-26 | 1 | -9/+5 |
* | Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ... | ian@chromium.org | 2010-02-10 | 1 | -1/+25 |
* | Add support for HTML5 databases to the cookie tree model. | jochen@chromium.org | 2010-02-10 | 1 | -2/+5 |
* | Modified cookie alert prompt window to suport displaying of local storage inf... | pkasting@chromium.org | 2010-02-02 | 1 | -42/+0 |
* | Content Settings dialog and related Options UI changes. | zelidrag@chromium.org | 2010-01-26 | 1 | -50/+1 |
* | Adds local storage nodes to cookie tree model and cookies view. | bulach@chromium.org | 2010-01-25 | 1 | -1/+56 |
* | Revert last 3 patches. Sorry guys. :-( | jorlow@chromium.org | 2010-01-20 | 1 | -56/+1 |
* | Adds local storage nodes to cookie tree model and cookies view. | jorlow@chromium.org | 2010-01-20 | 1 | -1/+56 |
* | Adds back the ability to filter cookies by origin in the cookies options view. | ian@chromium.org | 2009-11-25 | 1 | -2/+24 |
* | Converting the Cookies options page from a TableView to a TreeView | ian@chromium.org | 2009-11-06 | 1 | -36/+67 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -1/+1 |
* | Removing an unused variable from cookies_view.h | deanm@chromium.org | 2009-07-08 | 1 | -5/+4 |
* | Split out the views table functions into separate header files. Many users only | brettw@chromium.org | 2009-05-31 | 1 | -2/+6 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -7/+7 |
* | Try to make TextField::Controller implementors cross-platform by abstracting | brettw@chromium.org | 2009-05-21 | 1 | -2/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -6/+6 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -2/+4 |
* | 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 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -6/+6 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 1 | -4/+5 |
* | Move controls into their own dir under chrome/views/controls | 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 | -2/+2 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -0/+1 |
* | rollback again | ben@chromium.org | 2009-03-14 | 1 | -1/+0 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -0/+1 |
* | revert | ben@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | HtmlDialogs had focus problems. | jcampan@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Fixes cookies view regression where I broke deleting by way of delete | sky@google.com | 2008-12-15 | 1 | -1/+4 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -26/+26 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Window Delegate Improvements: | beng@google.com | 2008-07-30 | 1 | -0/+1 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+136 |