summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_bar_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow multiple toolstrips in an extension.aa@chromium.org2009-03-211-3/+6
* Adds a bookmark menu. This is experimental. To turn on you needsky@google.com2009-03-201-2/+2
* Mac bookmark work. jrg@chromium.org2009-03-181-23/+1
* Fix bug where an extension toolstrip would sometimes get added twice to thempcomplete@google.com2009-03-171-3/+11
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* Move widget related files into views/widgetben@chromium.org2009-03-171-2/+2
* Rework the Button API to be saner in preparation for NativeControl rejiggerin...ben@chromium.org2009-03-161-16/+18
* Disallows dragging from the bookmark bar when the bookmark bar issky@google.com2009-03-131-0/+8
* bustageben@chromium.org2009-03-121-1/+1
* bustageben@chromium.org2009-03-121-253/+0
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-3/+256
* Refactors code for showing bookmarks menus into a standalone classsky@google.com2009-03-121-364/+44
* Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in...mpcomplete@google.com2009-03-101-1/+2
* Unrevert 11294.mpcomplete@google.com2009-03-101-7/+87
* Reverting 11294.mpcomplete@google.com2009-03-091-87/+7
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-091-7/+87