| Commit message (Expand) | Author | Age | Files | Lines |
* | Use web app icon as ICON_BIG for Windows | xiyuan@chromium.org | 2010-03-08 | 1 | -6/+8 |
* | Initial implementation of status tray functionality (mac-only, currently). | atwilson@chromium.org | 2010-03-06 | 1 | -5/+6 |
* | Renames ContentBlockedImageView to ContentSettingImageView. | bulach@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | Fix crash when opening a bookmark without an open window. | bauerb@chromium.org | 2010-03-05 | 1 | -2/+3 |
* | Add command line option to use a tabbed bookmark manager. | arv@chromium.org | 2010-03-03 | 1 | -1/+11 |
* | Fix browser side handling of moveTo by resizing the content area; not the win... | erg@chromium.org | 2010-03-02 | 1 | -2/+4 |
* | Adding a preference to turn off the translate feature. | jcampan@chromium.org | 2010-02-26 | 1 | -0/+1 |
* | Move more files from chrome/common to chrome/browser | phajdan.jr@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Allow opening multiple bookmarks with external links from the same page. | bauerb@chromium.org | 2010-02-19 | 1 | -0/+10 |
* | linux: plumb shift-reload down into new shift-reload API | evan@chromium.org | 2010-02-19 | 1 | -1/+16 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | [Mac] Enable fullscreen | rohitrao@chromium.org | 2010-02-16 | 1 | -5/+12 |
* | Fix up some style guide violations wrt aligning function arguments. | willchan@chromium.org | 2010-02-12 | 1 | -7/+8 |
* | Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled... | pkasting@chromium.org | 2010-02-12 | 1 | -1/+1 |
* | Adds code to restore application extensions. I'm also enabling tab | sky@chromium.org | 2010-02-10 | 1 | -1/+20 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -4/+1 |
* | Make the content settings dialog dependent on its parent. This re-plumbs the... | pkasting@chromium.org | 2010-02-09 | 1 | -0/+4 |
* | Add back disabled menu items | davemoore@chromium.org | 2010-02-09 | 1 | -3/+4 |
* | Do the remaining renames after http://codereview.chromium.org/585008 | phajdan.jr@chromium.org | 2010-02-09 | 1 | -2/+2 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Makes mini-tabs work on the UI side (at least for views). I still have | sky@chromium.org | 2010-02-06 | 1 | -1/+1 |
* | Fix for bug where reloading an extension from an infobar when another window ... | andybons@chromium.org | 2010-02-06 | 1 | -5/+6 |
* | Yet more tab strip model changes. I'm hoping this is the last of | sky@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Show the filebrowse ui rather than the download shelf in chromeos. | xiyuan@chromium.org | 2010-02-05 | 1 | -2/+18 |
* | Make the side tabstrip participate in the layout of the BrowserView. | ben@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Create a new base class BaseTabStrip that is the intermediary between Browser... | ben@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Step 1 in Implementing/Prototyping App Panels. | rafaelw@chromium.org | 2010-02-04 | 1 | -6/+9 |
* | Start making a vertical tabstrip. Does nothing right now. | ben@chromium.org | 2010-02-04 | 1 | -0/+1 |
* | Remove the "On top" display mode of the extension shelf, it is no longer used... | ben@chromium.org | 2010-02-03 | 1 | -4/+0 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 1 | -0/+1 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 1 | -1/+0 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 1 | -0/+1 |
* | Adjusts tab strip model to deal with app tabs. There were a couple of | sky@chromium.org | 2010-02-02 | 1 | -3/+2 |
* | Wire popup blocking UI to the new machinery and port over the user's old whit... | pkasting@chromium.org | 2010-02-02 | 1 | -12/+5 |
* | Migrate old cookie setting to new system. | pkasting@chromium.org | 2010-02-02 | 1 | -2/+0 |
* | Ignore ref (hash fragment) in URL when opening singleton tabs based on URLs. | arv@chromium.org | 2010-01-31 | 1 | -6/+22 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 1 | -2/+2 |
* | If an extension crashes or is killed by the task manager then reloaded, the i... | andybons@chromium.org | 2010-01-30 | 1 | -0/+23 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 1 | -0/+2 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 1 | -2/+0 |
* | Implement a TODO: Combine BrowserToolbarModel with ToolbarModel. Also make a... | pkasting@chromium.org | 2010-01-28 | 1 | -11/+0 |
* | [Mac]Implement Cut, Copy and Paste from page menu | suzhe@chromium.org | 2010-01-27 | 1 | -4/+0 |
* | Unload and BeforeUnload handlers would not get invoked within pages inside Ch... | ananta@chromium.org | 2010-01-27 | 1 | -13/+18 |
* | Code Cleanup: Browser::CreateForApp can no longer create TYPE_APP_POPUP windows | rafaelw@chromium.org | 2010-01-26 | 1 | -6/+6 |
* | Split chromeos options page into system and internet. | chocobo@chromium.org | 2010-01-26 | 1 | -6/+16 |
* | [Linux]Implement Cut, Copy and Paste from page menu. | suzhe@chromium.org | 2010-01-25 | 1 | -27/+6 |
* | 3rd step to remove BrowserExtender and to refactor BrowerView for sidebar. | oshima@chromium.org | 2010-01-22 | 1 | -3/+3 |
* | Adds support for phantom tabs. A pinned tab becomes a phantom tab when | sky@chromium.org | 2010-01-22 | 1 | -17/+39 |
* | Revert 36098 because the UI team has decided on a different long-term directi... | jorlow@chromium.org | 2010-01-21 | 1 | -1/+0 |
* | Disable app mode in the model on Mac so it is disabled in the page menu. | pinkerton@chromium.org | 2010-01-20 | 1 | -0/+8 |