| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moving the page contents message processing to the RenderViewHost. | jcampan@chromium.org | 2010-01-18 | 1 | -2/+2 |
* | Revert 36442 - Still causing test failures | jcampan@chromium.org | 2010-01-16 | 1 | -2/+2 |
* | 4th attempt at landing this. | jcampan@chromium.org | 2010-01-16 | 1 | -2/+2 |
* | Tab-modal dialog improvements: | zelidrag@google.com | 2010-01-15 | 1 | -0/+9 |
* | Enable the context menu and developer menu "View source" items at the same time. | brettw@chromium.org | 2010-01-15 | 1 | -6/+1 |
* | Revert 36362 - It breaks NACLTests and Chrome Frame Tests | jcampan@chromium.org | 2010-01-15 | 1 | -2/+2 |
* | 3rd attempt at landing the language detection on page load. | jcampan@chromium.org | 2010-01-15 | 1 | -2/+2 |
* | Adds "Delete Local Storage" option to "Clear Browsing Data" for Windows and G... | jorlow@chromium.org | 2010-01-13 | 1 | -0/+1 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -4/+0 |
* | Mac: Add favicons to task manager. | thakis@chromium.org | 2010-01-13 | 1 | -2/+2 |
* | Revert 35888 - Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -2/+2 |
* | Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -2/+2 |
* | Revert 35883 - Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -2/+2 |
* | Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -2/+2 |
* | Mac: temporarily disable Full Screen and Task Manager. | viettrungluu@chromium.org | 2010-01-08 | 1 | -0/+8 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -3/+3 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -2/+2 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -2/+2 |
* | Copy, Cut&Paste for chromeos | oshima@chromium.org | 2010-01-06 | 1 | -3/+12 |
* | Append profile info to win7 app id per issue 30414 | xiyuan@chromium.org | 2010-01-06 | 1 | -3/+7 |
* | Native Cocoa bookmark manager, part 1 | snej@chromium.org | 2010-01-05 | 1 | -2/+0 |
* | Forbid reloading the Inspector window. | apavlov@chromium.org | 2009-12-25 | 1 | -2/+26 |
* | Handle extensions correctly when the default download location is not writable | kinuko@chromium.org | 2009-12-25 | 1 | -1/+1 |
* | Allow app/popup Windows to be programmatically sent a CURRENT_TAB navigation ... | pkasting@chromium.org | 2009-12-19 | 1 | -6/+5 |