summaryrefslogtreecommitdiffstats
path: root/app/tree_model.h
Commit message (Expand)AuthorAgeFilesLines
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-95/+0
* Even more virtual method deinlining.erg@google.com2010-12-131-6/+2
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-4/+1
* Remove wstrings from bookmarks, part 9.viettrungluu@chromium.org2010-08-221-2/+5
* Cleanup: Get rid of TreeNodeChildrenReordered.tfarina@chromium.org2010-08-111-5/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-101-2/+5
* Use string16 instead of wstring in bookmark data model.munjal@chromium.org2010-01-111-1/+1
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-1/+10
* Fix lint errors in app/ and turn on presubmit check.erg@google.com2009-11-171-1/+1
* Linux: Convert Cookies options page from a list into a tree.mattm@chromium.org2009-11-111-0/+3
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-10/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+10
* Make GetTitle returns const wstring& instead of wstring andmunjal@chromium.org2009-06-171-1/+1
* Add missing <vector> #include. Fixes build on Windows (Release).phajdan.jr@chromium.org2009-05-131-0/+1
* Move tree-related classes that Linux code depends on from views/ to app/phajdan.jr@chromium.org2009-05-131-0/+87