summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Implement extension:// protocol.aa@chromium.org2008-12-241-1/+4
* A new shot at the old system monitor changelist.mbelshe@google.com2008-12-131-0/+4
* step one of some refactoring to allow other platforms to re-use the app initi...pinkerton@google.com2008-12-091-152/+36
* Reupload of 12418glen@chromium.org2008-12-071-1/+1
* Chromium-MultiProfile-Prototypemunjal@chromium.org2008-12-031-0/+29
* Rollbackmbelshe@google.com2008-12-011-4/+0
* A new copy of the old system monitor changelist.mbelshe@google.com2008-11-301-0/+4
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-1/+0
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-3/+3
* Revert "Make the net resource interface use StringPiece instead oftc@google.com2008-11-201-3/+3
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-3/+3
* Cache the generated html for directory listings. This will allow the net res...deanm@chromium.org2008-11-191-7/+26
* Move creation of 'open with' registry keys to installer. We should place nice...kuchhal@chromium.org2008-11-191-5/+0
* Open up SDCH for all sites, in preparation for latency testsjar@google.com2008-11-151-2/+2
* Switch to avoid first-run pop-up from displaying while in app-mode.brg@chromium.com2008-11-141-0/+5
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-141-4/+0
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-141-0/+4
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+2
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-4/+3
* * Try to rename chrome exes in shutdown path as well.kuchhal@chromium.org2008-11-121-12/+1
* * Create unique event in global namespacekuchhal@chromium.org2008-11-081-9/+3
* Implement the new mechanism we are going to use for handling Chromium updateskuchhal@chromium.org2008-11-071-2/+2
* Refactoring master preference parsing code into installer util sohuanr@chromium.org2008-11-041-4/+2
* On first run process the master prefs json, only one entry matters to us.cpu@google.com2008-10-311-1/+1
* Cleanup of DNS prefetch related filesjar@google.com2008-10-271-1/+1
* Turn on SDCH support for google.com by default.jar@google.com2008-10-241-4/+6
* Add installer command line option to create shortcuts (desktop and quickkuchhal@chromium.org2008-10-241-2/+4
* Change the default http stack for chrome.exe from winhttp to the new one.ericroman@google.com2008-10-221-3/+2
* Reduce header dependencies.evanm@google.com2008-10-221-0/+1
* Rollback r3693 as it caused a 7% startup test slowdown.ericroman@google.com2008-10-221-2/+3
* Change the default http stack for chrome.exe from winhttp to the new one.ericroman@google.com2008-10-211-3/+2
* Construct a field trial to see if HIGH or MEDIUM memory model "works better"jar@google.com2008-10-191-8/+11
* Add processing for a master profile json file on first run. Allows:cpu@google.com2008-10-171-3/+10
* This is the same change as 2419 minus a line of debug code I accidentally lef...petersont@google.com2008-10-161-4/+17
* Add a check in Chrome to not run user level mode if machine level Chromekuchhal@chromium.org2008-10-151-0/+46
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-151-1/+1
* Reuse a method that will be required for criteria checker as well.kuchhal@chromium.org2008-10-081-8/+3
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-081-0/+3
* Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...deanm@chromium.org2008-10-061-1/+1
* Refactoring for portability:mark@chromium.org2008-09-291-1/+0
* Re-land SDCH filter support experimentjar@google.com2008-09-231-0/+11
* Rollback 2444 and 2443 to get linux and mac prepjar@google.com2008-09-221-11/+0
* Experimental integration of delta compression content encodingjar@google.com2008-09-221-0/+11
* Revert change 2419 because it breaks the buildnsylvain@chromium.org2008-09-201-9/+3
* This is the same change as issue 1633 ( http://codereview.chromium.org/1633 )...petersont@google.com2008-09-191-3/+9
* Make the GoogleURLTracker only fetch the Google hostname if the user's defaul...pkasting@chromium.org2008-09-151-0/+15
* Move more UI stuff into browser/viewsbeng@google.com2008-09-131-1/+1
* Back r2151 since it causes ui tests failures.maruel@google.com2008-09-131-7/+3
* Added routines to MetricsService to parse the server response and respond to ...petersont@google.com2008-09-131-3/+7
* c_str was getting called on the return value of a function. The return value...petersont@google.com2008-09-031-1/+3