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
/
activity_log
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the Activity Log Private API with simpler format
felt@chromium.org
2013-08-16
1
-71
/
+31
*
Sets correct ActivityLog enabled status to the first renderer process
pmarch@chromium.org
2013-08-14
4
-109
/
+272
*
Actually clean old strings out of the extension activity log database
mvrable@chromium.org
2013-08-13
3
-3
/
+89
*
Fix a copy-paste error in the extension activity log code
mvrable@chromium.org
2013-08-13
1
-1
/
+6
*
Compressed activity log database storage
mvrable@chromium.org
2013-08-08
23
-703
/
+1726
*
Add felt as activity_log OWNER
felt@chromium.org
2013-08-07
1
-0
/
+4
*
Remove experimental.MediaGalleries, it is only unused stubs.
vandebo@chromium.org
2013-08-06
1
-2
/
+2
*
Cleanups to the refactored extension activity log code
mvrable@chromium.org
2013-08-03
4
-13
/
+23
*
Wrap extension activity log database flushing in a database transaction
mvrable@chromium.org
2013-08-01
1
-0
/
+8
*
Extension activity log database refactoring (step 4)
mvrable@chromium.org
2013-08-01
18
-940
/
+870
*
Remove experimental permission from infobars API and moving it to dev channel
sanjoy.pal@samsung.com
2013-07-31
1
-1
/
+1
*
Extension activity log database refactoring (step 3)
mvrable@chromium.org
2013-07-26
24
-1323
/
+744
*
[SystemInfo API] Move Storage API out of experimental namespace and rename to...
Hokein.Wu@gmail.com
2013-07-26
1
-1
/
+10
*
[SystemInfo API] Rename systemInfo Memory API.
Hokein.Wu@gmail.com
2013-07-23
1
-1
/
+2
*
[SystemInfo API] Rename systemInfo Display API.
Hokein.Wu@gmail.com
2013-07-20
1
-1
/
+4
*
Revert "Fix SessionStorage confusion between RenderViewHostImpl and Navigatio...
marja@chromium.org
2013-07-20
2
-2
/
+3
*
Revert 212538 "[SystemInfo API] Rename systemInfo Memory API."
kaznacheev@chromium.org
2013-07-19
1
-1
/
+0
*
[SystemInfo API] Rename systemInfo Memory API.
Hokein.Wu@gmail.com
2013-07-19
1
-0
/
+1
*
Extension activity log database refactoring (step 2)
mvrable@chromium.org
2013-07-18
21
-401
/
+491
*
Fix SessionStorage confusion between RenderViewHostImpl and NavigationControl...
marja@chromium.org
2013-07-18
2
-3
/
+2
*
[SystemInfo API] Rename systemInfo Cpu API.
Hokein.Wu@gmail.com
2013-07-18
1
-1
/
+2
*
Use a direct include of the message_loop header in chrome/browser/, part 5.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
This CL is for my C++ readability review. Based on review comments, making so...
felt@chromium.org
2013-07-17
3
-27
/
+37
*
cros_library: Remove CrosLibrary
satorux@chromium.org
2013-07-17
1
-3
/
+2
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-9
/
+9
*
Make InstallTracker use more appropriate names for events.
koz@chromium.org
2013-07-12
2
-14
/
+7
*
[Activity Log] Refactoring unit tests / code cleanup
felt@chromium.org
2013-07-12
1
-71
/
+17
*
Extension activity log database refactoring (step 1)
mvrable@chromium.org
2013-07-11
11
-100
/
+190
*
Do not log URLs from incognito windows in the extension activity log
mvrable@chromium.org
2013-07-11
2
-4
/
+20
*
Refactoring of the activity logging end to tests. They now check the correct ...
karenlees@chromium.org
2013-07-10
1
-82
/
+7
*
Revert 210672 "Refactoring of the activity logging end to tests...."
felt@chromium.org
2013-07-10
1
-7
/
+82
*
Refactoring of the activity logging end to tests. They now check the correct ...
karenlees@chromium.org
2013-07-09
1
-82
/
+7
*
Revert 210475 "Refactoring of the activity logging end to tests...."
felt@chromium.org
2013-07-09
1
-7
/
+82
*
Refactoring of the activity logging end to tests. They now check the correct ...
karenlees@chromium.org
2013-07-09
1
-82
/
+7
*
The Activity Log needs an Init method to do work that depends on system servi...
felt@chromium.org
2013-07-09
4
-50
/
+79
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2
tfarina@chromium.org
2013-07-03
6
-6
/
+6
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-9
/
+9
*
Use a direct include of time headers in chrome/browser/, part 3.
avi@chromium.org
2013-06-28
6
-6
/
+6
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
2
-6
/
+6
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-10
/
+11
*
app_mode: Add runtime.onRestartRequired event.
xiyuan@chromium.org
2013-06-24
1
-1
/
+2
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
8
-31
/
+31
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
*
One line fix for the uninitialized testing_mode_ flag.
dbabic@chromium.org
2013-06-17
1
-0
/
+1
*
Activity is now logged through policies. Policies are a flexible mechanism f...
dbabic@chromium.org
2013-06-17
12
-107
/
+994
*
Change ApiResourceManager to use ProfileKeyedApi.
patrickriordan177@gmail.com
2013-06-17
2
-0
/
+3
*
Enabling ActivityLogExtensionTest.ExtensionPrerender to run on Windows XP
pmarch@chromium.org
2013-06-17
1
-8
/
+4
*
[sql] Add histogram tag to activity database.
shess@chromium.org
2013-06-15
1
-0
/
+1
*
Replacing the url column in the activitiy db with url_tld and url_path columns
sumanj@chromium.org
2013-06-14
3
-14
/
+116
*
Changed ActivityLog IsEnabled check
felt@chromium.org
2013-06-13
1
-6
/
+4
[next]