summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_bar_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Make the bookmark buttons follow theme changes correctly.glen@chromium.org2009-07-241-14/+30
* Adds MSAA information to various (previously uncovered) bits of the UI, inclu...klink@chromium.org2009-07-231-1/+54
* Allow the tiling of theme background images on the NTP.mirandac@chromium.org2009-07-181-13/+126
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-7/+10
* Make the toolbar theme align with the left edge of the browser and the top ed...glen@chromium.org2009-07-091-2/+2
* First part of bookmark context menu reorg.ben@chromium.org2009-06-271-4/+4
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-30/+32
* Fork bookmark context menu logic across platforms. There's too much crazy stu...ben@chromium.org2009-06-251-1/+1
* Move extension view classes from browser/extensions to browser/views/extensions.erikkay@google.com2009-06-231-3/+0
* Clicking a bookmark does not discard omnibox editsmhm@chromium.org2009-06-081-7/+16
* Reland of r17500:glen@chromium.org2009-06-041-3/+18
* Revert r17500glen@chromium.org2009-06-031-14/+3
* Theme our bookmark bar buttons.glen@chromium.org2009-06-031-3/+14
* Allow themes to change the background of the new tab page. Adds support for d...glen@chromium.org2009-06-021-7/+23
* Gets bookmark_bar_view to compile on Linux.sky@chromium.org2009-05-281-7/+22
* Make bookmark_bar_view.h hopefully compile on Linux.brettw@chromium.org2009-05-261-5/+5
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-211-0/+1
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-15/+4
* Revert 16567.ben@chromium.org2009-05-211-1/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-211-0/+1
* Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing thissky@chromium.org2009-05-201-2/+2
* Theme the bookmark bar when in NTP mode.glen@chromium.org2009-05-161-8/+5
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-7/+7
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-1/+1
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-1/+1
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-131-1/+1
* Remove even more ATL dependencies.maruel@chromium.org2009-05-131-1/+1
* This is the first pass at themes.glen@chromium.org2009-05-091-38/+10
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-2/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-6/+6
* Fix for a DCHECK regression introduced by http://codereview.chromium.org/112001erikkay@google.com2009-05-061-2/+0
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-061-155/+3
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Several minor visual fixes to toolstrips:aa@chromium.org2009-05-041-13/+16
* Fix several painting glitches for toolstrips.aa@chromium.org2009-04-271-6/+7
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-271-2/+7
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-7/+64
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-2/+2
* Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...robertshield@google.com2009-04-231-7/+2
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-231-2/+7
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-161-2/+1
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-3/+3
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-091-1/+3
* Fixes regression in dragging bookmark bar. The bookmark bar would notsky@chromium.org2009-04-031-2/+3
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-4/+5