| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the right-click context menu for Browser actions and Page Actions. | finnur@chromium.org | 2009-12-17 | 6 | -16/+133 |
* | fixes for | oshima@chromium.org | 2009-12-17 | 2 | -2/+3 |
* | Factor tab context menu into a shared model and fix mac and win to use it. Im... | pinkerton@chromium.org | 2009-12-16 | 1 | -24/+5 |
* | Support custom Linux version strings (e.g. release channel, downstream vendor... | mmoss@google.com | 2009-12-15 | 1 | -4/+5 |
* | Move channel (beta,dev,stable) determination code to a common location. | jrg@chromium.org | 2009-12-15 | 1 | -75/+6 |
* | Make a shared app menu model and update win and mac to use it. Remove the NSM... | pinkerton@chromium.org | 2009-12-15 | 2 | -125/+8 |
* | [extensions] Position browser action popup correctly for RTL languages. | mhm@chromium.org | 2009-12-14 | 1 | -1/+3 |
* | Add a UI helper method to just get the sync status without needing labels. | akalin@chromium.org | 2009-12-14 | 2 | -2/+2 |
* | Retry landing the chrome-as-chromeos-login-manager change | cmasone@google.com | 2009-12-14 | 1 | -0/+5 |
* | [Windows] Fix issue 30123: REGRESSION: Alt-D causes system beep | suzhe@chromium.org | 2009-12-13 | 2 | -1/+39 |
* | Fix bad rearrangement of code which causes notifications to crash. | johnnyg@chromium.org | 2009-12-12 | 1 | -1/+1 |
* | Theme download status message, so that it's readable in themes of any color. | mirandac@chromium.org | 2009-12-12 | 1 | -22/+39 |
* | Change the cookies view so that the remove buttons are only enabled when ther... | johnnyg@chromium.org | 2009-12-11 | 1 | -0/+4 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 2 | -2/+1 |
* | Get web app icon via FavIconHelper and auto repair/update | xiyuan@chromium.org | 2009-12-11 | 2 | -108/+64 |
* | Find bar fixes: | estade@chromium.org | 2009-12-11 | 2 | -7/+38 |
* | Display channel in about box after version. Windows. | jrg@chromium.org | 2009-12-10 | 1 | -1/+75 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | Prevent 2 types of extension crashes. | asargent@chromium.org | 2009-12-10 | 1 | -0/+4 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 7 | -113/+86 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 5 | -16/+70 |
* | extensions: Properly use string16 for Unicode text. | evan@chromium.org | 2009-12-09 | 1 | -2/+3 |
* | Add some spacing so that status area lines up on cros | davemoore@chromium.org | 2009-12-09 | 1 | -2/+8 |
* | Share the code that builds the page menu in a common model, make Mac and Win ... | pinkerton@chromium.org | 2009-12-09 | 2 | -172/+4 |
* | Change most callers of NativeScrollbar size functions to use a dedicated func... | pkasting@chromium.org | 2009-12-09 | 3 | -19/+10 |
* | Fixes bugs with panels. We weren't setting the type at the right time | sky@chromium.org | 2009-12-09 | 1 | -2/+2 |
* | Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo... | andybons@chromium.org | 2009-12-09 | 1 | -2/+0 |
* | Revert 34134 - Viewsbased login window for Chrome OS. Doesn't yet actually d... | jrg@chromium.org | 2009-12-09 | 1 | -5/+0 |
* | Views-based login window for Chrome OS. Doesn't yet actually do anything | cmasone@google.com | 2009-12-09 | 1 | -0/+5 |
* | Revert this, it didn't compile on linux_views (argh) | pkasting@chromium.org | 2009-12-08 | 1 | -2/+5 |
* | Try re-enabling the resize corner on Windows to see if it still causes perf r... | pkasting@chromium.org | 2009-12-08 | 1 | -5/+2 |
* | Notifications should resize themselves to the content within min-max bounds, ... | johnnyg@chromium.org | 2009-12-08 | 4 | -62/+128 |
* | Addition of a new parameter to the popup.show(...) Chrome extension API that ... | twiz@google.com | 2009-12-08 | 4 | -14/+31 |
* | Remove IsPrefRegistered function from PrefService API and fix the callers to | tony@chromium.org | 2009-12-07 | 1 | -1/+1 |
* | Use gfx::Point instead of GET_X/Y_LPARAM to reduce the dependency on ATL. | jhawkins@chromium.org | 2009-12-07 | 2 | -2/+2 |
* | Spruce up the notification UI to much more closely match the mocks, including... | johnnyg@chromium.org | 2009-12-05 | 1 | -19/+28 |
* | views/options: Use non-deprecated version of PathService::Get. | thestig@chromium.org | 2009-12-04 | 1 | -9/+9 |
* | Make the system menu for app/popup windows slightly shorter. Original patch ... | pkasting@chromium.org | 2009-12-04 | 2 | -14/+15 |
* | Windows: theme the close button for the find bar. | estade@chromium.org | 2009-12-04 | 2 | -4/+19 |
* | Added new IPC message class for CommandBuffer. | apatrick@google.com | 2009-12-04 | 1 | -1/+1 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 16 | -77/+86 |
* | Downward drag after mouse-down is now causing bookmark bar folders to open, r... | zelidrag@google.com | 2009-12-04 | 3 | -0/+38 |
* | Fix download dialog truncation in German locale. | finnur@chromium.org | 2009-12-04 | 1 | -4/+13 |
* | Implement keyboard access between bookmarks and main toolbar. | mhm@chromium.org | 2009-12-04 | 9 | -315/+406 |
* | Use GetStringUTF16 to return string16 instead of std::wstring in bookmark man... | nick@chromium.org | 2009-12-04 | 1 | -4/+5 |
* | Make the default RendererPreferences smarter. | estade@chromium.org | 2009-12-04 | 1 | -0/+2 |
* | Created HtmlDialogTabContentsDelegate, which encapsulates the TabContentsDele... | akalin@chromium.org | 2009-12-03 | 2 | -95/+13 |
* | Remove the deprecated version of FixupURL and fix the callers. | thakis@chromium.org | 2009-12-03 | 3 | -6/+5 |
* | Change BugReportView to use the bug report types from the cross-platform BugR... | mirandac@chromium.org | 2009-12-03 | 1 | -23/+12 |
* | This removes the "default browser" selections from the Chromium OS | gspencer@chromium.org | 2009-12-02 | 1 | -0/+2 |