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_info_map_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...
yoz@chromium.org
2013-10-23
1
-1
/
+1
*
Rename extension_manifest_keys namespace to extensions::manifest_keys.
yoz@chromium.org
2013-08-15
1
-2
/
+2
*
Remove ExtensionURLInfo, make security decisions in render process
jamesr@chromium.org
2013-07-18
1
-18
/
+4
*
Use a direct include of the message_loop header in chrome/browser/, part 6.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-10
/
+10
*
Update refernces to Blink's Platform API (chrome)
abarth@chromium.org
2013-05-30
1
-2
/
+2
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-1
/
+1
*
Consolidate manifest handler registration.
yoz@chromium.org
2013-05-06
1
-2
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-1
/
+1
*
Refactor APIPermission to separate out specific permission registration.
yoz@chromium.org
2013-04-04
1
-1
/
+2
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-3
/
+3
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-2
/
+4
*
Update some #includes in chrome/browser/extensions for headers in the new Pla...
pilgrim@chromium.org
2013-01-15
1
-2
/
+2
*
Move each permission classes to its own files in extensions/permissions and r...
penghuang@chromium.org
2012-06-27
1
-5
/
+6
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Remove Extension::STRICT_ERROR_CHECKS, it was never used.
aa@chromium.org
2012-05-31
1
-2
/
+2
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+1
*
Put manifest string constant declarations into separate header
groby@chromium.org
2012-03-23
1
-0
/
+1
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-2
/
+2
*
Move/replace/rename URL-based extension getters from ExtensionService to/in E...
yoz@chromium.org
2011-12-13
1
-5
/
+5
*
Update includes to new header locations.
abarth@chromium.org
2011-12-03
1
-2
/
+2
*
Consider the origin when computing extension permissions
abarth@chromium.org
2011-12-02
1
-4
/
+20
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-3
/
+3
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
Remove extension.h #include from profile.h.
mihaip@chromium.org
2011-08-13
1
-1
/
+2
*
Start refractoring extension permissions into ExtensionPermissionSet.
jstritar@chromium.org
2011-06-23
1
-5
/
+5
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
1
-7
/
+7
*
Small refactor: have ExtensionInfoMap use ExtensionSet.
mpcomplete@chromium.org
2011-06-02
1
-25
/
+21
*
Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...
morrita@chromium.org
2011-05-20
1
-1
/
+1
*
Allow loading icons for crashed/disabled extensions.
sadrul@chromium.org
2011-05-04
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Replace bools in extension creation with flags.
mihaip@chromium.org
2011-03-29
1
-4
/
+4
*
Implement blocking for webRequest.onBeforeRequest extension event.
mpcomplete@chromium.org
2011-03-08
1
-10
/
+1
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
1
-2
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::St...
mpcomplete@chromium.org
2010-11-02
1
-25
/
+25
*
Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::Stat...
mpcomplete@chromium.org
2010-11-02
1
-25
/
+25
*
Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put
mpcomplete@chromium.org
2010-11-01
1
-25
/
+25
*
Unrevert again r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-27
1
-19
/
+20
*
Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...
thakis@chromium.org
2010-10-26
1
-20
/
+19
*
Unrevert r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-19
/
+20
*
Revert r63919 "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-20
/
+19
*
Part 2 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-26
1
-19
/
+20
*
Rename ChromeThread to BrowserThread Part19:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-4
/
+4
*
[Mac] Fixed compile warning in extension_info_map_unittest.cc on 10.5 trybots
akalin@chromium.org
2010-10-01
1
-2
/
+2
*
Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared
mpcomplete@chromium.org
2010-09-30
1
-0
/
+171