| Commit message (Expand) | Author | Age | Files | Lines |
* | Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi... | zelidrag@chromium.org | 2010-05-14 | 1 | -7/+96 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -1/+2 |
* | views: [accessibility] Fix the first three issues pointed in the bug for the ... | ctguil@chromium.org | 2010-03-22 | 1 | -2/+4 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -1/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | official build and buildbots are now chromeos=1 | oshima@chromium.org | 2010-01-09 | 1 | -3/+3 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -2/+2 |
* | send the pngs on cros | davemoore@chromium.org | 2009-12-28 | 1 | -12/+9 |
* | Adjust the menu items available in cros | davemoore@chromium.org | 2009-12-28 | 1 | -19/+44 |
* | Change BugReportView to use the bug report types from the cross-platform BugR... | mirandac@chromium.org | 2009-12-03 | 1 | -23/+12 |
* | Move URLs out of *.pak files and put them into code. This saves | tony@chromium.org | 2009-11-19 | 1 | -1/+0 |
* | Hoist bug reporting code out of bug_report_view so that it can be used cross-... | mirandac@chromium.org | 2009-10-29 | 1 | -192/+11 |
* | Add icu:: qualifiers to a couple of more files. They're missed in the previou... | jshin@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 1 | -4/+5 |
* | Coverity was complaining about the result of getenv not being null checked, b... | finnur@chromium.org | 2009-06-30 | 1 | -40/+25 |
* | Make Combobox portable | ben@chromium.org | 2009-06-02 | 1 | -7/+7 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 1 | -4/+4 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -5/+5 |
* | Move a bunch of dialog creation routines to browser_dialogs.h to break the | brettw@chromium.org | 2009-05-22 | 1 | -0/+4 |
* | Remove the dependency from browser_view on the bug report dialog. I am going to | brettw@chromium.org | 2009-05-21 | 1 | -4/+38 |
* | Try to make TextField::Controller implementors cross-platform by abstracting | brettw@chromium.org | 2009-05-21 | 1 | -2/+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 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -4/+5 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 1 | -5/+4 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 1 | -4/+5 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -1/+1 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -1/+1 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 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 | -4/+5 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 1 | -8/+8 |
* | 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 | -2/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -4/+3 |
* | Move url_* to net subdir | ben@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 | -3/+3 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -21/+21 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -4/+3 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 1 | -1/+1 |
* | Move more UI stuff into browser/views | beng@google.com | 2008-09-13 | 1 | -1/+1 |
* | Remove Google Chrome specific strings from common resources file and use them... | rahulk@google.com | 2008-08-27 | 1 | -1/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 1 | -1/+1 |
* | Move dialog-specific aspects of ClientView into a new subclass DialogClientView. | beng@google.com | 2008-07-31 | 1 | -1/+1 |