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
/
test
/
test_web_contents.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give the main frame a RenderWidget.
dcheng
2015-10-26
1
-2
/
+3
*
Remove surface_id from RenderWidget/RenderWidgetHost and friends
piman
2015-09-24
1
-3
/
+1
*
Avoid creating a RenderWidgetHostView for proxies.
lfg
2015-09-11
1
-2
/
+1
*
Disallow lazy assignment of RenderWidgetHostImpl routing IDs.
dcheng
2015-08-31
1
-3
/
+6
*
Add a NavigationHandle class to content/public/browser
clamy
2015-07-31
1
-0
/
+1
*
OOPIF: Fix window.open to work from frames with remote parent.
alexmos
2015-07-15
1
-1
/
+1
*
Move browser-to-renderer opener plumbing to frame routing IDs.
alexmos
2015-07-09
1
-1
/
+1
*
Replace image_messages.h with Mojo service
halton.huo
2015-07-06
1
-0
/
+6
*
Add a flag showing whether the current request was ignored by a handler
gsennton
2015-06-24
1
-1
/
+2
*
Track frame openers in FrameTreeNodes instead of WebContents.
alexmos
2015-06-10
1
-1
/
+2
*
Remove swapped-out usage in --site-per-process.
nasko
2015-06-05
1
-4
/
+6
*
Tests for "Save Image As..." when Data Saver is enabled.
kundaji
2015-05-14
1
-0
/
+9
*
Classify navigations without page id in parallel to the existing classifier.
avi
2015-05-08
1
-0
/
+4
*
Revert of Classify navigations without page id in parallel to the existing cl...
ksakamoto
2015-05-08
1
-4
/
+0
*
Classify navigations without page id in parallel to the existing classifier.
avi
2015-05-07
1
-0
/
+4
*
Revert of Classify navigations without page id in parallel to the existing cl...
pdr
2015-05-05
1
-4
/
+0
*
Classify navigations without page id in parallel to the existing classifier.
avi
2015-05-04
1
-0
/
+4
*
Revert of Classify navigations without page id in parallel to the existing cl...
vkuzkokov
2015-04-28
1
-4
/
+0
*
Classify navigations without page id in parallel to the existing classifier.
avi
2015-04-28
1
-0
/
+4
*
Revert of Classify navigations without page id in parallel to the existing cl...
mohsen
2015-04-27
1
-4
/
+0
*
Classify navigations without page id in parallel to the existing classifier.
avi
2015-04-27
1
-0
/
+4
*
PlzNavigate: track pending commits
clamy
2015-04-17
1
-4
/
+2
*
Call ComputeWebKitPrefs on the correct RVH, and remove dead code.
creis
2015-02-12
1
-2
/
+0
*
Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.
bokan
2015-02-03
1
-2
/
+2
*
Avoid stale navigation requests without excessive page id knowledge in the re...
avi
2014-12-10
1
-15
/
+11
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
1
-44
/
+39
*
Replace OVERRIDE and FINAL with override and final in content/test/[a-s]*
anand.ratn
2014-10-06
1
-21
/
+21
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-7
/
+8
*
Move WebContentsTester::TestDidNavigate to use RFH's. This eliminates one usage
nick@chromium.org
2014-08-15
1
-5
/
+9
*
Cache the current WebPreferences on RenderViewHostImpl (try #2).
chrishtr@chromium.org
2014-08-08
1
-1
/
+1
*
Revert of Cache the current WebPreferences on RenderViewHostImpl. (https://co...
erikchen@chromium.org
2014-07-31
1
-1
/
+1
*
Cache the current WebPreferences on RenderViewHostImpl.
chrishtr@chromium.org
2014-07-22
1
-1
/
+1
*
Move webpreferences.* from webkit/ to content/
tfarina@chromium.org
2014-07-09
1
-1
/
+1
*
Remove TestWebContents cross-site override that doesn't override anything.
ppi@chromium.org
2014-06-20
1
-7
/
+0
*
Decouple RVH creation from CrossProcessFrameConnector.
nasko@chromium.org
2014-05-22
1
-1
/
+1
*
Revert 271461 "Decouple RVH creation from CrossProcessFrameConne..."
ericu@chromium.org
2014-05-19
1
-1
/
+1
*
Decouple RVH creation from CrossProcessFrameConnector.
nasko@chromium.org
2014-05-19
1
-1
/
+1
*
Create RenderFrameProxyHost at time of swap-out instead of commit.
nasko@chromium.org
2014-05-19
1
-0
/
+1
*
Remove is_main_frame and some of the navigation hacks for --site-per-process.
creis@chromium.org
2014-03-21
1
-2
/
+1
*
Moving DidFinishLoad from RenderView to RenderFrame.
nasko@chromium.org
2014-03-05
1
-1
/
+1
*
Remove callers of WebFrame::identifier() in favor of RenderFrame routing IDs.
creis@chromium.org
2014-02-21
1
-2
/
+1
*
Make out of process iframes draw when flag enabled.
kenrb@chromium.org
2014-01-23
1
-1
/
+3
*
Prevent the browser process from creating duplicate RenderWidgetHosts
nasko@chromium.org
2013-12-04
1
-2
/
+4
*
Prevent the browser process from creating duplicate RenderViewHosts.
nasko@chromium.org
2013-12-04
1
-0
/
+1
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Move RenderViewHostManager from WebContents to FrameTreeNode.
creis@chromium.org
2013-11-15
1
-1
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-1
/
+1
*
Create RenderFrame/RenderFrameHost for the main frame of a page.
nasko@chromium.org
2013-05-31
1
-0
/
+1
*
reland of 'split webkit/glue/webpreferences to common and renderer'
scottmg@chromium.org
2013-05-31
1
-1
/
+1
*
Revert 203261 "split webkit/glue/webpreferences to common and re..."
isherman@chromium.org
2013-05-30
1
-1
/
+1
[next]