| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 1 | -3/+3 |
* | override chrome:// URLs via extensions. | erikkay@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Remove personalization.h/cc by putting things in final resting places | tim@chromium.org | 2009-08-20 | 1 | -2/+106 |
* | Some personalization cleanup: | tim@chromium.org | 2009-08-15 | 1 | -0/+6 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -2/+2 |
* | Add an about:inducebrowsercrashforrealz URL. | jeremy@chromium.org | 2009-06-25 | 1 | -0/+8 |
* | Automatically adapt to faster/slower uploads of renderer histograms | jar@chromium.org | 2009-05-28 | 1 | -8/+10 |
* | Add splash appropriate for Linux official builds. | mmoss@chromium.org | 2009-05-11 | 1 | -2/+11 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 1 | -5/+5 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -4/+1 |
* | Disable about:network for official builds since it's buggy. | brettw@chromium.org | 2009-03-27 | 1 | -1/+3 |
* | Clean up the browser about URL handler to not derive from WebContents. It is | brettw@chromium.org | 2009-03-04 | 1 | -260/+273 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -94/+66 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -66/+94 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -86/+66 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -66/+86 |
* | Back out r10487 too | mark@chromium.org | 2009-02-26 | 1 | -3/+3 |
* | More URL constants replacement. | brettw@chromium.org | 2009-02-26 | 1 | -3/+3 |
* | Linux: add splash screen | agl@chromium.org | 2009-02-26 | 1 | -0/+16 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -1/+2 |
* | Initial support for Renderer Side Histograms | jar@chromium.org | 2009-02-25 | 1 | -2/+14 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -6/+4 |
* | Port browser_about_handler. Some parts are still NOTIMPLEMENTED. | evan@chromium.org | 2009-02-12 | 1 | -3/+13 |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -85/+20 |
* | Move browser_resources.rc into a a grd file. While I'm at it, | tc@google.com | 2009-02-09 | 1 | -1/+2 |
* | Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows | brettw@chromium.org | 2009-02-06 | 1 | -6/+6 |
* | Enable render_widget_host, render_view_host and backing_store. Remove the Ren... | pinkerton@chromium.org | 2009-02-04 | 1 | -0/+1 |
* | Partial porting of the about handler. | brettw@chromium.org | 2009-02-04 | 1 | -9/+7 |