| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 3 | -13/+15 |
* | We were hitting a DCHECK when removing a password in the password option panel. | jcampan@chromium.org | 2009-06-24 | 1 | -4/+6 |
* | Landing Thiago Farina bug fix for the saved password dialog. | jcampan@chromium.org | 2009-06-22 | 2 | -6/+18 |
* | Fonts and Languages Linux GTK Preparation | mhm@chromium.org | 2009-06-22 | 2 | -8/+45 |
* | Cleanup Personal Stuff options tab page | mhm@chromium.org | 2009-06-16 | 1 | -5/+0 |
* | Move TableModel out of views/ and into app/. | estade@chromium.org | 2009-06-16 | 9 | -54/+51 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 3 | -3/+6 |
* | Removed mixed content options. Turns out extremely few users changed the def... | abarth@chromium.org | 2009-06-16 | 1 | -95/+1 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 2 | -0/+2 |
* | Fix a layout bug in the fonts and languages dialog where | tc@google.com | 2009-06-11 | 1 | -13/+7 |
* | Implement different radio groups for Options > Personal Stuff | mhm@chromium.org | 2009-06-09 | 2 | -8/+9 |
* | Form Autofil Options should be a radio group | mhm@chromium.org | 2009-06-09 | 2 | -84/+64 |
* | UI Support for Auto Spell Correct. Currently, it is still under the command l... | sidchat@google.com | 2009-06-03 | 2 | -1/+37 |
* | Make Combobox portable | ben@chromium.org | 2009-06-02 | 9 | -93/+92 |
* | Now that themes are enabled by default, the option should be visible by default. | glen@chromium.org | 2009-05-31 | 1 | -9/+4 |
* | Split out the views table functions into separate header files. Many users only | brettw@chromium.org | 2009-05-31 | 8 | -3/+16 |
* | Add a "User Data" tab to the options, remove the "minor tweaks" tab | mhm@chromium.org | 2009-05-30 | 3 | -378/+487 |
* | Revert 17288 - Test failures. | mhm@chromium.org | 2009-05-30 | 3 | -489/+378 |
* | Create a "User data" tab and remove the "minor tweaks" tab. The mockup is inc... | mhm@chromium.org | 2009-05-30 | 3 | -378/+489 |
* | Add general options page. Options are working with the following exceptions: | tc@google.com | 2009-05-28 | 2 | -46/+3 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 2 | -3/+3 |
* | DevTools: remove DevTools from options UI. | pfeldman@chromium.org | 2009-05-28 | 1 | -74/+0 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 7 | -51/+49 |
* | DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev... | pfeldman@chromium.org | 2009-05-27 | 1 | -5/+76 |
* | Show Unicode IDNs for "On startup" setting and "Add page" dialog for it. | jungshik@google.com | 2009-05-27 | 1 | -1/+4 |
* | Move more dialog showing routines to browser_dialogs.h to reduce dependencies | brettw@chromium.org | 2009-05-22 | 1 | -0/+9 |
* | - Passing correct window handle to CreateChromeWindow(). We should pass the | hbono@chromium.org | 2009-05-22 | 7 | -18/+10 |
* | Make views/ depend only on images from app/resources. | ben@chromium.org | 2009-05-21 | 2 | -2/+2 |
* | Try to make TextField::Controller implementors cross-platform by abstracting | brettw@chromium.org | 2009-05-21 | 4 | -17/+11 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 2 | -2/+2 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 2 | -2/+2 |
* | Remove unnecessary function overload in FontDisplayView. | yutak@chromium.org | 2009-05-20 | 1 | -20/+0 |
* | Reverting 16158. | beng@google.com | 2009-05-15 | 1 | -4/+2 |
* | Tweak layout of password manager views so the buttons don't | tim@chromium.org | 2009-05-15 | 2 | -24/+21 |
* | Privacy option added for all cookies to become session cookies. | idanan@chromium.org | 2009-05-15 | 1 | -2/+4 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 7 | -16/+16 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 5 | -18/+18 |
* | Signature changed to take a Profile* | tim@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 6 | -18/+25 |
* | Fix regression caused by gfx::Size no longer accepting negative | tim@chromium.org | 2009-05-14 | 1 | -3/+2 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 6 | -25/+18 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 6 | -18/+25 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 4 | -4/+4 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 3 | -24/+69 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 11 | -12/+12 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 2 | -40/+4 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 25 | -89/+89 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 3 | -3/+3 |