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
/
cookies_tree_model.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add methods to support item_pattern, top_level_frame_pattersn to host_content...
markusheintz@chromium.org
2011-06-16
1
-0
/
+1
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
1
-1
/
+1
*
Wrapping blocked filesystems into TabSpecificContentSettings
mkwst@chromium.org
2011-05-27
1
-14
/
+108
*
Have AppCache code go through the content embedder API for content settings c...
jam@chromium.org
2011-05-08
1
-0
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Improve the algorithm of TreeNode::Remove.
tfarina@chromium.org
2011-03-22
1
-5
/
+3
*
Reverse the order of parameters in TreeNode::Add function.
tfarina@chromium.org
2011-03-18
1
-2
/
+2
*
[Mac] Show collected cookies in a tab view.
bauerb@chromium.org
2011-03-18
1
-1
/
+1
*
Group cookies by source field only in the collected cookies
jochen@chromium.org
2011-03-17
1
-3
/
+5
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-3
/
+3
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-15
/
+15
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
1
-2
/
+2
*
Implement new webui cookies and site data page.
mdm@chromium.org
2011-03-03
1
-1
/
+1
*
Move in_process_webkit dir from chrome\browser to content\browser.
jam@chromium.org
2011-02-24
1
-1
/
+1
*
Show the origin of the site setting the cookie instead of the domain of the
rogerta@chromium.org
2011-02-24
1
-9
/
+15
*
Fix a warning found by Clang:
rsesek@chromium.org
2011-02-07
1
-2
/
+2
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Move models from app to ui/base/models
ben@chromium.org
2011-01-14
1
-4
/
+4
*
Chromium build failed with heap leak checker, or configured with
tony@chromium.org
2011-01-13
1
-8
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-1
/
+1
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+116
*
Remove "name" field from indexed databases.
jochen@chromium.org
2010-11-08
1
-3
/
+4
*
FBTF: Small nits; moving virtual methods to implementation.
erg@google.com
2010-10-08
1
-0
/
+7
*
Add IndexedDB to cookie tree.
bauerb@chromium.org
2010-09-24
1
-1
/
+79
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-4
/
+4
*
Convert CookieTree...Node to not use the wstring GetTitle(), but instead GetT...
viettrungluu@chromium.org
2010-08-26
1
-12
/
+14
*
Revert 56315 - [Gtk] Display the current content setting applying to a domain...
jochen@chromium.org
2010-08-18
1
-25
/
+0
*
[Gtk] Display the current content setting applying to a domain along with the...
jochen@chromium.org
2010-08-17
1
-0
/
+25
*
Add a session storage node to the cookies tree view for collected cookies.
jochen@chromium.org
2010-08-10
1
-2
/
+76
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
1
-1
/
+0
*
More cleanup relating to the domain now being part of the CanonicalCookie:
rdsmith@chromium.org
2010-08-06
1
-2
/
+1
*
Introduce a resource identifier for content settings.
jochen@chromium.org
2010-08-06
1
-0
/
+1
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
1
-2
/
+0
*
Changed type CookieList to being a vector CanonicalCookies.
rdsmith@google.com
2010-07-21
1
-5
/
+5
*
Store creating url in origin nodes and use it for content settings.
jochen@chromium.org
2010-07-19
1
-33
/
+48
*
compile fix.
bauerb@chromium.org
2010-07-19
1
-5
/
+6
*
Preparatory work for adding content exceptions from the tab cookie view.
bauerb@chromium.org
2010-07-19
1
-0
/
+7
*
Initialize CookiesTreeModel with a cookie monster instead of a profil.
jochen@chromium.org
2010-05-31
1
-13
/
+5
*
Remove empty nodes when deleting cookies.
jochen@chromium.org
2010-04-26
1
-0
/
+4
*
Don't show extension state in cookie tree list.
jochen@chromium.org
2010-03-29
1
-24
/
+0
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-1
/
+2
*
Hook up the content settings UI to the appcache.
michaeln@chromium.org
2010-03-05
1
-9
/
+20
*
[Mac] Reduce jank in the cookie manager by batching updates from the model.
rsesek@chromium.org
2010-03-02
1
-1
/
+43
*
Clearly identify extension and file:// resources in the cookie tree view.
michaeln@chromium.org
2010-02-27
1
-22
/
+59
*
Teach the cookie tree view and model about appcaches. Not hooked up to real d...
michaeln@chromium.org
2010-02-26
1
-98
/
+106
*
Add an icon for local storage and web databses in the cookie manager.
rsesek@chromium.org
2010-02-25
1
-2
/
+8
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Actually delete databases in CookiesTreeModel.
jochen@chromium.org
2010-02-18
1
-6
/
+13
*
Add support for HTML5 databases to the cookie tree model.
jochen@chromium.org
2010-02-10
1
-39
/
+118
[next]