| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sidebar view, Mac implementation (common sidebar code and Windows version is ... | thakis@chromium.org | 2010-08-30 | 9 | -16/+172 |
* | Revert 57877 - Hide page actions and star, like we already do for content set... | pkasting@chromium.org | 2010-08-30 | 2 | -20/+15 |
* | Fix compile failure. | pkasting@chromium.org | 2010-08-30 | 1 | -1/+1 |
* | Hide page actions and star, like we already do for content settings, when the... | pkasting@chromium.org | 2010-08-30 | 2 | -15/+20 |
* | [mac] Properly update prefs window UI if managed preferences change. | mnissler@chromium.org | 2010-08-30 | 2 | -63/+68 |
* | Update password manager prefs UI on policy refresh. | mnissler@chromium.org | 2010-08-30 | 2 | -6/+13 |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 20 | -41/+35 |
* | Remove wstrings from bookmarks, part 17. | viettrungluu@chromium.org | 2010-08-29 | 1 | -1/+1 |
* | [Mac] Close file select dialogs when windows go away. | rohitrao@chromium.org | 2010-08-28 | 1 | -6/+20 |
* | Implement the speech input bubble on mac. | satish@chromium.org | 2010-08-28 | 2 | -0/+168 |
* | Hide mac background mode prefs ui if background mode is not enabled. | atwilson@chromium.org | 2010-08-28 | 2 | -0/+13 |
* | Disable test that's been crashing. | dmazzoni@chromium.org | 2010-08-27 | 1 | -0/+5 |
* | Refactor version-getting info into a chrome::VersionInfo object. | evan@chromium.org | 2010-08-27 | 1 | -3/+3 |
* | Remove wstring from the search engine management APIs | stuartmorgan@chromium.org | 2010-08-27 | 3 | -8/+10 |
* | Implements preference setting to allow enabling/disabling the | atwilson@chromium.org | 2010-08-27 | 2 | -0/+30 |
* | When the browser doesn't have connectivity to a hosted app, display a prettie... | erikkay@chromium.org | 2010-08-27 | 1 | -3/+2 |
* | Mark test as flaky that's been failing on Chromium Mac. | dmazzoni@chromium.org | 2010-08-27 | 1 | -1/+2 |
* | Mark as FLAKY two applescript tests that have been failing recently on | dmazzoni@chromium.org | 2010-08-27 | 2 | -2/+5 |
* | Add mixed content warning to the Page Info bubble. | finnur@chromium.org | 2010-08-27 | 1 | -8/+8 |
* | [Mac] New base class for FramedBrowserWindow and FullscreenWindow. Move comm... | rohitrao@chromium.org | 2010-08-26 | 7 | -75/+133 |
* | FBTF: Forward declare and move constructors in chrome/common/extensions/. | erg@google.com | 2010-08-26 | 1 | -0/+1 |
* | [Mac] Rename ChromeBrowserWindow to FramedBrowserWindow. | rohitrao@chromium.org | 2010-08-26 | 7 | -46/+45 |
* | [Mac] Do not always restore focus to the RWHV on tab switches. | rohitrao@chromium.org | 2010-08-26 | 1 | -4/+8 |
* | Implement a policy to specify which pages to restore at startup. The admin c... | mnissler@chromium.org | 2010-08-26 | 2 | -7/+22 |
* | Don't use rapid-close mode when middle-clicking a pinned tab to close it as t... | pinkerton@chromium.org | 2010-08-26 | 1 | -2/+9 |
* | Part 2 of the SSL InfoBubble. 2nd try, this time with test fixed. | finnur@chromium.org | 2010-08-26 | 1 | -9/+18 |
* | [mac] Hide stats opt-in in first run if controlled by policy | mnissler@chromium.org | 2010-08-26 | 1 | -1/+12 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 29 | -35/+35 |
* | Try to fix top crasher. | jrg@chromium.org | 2010-08-25 | 3 | -3/+22 |
* | Defensive patch that prevents a crash which doesn't have a solid repro but ha... | johnnyg@chromium.org | 2010-08-25 | 1 | -1/+2 |
* | Reapply menu model cleanups, with WrenchMenuModel being a SimpleMenuModel. | erg@google.com | 2010-08-25 | 2 | -41/+9 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 23 | -34/+35 |
* | Add a flag for the showing the Page Info dialog as a bubble. This adds stubs ... | rsesek@chromium.org | 2010-08-25 | 3 | -30/+59 |
* | FBTF: Minor cleanup to testing headers. | erg@google.com | 2010-08-25 | 5 | -0/+6 |
* | Implement policy for disabling auto fill. | mnissler@chromium.org | 2010-08-25 | 2 | -2/+14 |
* | Remove wstrings from bookmarks, part 13. | viettrungluu@chromium.org | 2010-08-25 | 3 | -74/+74 |
* | Minor adjustments to bookmark folder menu button placement during button move... | mrossetti@chromium.org | 2010-08-25 | 1 | -18/+17 |
* | Mac: Well-behaved accelerated plugins, actual fix | thakis@chromium.org | 2010-08-24 | 2 | -0/+24 |
* | Minor fixes to keep TOT working with the 10.6 SDK. | jrg@chromium.org | 2010-08-24 | 1 | -1/+4 |
* | Implement policy for controlling "Show Home Button" preference. | mnissler@chromium.org | 2010-08-24 | 2 | -0/+7 |
* | Add support for status icon context menus for gtk. | atwilson@chromium.org | 2010-08-24 | 2 | -2/+3 |
* | Revert "Clean up the WrenchMenuModel so that it uses SimpleMenu::Delegate." (... | erg@google.com | 2010-08-24 | 5 | -21/+79 |
* | Clean up the WrenchMenuModel so that it uses SimpleMenu::Delegate. | erg@google.com | 2010-08-23 | 5 | -79/+21 |
* | Ensure that a browser action is never passed to a function which expects a pa... | skerner@chromium.org | 2010-08-23 | 3 | -4/+13 |
* | Build fixes to the CL | rkc@google.com | 2010-08-22 | 1 | -1/+0 |
* | Hookup role descriptions for webkit specific strings. Only doing this for ac... | dtseng@chromium.org | 2010-08-21 | 1 | -1/+18 |
* | Remove wstrings from bookmarks, part 7. | viettrungluu@chromium.org | 2010-08-21 | 1 | -1/+2 |
* | Remove wstrings from bookmarks, part 8. | viettrungluu@chromium.org | 2010-08-21 | 14 | -35/+41 |
* | Remove wstrings from bookmarks, part 6. | viettrungluu@chromium.org | 2010-08-21 | 4 | -4/+4 |
* | Disable the stop button when the user is hovering it and the page finishes lo... | pkasting@chromium.org | 2010-08-20 | 2 | -5/+11 |