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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-14
1
-42
/
+229
*
Revert 114083 - Convert app_launch_index and page_index from int to StringOrd...
csharp@chromium.org
2011-12-13
1
-193
/
+42
*
Convert app_launch_index and page_index from int to StringOrdinal.
csharp@chromium.org
2011-12-12
1
-42
/
+193
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-3
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Notify users about certain changes in installed extensions.
miket@chromium.org
2011-10-10
1
-0
/
+76
*
Ensure that --disable-extensions disables extension prefs from being enacted
battre@chromium.org
2011-09-30
1
-0
/
+28
*
Be more robust when getting content settings for uninstalled extensions.
bauerb@chromium.org
2011-09-06
1
-0
/
+11
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
ntp4: default to 18 apps per page for new installs
estade@chromium.org
2011-08-25
1
-6
/
+31
*
ntp4: make app-install-via-drag less janky
estade@chromium.org
2011-08-22
1
-18
/
+22
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+2
*
Don't check newly loaded extensions' pref state.
estade@chromium.org
2011-07-29
1
-8
/
+5
*
Re-land the experimental permissions API for extensions.
jstritar@chromium.org
2011-07-27
1
-18
/
+66
*
Revert 94288 - Add an experimental permissions API for extensions.
jstritar@chromium.org
2011-07-27
1
-66
/
+18
*
Add an experimental permissions API for extensions.
jstritar@chromium.org
2011-07-27
1
-18
/
+66
*
Add ability to create extension/app for a bookmark-app drop.
gbillock@chromium.org
2011-07-26
1
-0
/
+36
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Update URLPatternSet to contain a std::set instead of std::vector.
jstritar@chromium.org
2011-07-13
1
-35
/
+19
*
Remember whether an Extension/App was installed from the Web Store.
bbudge@google.com
2011-07-12
1
-4
/
+5
*
Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...
jstritar@chromium.org
2011-07-12
1
-19
/
+35
*
Update URLPatternSet to contain a std::set instead of std::vector.
jstritar@chromium.org
2011-07-12
1
-35
/
+19
*
Remove remapping of unpacked extension IDs based on paths.
mihaip@chromium.org
2011-07-12
1
-38
/
+0
*
Start refractoring extension permissions into ExtensionPermissionSet.
jstritar@chromium.org
2011-06-23
1
-79
/
+115
*
Remove extension_prefs_scope namespace
battre@chromium.org
2011-06-07
1
-8
/
+6
*
Enable incognito_session_only preferences
battre@chromium.org
2011-05-25
1
-3
/
+57
*
Support persistent incognito preferences
battre@chromium.org
2011-05-25
1
-14
/
+8
*
Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...
morrita@chromium.org
2011-05-20
1
-13
/
+13
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
1
-4
/
+12
*
[Extension] Remove concept of initial incognito state
akalin@chromium.org
2011-04-29
1
-9
/
+4
*
[Extensions] Make SetExtensionState() take an ID instead of an extension
akalin@chromium.org
2011-04-28
1
-5
/
+5
*
Remove old ScopedUserPrefUpdate
battre@chromium.org
2011-04-12
1
-5
/
+5
*
Handle changes in extension ID generation logic better.
mihaip@chromium.org
2011-04-05
1
-0
/
+39
*
Replace bools in extension creation with flags.
mihaip@chromium.org
2011-03-29
1
-3
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
ImportantFileWriter: check return value of PostTask
phajdan.jr@chromium.org
2011-03-10
1
-1
/
+9
*
Move notification service code to content. We'll need to figure out how to s...
jam@chromium.org
2011-03-07
1
-3
/
+3
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
1
-3
/
+3
*
Add an optional 'page_index' preference to apps and 'setPageIndex' message wh...
rbyers@chromium.org
2011-03-04
1
-0
/
+27
*
Track which apps the user has re-ordered on the NTP.
jstritar@chromium.org
2011-02-19
1
-0
/
+24
*
Prevent console spam about missing 'state' pref
battre@chromium.org
2011-02-14
1
-3
/
+3
*
Introduce incognito preference settings.
battre@chromium.org
2011-01-25
1
-155
/
+124
*
Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.
thestig@chromium.org
2011-01-15
1
-1
/
+0
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-1
/
+1
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Fix memory leak in ExtensionPrefTest
battre@chromium.org
2010-12-08
1
-0
/
+35
*
Update valid URLPattern schemes in ExtensionPrefs::GetGrantedPermissions.
jstritar@chromium.org
2010-12-07
1
-0
/
+2
[next]