| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing linux platform for chromeos. This involved moving platform_util and... | dhg@chromium.org | 2010-04-29 | 1 | -1/+1 |
* | linux: unify proxy config docs | evan@chromium.org | 2010-04-28 | 1 | -3/+8 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -1/+2 |
* | Linux: On unsupported DE, show local help page about configuring proxies. | mattm@chromium.org | 2010-04-01 | 1 | -0/+22 |
* | A basic implementation of information about appcache. Lists manifest files, t... | kkanetkar@chromium.org | 2010-03-27 | 1 | -0/+6 |
* | Replace about:plugins page with new page. | viettrungluu@chromium.org | 2010-03-24 | 1 | -38/+7 |
* | Further reduce the bad dependency of chrome/common on chrome/browser. | phajdan.jr@chromium.org | 2010-02-24 | 1 | -1/+1 |
* | do not mention other browsers in about:memory for chromeos | kuan@chromium.org | 2010-02-23 | 1 | -0/+4 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | BUG=http://crbug.com/34161 | jrg@chromium.org | 2010-02-17 | 1 | -1/+3 |
* | Add command line to about:version. | pam@chromium.org | 2010-02-12 | 1 | -0/+16 |
* | BSD port: another chunk of chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-03 | 1 | -3/+1 |
* | Fix build error. | jshin@chromium.org | 2010-01-09 | 1 | -2/+1 |
* | Make about:plugin page get rendered properly in Hebrew and Arabic Chrome. Als... | jshin@chromium.org | 2010-01-09 | 1 | -16/+12 |
* | Fix linux/mac tree | jar@chromium.org | 2009-12-30 | 1 | -0/+2 |
* | Provide a quick and dirty way to reset about:objects data | jar@chromium.org | 2009-12-30 | 1 | -8/+10 |
* | Move channel (beta,dev,stable) determination code to a common location. | jrg@chromium.org | 2009-12-15 | 1 | -0/+3 |
* | Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma... | eroman@chromium.org | 2009-12-08 | 1 | -6/+51 |
* | Point #include lines to files in the new tcmalloc/chromium local branch. | sgk@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | Fix DCHECK() failure when about:memory used. | viettrungluu@chromium.org | 2009-11-20 | 1 | -11/+11 |
* | Plumb through off the record state from the URL request to the | tony@chromium.org | 2009-11-17 | 1 | -2/+4 |
* | add chromeos credits | davemoore@chromium.org | 2009-11-16 | 1 | -0/+18 |
* | Part 1 of implementing captcha for sync dialog. | tim@chromium.org | 2009-11-11 | 1 | -6/+7 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -0/+2 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -1/+2 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -2/+1 |
* | Fifth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -1/+2 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -2/+5 |
* | Convert chrome_url_data_manager (previously a global) into a Singleton. This | tony@chromium.org | 2009-10-30 | 1 | -1/+1 |
* | Revert "Convert chrome_url_data_manager (previously a global) into a" | tony@chromium.org | 2009-10-30 | 1 | -1/+1 |
* | Convert chrome_url_data_manager (previously a global) into a | tony@chromium.org | 2009-10-30 | 1 | -1/+1 |
* | Move chromeos code to namespace chromeos. | chocobo@google.com | 2009-10-30 | 1 | -5/+5 |
* | Remove the browser_sync flag. | zork@chromium.org | 2009-10-27 | 1 | -6/+0 |
* | Rename CHROME_PERSONALIZATION to BROWSER_SYNC. | nick@chromium.org | 2009-10-17 | 1 | -7/+6 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -2/+3 |
* | Display tcmalloc debug output from renderer processes in about:tcmalloc. | sgk@chromium.org | 2009-10-08 | 1 | -4/+42 |
* | Rollback Scavenge implemetation and rely on existing functionality to free | jar@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Implement about:ipc dialog for Mac. | jrg@chromium.org | 2009-09-28 | 1 | -5/+9 |
* | Add a simple about:tcmalloc page that just displays its canned stats. | sgk@chromium.org | 2009-09-22 | 1 | -0/+21 |
* | Retry of r26698. | estade@chromium.org | 2009-09-21 | 1 | -23/+0 |
* | Reverting r26698. Somehow this broke scons? | estade@chromium.org | 2009-09-21 | 1 | -0/+23 |
* | Linux: Remove linux splash page and printing command line switch. | estade@chromium.org | 2009-09-21 | 1 | -23/+0 |
* | Change the URLs used to access "view-cache:" and "view-net-internals:". | eroman@chromium.org | 2009-09-14 | 1 | -14/+24 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -4/+4 |
* | Remove deprecated status flags from sync | zork@google.com | 2009-09-10 | 1 | -1/+0 |
* | Add skeleton for an about:net-internal page. | eroman@chromium.org | 2009-09-01 | 1 | -1/+13 |
* | When running on chrome OS about:version now shows OS version. | sky@chromium.org | 2009-09-01 | 1 | -24/+91 |