| Commit message (Expand) | Author | Age | Files | Lines |
* | I tried running the browser in Purify and the browser crashed on me. | finnur@google.com | 2008-12-09 | 1 | -8/+11 |
* | Cleanup part 3. | pkasting@chromium.org | 2008-12-08 | 1 | -69/+68 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -62/+62 |
* | Makes the tab restore service persist closed tabs/windows to disk and | sky@google.com | 2008-12-06 | 1 | -5/+1 |
* | Chromium-MultiProfile-Prototype | munjal@chromium.org | 2008-12-03 | 1 | -1/+46 |
* | The onbeforeunload event could be sent more than once to a page. | jcampan@chromium.org | 2008-12-03 | 1 | -16/+12 |
* | Changes tab restore service to handle restoring closed windows as a | sky@google.com | 2008-11-25 | 1 | -8/+14 |
* | Get rid of ISO-8859-9 in the character encoding menu because it's now treated... | jungshik@google.com | 2008-11-25 | 1 | -2/+0 |
* | Attempt 2 at this fix. I hit after my patch. The problem appears to be | sky@google.com | 2008-11-21 | 1 | -5/+0 |
* | Fixes possible crash in creating Browser. The crash could happen | sky@google.com | 2008-11-21 | 1 | -0/+5 |
* | Adds various docking positions when dragging around a tab. I've added | sky@google.com | 2008-11-20 | 1 | -2/+10 |
* | Re-land this change: http://codereview.chromium.org/10967/show | ben@chromium.org | 2008-11-19 | 1 | -11/+4 |
* | Land this change again now I've fixed the crash. | ben@chromium.org | 2008-11-19 | 1 | -32/+27 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 1 | -27/+32 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 1 | -32/+27 |
* | Rollback! Now with 25% more HWND. | ben@chromium.org | 2008-11-17 | 1 | -4/+11 |
* | Remove HWND from TabContents creation. | ben@chromium.org | 2008-11-17 | 1 | -11/+4 |
* | Prevent crashes in QEMU by (correctly) saying no commands are enabled when th... | ben@chromium.org | 2008-11-16 | 1 | -0/+4 |
* | Remove a bunch of NULL checks that seem unnecessary, and document some checks... | ben@chromium.org | 2008-11-15 | 1 | -64/+27 |
* | Make the Browser restore saved last size/position using the WindowDelegate co... | ben@chromium.org | 2008-11-15 | 1 | -20/+12 |
* | Rewire the throbber so that the timer for updating lives on BrowserView, not ... | ben@chromium.org | 2008-11-14 | 1 | -8/+5 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -110/+41 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -4/+4 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -154/+144 |
* | Adds the ability for save dialogs to take a default extension. | sky@google.com | 2008-11-12 | 1 | -2/+3 |
* | Break out command execution from ExecuteCommand implementation into separate ... | ben@chromium.org | 2008-11-12 | 1 | -486/+456 |
* | Reorder browser.cc to match style guide, and remove browser_commands.cc | ben@chromium.org | 2008-11-12 | 1 | -753/+1692 |
* | Reorder functions in browser.h | ben@chromium.org | 2008-11-12 | 1 | -16/+4 |
* | oops | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | oops | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se... | ben@chromium.org | 2008-11-11 | 1 | -1/+3 |
* | Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec... | ben@chromium.org | 2008-11-11 | 1 | -43/+0 |
* | More cleanup in Browser: | ben@chromium.org | 2008-11-11 | 1 | -8/+5 |
* | These files were missed from my last cleanup CL. | beng@google.com | 2008-11-11 | 1 | -57/+4 |
* | Removes the old frames. | ben@chromium.org | 2008-11-10 | 1 | -163/+0 |
* | Roll back. Sigh. Still not fixed. | ben@chromium.org | 2008-11-05 | 1 | -1/+2 |
* | Reinstate this commented-out code now the root cause of the problem has been ... | ben@chromium.org | 2008-11-05 | 1 | -2/+1 |
* | This is r4523, with a few changes to make things work under Vista. | erg@google.com | 2008-11-05 | 1 | -37/+0 |
* | Revert change r4523 because Vista doesn't like it. | erg@google.com | 2008-11-04 | 1 | -0/+37 |
* | Redo how we block popups. Rip out the old constrained popup window cruft (whi... | erg@google.com | 2008-11-04 | 1 | -37/+0 |
* | Revert some of my earlier change to see if this fixes dist tests, and revert ... | ben@chromium.org | 2008-11-03 | 1 | -1/+2 |
* | Adding preferences and clear browsing data for form autofill. | jcampan@chromium.org | 2008-10-31 | 1 | -0/+4 |
* | Changes session restore to account for apps and popups. If you have | sky@google.com | 2008-10-30 | 1 | -7/+2 |
* | Fix a couple of tab related bugs: | ben@chromium.org | 2008-10-29 | 1 | -0/+4 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -19/+22 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Remember the clear browsing data combo box selection. | finnur@google.com | 2008-10-25 | 1 | -0/+1 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -2/+8 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 1 | -5/+2 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -4/+3 |