Sign in
chromium
/
chromium
/
src.git
/
2ceee8f17b6fa286d37f0e9190fed01e5f6a9eff
/
content
/
browser
/
web_contents
/
web_contents_impl.cc
2ceee8f
Remove some code inside USE_AURA and OS_WIN ifdefs in content.
by
[email protected]
· 11 years ago
820957a
Make WebContentsDelegate::OpenColorChooser return NULL on failure
by
[email protected]
· 11 years ago
e6e30ac
Move the guts of user_metrics to a new static lib in //base/metrics.
by
[email protected]
· 11 years ago
66256d7
Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame
by
[email protected]
· 11 years ago
9649d49
<webview>: Support zoom in WebUI
by
[email protected]
· 11 years ago
36ec24f
Move Find Operations from RenderViewHost to WebContents
by
[email protected]
· 11 years ago
f1cd336
Remove call of PrerenderTracker::TryCancelOnIOThread in ChromeContentBrowserClient::CanCreateWindow. I moved cancelling the prerender on the UI thread.
by
[email protected]
· 11 years ago
3109fbb7
Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).
by
[email protected]
· 11 years ago
5dcaf8e
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in InterceptNavigationResourceThrottle.
by
[email protected]
· 11 years ago
a1b9926
Support cross-process navigations in a single subframe RenderFrameHost.
by
[email protected]
· 11 years ago
d60f370
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in ResourceDispatcherHostImpl.
by
[email protected]
· 11 years ago
3295612
Update uses of UTF conversions in content/ to use the base:: namespace.
by
[email protected]
· 11 years ago
6ff9c8f
Add base:: to string16 in content/.
by
[email protected]
· 11 years ago
b765deb
Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead of RenderView.
by
[email protected]
· 11 years ago
94d0cc1
Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts.
by
[email protected]
· 11 years ago
a86c0e96
Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver
by
[email protected]
· 11 years ago
58fbf7a
Revert 241151 "Make RenderFrameHostManager swap RenderFrameHosts..."
by
[email protected]
· 11 years ago
a141967
Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts.
by
[email protected]
· 11 years ago
f16cc678
Allow the max url length to be overridden
by
[email protected]
· 11 years ago
edc3af8
Move form validation message bubble into content/, wire up to Android WebView.
by
[email protected]
· 11 years ago
b849847b
Make the renderer-side prerendering code use RenderFrames instead of RenderViews.
by
[email protected]
· 11 years ago
5dfc9a7
Remove workaround for old incorrect use of location.replace in CWS.
by
[email protected]
· 11 years ago
5291380
Move out DidStartProvisionalLoad from WebContentsImpl into Navigator.
by
[email protected]
· 11 years ago
155c7f2
Add support for java versions of WebContents and NavigationController.
by
[email protected]
· 11 years ago
6e08bfb
Support datalist for date/time input types on Android
by
[email protected]
· 11 years ago
f114fa4
Send IPCs from RenderFrameHost to WebContents to match what we do with RenderViewHost. This has two purposes:
by
[email protected]
· 12 years ago
6ea6bdf
Make Navigator an interface.
by
[email protected]
· 12 years ago
c80725d5
Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..."
by
[email protected]
· 12 years ago
2f03e83
Send IPCs from RenderFrameHost to WebContents to match what we do with RenderViewHost. This has two purposes:
by
[email protected]
· 12 years ago
60eca4eb
Move more of the plugin code in the renderer to use RenderFrame instead of RenderView.
by
[email protected]
· 12 years ago
271ff579
Switch plugin creation to use RenderFrame instead of RenderView
by
[email protected]
· 12 years ago
a850402
Prevent the browser process from creating duplicate RenderWidgetHosts
by
[email protected]
· 12 years ago
92404c6
Add RenderFrameHostDelegate and plumb it through all the necessary classes.
by
[email protected]
· 12 years ago
e807256
Transfer date/time value to chooser as double
by
[email protected]
· 12 years ago
04cbd3d
Prevent the browser process from creating duplicate RenderViewHosts.
by
[email protected]
· 12 years ago
fcf75d4
Convert string16 to base::string16 in content.
by
[email protected]
· 12 years ago
8bc5ff0
Add support for color input datalist on Android
by
[email protected]
· 12 years ago
0bbd63b
SignedCertificateTimestamp storing & serialization code.
by
[email protected]
· 12 years ago
b0936d2
Rename RenderViewHostManager to RenderFrameHostManager.
by
[email protected]
· 12 years ago
9eeafc01
New Tab: fix tab title flickering.
by
[email protected]
· 12 years ago
0661cee
Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry.
by
[email protected]
· 12 years ago
9450c46
Upgrade insecure content warning from LOG(info) to LOG(warning).
by
[email protected]
· 12 years ago
c8029778
Add frame_tree_node_id to navigation parameters.
by
[email protected]
· 12 years ago
4972fc8
Preserve should_replace_current_entry across request transfers.
by
[email protected]
· 12 years ago
fa944cb8
Move RenderViewHostManager from WebContents to FrameTreeNode.
by
[email protected]
· 12 years ago
eab6144
Ensure safety when tracing WebContentsImpl
by
[email protected]
· 12 years ago
c61b317c7
C++ readability review for lazyboy@
by
[email protected]
· 12 years ago
e4abd3b4
Hide WebContentsImpl::AddCreatedCallback so that no more users leak in.
by
[email protected]
· 12 years ago
809fb4e
Make copy of string trace event parameter in WebContentsImpl
by
[email protected]
· 12 years ago
190b8c5
Add Navigator and NavigatorDelegate objects.
by
[email protected]
· 12 years ago
3eed470
3 new bootperf events:
by
[email protected]
· 12 years ago
180ef24
Rename WebKit namespace to blink (part 3)
by
[email protected]
· 12 years ago
16a13fa
Temporary fix for CWS client redirect issue to undo a regression.
by
[email protected]
· 12 years ago
9f26807
Defer app window appearance until first paint.
by
[email protected]
· 12 years ago
dbbce92c
Refactor GuestView to take in extension_id on construction
by
[email protected]
· 12 years ago
d4a8ca48
Move navigation and frame tree classes to a new frame_host/ directory.
by
[email protected]
· 12 years ago
a794f3a
Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore.
by
[email protected]
· 12 years ago
f887290
Preserve redirect chain and page transition on cross-process server redirects.
by
[email protected]
· 12 years ago
97d8f0d
Ensure transient NavigationEntryImpl values are cleared after commit.
by
[email protected]
· 12 years ago
44d0930a
Clean up duplicated code bug in RequestTransferURL.
by
[email protected]
· 12 years ago
947bb390
Move GetWebkitPrefs from WebContentsImpl to RenderViewHostImpl.
by
[email protected]
· 12 years ago
0426d44
Chromium side of maxTouchPoints implementation.
by
[email protected]
· 12 years ago
32d2a44
Command line switch for canvas2d msaa.
by
[email protected]
· 12 years ago
ec6c05f
Decouple NavigationControllerImpl and WebContentsImpl.
by
[email protected]
· 12 years ago
992c57c
Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from download started animations.
by
[email protected]
· 12 years ago
2f673064c
Remove two RenderViewHostObserver implementations in ChromeOS code and replace them with WebContentsObserver.
by
[email protected]
· 12 years ago
5cdc6a26
Delete didProgrammaticallyScroll plumbing.
by
[email protected]
· 12 years ago
0bc7f354
Enable sending MessagePorts to a different renderer (Chromium side)
by
[email protected]
· 12 years ago
eb8b32ee
Remove solid_color_scrollbars CC LayerTreeSetting.
by
[email protected]
· 12 years ago
f273ee5
Call WebContentsObserver::RenderViewDeleted on the RVH and possibly pending RVH when WebContents is destructed.
by
[email protected]
· 12 years ago
d6fa88f
Set is_hidden bit for background navigations
by
[email protected]
· 12 years ago
44de749
Add a flag for enabling/disabling the new accelerated scrolling path
by
[email protected]
· 12 years ago
3ed682bf
Fix back-after-redirect for renderer-initiated cross-process redirects.
by
[email protected]
· 12 years ago
e341590
Revert "Revert "Enable composited iframes on hi-DPI.""
by
[email protected]
· 12 years ago
26329c0
Revert 229040 "Fix plugin HWNDs being shown, and also in the wro..."
by
[email protected]
· 12 years ago
9987cb801
Fix plugin HWNDs being shown, and also in the wrong position, when they're openeing in a background tab.
by
[email protected]
· 12 years ago
9052d93
Revert "Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED."
by
[email protected]
· 12 years ago
09eaa4c
Revert "Add a flag for enabling/disabling the new accelerated scrolling path"
by
[email protected]
· 12 years ago
e953c6c
Remove 2 members from webpreference
by
[email protected]
· 12 years ago
9797adb
Revert "Enable composited iframes on hi-DPI."
by
[email protected]
· 12 years ago
eaaba7dd
When a page is reloaded using the original request URL, ensure that the RVH picked to render it is based on that URL and WebContentsObserver::NavigateToPendingEntry sees that new URL.
by
[email protected]
· 12 years ago
6578fef
Remove content notifications from ResourcePrefetchPredictor, remove NOTIFICATION_LOAD_FROM_MEMORY_CACHE.
by
[email protected]
· 12 years ago
d7f80ba
Follow-ups/Tweaks for Embedded Flash Fullscreen.
by
[email protected]
· 12 years ago
429530b
Add a flag for enabling/disabling the new accelerated scrolling path
by
[email protected]
· 12 years ago
ac41336
Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED.
by
[email protected]
· 12 years ago
6dd2053b
Enable composited iframes on hi-DPI.
by
[email protected]
· 12 years ago
c0d9d567
Add WebContentsObserver options for NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED.
by
[email protected]
· 12 years ago
6286a37
Remove GetActiveEntry usage from content.
by
[email protected]
· 12 years ago
ed1aab1
Add --disable-compositor-touch-hit-testing flag
by
[email protected]
· 12 years ago
9162187
Remove notifications from TestNavigationObserver and clean it and its uses up.
by
[email protected]
· 12 years ago
45d5c60
ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumeration grant).
by
[email protected]
· 12 years ago
1ef02d24
Remove more uses of NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED.
by
[email protected]
· 12 years ago
9b159a5
Create a new RenderFrameHost per child frame when --site-per-process is enabled.
by
[email protected]
· 12 years ago
fc6c187
Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.
by
[email protected]
· 12 years ago
7b712ee2
Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CHANGED.
by
[email protected]
· 12 years ago
d6ba5f23
Add --disable-xslt to disable XSLT
by
[email protected]
· 12 years ago
af90590
Don't leave renderer process frozen when canceling JavaScript dialogs.
by
[email protected]
· 12 years ago
f70fe92
Revert 226284 "Move TransferNavigationResourceThrottle into Cros..."
by
[email protected]
· 12 years ago
37403f3
Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.
by
[email protected]
· 12 years ago
6679890
Remove notifications from TitleWatcher.
by
[email protected]
· 12 years ago
Next »