| Commit message (Expand) | Author | Age | Files | Lines |
* | Put version.dll back into chrome.exe's deps after not paying close enough | pamg@google.com | 2008-08-31 | 1 | -0/+1 |
* | Add version.dll as an expected dependency for chrome.exe again, now that | pamg@google.com | 2008-08-30 | 1 | -1/+1 |
* | By default, use DLL dependencies for Chromium rather than for Google Chrome. | pamg@google.com | 2008-08-30 | 1 | -3/+4 |
* | Switch to building Chromium rather than Google Chrome by default. | pamg@google.com | 2008-08-30 | 3 | -9/+1 |
* | Move SQLite from src/chrome/third_party to src/third_party | aa@google.com | 2008-08-30 | 79 | -75990/+7 |
* | Disable the constrained popup window title checking test. | erg@google.com | 2008-08-30 | 1 | -2/+1 |
* | Fix the order when setting the last error code. On XP, it was reset by the Ge... | maruel@google.com | 2008-08-30 | 1 | -2/+3 |
* | Initialize Breakpad for Chromium as well. | rahulk@google.com | 2008-08-29 | 4 | -14/+32 |
* | Do not put version info in patch archive file name. It is not useful as user ... | rahulk@google.com | 2008-08-29 | 1 | -4/+1 |
* | On line 138 of protocol_manager.cc we were converting a std::string | ifette@google.com | 2008-08-29 | 1 | -1/+1 |
* | Implement the 11th hour Google Chrome Beta behaviour for constrained | erg@google.com | 2008-08-29 | 1 | -46/+36 |
* | Make the user data directory configurable from the cmdline | mbelshe@google.com | 2008-08-29 | 1 | -7/+12 |
* | This file should have been removed awhile ago when we | aa@google.com | 2008-08-29 | 1 | -145/+0 |
* | Fix the unit test when run from a MUI-Aware Vista installation and the curren... | maruel@google.com | 2008-08-29 | 1 | -12/+36 |
* | Exe/Dlls dependencies can be different between Chromium/Google Chrome. Add su... | rahulk@google.com | 2008-08-29 | 2 | -5/+35 |
* | Adds a logging level command line switch | cpu@google.com | 2008-08-29 | 5 | -4/+24 |
* | Modifies the query parser to provide the position of the match in the | sky@google.com | 2008-08-29 | 9 | -44/+145 |
* | Makes the HistoryContentsProvider query bookmark titles. I nuked a | sky@google.com | 2008-08-29 | 5 | -64/+179 |
* | Fix two tests that expected en-US locale and were failing otherwise. | maruel@google.com | 2008-08-29 | 2 | -4/+19 |
* | Update chrome strings. | tc@google.com | 2008-08-29 | 4 | -15/+15 |
* | Fixes bug where it was possible for tab to get the wrong title. Came | sky@google.com | 2008-08-29 | 2 | -9/+47 |
* | Fix disabled debugger project in JSC. | pamg@google.com | 2008-08-29 | 1 | -0/+1 |
* | Rollback 1529. | rahulk@google.com | 2008-08-29 | 4 | -1/+8 |
* | fix build failure | rahulk@google.com | 2008-08-29 | 1 | -1/+0 |
* | Last minute changes for Chromium. | rahulk@google.com | 2008-08-29 | 3 | -7/+1 |
* | Made changes to the JavaScript debugger in preparing for an upcoming | sgjesse@google.com | 2008-08-29 | 13 | -104/+180 |
* | SCons build: Generate the chromium_strings* and google_chrome_string* | sgk@google.com | 2008-08-29 | 1 | -2/+21 |
* | Remove navigation_performance_viewer.{cc,h} from the SCons build, | sgk@google.com | 2008-08-29 | 3 | -112/+1 |
* | We don't need to support win2k, so we can always use rand_s. We can also use... | deanm@google.com | 2008-08-29 | 1 | -25/+2 |
* | Fixes crash in ClearBrowsingDataView that can only occur during the | sky@google.com | 2008-08-28 | 2 | -6/+19 |
* | We should not EXPECT to get a browser object or a window object, we should AS... | finnur@google.com | 2008-08-28 | 3 | -13/+18 |
* | Forgotten unit test chanes. | brettw@google.com | 2008-08-28 | 4 | -9/+17 |
* | Make a step on refactoring navigation. The eventual plan is to have the Navig... | brettw@google.com | 2008-08-28 | 12 | -255/+299 |
* | Fix tests that break with Chromium build. | rahulk@google.com | 2008-08-28 | 3 | -3/+20 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 15 | -59/+69 |
* | Attempt at fixing crash in TaskManager. I'm skeptical this is it, but | sky@google.com | 2008-08-28 | 1 | -2/+2 |
* | Fix for the redness in the interactive test. We were using GetActiveWindow to... | finnur@google.com | 2008-08-28 | 1 | -6/+5 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 5 | -9/+20 |
* | This call is incorrect because calling it here allows any subframe to update ... | mmoss@google.com | 2008-08-28 | 1 | -4/+0 |
* | Enable logging on memory tests for debugging. | mbelshe@google.com | 2008-08-28 | 1 | -0/+2 |
* | Split the AutocompletePopup into model and view classes, step 1. | pkasting@google.com | 2008-08-28 | 5 | -821/+791 |
* | No code change, just changing a comment (a nit from my previous review). This... | finnur@google.com | 2008-08-28 | 1 | -3/+3 |
* | fix typo | rahulk@google.com | 2008-08-28 | 1 | -1/+1 |
* | Set svn:eol-style = LF and normalize newlines as on other files | mmentovai@google.com | 2008-08-28 | 1 | -3/+4 |
* | Adding a test to catch regressions where the Find box moves when you open and... | finnur@google.com | 2008-08-28 | 12 | -71/+274 |
* | Fixes regression where we were no longer deleting TabContents when | sky@google.com | 2008-08-28 | 2 | -11/+21 |
* | Use distribution specific branding for binaries version stamp. | rahulk@google.com | 2008-08-28 | 4 | -7/+12 |
* | Fix problem of safebrowsing database removing an add for a hostname when it g... | jabdelmalek@google.com | 2008-08-28 | 2 | -2/+31 |
* | Add region-specific suggest URLs for Yahoo_xx search engines where suggest se... | jungshik@google.com | 2008-08-28 | 1 | -45/+86 |
* | Change Chrome references to Chromium on about:memory page. | rahulk@google.com | 2008-08-28 | 2 | -4/+4 |