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
*
Merge 253006 "Clear any open dialogs when the renderer process g..."
creis@chromium.org
2014-02-25
1
-0
/
+4
*
Revert 253267
laforge@chromium.org
2014-02-25
1
-4
/
+0
*
Merge 253006 "Clear any open dialogs when the renderer process g..."
creis@chromium.org
2014-02-25
1
-0
/
+4
*
Merge 244116 "<webview>: Support zoom in WebUI"
xiyuan@chromium.org
2014-02-18
1
-0
/
+7
*
Merge 245992 "Validate vector lengths in ImageHostMsg_DidDownloa..."
dharani@google.com
2014-01-22
1
-0
/
+3
*
Merge 244710 "Make WebContentsDelegate::OpenColorChooser return ..."
keishi@chromium.org
2014-01-16
1
-1
/
+3
*
Allow the max url length to be overridden
kristianm@chromium.org
2013-12-16
1
-2
/
+3
*
Move form validation message bubble into content/, wire up to Android WebView.
benm@chromium.org
2013-12-12
1
-0
/
+26
*
Make the renderer-side prerendering code use RenderFrames instead of RenderVi...
jam@chromium.org
2013-12-10
1
-0
/
+21
*
Remove workaround for old incorrect use of location.replace in CWS.
creis@chromium.org
2013-12-10
1
-7
/
+0
*
Move out DidStartProvisionalLoad from WebContentsImpl into Navigator.
nasko@chromium.org
2013-12-10
1
-48
/
+18
*
Add support for java versions of WebContents and NavigationController.
tedchoc@chromium.org
2013-12-09
1
-0
/
+18
*
Support datalist for date/time input types on Android
keishi@chromium.org
2013-12-07
1
-1
/
+2
*
Send IPCs from RenderFrameHost to WebContents to match what we do with Render...
jam@chromium.org
2013-12-06
1
-24
/
+43
*
Make Navigator an interface.
nasko@chromium.org
2013-12-06
1
-2
/
+3
*
Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..."
tzik@chromium.org
2013-12-06
1
-42
/
+25
*
Send IPCs from RenderFrameHost to WebContents to match what we do with Render...
jam@chromium.org
2013-12-06
1
-25
/
+42
*
Move more of the plugin code in the renderer to use RenderFrame instead of Re...
jam@chromium.org
2013-12-06
1
-0
/
+4
*
Switch plugin creation to use RenderFrame instead of RenderView
jam@chromium.org
2013-12-04
1
-10
/
+9
*
Prevent the browser process from creating duplicate RenderWidgetHosts
nasko@chromium.org
2013-12-04
1
-5
/
+22
*
Add RenderFrameHostDelegate and plumb it through all the necessary classes.
jam@chromium.org
2013-12-04
1
-1
/
+1
*
Transfer date/time value to chooser as double
keishi@chromium.org
2013-12-04
1
-8
/
+1
*
Prevent the browser process from creating duplicate RenderViewHosts.
nasko@chromium.org
2013-12-04
1
-0
/
+22
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-19
/
+20
*
Add support for color input datalist on Android
keishi@chromium.org
2013-11-29
1
-3
/
+6
*
SignedCertificateTimestamp storing & serialization code.
alcutter@google.com
2013-11-29
1
-1
/
+4
*
Rename RenderViewHostManager to RenderFrameHostManager.
creis@chromium.org
2013-11-28
1
-9
/
+9
*
New Tab: fix tab title flickering.
samarth@chromium.org
2013-11-25
1
-5
/
+16
*
Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPen...
nasko@chromium.org
2013-11-23
1
-3
/
+4
*
Upgrade insecure content warning from LOG(info) to LOG(warning).
tsepez@chromium.org
2013-11-23
1
-2
/
+2
*
Add frame_tree_node_id to navigation parameters.
creis@chromium.org
2013-11-21
1
-1
/
+6
*
Preserve should_replace_current_entry across request transfers.
davidben@chromium.org
2013-11-19
1
-0
/
+1
*
Move RenderViewHostManager from WebContents to FrameTreeNode.
creis@chromium.org
2013-11-15
1
-52
/
+58
*
Ensure safety when tracing WebContentsImpl
wangxianzhu@chromium.org
2013-11-14
1
-6
/
+5
*
C++ readability review for lazyboy@
lazyboy@chromium.org
2013-11-14
1
-2
/
+4
*
Hide WebContentsImpl::AddCreatedCallback so that no more users leak in.
jam@chromium.org
2013-11-12
1
-3
/
+3
*
Make copy of string trace event parameter in WebContentsImpl
skyostil@chromium.org
2013-11-12
1
-2
/
+2
*
Add Navigator and NavigatorDelegate objects.
nasko@chromium.org
2013-11-09
1
-0
/
+2
*
3 new bootperf events:
alemate@chromium.org
2013-11-07
1
-2
/
+6
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-6
/
+6
*
Temporary fix for CWS client redirect issue to undo a regression.
creis@chromium.org
2013-11-07
1
-0
/
+7
*
Defer app window appearance until first paint.
mlamouri@chromium.org
2013-11-07
1
-0
/
+6
*
Refactor GuestView to take in extension_id on construction
fsamuel@chromium.org
2013-10-31
1
-1
/
+1
*
Move navigation and frame tree classes to a new frame_host/ directory.
nasko@chromium.org
2013-10-30
1
-2
/
+2
*
Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore.
jam@chromium.org
2013-10-30
1
-7
/
+9
*
Preserve redirect chain and page transition on cross-process server redirects.
creis@chromium.org
2013-10-30
1
-7
/
+19
*
Ensure transient NavigationEntryImpl values are cleared after commit.
creis@chromium.org
2013-10-29
1
-7
/
+7
*
Clean up duplicated code bug in RequestTransferURL.
creis@chromium.org
2013-10-28
1
-17
/
+17
*
Move GetWebkitPrefs from WebContentsImpl to RenderViewHostImpl.
nasko@chromium.org
2013-10-28
1
-229
/
+2
*
Chromium side of maxTouchPoints implementation.
sblom@microsoft.com
2013-10-26
1
-4
/
+6
[next]