| Commit message (Expand) | Author | Age | Files | Lines |
* | This change adds shield icons to the buttons that need elevation to fix Issue... | hbono@chromium.org | 2010-03-23 | 1 | -0/+1 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Change so that the extension favicon is read on the UI thread since extension... | arv@chromium.org | 2010-03-17 | 1 | -5/+5 |
* | Win: Grey out/remove default browser choices in side by side installs. | mattm@chromium.org | 2010-03-04 | 1 | -1/+14 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Remove unused "show title" functionality in UrlPicker. | pkasting@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -5/+5 |
* | Remove the deprecated version of FixupURL and fix the callers. | thakis@chromium.org | 2009-12-03 | 1 | -3/+3 |
* | This removes the "default browser" selections from the Chromium OS | gspencer@chromium.org | 2009-12-02 | 1 | -0/+2 |
* | Be more paranoid when checking the default browser in Windows and return "not... | mdm@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Leave the 'Make Chrome Default' button enabled on Windows if not already defa... | kuchhal@chromium.org | 2009-11-18 | 1 | -1/+1 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 1 | -10/+10 |
* | A patch from contributor Thiago Farina: | finnur@chromium.org | 2009-10-14 | 1 | -1/+12 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -4/+5 |
* | Allow the default browser check to return "unknown" and reflect that in the UI. | mdm@chromium.org | 2009-09-04 | 1 | -1/+7 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -1/+2 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -13/+14 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 1 | -8/+8 |
* | Renaming the class ShelfItemDialog to URLPicker, and ShelfItemDialogDelegate ... | thakis@chromium.org | 2009-08-10 | 1 | -3/+2 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 1 | -2/+2 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -2/+2 |
* | Fix running default browser check/setting in UI thread on Linux. | mattm@chromium.org | 2009-07-28 | 1 | -121/+8 |
* | Move TableModel out of views/ and into app/. | estade@chromium.org | 2009-06-16 | 1 | -8/+7 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 1 | -0/+1 |
* | Make Combobox portable | ben@chromium.org | 2009-06-02 | 1 | -30/+30 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 1 | -2/+2 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -6/+6 |
* | Show Unicode IDNs for "On startup" setting and "Add page" dialog for it. | jungshik@google.com | 2009-05-27 | 1 | -1/+4 |
* | - Passing correct window handle to CreateChromeWindow(). We should pass the | hbono@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Make views/ depend only on images from app/resources. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Try to make TextField::Controller implementors cross-platform by abstracting | brettw@chromium.org | 2009-05-21 | 1 | -2/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -1/+2 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -2/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -1/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | 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 |
* | Relanding the following CL (it was breaking the UI tests because a | jcampan@chromium.org | 2009-05-02 | 1 | -0/+3 |
* | Reverting 15115, it sadly breaks the ui tests. | jcampan@chromium.org | 2009-05-01 | 1 | -3/+0 |
* | If Chrome is not the default browser, tell the user, unless: | jcampan@chromium.org | 2009-05-01 | 1 | -0/+3 |
* | Fix focus rects for checkboxes and radio buttons: | ben@chromium.org | 2009-04-22 | 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 | -27/+23 |
* | Merge DOMUIContents into WebContents. | brettw@chromium.org | 2009-03-17 | 1 | -2/+4 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -5/+5 |