| Commit message (Expand) | Author | Age | Files | Lines |
* | When restoring a session, the browser is shown after a tab is selected causin... | jcampan@chromium.org | 2009-02-25 | 2 | -6/+9 |
* | Add the hunspell project to Chrome.app and get spellchecker compiling | shess@chromium.org | 2009-02-25 | 5 | -38/+80 |
* | Handle keys like alt-f4 when focus has been cleared by making sure we don't e... | pkasting@chromium.org | 2009-02-25 | 3 | -32/+26 |
* | Add bug links for ProcessSingleton. | evan@chromium.org | 2009-02-25 | 1 | -2/+3 |
* | change a str pass by value. Words fail me to describe this CL better | cpu@google.com | 2009-02-25 | 2 | -2/+2 |
* | Implement accelerators in the gtk port. | erg@google.com | 2009-02-25 | 8 | -68/+157 |
* | Revert "Disabling tests that are failing." | kuchhal@chromium.org | 2009-02-25 | 1 | -13/+11 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 14 | -1/+59 |
* | Change url bar text according to the model when updating the toolbar. Fix vta... | pinkerton@chromium.org | 2009-02-25 | 8 | -44/+48 |
* | Avoid race crash: Don't drop reference to URL fetcher until data is extracted | jar@chromium.org | 2009-02-25 | 1 | -4/+3 |
* | Import .gyp files into the Chromium tree | mark@chromium.org | 2009-02-25 | 2 | -0/+1690 |
* | Linux: switch red and blue channels | agl@chromium.org | 2009-02-25 | 1 | -2/+2 |
* | Dynamically load FFmpeg DLLs if present and --enable-video is on. | scherkus@chromium.org | 2009-02-25 | 3 | -3/+63 |
* | Fix the case of invoking chrome with --install-extension when chrome was not | mpcomplete@google.com | 2009-02-25 | 1 | -1/+4 |
* | Ports SpellChecker to use FilePaths instead of wstring. | estade@chromium.org | 2009-02-25 | 7 | -70/+66 |
* | Update animations in fullscreen mode to prevent stuck throbbers. | pkasting@chromium.org | 2009-02-25 | 2 | -25/+28 |
* | One more ElideUrl->GetCleanStringFromUrl | estade@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Linux: server side backing stores | agl@chromium.org | 2009-02-25 | 28 | -88/+596 |
* | Enable the ToolbarModel on Mac and Linux. Implement ChromeFont on Mac. | pinkerton@chromium.org | 2009-02-25 | 8 | -20/+127 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 10 | -16/+17 |
* | Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl() | estade@chromium.org | 2009-02-25 | 4 | -10/+11 |
* | Revert "Fixing WebKeyboardEvent." | kuchhal@chromium.org | 2009-02-25 | 5 | -9/+12 |
* | Fix menubar activation in context of temp LSUIElement=1 hack. | jrg@chromium.org | 2009-02-25 | 1 | -1/+7 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-02-25 | 5 | -12/+9 |
* | Force the browser to restored mode before going fullscreen, since Windows doe... | pkasting@chromium.org | 2009-02-25 | 2 | -13/+23 |
* | Remove code that adds "Url Protocol" key to registry entry | sverrir@chromium.org | 2009-02-25 | 2 | -4/+12 |
* | Add following files to chrome.xcodeproj to fix Mac build: | phajdan.jr@chromium.org | 2009-02-25 | 1 | -0/+4 |
* | Fixes bogus DCHECK in bookmark_bar_view. I needed to add the check for | sky@google.com | 2009-02-25 | 2 | -2/+2 |
* | Remove memory model experiment | jar@chromium.org | 2009-02-25 | 5 | -42/+10 |
* | Compile parts of chrome/browser/automation on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 6 | -49/+177 |
* | Some files I forgot in my previous view-source change. | brettw@chromium.org | 2009-02-25 | 5 | -1/+47 |
* | Disable ThirtyFoudTabs test as it is failing consitently now on all buildbots. | kuchhal@chromium.org | 2009-02-25 | 1 | -1/+3 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 44 | -155/+176 |
* | Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI. | glen@chromium.org | 2009-02-25 | 21 | -254/+298 |
* | Make bookmark_context_menu.cc and bookmark_drop_info.cc compile on Posix. | jhawkins@chromium.org | 2009-02-25 | 10 | -36/+151 |
* | Fix bad path to grit run. | thomasvl@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Make non-glass popups match new mockup from Glen. | pkasting@chromium.org | 2009-02-25 | 14 | -102/+102 |
* | Allow JS Debugger shortcut to work in fullscreen mode, since there's no reaso... | pkasting@chromium.org | 2009-02-25 | 1 | -5/+7 |
* | Fix system menu positioning a bit. In Aero glass, the maximized mode menu wa... | pkasting@chromium.org | 2009-02-25 | 2 | -5/+9 |
* | Trying again to land this CL that makes the browser focus UI tests in process. | jcampan@chromium.org | 2009-02-25 | 7 | -247/+431 |
* | Sandbox fix - warmup -[NSColor colorUsingColorSpaceName]. | jeremy@chromium.org | 2009-02-25 | 2 | -2/+11 |
* | Add "new tab" ui to the build and remove some of the scaffolding. Fix compati... | pinkerton@chromium.org | 2009-02-25 | 5 | -21/+43 |
* | Make basic bits of chrome/test/automation build on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 9 | -85/+118 |
* | Initial support for Renderer Side Histograms | jar@chromium.org | 2009-02-25 | 14 | -12/+252 |
* | An experimental fix for Issue 7707. | hbono@chromium.org | 2009-02-25 | 1 | -0/+7 |
* | Temporary fix for the Cocoa-in-renderer problem. | jrg@chromium.org | 2009-02-25 | 4 | -8/+44 |
* | Adds some debugging code in hopes of figuring out who is removing the | sky@google.com | 2009-02-25 | 3 | -4/+20 |
* | Add a new message id IDS_LOGIN_DIALOG_DESCRIPTION_NO_REALM, | wtc@chromium.org | 2009-02-25 | 2 | -4/+10 |
* | Always log out how many user scripts were injected, not just | aa@chromium.org | 2009-02-25 | 1 | -4/+2 |
* | ui test fail. revert. | ben@chromium.org | 2009-02-25 | 11 | -171/+91 |