| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes possible crash in creating Browser. The crash could happen | sky@google.com | 2008-11-21 | 1 | -0/+5 |
* | Discard CHAR events if their corresponding KEY_DOWN events triggered accelera... | pkasting@chromium.org | 2008-11-21 | 2 | -2/+17 |
* | Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc... | pinkerton@google.com | 2008-11-21 | 2 | -0/+7 |
* | Adds various docking positions when dragging around a tab. I've added | sky@google.com | 2008-11-20 | 12 | -107/+1079 |
* | * fix build error | kuchhal@chromium.org | 2008-11-20 | 1 | -1/+1 |
* | * fix build error | kuchhal@chromium.org | 2008-11-20 | 1 | -1/+2 |
* | - If the exe rename command fails try calling Google Update to do the same jo... | kuchhal@chromium.org | 2008-11-20 | 1 | -6/+37 |
* | Don't CHECK if we couldn't get a handle to the renderer process, it may have ... | jam@chromium.org | 2008-11-20 | 1 | -1/+1 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -3/+3 |
* | Revert "Make the net resource interface use StringPiece instead of | tc@google.com | 2008-11-20 | 1 | -3/+3 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -3/+3 |
* | Don't execute a NOTREACHED in TabStrip::DestroyDraggedSourceTab if the | sky@google.com | 2008-11-20 | 1 | -1/+2 |
* | Cache the generated html for directory listings. This will allow the net res... | deanm@chromium.org | 2008-11-19 | 1 | -7/+26 |
* | Move creation of 'open with' registry keys to installer. We should place nice... | kuchhal@chromium.org | 2008-11-19 | 3 | -99/+1 |
* | Fixes crash when showing modal dialog from context menu. With this | sky@google.com | 2008-11-19 | 3 | -5/+77 |
* | Re-land this change: http://codereview.chromium.org/10967/show | ben@chromium.org | 2008-11-19 | 19 | -71/+44 |
* | Remove chrome\browser\frame_util.cc from the SCons build. | sgk@google.com | 2008-11-19 | 1 | -1/+0 |
* | Send the chrome.dll base address in the UMA initial log. This will help us d... | deanm@chromium.org | 2008-11-19 | 1 | -0/+9 |
* | Enforce httponly on cookies coming from the renderer. This prevents javascri... | deanm@chromium.org | 2008-11-19 | 1 | -1/+2 |
* | Submitting for developer0420@gmail.com | joshia@google.com | 2008-11-19 | 2 | -7/+53 |
* | Change by Alex Mendes da Costa <alexmdac@google.com> | beng@google.com | 2008-11-19 | 3 | -4/+28 |
* | Land this change again now I've fixed the crash. | ben@chromium.org | 2008-11-19 | 34 | -268/+186 |
* | Remove cf_html from webdropdata.h. This is windows | tc@google.com | 2008-11-19 | 1 | -2/+2 |
* | put back this change now chromebot has had a chance to run | ben@chromium.org | 2008-11-19 | 1 | -2/+1 |
* | Make sure the browser window is visible, even if the startup info says that i... | ben@chromium.org | 2008-11-19 | 1 | -1/+3 |
* | Fix a crash that occurs during the browser shutdown process. | paulg@google.com | 2008-11-18 | 1 | -8/+15 |
* | fix bustage | ben@chromium.org | 2008-11-18 | 1 | -1/+2 |
* | Roll back a bunch of changes to tab dragging that seem to not have helped red... | ben@chromium.org | 2008-11-18 | 4 | -156/+72 |
* | Revert 5607 because it caused a base_unittest failure. | maruel@chromium.org | 2008-11-18 | 3 | -136/+2 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-18 | 3 | -2/+136 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 34 | -182/+268 |
* | Clean up a friend test declaration. | paulg@google.com | 2008-11-18 | 1 | -1/+2 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 34 | -268/+182 |
* | At Yahoo!'s request, add a "fr=crmas" identifier to their prepopulate entries... | pkasting@chromium.org | 2008-11-17 | 1 | -69/+103 |
* | It's possible for GetOleInterface() to return NULL. Degrade gracefully in th... | pkasting@chromium.org | 2008-11-17 | 2 | -3/+10 |
* | Attempt at fixing possible crash in ModalHTMLDialogDelegate. It's | sky@google.com | 2008-11-17 | 2 | -9/+20 |
* | Changes about view to explicitly set the background to white. This way | sky@google.com | 2008-11-17 | 1 | -0/+1 |
* | Rollback! Now with 25% more HWND. | ben@chromium.org | 2008-11-17 | 15 | -35/+63 |
* | Makes opening a bookmark activate the window. | sky@google.com | 2008-11-17 | 1 | -2/+4 |
* | fixing bustage | ben@chromium.org | 2008-11-17 | 2 | -3/+3 |
* | Remove HWND from TabContents creation. | ben@chromium.org | 2008-11-17 | 13 | -60/+32 |
* | Quick test to locate position of crash on qemu. Will remove after one batch o... | ben@chromium.org | 2008-11-16 | 1 | -1/+2 |
* | Prevent crashes in QEMU by (correctly) saying no commands are enabled when th... | ben@chromium.org | 2008-11-16 | 1 | -0/+4 |
* | Fix erase method usage on STL containers in Chrome. Invoking erase on the ite... | ananta@chromium.org | 2008-11-15 | 3 | -4/+12 |
* | Open up SDCH for all sites, in preparation for latency tests | jar@google.com | 2008-11-15 | 1 | -2/+2 |
* | Remove a bunch of NULL checks that seem unnecessary, and document some checks... | ben@chromium.org | 2008-11-15 | 2 | -66/+33 |
* | Make the Browser restore saved last size/position using the WindowDelegate co... | ben@chromium.org | 2008-11-15 | 4 | -21/+23 |
* | RandUInt -> RandUint to match the style of other Uint functions. | deanm@chromium.org | 2008-11-14 | 2 | -2/+2 |
* | Rewire the throbber so that the timer for updating lives on BrowserView, not ... | ben@chromium.org | 2008-11-14 | 10 | -90/+69 |
* | Switch to avoid first-run pop-up from displaying while in app-mode. | brg@chromium.com | 2008-11-14 | 1 | -0/+5 |