summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/web_contents_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-0/+2
* Rename JavaScriptDialogCreator to JavaScriptDialogManager.kkania@chromium.org2013-02-011-13/+13
* Make most code on mac compile with enable_web_intents=0thakis@chromium.org2013-02-011-0/+4
* Delete flag --enable-css-transform-pinch.aelias@chromium.org2013-02-011-15/+2
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-311-0/+9
* overscroll: Allow taking screenshots only in tabbed browsers.sadrul@chromium.org2013-01-311-1/+2
* Move generic_handler.* to content\browser\webui since it's needed by all webu...jam@chromium.org2013-01-291-0/+2
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-281-17/+7
* Integrate out-of-process iframes prototype with the Task Manager.nasko@chromium.org2013-01-251-0/+5
* Add kEnableImplSidePainting and kEnableDeferredImageDecodingklobag@chromium.org2013-01-241-1/+2
* Add "frame to navigate" to NavigationEntry and plumb it to the RenderViewImpljochen@chromium.org2013-01-241-0/+1
* Allow the chrome.tabCapture.* extension API to capture full screen flash widg...justinlin@chromium.org2013-01-241-1/+21
* Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of Bro...fsamuel@chromium.org2013-01-231-17/+12
* [Android] Manage CVC's retained JS object set on the native side.benm@chromium.org2013-01-211-0/+4
* ChromeOS default switches cleanup - switches::kEnableThreadedCompositing and ...zelidrag@chromium.org2013-01-201-3/+3
* Stop tracking frames in the webNavigation API once they're detached.jochen@chromium.org2013-01-181-0/+6
* Split Date/Time picker values from IME processing since date/time related for...miguelg@chromium.org2013-01-171-4/+20
* Enable accelerated compositing for chrome-devtools://caseq@google.com2013-01-171-4/+6
* Make --enable-css-transform-pinch work as expected.aelias@chromium.org2013-01-121-0/+6
* [Android WebView] Implement WebSettings.{get|set}UseWideViewportmnaganov@chromium.org2013-01-101-0/+2
* Allow embedders to provide a custom view for popup (select box) widgets,rosca@adobe.com2013-01-101-2/+4
* Distinguish plugin disconnections from plugin crashes.yzshen@chromium.org2013-01-101-2/+3
* Revert 175971ricow@chromium.org2013-01-101-7/+17
* Remove redundant |errored| member from IconHostMsg_DidDownloadFaviconpkotwicz@chromium.org2013-01-101-2/+1
* overscroll: Make sure screenshot is taken correctly for swapped out RenderViews.sadrul@chromium.org2013-01-101-1/+10
* Removes some dead code from WebContentsImpl. sky@chromium.org2013-01-101-13/+0
* Fix the loading progress bar for Android.tedchoc@chromium.org2013-01-101-0/+3
* Revert 175890: actually, looks like we want this to also help move chromeos w...jam@chromium.org2013-01-101-17/+7
* Reapply "Add a switch to enable composited scrolling for frames and enable it...wangxianzhu@chromium.org2013-01-091-0/+2
* Revert 175822jam@chromium.org2013-01-091-7/+17
* Temporarily roll out "Add a switch to enable composited scrolling for frames..."wangxianzhu@chromium.org2013-01-091-2/+0
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-091-17/+7
* Add a command-line flag to disable canvas antialiasing. This will be used to...senorblanco@chromium.org2013-01-091-0/+2
* Add a switch to enable composited scrolling for frames and enable it on Android.wangxianzhu@chromium.org2013-01-091-0/+2
* Browser Plugin: Refactor BrowserPluginEmbedder to allow creating guests with ...fsamuel@chromium.org2013-01-081-2/+7
* Also filter the URLs from incoming non-provisional navigation IPCs.jochen@chromium.org2013-01-081-2/+8
* When starting a provisional load, indicate whether the provisional URL is abo...jochen@chromium.org2013-01-071-1/+2
* Implement a TODO in the media code: Change a "const MediaStreamRequest*" arg ...pkasting@chromium.org2013-01-071-1/+1
* DevTools: introduce public content::DevToolsAgentHost.pfeldman@chromium.org2012-12-251-5/+2
* DevTools: preserve DevToolsAgentHost across navigations.pfeldman@chromium.org2012-12-241-6/+0
* Browser Plugin: Simplify BrowserPluginHostMsg_* message routingfsamuel@chromium.org2012-12-201-5/+3
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-1/+1
* Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file...mnissler@chromium.org2012-12-191-1/+1
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-1/+1
* Message forwarding code for for webview compositing.alexst@chromium.org2012-12-181-1/+3
* Instead of passing a base WebContents with WebContents::CreateParams to deter...jochen@chromium.org2012-12-181-8/+5
* Add a switch to enable compositing for scrollable frames.wangxianzhu@chromium.org2012-12-121-2/+3
* Remove unused DidOpenURL api from WebContentObserver.shishir@chromium.org2012-12-101-4/+0
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-43/+25
* [CSS Regions] Use the new RuntimeEnabledFeatures flag instead of the one in S...mmaerean@adobe.com2012-12-081-2/+0