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