summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/external_pref_extension_loader.cc
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix a leak.jhawkins@chromium.org2012-05-091-8/+8
* This is based on a patch from Alexandre Abreu (http://codereview.chromium.org...finnur@chromium.org2012-05-021-42/+146
* Remove deprecated extension source on mac.skerner@chromium.org2012-03-301-31/+0
* Warn about extensions from deprecated source.skerner@chromium.org2012-03-141-1/+20
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-2/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-171-6/+3
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Fix a couple of typos in external extensions code.mihaip@chromium.org2011-10-041-1/+1
* Add external extensions json source in proper mac location.skerner@google.com2011-09-221-16/+60
* base: Remove unnecessary using declarations from values.htfarina@chromium.org2011-08-041-1/+1
* app: Get rid of app_paths.[cc,h] files.tfarina@chromium.org2011-06-271-1/+0
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Part 2 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-281-0/+2
* Fix logic in a CHECK(), which was missing a ! .skerner@chromium.org2011-01-241-2/+3
* Add in-profile external_extensions.json file for Chrome OS OEM customization.skerner@chromium.org2011-01-211-16/+28
* Handles path absence instead of CHECKing.altimofeev@chromium.org2011-01-201-9/+12
* Allow relative paths to external extension files for some providers, error ou...skerner@google.com2011-01-191-5/+25
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-2/+1
* Clean up threading model of external extension providersgfeher@chromium.org2011-01-141-0/+82