summaryrefslogtreecommitdiffstats
path: root/ui/base/models
Commit message (Expand)AuthorAgeFilesLines
* Alternate NTP: Update recent tabs fav iconssail@chromium.org2012-11-193-2/+8
* Remaining bits of getting menus to look correct depending uponsky@chromium.org2012-11-061-0/+3
* ui/base/models: Some fixes to the TreeNodeIterator unittest.tfarina@chromium.org2012-10-122-42/+47
* Add a ListModel::Move.xiyuan@chromium.org2012-09-253-10/+60
* The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...skuhne@chromium.org2012-08-244-17/+62
* Convert ui::MenuModel to use gfx::Image instead of ImageSkia.rsesek@chromium.org2012-08-223-24/+24
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-192-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1112-12/+0
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-302-16/+15
* app_list/chromeos: Fix wrong app icon in search results.xiyuan@chromium.org2012-06-131-3/+2
* Cleanup: Remove vector::at() calls in SimpleMenuModel. Do CHECKs instead.thestig@chromium.org2012-06-022-14/+21
* ui/base/models: Modernize TreeNodeModel unittests.tfarina@chromium.org2012-05-311-20/+16
* Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima...pkotwicz@chromium.org2012-05-246-34/+50
* ui/base/models: Remove unnecessary virtuals from ListModel functions.tfarina@chromium.org2012-05-201-11/+11
* ui: Change ListModel to operate in size_t instead of int.tfarina@chromium.org2012-05-183-29/+31
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-2/+1
* ui: Do not expose the underline type (vector) used in ListModel.tfarina@chromium.org2012-05-152-14/+11
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-271-1/+1
* Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...alokp@chromium.org2012-03-261-1/+1
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-261-1/+1
* ui/base/models: Add protected virtual destructor to ComboboxModel.tfarina@chromium.org2012-03-221-6/+7
* Introduce ItemVector to clean up the iteration through the items in SimpleMen...tfarina@chromium.org2012-02-242-9/+9
* Adds ability to pin apps to the launcher.sky@chromium.org2012-02-221-1/+2
* Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).zea@chromium.org2011-12-301-2/+2
* Reland 115515 - [Aura] Implement views-based applist.xiyuan@chromium.org2011-12-233-0/+296
* Revert 115515 - [Aura] Implement views-based applist.pastarmovj@chromium.org2011-12-223-296/+0
* [Aura] Implement views-based applist.xiyuan@chromium.org2011-12-223-0/+296
* Adds back BookmarkNode::IsVisible. Turns out we want to conditionallysky@chromium.org2011-12-032-4/+74
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-012-74/+4
* Move accelerator related files to ui/base/acceleratorstfarina@chromium.org2011-11-255-436/+0
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-142-0/+209
* ui/base/models: Use operator '->' for accessing std::vector elements in TreeN...tfarina@chromium.org2011-11-111-4/+4
* Permanent folders changesnoyau@chromium.org2011-10-182-5/+75
* ui: Migrate to base::Bind().tfarina@chromium.org2011-10-112-3/+4
* Reverts debugging code that was added to find a crasher. Crash wentsky@chromium.org2011-09-271-43/+11
* Fix build breakage.sky@chromium.org2011-09-151-2/+2
* Adds some debugging code for a crash. I'm curious to see if the itemssky@chromium.org2011-09-151-11/+43
* Removes debugging code as crash mysteriously stopped happening.sky@chromium.org2011-09-141-18/+0
* Adds some debugging to help identify the id of the menu that is crasing.sky@chromium.org2011-09-091-0/+18
* Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...shinyak@google.com2011-09-054-5/+20
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-068-19/+19
* mac: Components build for ui, easy partthakis@chromium.org2011-07-291-1/+2
* Create views.dll / libviews.sodarin@chromium.org2011-07-283-3/+6
* Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus.yzshen@chromium.org2011-07-282-6/+6
* ui/base/models: Change the remaining ASSERT_EQ to EXPECT_EQ in TreeNodeModel ...tfarina@chromium.org2011-07-201-10/+10
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-175-8/+12
* ui/base/models: Add TestNode typedef to TreeNodeModel unittests.tfarina@chromium.org2011-07-061-41/+42
* ui/base/models: Cleanup TreeNodeModelTest.RemoveNode unittesttfarina@chromium.org2011-07-041-36/+30
* ui/base/models: Replace ASSERT_* checks by EXPECT_* in TreeNode unittests.tfarina@chromium.org2011-06-231-59/+59
* ui/base/models: Allocate |root| on the stack.tfarina@chromium.org2011-06-211-16/+14