| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the 0x0 canvas used for computing text sizes. Creating this is not nec... | brettw@google.com | 2008-11-13 | 3 | -92/+90 |
* | Allow chromium to be built with some system libs by introducing | evanm@google.com | 2008-11-12 | 2 | -3/+6 |
* | Make unit_tests pass with pt_BR.UTF-8 locale. | tc@google.com | 2008-11-12 | 5 | -0/+663 |
* | Fixes text field background when disabled/read-only to better match | sky@google.com | 2008-11-12 | 2 | -23/+44 |
* | * Try to rename chrome exes in shutdown path as well. | kuchhal@chromium.org | 2008-11-12 | 4 | -21/+37 |
* | New functions in WebDatabase and WebDataService for the removal of form entri... | petersont@google.com | 2008-11-12 | 5 | -8/+172 |
* | Fix http://code.google.com/p/chromium/issues/detail?id=4270. Test case added. | mpcomplete@google.com | 2008-11-12 | 3 | -1/+63 |
* | Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ... | pkasting@chromium.org | 2008-11-12 | 3 | -16/+37 |
* | Adds the ability for save dialogs to take a default extension. | sky@google.com | 2008-11-12 | 10 | -36/+56 |
* | Fix infobubble crash due to first run bubble having slightly different initia... | ben@chromium.org | 2008-11-12 | 2 | -9/+4 |
* | Fixes bug in showing context menu for buttons. In particular because | sky@google.com | 2008-11-12 | 4 | -15/+25 |
* | Fixes two menu bugs: | sky@google.com | 2008-11-12 | 1 | -1/+20 |
* | Uncomment out these two lines I commented out a few weeks ago so that the tru... | ben@chromium.org | 2008-11-12 | 1 | -4/+0 |
* | Break out command execution from ExecuteCommand implementation into separate ... | ben@chromium.org | 2008-11-12 | 2 | -514/+519 |
* | * fix linux build | tc@google.com | 2008-11-12 | 2 | -2/+2 |
* | If setProcessBackgrounded fails, don't continue through | mbelshe@google.com | 2008-11-12 | 1 | -1/+4 |
* | Omnibox metrics logging patch splitout, part 4: Reorder fields of Autocomplet... | pkasting@chromium.org | 2008-11-12 | 1 | -39/+39 |
* | * Need to read version from registry if relaunching browser. | kuchhal@chromium.org | 2008-11-12 | 4 | -4/+8 |
* | Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a... | pkasting@chromium.org | 2008-11-12 | 3 | -17/+13 |
* | Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ... | pkasting@chromium.org | 2008-11-12 | 4 | -44/+23 |
* | Use the systemwide google_update pipe when registering for crash services | cpu@google.com | 2008-11-12 | 1 | -4/+15 |
* | Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st... | pkasting@chromium.org | 2008-11-12 | 5 | -86/+70 |
* | Makes sure ResourceDispatcherHost properly cleans up a cancelled | sky@google.com | 2008-11-12 | 1 | -1/+10 |
* | Reorder browser.cc to match style guide, and remove browser_commands.cc | ben@chromium.org | 2008-11-12 | 4 | -1705/+1700 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 3 | -11/+23 |
* | Fix a race condition in SyncChannel that would happen if a nested Send occurr... | jam@chromium.org | 2008-11-12 | 2 | -97/+101 |
* | Reorder functions in browser.h | ben@chromium.org | 2008-11-12 | 7 | -295/+236 |
* | Fix history_indexer.idl to stop from rebuilding it every time. | maruel@chromium.org | 2008-11-12 | 1 | -0/+12 |
* | Force the line endings on .sln files to be CRLF. | tc@google.com | 2008-11-12 | 2 | -5678/+5678 |
* | Changes TableView to have its own mouse handling code so that we can | sky@google.com | 2008-11-12 | 5 | -8/+158 |
* | oops | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | oops | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | Remove some Windows-specific stuff from RenderProcessHost by having callers g... | brettw@google.com | 2008-11-11 | 12 | -28/+21 |
* | Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se... | ben@chromium.org | 2008-11-11 | 3 | -7/+5 |
* | Style fixes to BlockedPopupContainer before I submit | erg@google.com | 2008-11-11 | 2 | -20/+26 |
* | Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec... | ben@chromium.org | 2008-11-11 | 5 | -60/+66 |
* | Accept the changes in the UI Language in Options ... -> Language Menu only if... | sidchat@google.com | 2008-11-11 | 2 | -4/+18 |
* | More cleanup in Browser: | ben@chromium.org | 2008-11-11 | 11 | -121/+36 |
* | Handle the possibility of failure when starting a | paulg@google.com | 2008-11-11 | 6 | -26/+10 |
* | Only block alert() requests from blocked popups; not all popups. | erg@google.com | 2008-11-11 | 10 | -89/+198 |
* | Fix a crash when dismissing an infobubble... could not locate Window* | ben@chromium.org | 2008-11-11 | 2 | -6/+9 |
* | * Revert "Por rt flush_cache tool." | agl@chromium.org | 2008-11-11 | 5 | -29/+55 |
* | Port flush_cache tool. | agl@chromium.org | 2008-11-11 | 5 | -55/+29 |
* | These files were missed from my last cleanup CL. | beng@google.com | 2008-11-11 | 2 | -63/+4 |
* | Cleanup and rearrange methods on BrowserWindow interface. | beng@google.com | 2008-11-11 | 11 | -165/+50 |
* | Ensure that windowed plugins get focus during WM_MOUSEACTIVATE. This fixes | ananta@chromium.org | 2008-11-11 | 1 | -18/+20 |
* | make sure we match all the tests and files that linux has running. We were ne... | pinkerton@google.com | 2008-11-11 | 2 | -6/+72 |
* | NO CODE CHANGE. Just force a build. | maruel@chromium.org | 2008-11-11 | 1 | -4/+3 |
* | Add support for 256 bit full hashes to the new implementation. | paulg@google.com | 2008-11-11 | 15 | -615/+1045 |
* | Rename BrowserView2 to BrowserView. | ben@chromium.org | 2008-11-11 | 15 | -178/+174 |