index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_protocols.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-16
1
-0
/
+1
*
Revert 92690 (breaks ChromeOS tests) - Remove more unnecessary ChromeURLReque...
willchan@chromium.org
2011-07-15
1
-1
/
+0
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-0
/
+1
*
Revert 92668 - Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-1
/
+0
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-0
/
+1
*
Small refactor: have ExtensionInfoMap use ExtensionSet.
mpcomplete@chromium.org
2011-06-02
1
-8
/
+35
*
Remove obsolete code from UserScriptMaster.
mihaip@chromium.org
2011-06-02
1
-37
/
+0
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-32
/
+65
*
Allow loading icons for crashed/disabled extensions.
sadrul@chromium.org
2011-05-04
1
-2
/
+7
*
Add Content-Security-Policy support to extensions
abarth@chromium.org
2011-04-20
1
-7
/
+52
*
Whitelist access to the disk in URLRequestResourceBundleJob::GetData.
abarth@chromium.org
2011-04-14
1
-2
/
+11
*
Remove 'off the record' references from ChromeURLContext.
vipul.bhasin@gmail.com
2011-03-15
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
Reland r73760: Move most of chrome-extension:// request
aa@chromium.org
2011-02-04
1
-46
/
+6
*
Revert 73760 - Move most of chrome-extension:// request checks into
tommi@chromium.org
2011-02-04
1
-6
/
+46
*
Move most of chrome-extension:// request checks into
aa@chromium.org
2011-02-04
1
-46
/
+6
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
This fixes resource loading for the virtual keyboard.
bryeung@chromium.org
2011-01-04
1
-4
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
net: Add namespace net to URLRequestErrorJob.
tfarina@chromium.org
2010-12-15
1
-1
/
+1
*
net: Add namespace net to URLRequestSimpleJob.
tfarina@chromium.org
2010-12-15
1
-3
/
+3
*
net: Add namespace net to URLRequestFileJob.
tfarina@chromium.org
2010-12-12
1
-2
/
+2
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-4
/
+6
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-11
/
+11
*
Load extensions service entirly on UI thread.
skerner@chromium.org
2010-11-16
1
-2
/
+9
*
Move inspector to "chrome-devtools" scheme
podivilov@chromium.org
2010-10-22
1
-1
/
+2
*
Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared
mpcomplete@chromium.org
2010-09-30
1
-6
/
+9
*
Allow extensions to request the icons of hosted apps.
aa@chromium.org
2010-09-23
1
-4
/
+8
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-1
/
+2
*
Allow data URLs to load chrome-extension:// resources. Basic
aa@chromium.org
2010-08-18
1
-16
/
+38
*
Revert 55967 - This was handled by another revision and is now redundant
cdn@chromium.org
2010-08-13
1
-5
/
+0
*
Fixes a bug in revision 55103 that prevents extensions from loading their own...
cdn@chromium.org
2010-08-13
1
-0
/
+5
*
Reland r55750. Broke AppApiTest.*.
aa@chromium.org
2010-08-12
1
-27
/
+44
*
Revert r55750
aa@chromium.org
2010-08-11
1
-44
/
+27
*
Forbid hybrid apps.
aa@chromium.org
2010-08-11
1
-27
/
+44
*
Allow chrome:// pages to load extension resources. Also, lock down access fro...
aa@chromium.org
2010-08-11
1
-6
/
+15
*
Refactored extension privilege enumeration and implemented URLPattern compari...
cdn@chromium.org
2010-08-05
1
-4
/
+16
*
Cleanup the file path normalization extension_protocol.
tony@chromium.org
2010-06-28
1
-4
/
+4
*
Revert "Revert "Show extension icons next to their top-level context menu ite...
hclam@chromium.org
2010-06-25
1
-4
/
+5
*
Revert r50779 as it breaks memory tests
hclam@chromium.org
2010-06-25
1
-5
/
+4
*
Show extension icons next to their top-level context menu items.
asargent@chromium.org
2010-06-24
1
-4
/
+5
*
Fix bookmark manager on mac and windows.
tony@chromium.org
2010-06-24
1
-2
/
+9
*
Move the bookmark manager into resources.pak.
tony@chromium.org
2010-06-24
1
-1
/
+70
*
Remove registration of the extension protocol late in the init process. This
brettw@chromium.org
2010-04-14
1
-4
/
+0
*
Ensure all callers to GetFilePath are on the File thread
finnur@chromium.org
2010-03-25
1
-2
/
+3
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-0
/
+14
*
Further reduce the bad dependency of chrome/common on chrome/browser.
phajdan.jr@chromium.org
2010-02-24
1
-1
/
+1
*
Extensions: file handling clean up.
estade@chromium.org
2009-12-18
1
-5
/
+5
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
1
-6
/
+8
*
Enable ExtensionApiTest.Toolstrip and add additional debug output.
rafaelw@chromium.org
2009-09-29
1
-1
/
+3
[next]