summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_bar_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert ElideUrl to return a string16 instead of a wstring.tony@chromium.org2010-10-271-4/+3
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-211-3/+4
* Make the Downloads Shelf keyboard-accessible (via F6) and accessible todmazzoni@chromium.org2010-10-211-0/+4
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-5/+2
* This is a second attempt of http://codereview.chromium.org/3175038davemoore@chromium.org2010-09-131-2/+5
* Revert 59147 - Allow overriding of X error functionsdavemoore@chromium.org2010-09-101-5/+2
* Allow overriding of X error functionsdavemoore@chromium.org2010-09-101-2/+5
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-4/+5
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-291-8/+6
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-1/+1
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-1/+2
* Fix a couple of bookmark bar problems:pkasting@chromium.org2010-08-171-9/+20
* Misc. clean up: Rewrap, simplify. Refactored two separate files' calls of Ta...pkasting@chromium.org2010-08-171-7/+6
* Make theme change notifications auto-propagate through the view hierarchy, in...pkasting@chromium.org2010-07-271-1/+1
* Attemp 2 at:sky@chromium.org2010-07-211-10/+1
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-201-1/+10
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-201-10/+1
* Set the options dialog as the parent window of the sync wizard when thealbertb@chromium.org2010-07-161-1/+1
* Implement support for disabling sync through configuration management.mnissler@chromium.org2010-07-141-1/+1
* Remove the bookmark menu.pkasting@chromium.org2010-07-011-6/+4
* Change a bunch of string types.estade@chromium.org2010-06-291-4/+1
* Removes debugging code added in hopes of finding crasher. The crashsky@chromium.org2010-06-291-23/+3
* Canvas refactoring part 3.ben@chromium.org2010-06-251-4/+2
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+4
* Canvas refactoring part 3.ben@chromium.org2010-06-241-4/+2
* Canvas refactoring part 2.ben@chromium.org2010-06-231-2/+4
* Fixes bug in bookmark bar view if profile changed. If the profilesky@chromium.org2010-06-161-9/+18
* Adds some logging in hopes of tracking down a crasher.sky@chromium.org2010-06-041-1/+21
* ExtApps: Show the bookmark bar again on NTP (except inside the App Launcher p...finnur@chromium.org2010-05-261-5/+2
* Relanding 48042.jcivelli@chromium.org2010-05-251-5/+2
* Revert 48042: it breaks unit-tests and UI tests on ChromeOSjcivelli@chromium.org2010-05-241-2/+5
* Disabling app launcher and enabling apps by default on ChromeOS .jcivelli@chromium.org2010-05-241-5/+2
* Revert 47675.mirandac@chromium.org2010-05-201-1/+1
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-201-4/+3
* Move data types used in the importer process to common/, in preparation for i...mirandac@chromium.org2010-05-191-1/+1
* The BookmarkBarView should not be visible for extension apps.finnur@chromium.org2010-05-131-2/+8
* Re-land r47079: Shorten several appsrelated flags.aa@chromium.org2010-05-131-1/+1
* Revert 47079 - Shorten several appsrelated flags. "256 characters should be e...aa@chromium.org2010-05-121-1/+1
* Shorten several apps-related flags. "256 characters should be enough for anyo...aa@chromium.org2010-05-121-1/+1
* For extension apps, disable the bookmark bar from the launcher page.finnur@chromium.org2010-05-111-1/+10
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-1/+1
* Get rid of some dead bookmark context menu code.viettrungluu@chromium.org2010-05-061-2/+1
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-1/+1
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-2/+1
* Relanding http://codereview.chromium.org/1746009/showjcivelli@chromium.org2010-04-291-1/+1
* Revert 45936 - The app launcher now uses the location bar (instead of the aut...jcivelli@chromium.org2010-04-291-1/+1
* The app launcher now uses the location bar (instead of the autocomplete edit)...jcivelli@google.com2010-04-291-1/+1
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0