summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater
Commit message (Collapse)AuthorAgeFilesLines
* Delete old versions of SwiftShader.jbauman@chromium.org2012-06-061-5/+19
| | | | | | | | | | | On startup, make a list of outdated copies of swiftshader and delete them. BUG=130706 TEST= Review URL: https://chromiumcodereview.appspot.com/10521011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140677 0039d316-1c4b-4281-b951-d872f2087c98
* Move test headers from content\test to content\public\test. This way we can ↵jam@chromium.org2012-06-041-1/+2
| | | | | | | | | | enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10502009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140261 0039d316-1c4b-4281-b951-d872f2087c98
* Move test_browser_thread.h from content\test to content\public\test. This ↵jam@chromium.org2012-06-042-2/+2
| | | | | | | | | | way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10500016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98
* RefCounted types should not have public destructors, component_updater editionrsleevi@chromium.org2012-05-292-7/+9
| | | | | | | | | | BUG=123295 TEST=existing Review URL: https://chromiumcodereview.appspot.com/10414019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139284 0039d316-1c4b-4281-b951-d872f2087c98
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-4/+4
| | | | | | | | | | | | | | | | The only remaining use of content::URLFetcher is content::URLFetcher::Create. Make content::URLFetcher not inherit from net::URLFetcher. Also make code that directly create URLFetcherImpl instead call content::URLFetcher::Create. BUG=118220 TEST= TBR=mnissler@chromium.org,sky@chromium.org,mal@chromium.org,sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/10412050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138443 0039d316-1c4b-4281-b951-d872f2087c98
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-3/+3
| | | | | | | | | | | | | | | | | Change all references to net::URLFetcherDelegate. Change some instances of content::URLFetcher to net::URLFetcher as needed. Remove unused files auth_response_handler.*. BUG=118220 TEST= TBR=sky@chromium.org,joi@chromium.org,mnissler@chromium.org,rlp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138384 0039d316-1c4b-4281-b951-d872f2087c98
* Move Extension into extensions namespaceaa@chromium.org2012-05-212-0/+2
| | | | | | | | | BUG=117262 TBR=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10375021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138074 0039d316-1c4b-4281-b951-d872f2087c98
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-7/+7
| | | | | | | | | | | | | | | | | | | | | Temporarily make a shim content::URLFetcherDelegate class. A future CL will replace all instances of content::URLFetcherDelegate with net::URLFetcherDelegate and remove that class. Move most URLFetcher methods to net::URLFetcher, except for the static methods (which will be handled in a future CL) and AssociateWithRenderView, which is content-specific. Replace all instances of content::URLFetcher* in the URLFetcherDelegate callbacks with net::URLFetcher* (except for rlz, which required its own special hack). BUG=118220 TEST= TBR=mnissler@chromium.org,jhawkins@chromium.org,cpu@chromium.org,estade@chromium.org,sky@chromium.org,joth@chromium.org,satish@chromium.org Review URL: https://chromiumcodereview.appspot.com/10386063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136514 0039d316-1c4b-4281-b951-d872f2087c98
* RefCounted types should not have public destructors, chrome/browser/ part 1rsleevi@chromium.org2012-04-271-0/+2
| | | | | | | | | | BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10071032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134231 0039d316-1c4b-4281-b951-d872f2087c98
* Use bundled Pepper Flash on Windows (Canary, still on a field trial).viettrungluu@chromium.org2012-04-243-108/+3
| | | | | | | | | First committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133472 (was reverted, due to missing SHARED_INTERMEDIATE_DIR include dir in chrome_browser.gypi) Review URL: http://codereview.chromium.org/10123016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133594 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 133472 - Use bundled Pepper Flash on Windows (Canary, still on a ↵groby@chromium.org2012-04-233-3/+108
| | | | | | | | | | | | | field trial). Reverted because it failed to find "flapper.h" in pepper_flash_component_installer Review URL: http://codereview.chromium.org/10123016 TBR=viettrungluu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10193001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133482 0039d316-1c4b-4281-b951-d872f2087c98
* Use bundled Pepper Flash on Windows (Canary, still on a field trial).viettrungluu@chromium.org2012-04-233-108/+3
| | | | | | Review URL: http://codereview.chromium.org/10123016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133472 0039d316-1c4b-4281-b951-d872f2087c98
* Enable flapper by default on window 8 metro modecpu@chromium.org2012-04-121-1/+7
| | | | | | | | | | The npapi flash does not work on metro mode. BUG=118641 TEST=in metro mode go to youtube observe pleasing video and audio Review URL: https://chromiumcodereview.appspot.com/10069021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132036 0039d316-1c4b-4281-b951-d872f2087c98
* Field Trials choices can now be forced from a command line argument, and yet ↵mad@chromium.org2012-04-121-3/+5
| | | | | | | | | | | | | | | | | still behave as if a coin was tossed, except the coin is tricked :-). To do this, we needed to change the usage from a regular constructor (which is not private) to a static CreateInstance method (which is why there is a bunch of TBR'd owners, those changes were trivial to existing users of FieldTrials). OWNERs of trivially changed files: TBR=sky,jamesr,cpu,joi, BUG=119726 TEST=base_unittests.exe --gtest_filter=FieldTrialTest.* You can also find an active field trial name and force it to a given group by passing the following command line argument "--force-fieldtest=<trial_name>/<default_group_name>/<group_name>/" Review URL: http://codereview.chromium.org/9705074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131948 0039d316-1c4b-4281-b951-d872f2087c98
* Load plug-ins on the blocking pool on Windows and don't block shutdown on it.bauerb@chromium.org2012-04-071-1/+2
| | | | | | | | | | | In order to make PluginPrefsTest work with background threads, PluginPrefs::EnablePlugin and PluginPrefs::EnablePluginGlobally need a callback, so we need to update their callers as well. BUG=120902 TEST=none Review URL: http://codereview.chromium.org/9977008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131248 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a const to a time var in component updater.cpu@chromium.org2012-04-061-1/+1
| | | | | | | | | | TBR=asargent BUG=none TEST=none Review URL: http://codereview.chromium.org/9968103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131081 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SwiftShader when CPU doesn't have SSE2.jbauman@chromium.org2012-03-311-1/+6
| | | | | | | | | | | | Completely disable downloading and running it, as it doesn't work and can pop up an error dialog in this case. BUG=119948 TEST= Review URL: http://codereview.chromium.org/9791028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130049 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old versions of Pepper Flash on users' machines.yzshen@chromium.org2012-03-241-8/+29
| | | | | | | | | | | | Everytime a new WinFlapper is downloaded, the older ones will be removed the next time Chrome is launched. BUG=None TEST=None Review URL: http://codereview.chromium.org/9812019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128714 0039d316-1c4b-4281-b951-d872f2087c98
* Move the pepper flash to the top of the flash plugin list, if the client is ↵yzshen@chromium.org2012-03-061-5/+6
| | | | | | | | | | | | within the enable-by-default field trial group. BUG=None TEST=None Review URL: http://codereview.chromium.org/9600029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125099 0039d316-1c4b-4281-b951-d872f2087c98
* Convert uses of int ms to TimeDelta in component updater.tedvessenes@gmail.com2012-03-043-9/+18
| | | | | | | | | | R=cpu@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/9580037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124884 0039d316-1c4b-4281-b951-d872f2087c98
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-4/+3
| | | | | | | | | | | Make everything use this instead of rolling their own. BUG=113723 TEST= Review URL: https://chromiumcodereview.appspot.com/9562037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124758 0039d316-1c4b-4281-b951-d872f2087c98
* Enable pepper flash by default for part of the Windows Canary users.yzshen@chromium.org2012-02-283-4/+95
| | | | | | | | | | | | | - 50% of those users who have opted in to send metrics. - --ppapi-flash-field-trial=[enable-by-default|disable-by-default] can be used to override the field trial group assignment. BUG=None TEST=None Review URL: http://codereview.chromium.org/9455028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123943 0039d316-1c4b-4281-b951-d872f2087c98
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-262-2/+2
| | | | | | | | | This will allow the use of JSONStringValueSerializer in the NaCl sandbox. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9465030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123701 0039d316-1c4b-4281-b951-d872f2087c98
* Update the format of the Pepper Flash manifest.viettrungluu@chromium.org2012-02-213-26/+36
| | | | | | | | | | | | | Allow multiple "or" possibilities for interfaces. E.g., a string of the form "Foo|Bar|Baz" indicates that (at least) one of the interfaces "Foo", "Bar", "Baz" must be supported (for the plugin to be compatible). This is needed so that we can remove support for old interfaces. Review URL: http://codereview.chromium.org/9424018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122869 0039d316-1c4b-4281-b951-d872f2087c98
* Add the ability to use a bundled Flapper.viettrungluu@chromium.org2012-02-181-14/+6
| | | | | | | | This change needs more build-time support to actually make it happen. Review URL: http://codereview.chromium.org/9406028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122635 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Content API around GpuDataManager and use that from chrome. I moved ↵jam@chromium.org2012-02-161-3/+5
| | | | | | | | | GpuPerformanceStats to chrome since it wasn't used in content. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9401026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122211 0039d316-1c4b-4281-b951-d872f2087c98
* [Clean up] OS_MAC -> OS_MACOSXdbeam@chromium.org2012-02-151-2/+2
| | | | | | | | | | | | R=thakis@chromium.org,brettw@chromium.org TBR=cpu@chromium.org BUG=None TEST=Less developers accidentally OS_MAC NOTRY=true Review URL: http://codereview.chromium.org/9404012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122141 0039d316-1c4b-4281-b951-d872f2087c98
* Move GpuBlacklist out of content and into chrome. All content needs to know ↵jam@chromium.org2012-02-151-2/+2
| | | | | | | | | | | | | | | is which features are enabled. -moved GputFeatureFlags into the public API. The to/from string functions are only used by chrome now, so they moved to chrome\brower\gpu_util. I made the public API just an enum to match the rest of the Content API. -moved the stats related code to chrome, since content doesn't need to know about it, and the callers were chrome code (i.e. GPUInterals and TracingUI) -removed the UserData caching struct since it was now called by code in both content and chrome. I switched to modifying the current process's command line instead which I think also makes things simpler In a followup change, I'll create a minimal interface around GpuDataManager that is exposed to embedders. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9360035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122090 0039d316-1c4b-4281-b951-d872f2087c98
* Spelling mistakes fixedcpu@chromium.org2012-02-154-12/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9387028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121990 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the rate at which we checkcpu@chromium.org2012-02-111-2/+2
| | | | | | | | | | | | | | | | | | This is because now that we have several components available, whenever we successfuly download one we would sleep for 4 hours, no matter if other components could be installed. With this change we only sleep for 1 hour, once all components are up-to-date or have no updates we check only after MinimumReCheckWait() So as long there are no components to install the only thing that this change does is to post a task to the UI four times as fast as before, e.g. every hour. BUG=113749 TEST=see bug. Review URL: http://codereview.chromium.org/9380031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121600 0039d316-1c4b-4281-b951-d872f2087c98
* Add android component updater configuration.yfriedman@chromium.org2012-02-091-1/+9
| | | | | | | | | | | | Android won't actually use this but it's required to build. BUG= TEST= Review URL: http://codereview.chromium.org/9346025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121135 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in ComponentUpdaterTest.ProdVersionCheck.rnk@chromium.org2012-02-071-7/+9
| | | | | | | | | | R=cpu@chromium.org,timurrrr@chromium.org BUG=96295 TEST=Ran ComponentUpdaterTest.* under drmemory, RegisterComponent leak gone Review URL: https://chromiumcodereview.appspot.com/9332004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120778 0039d316-1c4b-4281-b951-d872f2087c98
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-7/+9
| | | | | | | BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9317074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120342 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-241-1/+1
| | | | | | | | | | CID=102647, 102333, 102332, 102303, 102302, 102299, 102297, 102296, 102048, 102032, 102031, 102030, 102029, 102028, 102010, 101681, 101657, 101655, 101438 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9005031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118848 0039d316-1c4b-4281-b951-d872f2087c98
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-141-1/+1
| | | | | | | | | | | | | This allows us to decide for every bundled plug-in whether it should override others. BUG=110152 TEST=Flapper is loaded after NPAPI Flash. Review URL: http://codereview.chromium.org/9204005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117763 0039d316-1c4b-4281-b951-d872f2087c98
* More drastic measures to disable flapper on windows canarycpu@chromium.org2012-01-131-5/+3
| | | | | | | | | | | | | | | | Somehow having the bundled 11.2 flash and my previous change[1] does not make bundled flash the default. If you have any better ideas I am all ears Note: In debug builds it will be the existing behavior. [1] http://codereview.chromium.org/9147020 BUG=none TEST=canary build uses flash 11.2 as default. Review URL: http://codereview.chromium.org/9162003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117719 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flapper as default flash playercpu@chromium.org2012-01-101-9/+1
| | | | | | | | | | | - Just for canary & dev - This change to be reverted in a few days BUG=none TEST=chrome uses regular flash which is 11.1.102.55 Review URL: http://codereview.chromium.org/9147020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116982 0039d316-1c4b-4281-b951-d872f2087c98
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-212-2/+6
| | | | | | | BUG=98716 Review URL: http://codereview.chromium.org/9006036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115259 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity Fixlet: fix PASS_BY_VALUE.scr@chromium.org2011-12-211-2/+4
| | | | | | | | | | | | CID=102146 R=cpu@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9004037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115255 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-2/+6
| | | | | | | | | | | | | | | | | | | | | | | These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114929 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114944 Review URL: http://codereview.chromium.org/8921006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114993 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Revert due to compile breakage on ChromeOS. These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114929 Review URL: http://codereview.chromium.org/8921006 TBR=tedvessenes@gmail.com Review URL: http://codereview.chromium.org/8990002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114945 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-2/+6
| | | | | | | | | | | | | | | | | | | | | These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114929 Review URL: http://codereview.chromium.org/8921006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114944 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-6/+2
| | | | | | | | | | | | | | | | | | | | | | These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Review URL: http://codereview.chromium.org/8921006 TBR=tedvessenes@gmail.com Review URL: http://codereview.chromium.org/8984007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114930 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-2/+6
| | | | | | | | | | | | | | | | | | | These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Review URL: http://codereview.chromium.org/8921006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114929 0039d316-1c4b-4281-b951-d872f2087c98
* Download SwiftShader component if WebGL is blacklistedjbauman@chromium.org2011-12-162-0/+232
| | | | | | | | | | | Register with the component updater service if it's discovered that WebGL is blacklisted. Then register the swiftshader library with the GPU data manager. BUG=26001 TEST=Start up chrome on a blacklisted windows machine, wait a while, and open a webgl page Review URL: http://codereview.chromium.org/8897008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114885 0039d316-1c4b-4281-b951-d872f2087c98
* Add a component installer for Portable NaCl. Registration of installer is ↵jvoung@google.com2011-12-154-1/+279
| | | | | | | | | | | | | | | | | | | | | | | hidden behind a commandline flag '--enable-pnacl'. Still some of TODOs: finalize the metadata associated with the CRX, figure out what to do when a NaCl plugin needs Pnacl, but it's not there yet. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= none yet, only manually test: (1) put a pnacl omaha config in the omaha sandbox, pointing at a crx. (2) run out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update --apps-gallery-update-url=http://omaha.sandbox.google.com/service/update2/crx check /tmp/temp_profile/PNaCl/0.1.0.X is installed after a few seconds. restart chrome, check that PathService registers /tmp/temp_profile/PNaCl/0.1.0.X soonish. Review URL: http://codereview.chromium.org/8348026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114584 0039d316-1c4b-4281-b951-d872f2087c98
* Convert calls to the utility process in service code to use the zygote on Linux.jorgelo@chromium.org2011-12-131-0/+1
| | | | | | | | | | BUG=93109 TEST=Launch Chromium, log in, open the NTP. Review URL: http://codereview.chromium.org/8922011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114137 0039d316-1c4b-4281-b951-d872f2087c98
* Enable pepper flash by default in windows canarycpu@chromium.org2011-12-061-10/+27
| | | | | | | | | | | - Enabled by default for new versions of the plugin - Now it does not auto-disable if enabled BUG=89248 TEST=see bug Review URL: http://codereview.chromium.org/8806034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113266 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-012-0/+2
| | | | | | | | | | | header files via io_thread.h or browser_thread.h TBR=owners (previously approved on codereview 8477004) BUG=98716 Review URL: http://codereview.chromium.org/8746023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112455 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind() conversion for ComponentUpdaterService.dcheng@chromium.org2011-11-211-9/+12
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8500008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110986 0039d316-1c4b-4281-b951-d872f2087c98