summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_protocols.cc
Commit message (Expand)AuthorAgeFilesLines
* This fixes resource loading for the virtual keyboard.bryeung@chromium.org2011-01-041-4/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* net: Add namespace net to URLRequestErrorJob.tfarina@chromium.org2010-12-151-1/+1
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-151-3/+3
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-121-2/+2
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-4/+6
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-11/+11
* Load extensions service entirly on UI thread.skerner@chromium.org2010-11-161-2/+9
* Move inspector to "chrome-devtools" schemepodivilov@chromium.org2010-10-221-1/+2
* Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a sharedmpcomplete@chromium.org2010-09-301-6/+9
* Allow extensions to request the icons of hosted apps.aa@chromium.org2010-09-231-4/+8
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+2
* Allow data URLs to load chrome-extension:// resources. Basicaa@chromium.org2010-08-181-16/+38
* Revert 55967 - This was handled by another revision and is now redundantcdn@chromium.org2010-08-131-5/+0
* Fixes a bug in revision 55103 that prevents extensions from loading their own...cdn@chromium.org2010-08-131-0/+5
* Reland r55750. Broke AppApiTest.*.aa@chromium.org2010-08-121-27/+44
* Revert r55750aa@chromium.org2010-08-111-44/+27
* Forbid hybrid apps.aa@chromium.org2010-08-111-27/+44
* Allow chrome:// pages to load extension resources. Also, lock down access fro...aa@chromium.org2010-08-111-6/+15
* Refactored extension privilege enumeration and implemented URLPattern compari...cdn@chromium.org2010-08-051-4/+16
* Cleanup the file path normalization extension_protocol.tony@chromium.org2010-06-281-4/+4
* Revert "Revert "Show extension icons next to their top-level context menu ite...hclam@chromium.org2010-06-251-4/+5
* Revert r50779 as it breaks memory testshclam@chromium.org2010-06-251-5/+4
* Show extension icons next to their top-level context menu items.asargent@chromium.org2010-06-241-4/+5
* Fix bookmark manager on mac and windows.tony@chromium.org2010-06-241-2/+9
* Move the bookmark manager into resources.pak.tony@chromium.org2010-06-241-1/+70
* Remove registration of the extension protocol late in the init process. Thisbrettw@chromium.org2010-04-141-4/+0
* Ensure all callers to GetFilePath are on the File threadfinnur@chromium.org2010-03-251-2/+3
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+14
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-1/+1
* Extensions: file handling clean up.estade@chromium.org2009-12-181-5/+5
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-6/+8
* Enable ExtensionApiTest.Toolstrip and add additional debug output.rafaelw@chromium.org2009-09-291-1/+3
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-7/+4
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-42/+6
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-221-3/+40
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-221-40/+3
* Move parsing of metadata header into browser process. This is a prerequisiteaa@chromium.org2009-01-171-2/+2
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-5/+5
* Rename extension_protocol* to extension_protocols*aa@chromium.org2009-01-091-0/+96