summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135...yurys@chromium.org2011-10-056-51/+34
* It seems that the Gtk module is so generic what it can be used for all Linux ...saintlou@chromium.org2011-10-053-68/+1
* Changed broken downloads bug reference.shess@chromium.org2011-10-052-5/+5
* Provide stub implementation of RenderWidgetHostView::GetDefaultScreenInfo(Web...saintlou@chromium.org2011-10-051-1/+7
* Add a second line of defense for receiving a bad message in the renderer.creis@chromium.org2011-10-041-4/+4
* Fix check_perms error from r103992.thestig@chromium.org2011-10-041-0/+0
* Fixed bug in operator<().ahendrickson@chromium.org2011-10-042-2/+151
* WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.jhawkins@chromium.org2011-10-042-1/+14
* [webui] Migrate moar instances of RegisterMessageCallacks to base::bind().csilv@chromium.org2011-10-041-2/+4
* Export some unix-specific content symbols.dpranke@chromium.org2011-10-0415-24/+37
* Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope...yurys@chromium.org2011-10-046-34/+51
* DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties mapyurys@chromium.org2011-10-046-51/+34
* Moved policy UI and enrollment UI code to base::Bind.joaodasilva@chromium.org2011-10-041-1/+1
* yet another batch of symbols to export from content.dpranke@chromium.org2011-10-042-228/+247
* Remove TraceMessageFilter for NACL_LOADER_PROCESS types that do not support t...jbates@chromium.org2011-10-042-7/+19
* Revert 103795 (may have turned windows bots red) - WebUI: Use the TOOLKIT_VIE...willchan@chromium.org2011-10-032-9/+1
* WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.jhawkins@chromium.org2011-10-032-1/+9
* Fix crash on trying to kill an unresponsive tab.rkc@chromium.org2011-10-031-1/+4
* Fix flipped boolean state for required attribute.dtseng@chromium.org2011-10-031-1/+1
* Add a check to NavigateToEntry to make sure the browser never attempts to nav...creis@chromium.org2011-10-031-0/+6
* DevTools: introduce Attach/Detach on DevToolsAgentHostyurys@chromium.org2011-10-034-37/+21
* Get rid of the profile import process code, and instead go through the utilit...jam@chromium.org2011-10-032-3/+7
* Remove unused RenderViewHostManager::SwapInRenderViewHost() and TabContents::...steveblock@chromium.org2011-10-034-92/+1
* Add interface to CancelableRequest that allows use of base::Callback<>.ajwong@chromium.org2011-10-032-0/+272
* DevTools: disable page prerendering for inspected tabsyurys@chromium.org2011-10-032-0/+19
* Make content_shell handle renderers going away. I've made TabContents call Ta...jam@chromium.org2011-10-012-0/+2
* Get rid of BindingsPolicy::EXTENSIONjochen@chromium.org2011-10-013-35/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0110-32/+32
* Revert 103617 - Revert 103142 - [Linux] Move plugin probing back in-process. ...jar@chromium.org2011-10-011-2/+9
* Revert 103142 - [Linux] Move plugin probing back in-process. This temporarily...jar@chromium.org2011-10-011-9/+2
* Only allow to lock the mouse when the tab is in fullscreen mode.yzshen@chromium.org2011-10-0110-24/+61
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-3027-47/+55
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-305-50/+1
* Restore removed explanatory comment.mark@chromium.org2011-09-301-0/+1
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-307-24/+29
* Now that this WebKit CL https://bugs.webkit.org/show_bug.cgi?id=68936 has lan...saintlou@chromium.org2011-09-301-1/+1
* Migrate WebUI to new-style callbacks (part 1).csilv@chromium.org2011-09-302-6/+37
* Combine PpapiBrokerProcessHost into PpapiPluginProcessHost.ddorwin@chromium.org2011-09-307-361/+153
* CrOS - Speculative fix for shutdown hang talking to zygotejamescook@chromium.org2011-09-301-31/+34
* Connecting MediaStreamManager and AudioInputRenderHost/AudioInputDeviceManager.mflodman@chromium.org2011-09-305-26/+31
* content: Move constrained window code from TabContents to TabContentsWrappererg@chromium.org2011-09-307-129/+6
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-3051-97/+136
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-1/+2
* Uniquified path needs to be used to rename the file for dangerous types.ncj674@motorola.com2011-09-291-1/+1
* Add a content_shell specific DownloadManagerDelegate.jam@chromium.org2011-09-291-0/+6
* Remove unneeded calls from the ContentBrowserClient.avi@chromium.org2011-09-293-22/+0
* Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.fischman@chromium.org2011-09-291-1/+0
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-2912-26/+96
* Add support for a few more Mac accessibility attributes.dmazzoni@chromium.org2011-09-291-15/+131
* ImageTransportSurface for OS Xbacker@chromium.org2011-09-299-69/+77