summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-1/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-2/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-4/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+3
* Rebase PageInfoBubble on the new views bubble.msw@chromium.org2011-11-171-1/+0
* browser: Delete ExternalTabPageInfoBubbleView class as it's now dead code.tfarina@chromium.org2011-11-161-30/+0
* browser: Add missing OVERRIDE annotation to ExternalTabContainer implementing...tfarina@chromium.org2011-11-151-21/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-3/+3
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Align avatar bubble with edge of anchor controlsail@chromium.org2011-11-031-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Support dispositon attribute.gbillock@chromium.org2011-10-311-2/+4
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-4/+4
* Relanding this as the earlier attempt broke chrome frame tests.ananta@chromium.org2011-10-281-25/+34
* Revert 107669 (Looks to have caused bot failures) - Register the RenderViewHo...eroman@chromium.org2011-10-281-34/+25
* Register the RenderViewHost instance created when a desktop notification bubb...ananta@chromium.org2011-10-281-25/+34
* Update automation messages to use the new way of declaring message structs, t...jam@chromium.org2011-10-211-9/+9
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-13/+13
* Refactors NativeWebKeyboardEvent to be less ugly.ben@chromium.org2011-10-181-2/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-2/+2
* Revert 106029nkostylev@chromium.org2011-10-181-2/+2
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-2/+2
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-2/+4
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-7/+9
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-2/+2
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+2
* Converts usage of GetBrowserViewForNativeWindow tosky@chromium.org2011-09-301-1/+0
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-1/+1
* Rename WebIntentData for backend storage to WebIntentServiceData.gbillock@chromium.org2011-09-211-6/+5
* Removed the sending of the following content IPC messages out of chrome and r...ananta@chromium.org2011-09-191-3/+3
* [Web Intents] Change WebIntentPicker to Bubble from ConstrainedDialog.binji@chromium.org2011-09-141-2/+2
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+2
* Moved the following IPCs out of chrome into content where they are handled by ananta@chromium.org2011-09-061-0/+7
* Handle the ViewHostMsg_FindReply message which is sent by content(renderer) v...ananta@chromium.org2011-09-021-3/+10
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-1/+2
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-011-2/+1
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-1/+2
* Dispatch the following IPC messages in TabContents and handle them via the Ta...ananta@chromium.org2011-08-251-0/+29
* Move bubble border under views/bubble.saintlou@chromium.org2011-08-241-1/+2
* Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ...ananta@chromium.org2011-08-241-0/+10
* Revert "This is a redo of http://codereview.chromium.org/7629009/"saintlou@chromium.org2011-08-231-2/+1
* This is a redo of http://codereview.chromium.org/7629009/saintlou@chromium.org2011-08-231-1/+2
* Revert r97856 "move bubble border code and update references to it."maruel@chromium.org2011-08-231-2/+1
* move bubble border code and update references to it.saintlou@chromium.org2011-08-231-1/+2
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+1
* Profiles: Eliminate dead notifications.erg@google.com2011-08-091-5/+0
* This is only the first part of the refactoring. The old method was preservedadriansc@google.com2011-08-021-24/+31