- 35f35af Reland #2 of: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. by carlosk · 10 years ago
- 8bfb78c Downgrade lock icon for broken-HTTPS subresources by estark · 10 years ago
- 6c6da023 mustash: Enable connections to mus from the Chrome renderer [take 2] by fsamuel · 10 years ago
- 0d32d6d Add a WebContents getter callback in ResourceRequestInfo by clamy · 10 years ago
- 63f5b31 Make WebContentsImpl aware of all of its RWHs. by lazyboy · 10 years ago
- c4cbacb Don't route a non-frame widget's keyboard event to main frame widget. by alexmos · 10 years ago
- 4b8f013 Revert of Reland #1 of: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. (patchset #12 id:260001 of https://codereview.chromium.org/1426403006/ ) by grt · 10 years ago
- 113503a Reland #1 of: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. by carlosk · 10 years ago
- 5ef644e Add IPC messages to transfer compositor protos by dtrainor · 10 years ago
- 3e4b851 Separate RenderViewHost from RenderWidgetHost, part 7: move more calls to the RenderWidgetHostDelegate. by avi · 10 years ago
- bf58fa0c Separate RenderViewHost from RenderWidgetHost, part 6: move more calls to the RenderWidgetHostDelegate. by avi · 10 years ago
- c3aa842 Separate RenderViewHost from RenderWidgetHost, part 5: move calls to the RenderWidgetHostDelegate. by avi · 10 years ago
- 432e47d Propagate pageScaleFactor to GuestViews. by mcnee · 10 years ago
- 841f818 Aura on Android: content/browser by mfomitchev · 10 years ago
- 795f1b2 Revert of Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. (patchset #37 id:900001 of https://codereview.chromium.org/1352813006/ ) by carlosk · 10 years ago
- c4d183e Reland of OOPIF: Route keyboard events to focused frame in the browser process. (patchset #1 id:1 of https://codereview.chromium.org/1407173005/ ) by alexmos · 10 years ago
- e5c678bf Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. by carlosk · 10 years ago
- 8eb8ef2 OOPIF: Stop using HistoryController and refactor UpdateState. by creis · 10 years ago
- b2545f7 Several Site Details / Memory metrics fixes by nick · 10 years ago
- f50445a Reland of Wake Lock API implementation (Chromium part) by alogvinov · 10 years ago
- 8d3be00 Revert of OOPIF: Route keyboard events to focused frame in the browser process. (patchset #11 id:200001 of https://codereview.chromium.org/1405293002/ ) by perkj · 10 years ago
- e2a1799 OOPIF: Route keyboard events to focused frame in the browser process. by alexmos · 10 years ago
- 2dd142dd Notify WebContentsObservers of user interactions. by dominickn · 10 years ago
- 3ce04b6 Give the main frame a RenderWidget. by dcheng · 10 years ago
- 3fcd0ca OOPIF: Send page-level focus messages to all processes rendering a page. by alexmos · 10 years ago
- 329fd01 Move some AX attrs from AXNodeData to AXTreeData. by dmazzoni · 10 years ago
- 3b520166 Remove lots of old blur plumbing. by esprehn · 10 years ago
- 6919ce3 Implement WebContents::HasManifest. by dominickn · 10 years ago
- 3723dfcf Remove AboutToNavigateRenderFrame, issue custom notification for DevTools. by dgozman · 10 years ago
- 8e16ddfd Fix WebSpeech API for OOPIF based <webview>. by lazyboy · 10 years ago
- 5d36dae Remove surface_id from RenderWidget/RenderWidgetHost and friends by piman · 10 years ago
- b876f0a7 Remove WebContentsObserver::DidCommitNavigation by clamy · 10 years ago
- 40f03cb Expose PageImportanceSignals via WebContents by kouhei · 10 years ago
- 60bd490 Remove DomOperationNotificationDetails. by avi · 10 years ago
- efca29e PlzNavigate: fix timing issue in app window creation by clamy · 10 years ago
- dd12ef7 Revert of Wake Lock API implementation (Chromium part) (patchset #12 id:220001 of https://codereview.chromium.org/1107333002/ ) by rdevlin.cronin · 10 years ago
- 334a5a782 Wake Lock API implementation (Chromium part) by alogvinov · 10 years ago
- bede639 Avoid creating a RenderWidgetHostView for proxies. by lfg · 10 years ago
- a181efc Plumb opener information when creating RenderFrames and by alexmos · 10 years ago
- 2a565f8 Implement surface-based browser process hit testing for Mac and Aura by kenrb · 10 years ago
- f4684d1 Verify that cert status is valid before forgetting user exceptions by jww · 10 years ago
- a1b926a Remove WebUIImpl::OverrideJavaScriptFrame() and pass |frame_name| on construction by dbeam · 10 years ago
- 29f5a6c Disallow lazy assignment of RenderWidgetHostImpl routing IDs. by dcheng · 10 years ago
- cc85bbd Reverted the code for the non-interactive audible tab notification by avayvod · 10 years ago
- 4c4fbed Android Media Notification: stop the MediaSession when dismissed. by mlamouri · 10 years ago
- ac6cdd0 Templatize some ui/accessibility code to enable subclassing AXNodeData. by dmazzoni · 10 years ago
- 0e11988 Add a NavigationHandle class to content/public/browser by clamy · 10 years ago
- 9b64045 Stop showing warning UI when SharedWorker crashes by toyoshim · 10 years ago
- a4971c1 Allow asynchronous tab creation when opener_suppressed is true. by mariakhomenko · 10 years ago
- 4cf2aa3 OOPIF: Fix window.open to work from frames with remote parent. by alexmos · 10 years ago
- a5635c4 Kill renderer on failure to deserialize security info in most cases by estark · 10 years ago
- ab031902 Adds selection expansion support for Contextual Search. by aurimas · 10 years ago
- e6b7b4675 Track whether a created WebContents has a resume pending. by dfalcantara · 10 years ago
- 145aaa8 Route 'Select All' OS method through RenderWidgetHostDelegate. by lgarron · 10 years ago
- 5ac402d Move browser-to-renderer opener plumbing to frame routing IDs. by alexmos · 10 years ago
- 41634b1 [Android] A prototype of the interactive media notification. by avayvod · 10 years ago
- ca2eabd Replace image_messages.h with Mojo service by halton.huo · 10 years ago
- 7ab1ec16ec Make some editing/selection functions accessible to c/b/renderer_host/ by mohsen · 10 years ago
- 6ddfcae Revert of Make renderer-initiated navigations be relative to the last-committed entry. (patchset #2 id:20001 of https://codereview.chromium.org/1215903002/) by avi · 10 years ago
- 9bb5972 Make renderer-initiated navigations be relative to the last-committed entry. by avi · 10 years ago
- 6ec48b2a Make <webview> use out-of-process iframe architecture. by lazyboy · 10 years ago
- 6fbb3869 Add a flag showing whether the current request was ignored by a handler by gsennton · 10 years ago
- 4e2ecb7 Support simple back/forward in out-of-process iframes. by creis · 10 years ago
- 5872904 Refactor CreateOpenerRenderViews to process all frames on opener FrameTrees. by alexmos · 10 years ago
- e201c7cd Track frame openers in FrameTreeNodes instead of WebContents. by alexmos · 10 years ago
- 4c0feb6 Remove swapped-out usage in --site-per-process. by nasko · 10 years ago
- 236d317 Replace more ObserverList with base::ObserverList. by brettw · 10 years ago
- 90afaba Propagate theme color updates to the WebContentsDelegates. by peter · 10 years ago
- e70f5e1 Keep event page alive when there's some Pepper plugin on it. by emaxx · 10 years ago
- 89a0f78 Dismiss browser plugin modal dialogs when the embedder needs to. by creis · 10 years ago
- a16aa817 PlzNavigate: provide the FrameTreeNode ID to the network stack by clamy · 10 years ago
- 5582cbe [Session restore] Add MRU logic to loading of background pages. by georgesak · 10 years ago
- 0dccfef Revert of Change WebContents::last_active_time_ to Time instead of Timeticks. (patchset #1 id:140001 of https://codereview.chromium.org/1140083004/) by gab · 10 years ago
- cd24f7e This was a good experiment, but there's nobody currently driving this iteration, and the code is intrusive, accumulating technical debt around it. by dglazkov · 10 years ago
- 041ef9c Change WebContents::last_active_time_ to Time instead of Timeticks. by georgesak · 10 years ago
- f76987d9 Revert of Mac: Ensure that web contents background matches theme (patchset #3 id:40001 of https://codereview.chromium.org/1124813002/) by ccameron · 10 years ago
- 9f8705a Revert of Revert of OOPIF: Specify previous sibling frames when creating new RenderFrames. (patchset #1 id:1 of https://codereview.chromium.org/1118083004/) by alexmos · 10 years ago
- e8c43faf Mac: Ensure that web contents background matches theme by ccameron · 10 years ago
- e94c7ac Revert of OOPIF: Specify previous sibling frames when creating new RenderFrames. (patchset #5 id:80001 of https://codereview.chromium.org/1113393004/) by piman · 10 years ago
- 134cdb8 OOPIF: Specify previous sibling frames when creating RenderFrames. by alexmos · 10 years ago
- c0fceff Move ClosePage() from RenderViewHost to WebContents. by nasko · 10 years ago
- 44bdc473 Fix window.open issue in Document mode on Android. by mariakhomenko · 10 years ago
- 5120892 Update {virtual,override} to follow C++11 style in content. by nick · 10 years ago
- 53d5cbf Clear children from a subframe when it does a cross process navigation. by nick · 10 years ago
- c014b40 Remove unnecessary casts for WebContentsImpl::GetRenderViewHost. by creis · 10 years ago
- a696e511 Move DidStartLoading, DidStopLoading, DidChangeLoadProgress IPCs to RFHI. by fdegans · 10 years ago
- c0e251b Make it possible to set the display mode from Chromium by mikhail.pozdnyakov · 10 years ago
- 83ba5c8 Add a WebContentsImpl API to snapshot the accessibility tree. by dmazzoni · 10 years ago
- 7fe55ce Allow WebView to directly observe focus change of its WebContents. by calamity · 10 years ago
- e7da5a1 Refactor postMessage for out-of-process iframes. by alexmos · 10 years ago
- 8459e33 content: Delete some now-dead event related code. by sadrul · 10 years ago
- 93e15e734 Revert of content: Delete some now-dead event related code. (patchset #2 id:20001 of https://codereview.chromium.org/1052063002/) by tbarzic · 10 years ago
- 3b4f45c0 content: Delete some now-dead event related code. by Sadrul Habib Chowdhury · 10 years ago
- c73eec2 Remove unused parameter in RenderFrameHostDelegate::DidStopLoading. by fdegans · 10 years ago
- 6ce28f5 Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading. by fdegans · 10 years ago
- fd77355 Reload favicon from HTTP cache on Ctrl+Refresh by pkotwicz · 10 years ago
- 4a49ce93 Reland of Refactor the loading tracking logic in WebContentsImpl. by fdegans · 10 years ago
- 60b4228 <webview>: Make contentWindow available prior to attachment (on display:none). by fsamuel · 10 years ago
- be2f4c3 OOPIF: Replicate dynamic window.name updates. by alexmos · 10 years ago
- 6c7f969 Request uncompressed images from data reduction proxy when saving. by kundaji · 10 years ago