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_prefs.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-17
/
+1
*
Fix Apps on the NTP failing to display.
csharp@chromium.org
2011-12-21
1
-0
/
+10
*
Coverity: Fixing pass by value.
dpapad@chromium.org
2011-12-21
1
-1
/
+1
*
Allow all URLPatterns to have ports.
aa@chromium.org
2011-12-19
1
-2
/
+2
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-14
1
-61
/
+300
*
Revert 114083 - Convert app_launch_index and page_index from int to StringOrd...
csharp@chromium.org
2011-12-13
1
-291
/
+61
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-12
1
-61
/
+291
*
Move URLPattern::ParseOption into a field.
aa@chromium.org
2011-12-09
1
-3
/
+2
*
Removed flag --expose-private-extension-api. Added --load-component-extension.
serya@chromium.org
2011-12-08
1
-1
/
+2
*
Reland restrict extension features based on the extension type.
jstritar@chromium.org
2011-12-04
1
-3
/
+4
*
Revert "Restrict extension features based on the extension type."
mpcomplete@chromium.org
2011-12-02
1
-4
/
+3
*
Restrict extension features based on the extension type.
jstritar@chromium.org
2011-12-02
1
-3
/
+4
*
Make platform apps use and require a different container ("shell" instead of ...
mihaip@chromium.org
2011-12-01
1
-4
/
+5
*
Save the oauth client id used in App Notification setup
asargent@chromium.org
2011-12-01
1
-9
/
+14
*
Convert extensions code using DictionaryValue::key_iterator and
kalman@chromium.org
2011-11-23
1
-13
/
+5
*
Exempt component and policy-installed extensions from policy blacklist check.
mnissler@chromium.org
2011-10-28
1
-2
/
+8
*
Add a couple of notifications related settings to app/extensions sync:
munjal@chromium.org
2011-10-28
1
-1
/
+33
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-4
/
+4
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Revert 105661 - Revert 105659 - Delay network requests on startup if any webR...
pam@chromium.org
2011-10-15
1
-0
/
+22
*
Revert 105659 - Delay network requests on startup if any webRequest or webNav...
pam@chromium.org
2011-10-15
1
-22
/
+0
*
Delay network requests on startup if any webRequest or webNavigation extensio...
pam@chromium.org
2011-10-15
1
-0
/
+22
*
Notify users about certain changes in installed extensions.
miket@chromium.org
2011-10-10
1
-1
/
+57
*
ntp4: get rid of page index for non-app extensions.
estade@chromium.org
2011-10-08
1
-0
/
+4
*
Ensure that --disable-extensions disables extension prefs from being enacted
battre@chromium.org
2011-09-30
1
-5
/
+13
*
Be more robust when getting content settings for uninstalled extensions.
bauerb@chromium.org
2011-09-06
1
-3
/
+6
*
ntp4: default to 18 apps per page for new installs
estade@chromium.org
2011-08-25
1
-4
/
+32
*
ntp4: make sure webstore app is first by default
estade@chromium.org
2011-08-25
1
-2
/
+0
*
ntp4: make app-install-via-drag less janky
estade@chromium.org
2011-08-22
1
-4
/
+8
*
Make extension file URL access opt-in.
jstritar@chromium.org
2011-08-09
1
-1
/
+5
*
Revert 95815 - Make extension file URL access opt-in.
jstritar@chromium.org
2011-08-08
1
-5
/
+7
*
Make extension file URL access opt-in.
jstritar@chromium.org
2011-08-08
1
-7
/
+5
*
Don't check newly loaded extensions' pref state.
estade@chromium.org
2011-07-29
1
-22
/
+23
*
Re-land the experimental permissions API for extensions.
jstritar@chromium.org
2011-07-27
1
-66
/
+105
*
Revert 94288 - Add an experimental permissions API for extensions.
jstritar@chromium.org
2011-07-27
1
-105
/
+66
*
Add an experimental permissions API for extensions.
jstritar@chromium.org
2011-07-27
1
-66
/
+105
*
Add ability to create extension/app for a bookmark-app drop.
gbillock@chromium.org
2011-07-26
1
-0
/
+15
*
Update URLPatternSet to contain a std::set instead of std::vector.
jstritar@chromium.org
2011-07-13
1
-3
/
+3
*
Remember whether an Extension/App was installed from the Web Store.
bbudge@google.com
2011-07-12
1
-1
/
+18
*
Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...
jstritar@chromium.org
2011-07-12
1
-3
/
+3
*
Update URLPatternSet to contain a std::set instead of std::vector.
jstritar@chromium.org
2011-07-12
1
-3
/
+3
*
Remove remapping of unpacked extension IDs based on paths.
mihaip@chromium.org
2011-07-12
1
-67
/
+0
*
Checked for return condition in extension_prefs - coverity fix
aayushkumar@chromium.org
2011-07-12
1
-1
/
+4
*
Tweak IsExtensionEnabled and consolidate callers of related functions
estade@chromium.org
2011-07-11
1
-5
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-2
/
+3
*
Use extension match pattern syntax in content settings extension API.
bauerb@chromium.org
2011-06-30
1
-1
/
+1
*
Start refractoring extension permissions into ExtensionPermissionSet.
jstritar@chromium.org
2011-06-23
1
-80
/
+141
*
Coverity: Don't dereference a potential NULL pointer.
thestig@chromium.org
2011-06-22
1
-2
/
+3
*
Coverity: Add a missing NULL check.
thestig@chromium.org
2011-06-22
1
-0
/
+3
*
Remove extension_prefs_scope namespace
battre@chromium.org
2011-06-07
1
-13
/
+13
[next]