| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix --kiosk to work regardless of the startup pref setting or supplied URLs. | pkasting@chromium.org | 2010-08-03 | 1 | -0/+11 |
* | Win: Don't give some downloads duplicate extensions like .arj.arj | thakis@chromium.org | 2010-08-02 | 2 | -2/+29 |
* | Fixes bug where border highlight was drawn wrong for | sky@chromium.org | 2010-08-02 | 1 | -3/+8 |
* | When dropping a tab torn from a maximized window, inherit the restored size a... | pkasting@chromium.org | 2010-08-02 | 1 | -5/+4 |
* | Remove some code that seems unnecessary now that the distributor logo is dead. | pkasting@chromium.org | 2010-08-02 | 1 | -18/+1 |
* | Fixes bug where toggling side tabs wouldn't do a Layout. This was a | sky@chromium.org | 2010-08-02 | 2 | -1/+9 |
* | Revert 54560 - | nick@chromium.org | 2010-08-02 | 3 | -18/+11 |
* | Change removing method, GetBrowser from TabContentsDelegate, as this was brea... | twiz@google.com | 2010-08-02 | 3 | -11/+18 |
* | Coverity 12013: Uninitialized member in LocationBarView | finnur@chromium.org | 2010-08-02 | 1 | -0/+1 |
* | notifications: Convert some std::wstring over to string16. | tfarina@chromium.org | 2010-08-01 | 1 | -7/+7 |
* | Disable mutliple tests that never worked. | nsylvain@chromium.org | 2010-07-31 | 1 | -9/+25 |
* | Flip the default for the cookie prompt to disabled. | jochen@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 5 | -5/+14 |
* | Fix bad license header under chrome/ directory. | tfarina@chromium.org | 2010-07-31 | 1 | -3/+3 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 41 | -50/+5 |
* | Fix presubmit errors part 2. | tfarina@chromium.org | 2010-07-31 | 1 | -3/+2 |
* | GTTF: Add more logging to BrowserKeyboardAccessibility test | phajdan.jr@chromium.org | 2010-07-30 | 1 | -0/+18 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -5/+6 |
* | Reland r54074. | dtseng@chromium.org | 2010-07-30 | 3 | -0/+180 |
* | Command line flag to disable the cookie prompt. | jochen@chromium.org | 2010-07-30 | 1 | -9/+15 |
* | Reland r53603 - Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE. | tfarina@chromium.org | 2010-07-30 | 1 | -10/+0 |
* | Move browser/first_run* into into a subdirectory. | evan@chromium.org | 2010-07-29 | 3 | -3/+3 |
* | [Win] Don't offer profiles for billing addresses that have no address | avi@chromium.org | 2010-07-29 | 2 | -21/+30 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 2 | -7/+7 |
* | AutoFill: Capitalize "Options" in the AutoFill dialog title. | jhawkins@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | Browser actions container layout changes for M6 theme. | pkasting@chromium.org | 2010-07-29 | 3 | -277/+278 |
* | Chrome OS: Prevent overlapping of title and "x" button for devtools window | dpolukhin@chromium.org | 2010-07-29 | 1 | -15/+19 |
* | Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs). | rohitrao@chromium.org | 2010-07-29 | 3 | -180/+0 |
* | Add initial tests for keyboard access (tabbing in some dialogs). | dtseng@chromium.org | 2010-07-28 | 3 | -0/+180 |
* | Toolbar layout changes for M6 theme. | pkasting@chromium.org | 2010-07-28 | 3 | -44/+60 |
* | Location bar layout changes for M6 theme. | pkasting@chromium.org | 2010-07-28 | 5 | -118/+126 |
* | Fix glitch in rendering of the stroke at the bottom of the browser toolbar. | ben@chromium.org | 2010-07-28 | 2 | -6/+8 |
* | Modified resources for M6 theme. This doesn't actually modify layout yet, ju... | pkasting@chromium.org | 2010-07-28 | 2 | -2/+3 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Set the initial focus when the task manager first activates and shows. Also,... | dtseng@chromium.org | 2010-07-28 | 1 | -0/+5 |
* | Fix a NULL ptr dereference crash. Happens when launching an "app" with no icon. | michaeln@chromium.org | 2010-07-28 | 1 | -2/+0 |
* | Remove button masks for toolbar buttons, which will no longer be needed in th... | pkasting@chromium.org | 2010-07-28 | 1 | -11/+0 |
* | Swap reload and home back to how they were in Chrome <= 5. | pkasting@chromium.org | 2010-07-28 | 2 | -26/+25 |
* | Add new search engine logos to template url data. This CL also reorganizes t... | mirandac@google.com | 2010-07-28 | 1 | -53/+2 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | Mirror wrench menu corner alignment in RTL mode. | pkasting@chromium.org | 2010-07-27 | 1 | -1/+2 |
* | Cleanup: Remove pointless GetInsets() override. Simplify |container_size_| t... | pkasting@chromium.org | 2010-07-27 | 3 | -370/+310 |
* | Add keyboard shortcuts for next/previous pane on Chrome OS, and fix | dmazzoni@chromium.org | 2010-07-27 | 1 | -4/+12 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-27 | 1 | -6/+2 |
* | Make the throbber and tab close button correctly respond to theme changes. T... | pkasting@chromium.org | 2010-07-27 | 4 | -137/+73 |
* | Cleanup: Remove dead code (was only called when we had app + page menus). Ni... | pkasting@chromium.org | 2010-07-27 | 2 | -40/+2 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 19 | -26/+24 |
* | Make the resize gripper invisible. | pkasting@chromium.org | 2010-07-27 | 3 | -42/+28 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 165 | -0/+165 |
* | Remove code to handle bogus themes. We've had a theming system for a while a... | pkasting@chromium.org | 2010-07-26 | 1 | -27/+0 |