| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable the ToolbarModel on Mac and Linux. Implement ChromeFont on Mac. | pinkerton@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -2/+4 |
* | Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI. | glen@chromium.org | 2009-02-25 | 1 | -8/+12 |
* | Allow JS Debugger shortcut to work in fullscreen mode, since there's no reaso... | pkasting@chromium.org | 2009-02-25 | 1 | -5/+7 |
* | Get save page working on posix. | estade@chromium.org | 2009-02-25 | 1 | -6/+6 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -34/+10 |
* | Super-simplistic status bubble on Linux. | evan@chromium.org | 2009-02-19 | 1 | -1/+4 |
* | Fix two problems with bookmarking and fullscreen mode: | pkasting@chromium.org | 2009-02-18 | 1 | -3/+2 |
* | Make interstitial_page.cc compile on Posix. | jhawkins@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -4/+3 |
* | Preliminary fullscreen mode support. | pkasting@chromium.org | 2009-02-18 | 1 | -28/+45 |
* | Take out common functionality from PluginProcessHost and move it to ChildProc... | jam@chromium.org | 2009-02-18 | 1 | -5/+3 |
* | Remove TabContentsDelegate from scaffolding. Remove a large chunk of ifdef'd ... | pinkerton@chromium.org | 2009-02-17 | 1 | -18/+13 |
* | Unstub some more of the Browser object, including the part that sets it as th... | pinkerton@chromium.org | 2009-02-17 | 1 | -1/+8 |
* | When internal functions try to focus the location bar, check whether it's foc... | pkasting@chromium.org | 2009-02-17 | 1 | -4/+8 |
* | Have ChildProcessInfo contain a list of all running child processes (i.e. ins... | jam@chromium.org | 2009-02-13 | 1 | -12/+10 |
* | Porting in chrome/ | phajdan.jr@chromium.org | 2009-02-12 | 1 | -0/+1 |
* | This is an attempt at finding the reason for the page_cycler slowness caused by | mad@chromium.org | 2009-02-12 | 1 | -2/+6 |
* | Make tab_restore_service.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-12 | 1 | -0/+1 |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -4/+3 |
* | Make session_service.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Implement more of the TabContentsDelegate to hook up loading URLs from the lo... | pinkerton@chromium.org | 2009-02-11 | 1 | -4/+2 |
* | This CL ensures we don't store empty values in the autofill form DB. | jcampan@chromium.org | 2009-02-11 | 1 | -3/+0 |
* | Move opener/group relationship forgetting on navigation into TabStripModel fr... | ben@chromium.org | 2009-02-10 | 1 | -30/+2 |
* | Reverting 9493. | kuchhal@chromium.org | 2009-02-10 | 1 | -6/+2 |
* | Relanding of http://codereview.chromium.org/16488. | mad@chromium.org | 2009-02-10 | 1 | -2/+6 |
* | Hook up the browser bar just a little bit more. | jrg@chromium.org | 2009-02-09 | 1 | -5/+1 |
* | Reverting 9408. | brettw@chromium.org | 2009-02-09 | 1 | -6/+2 |
* | Add a new resizer corner. | mad@chromium.org | 2009-02-09 | 1 | -2/+6 |
* | Enable/disable buttons when the corresponding command updates in the model. | pinkerton@chromium.org | 2009-02-06 | 1 | -2/+6 |
* | Remove many more ifdefs around un-used methods to enable more functionality f... | pinkerton@chromium.org | 2009-02-06 | 1 | -21/+19 |
* | Make the new linux browser shut down cleanly. | erg@google.com | 2009-02-06 | 1 | -0/+4 |
* | New menu item for personalization project. | munjal@chromium.org | 2009-02-06 | 1 | -0/+7 |
* | Attempt to fix a crash in case the TabContents gets destroyed somehow. | ben@chromium.org | 2009-02-04 | 1 | -4/+12 |
* | first stab at scaffolding WebContents. | pinkerton@chromium.org | 2009-02-03 | 1 | -6/+2 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -44/+7 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -21/+30 |
* | hookup tabs to the model and handle new tab creation | pinkerton@google.com | 2009-01-29 | 1 | -2/+12 |
* | Remove the Windows set focus call and bad-design browser call from the new tab | brettw@chromium.org | 2009-01-29 | 1 | -0/+7 |
* | Add browser files to the linux build that mac has already | tc@google.com | 2009-01-28 | 1 | -2/+4 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -1/+1 |
* | Re-land this from earlier... unit tests no longer crash. | ben@chromium.org | 2009-01-27 | 1 | -28/+10 |
* | remove scaffolding mock of TabStripModel and replace it with the real deal. R... | pinkerton@google.com | 2009-01-27 | 1 | -8/+14 |
* | Revert change 8693 because it breaks the unit_tests. | nsylvain@chromium.org | 2009-01-27 | 1 | -10/+28 |
* | Extract a cross-platform LocationBar interface accessible via the BrowserWind... | ben@chromium.org | 2009-01-27 | 1 | -28/+10 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -8/+51 |
* | Don't expose the go and star button views directly through the BrowserWindow ... | ben@chromium.org | 2009-01-23 | 1 | -42/+9 |
* | Backs out 8523 in hopes of a greener tree. | sky@google.com | 2009-01-23 | 1 | -19/+5 |
* | Changes to insure that when in app-mode, links open in the default browser. ... | brg@chromium.com | 2009-01-23 | 1 | -5/+19 |
* | Make the browser talk to the status bubble through an abstract interface to r... | ben@chromium.org | 2009-01-22 | 1 | -1/+1 |