| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the Chrome BrowserMainParts implementations to all start with Chrome. ... | jam@chromium.org | 2011-09-08 | 1 | -291/+0 |
* | Refactor some more BrowserMain code. Move the small bit of remaining code tha... | jam@chromium.org | 2011-09-08 | 1 | -28/+0 |
* | Start moving code from BrowserMain to content, so that it can be reused by al... | jam@chromium.org | 2011-09-07 | 1 | -37/+30 |
* | Make a channel and time limited persistent PreRead experiment | chrisha@chromium.org | 2011-08-26 | 1 | -6/+2 |
* | Revert 98319 - Make a channel and time limited persistent PreRead experiment | chrisha@google.com | 2011-08-26 | 1 | -2/+6 |
* | Make a channel and time limited persistent PreRead experiment | chrisha@chromium.org | 2011-08-25 | 1 | -6/+2 |
* | Roll back PreRead experiment | chrisha@chromium.org | 2011-08-20 | 1 | -2/+5 |
* | If no locale data files can be found, show a dialog and exit | tony@chromium.org | 2011-08-12 | 1 | -0/+6 |
* | Make a pre-read A/B field-trial | chrisha@chromium.org | 2011-08-05 | 1 | -6/+3 |
* | Rename CommandLine::GetCommandLineString(). | msw@chromium.org | 2011-07-20 | 1 | -2/+2 |
* | Take two at splitting result codes between content and chrome. | dpranke@chromium.org | 2011-07-19 | 1 | -8/+10 |
* | Revert r92730, r92731, r92732 ... will land again once I ensure the win build... | dpranke@chromium.org | 2011-07-15 | 1 | -10/+8 |
* | This change will split the result codes between content and chrome. | dpranke@chromium.org | 2011-07-15 | 1 | -8/+10 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-14 | 1 | -1/+1 |
* | Only RegisterApplicationRestart for command lines of supported length. | msw@chromium.org | 2011-07-07 | 1 | -6/+9 |
* | Eliminate Window completely. | ben@chromium.org | 2011-06-13 | 1 | -3/+2 |
* | Back out the core of 85152 CL | cpu@chromium.org | 2011-06-07 | 1 | -41/+0 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -3/+3 |
* | Consolidate most CommandLine code across platforms. | msw@chromium.org | 2011-05-14 | 1 | -2/+1 |
* | Change the writting to the 'did run' registry to better account actives | cpu@chromium.org | 2011-05-12 | 1 | -0/+40 |
* | Add a histogram to record time elapsed before we start the browser message loop. | siggi@chromium.org | 2011-04-15 | 1 | -0/+15 |
* | first-run: Pull IsBrowserAlreadyRunning() out of upgrade_util_win.h. | tfarina@chromium.org | 2011-04-15 | 1 | -2/+2 |
* | first-run: Eliminate the ifdefs in upgrade_util.h | tfarina@chromium.org | 2011-04-14 | 1 | -1/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -2/+2 |
* | first-run: Reland refactor of Upgrade class into upgrade_util API. | tfarina@chromium.org | 2011-04-13 | 1 | -2/+2 |
* | Broke ARM compile. | siggi@chromium.org | 2011-04-13 | 1 | -2/+2 |
* | first-run: Refactor Upgrade class into a common upgrade_util API. | tfarina@chromium.org | 2011-04-13 | 1 | -2/+2 |
* | first-run: Refactor Upgrade class. | tfarina@chromium.org | 2011-04-12 | 1 | -0/+1 |
* | Cleanup: Update a bunch of files to the new location of browser_list.h. Part ... | tfarina@chromium.org | 2011-04-06 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Add an exception wrapper to the WindowProc functions so | rvargas@google.com | 2011-03-17 | 1 | -0/+18 |
* | Move some chrome\common code to content in preparation for moving chrome\gpu. | jam@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Move call to c_str() on temporary object to inside the function call | joi@chromium.org | 2011-03-03 | 1 | -2/+2 |
* | Remove the workaround for bug 43461. Use a g_use_system_ssl | wtc@chromium.org | 2011-02-23 | 1 | -7/+6 |
* | Fix DCHECK and remove moot DECLSPEC_IMPORT. | msw@chromium.org | 2011-02-20 | 1 | -4/+4 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-20 | 1 | -2/+37 |
* | Revert 75405 - Register Application Restart with Windows Restart Manager on b... | msw@chromium.org | 2011-02-18 | 1 | -20/+2 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-18 | 1 | -2/+20 |
* | Fix user-to-system-level installation delegation. This looks to have been bro... | robertshield@chromium.org | 2011-02-11 | 1 | -3/+3 |
* | Cross-platform CL to remove app/win/win_util.h&cc and related work. | msw@chromium.org | 2011-02-03 | 1 | -6/+5 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Remove the stubbed out headers in chrome/browser/views. | msw@chromium.org | 2011-01-10 | 1 | -2/+2 |
* | Remove wstring from l10n_util. Part 5. | avi@chromium.org | 2011-01-05 | 1 | -12/+12 |
* | Move app/win_util to app/win and fix the namespace usage. | brettw@google.com | 2010-12-31 | 1 | -5/+5 |
* | Installer cleanup | amit@chromium.org | 2010-12-16 | 1 | -2/+1 |
* | Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... | robertshield@chromium.org | 2010-12-15 | 1 | -2/+2 |
* | Revert 69196 - Revert 69190 - Revert 68827 - Use SChannel for Windows. | willchan@chromium.org | 2010-12-15 | 1 | -4/+0 |
* | Revert 69190 - Revert 68827 - Use SChannel for Windows. | willchan@chromium.org | 2010-12-14 | 1 | -0/+4 |