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
/
notifications
/
message_center_settings_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Componentize HostContentSettingsMap and content settings providers.
mukai
2014-10-25
1
-1
/
+1
*
Componentize history_types.{cc,h} and android_history_types.{cc,h}
sdefresne
2014-09-25
1
-1
/
+1
*
Use qualified path for grit/ui_strings.h
tfarina
2014-08-25
1
-1
/
+1
*
[cros] user_manager component - move UserManagerBase and UserManager
nkostylev@chromium.org
2014-08-15
1
-9
/
+10
*
GetProfileByUser deprecated and renamed to GetProfileByUserUnsafe.
dzhioev@chromium.org
2014-08-12
1
-1
/
+2
*
Disable ephemeral apps after they stop running
tmdiep@chromium.org
2014-08-06
1
-8
/
+0
*
Cleanup: Rename kNotification to kNotifications because the permission string
kalman@chromium.org
2014-07-29
1
-1
/
+1
*
Migrate the notification permission to the new common permission classes.
miguelg@chromium.org
2014-07-24
1
-5
/
+12
*
[cros] Move User class to user_manager component.
nkostylev@chromium.org
2014-07-23
1
-2
/
+2
*
Refactor FaviconService API to take in a desired pixel size instead of a
pkotwicz@chromium.org
2014-07-12
1
-5
/
+1
*
CrOS user management cleanup - profiles
nkostylev@chromium.org
2014-06-30
1
-6
/
+6
*
Rip out obsolete synced notifications code
zea@chromium.org
2014-06-27
1
-22
/
+0
*
Cleanup: Remove most deprecated Profile::GetExtensionService() usage.
thestig@chromium.org
2014-06-22
1
-7
/
+5
*
Rename
oshima@chromium.org
2014-06-14
1
-3
/
+4
*
Fix uninit in WebNotificationTrayTest.ManuallyCloseMessageCenter.
earthdok@chromium.org
2014-06-12
1
-1
/
+1
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
1
-1
/
+3
*
Cleanup extension_service.h
rdevlin.cronin@chromium.org
2014-05-29
1
-0
/
+1
*
Moved IS_EPHEMERAL flag to extension prefs
tmdiep@chromium.org
2014-05-22
1
-1
/
+2
*
Remove Notifications Associated with an Extension When the Extension is Unche...
robliao@chromium.org
2014-05-22
1
-0
/
+3
*
CleanUp: Introduce UserInfo. Move session_state stuff to ash/session.
oshima@chromium.org
2014-04-30
1
-6
/
+6
*
Revert 267158 "CleanUp: Introduce UserInfo. Move session_state s..."
oshima@chromium.org
2014-04-30
1
-6
/
+6
*
CleanUp: Introduce UserInfo. Move session_state stuff to ash/session.
oshima@chromium.org
2014-04-30
1
-6
/
+6
*
Moved favicon_types to favicon_base component.
jif@chromium.org
2014-04-17
1
-3
/
+3
*
Use EventRouter instead of ExtensionSystem::Get->event_router()
limasdf@gmail.com
2014-04-17
1
-4
/
+2
*
Notification settings for ephemeral apps
tmdiep@chromium.org
2014-02-18
1
-0
/
+7
*
Move CancelableTaskTracker to //base/task/CancelableTaskTracker.
blundell@chromium.org
2014-02-06
1
-2
/
+2
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-2
/
+2
*
Removes 'GetDefaultProfile' from MessageCenterSettingsController.
mukai@chromium.org
2013-12-19
1
-19
/
+80
*
Move c/c/e/extension_set to top-level extensions/
rdevlin.cronin@chromium.org
2013-12-17
1
-2
/
+3
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-1
/
+1
*
Convert string16 to base::string16 in chrome/browser
brettw@chromium.org
2013-12-11
1
-6
/
+6
*
Allows the system notification's notifier ID outside of ash.
mukai@chromium.org
2013-12-07
1
-1
/
+2
*
Disables multi-profile notification settings view in ChromeOS.
mukai@chromium.org
2013-11-22
1
-0
/
+28
*
Move EventRouter to src/extensions/browser
jamescook@chromium.org
2013-11-21
1
-1
/
+1
*
Make FaviconService() use Profile as parameter
michaelbai@chromium.org
2013-11-05
1
-1
/
+0
*
Reland 232439: Add a way for notifications to be linked from settings dialog.
dewittj@chromium.org
2013-11-02
1
-1
/
+47
*
Revert 232469 "Reland 232439: Add a way for notifications to be ..."
scherkus@chromium.org
2013-11-02
1
-47
/
+1
*
Reland 232439: Add a way for notifications to be linked from settings dialog.
dewittj@chromium.org
2013-11-01
1
-1
/
+47
*
Revert 232439 "Add a way for notifications to be linked from set..."
csharp@chromium.org
2013-11-01
1
-47
/
+1
*
Add a way for notifications to be linked from settings dialog.
dewittj@chromium.org
2013-11-01
1
-1
/
+47
*
Uses GetDefaultProfileOrOffTheRecord() for ChromeOS guest mode.
mukai@chromium.org
2013-10-24
1
-12
/
+21
*
Prevents the crash when opening the message center in guest mode.
mukai@chromium.org
2013-10-17
1
-1
/
+3
*
Ignores the first profile for ChromeOS.
mukai@chromium.org
2013-09-17
1
-2
/
+13
*
Fix a memory leak in message_center_settings_controller.cc.
asvitkine@chromium.org
2013-09-17
1
-5
/
+4
*
Introduces NotificationBlocker.
mukai@chromium.org
2013-09-12
1
-1
/
+1
*
Cleanup: do not use extension_id, use notifier's id.
mukai@chromium.org
2013-08-24
1
-1
/
+5
*
Add profile switcher in notification settings for Mac.
jianli@chromium.org
2013-08-08
1
-0
/
+5
*
Update notification settings to allow for multiprofile situations.
dewittj@chromium.org
2013-08-07
1
-39
/
+130
*
Crash on message center settings change fixed
sidharthms@chromium.org
2013-07-24
1
-12
/
+33
[next]