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
/
chrome
/
browser
/
prerender
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move view_types.h from chrome to content. Although some of the enum types ar...
jam@chromium.org
2011-05-16
2
-2
/
+0
*
Revert 85545 - Cancel prerenders for pages that call window.print()
dominich@chromium.org
2011-05-16
7
-19
/
+14
*
Cancel prerenders for pages that call window.print()
dominich@chromium.org
2011-05-16
7
-14
/
+19
*
Disable flaky test.
gene@chromium.org
2011-05-16
1
-1
/
+1
*
When prerendering, delete TabContents more promptly.
mmenke@chromium.org
2011-05-16
5
-24
/
+37
*
Revert 85394 - This change broke "PrerenderBrowserTest.PrerenderWindowOpenerJ...
nsylvain@chromium.org
2011-05-15
11
-122
/
+34
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-14
11
-34
/
+122
*
Block the creation of a new window when prerendering.
dominich@chromium.org
2011-05-13
2
-3
/
+4
*
Re-land:
ben@chromium.org
2011-05-13
1
-0
/
+5
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
1
-5
/
+0
*
Split the hierarchy.
ben@chromium.org
2011-05-13
1
-0
/
+5
*
Fix marking up a page as prerendered with new TabContents-based approach.
cbentzel@chromium.org
2011-05-13
1
-1
/
+2
*
Add tburkard to chrome/browser/prerender/OWNERS
cbentzel@chromium.org
2011-05-13
1
-0
/
+1
*
Mark prerender download tests as flaky. My guess is
mmenke@google.com
2011-05-12
1
-8
/
+10
*
Fix and re-enable prerendering download tests.
mmenke@chromium.org
2011-05-12
1
-6
/
+22
*
Add PrerenderSSLErrorIframe browser test.
cbentzel@chromium.org
2011-05-12
1
-0
/
+24
*
Add PrerenderSSLErrorTopLevel browser test.
cbentzel@chromium.org
2011-05-12
1
-0
/
+16
*
Fixed version of CL 6975004.
mmenke@chromium.org
2011-05-12
4
-8
/
+93
*
PrerenderBrowserTest.PrerenderHTTPS was failing for some reason.
mmenke@chromium.org
2011-05-11
4
-80
/
+8
*
Fixing bug in PrerenderManager::MoveEntryToPendingDelete. Using Destroy in Pr...
shishir@chromium.org
2011-05-11
3
-19
/
+15
*
Hide a TabContents's RenderViewHost while prerendering.
mmenke@chromium.org
2011-05-11
4
-8
/
+80
*
Disable prerender on CrOS.
cbentzel@chromium.org
2011-05-11
1
-6
/
+7
*
Revert 84922 - Block the creation of a new window when prerendering.
dmaclach@chromium.org
2011-05-11
2
-4
/
+3
*
Block the creation of a new window when prerendering.
dominich@chromium.org
2011-05-11
2
-3
/
+4
*
Fixed flaky TaskManager test.
dominich@chromium.org
2011-05-11
1
-16
/
+13
*
PrerenderHttpAuthentication is flaky.
cbentzel@chromium.org
2011-05-10
1
-1
/
+3
*
Mark PrerenderBrowserTest.TaskManager flaky.
cbentzel@chromium.org
2011-05-10
1
-1
/
+2
*
Use TabContents-based approach for PrerenderContents.
cbentzel@chromium.org
2011-05-10
2
-10
/
+14
*
PrerenderObserver knows whether it's currently attached to a prerendering URL.
cbentzel@chromium.org
2011-05-10
3
-5
/
+41
*
This had a number of leaks, so reverting for now.
cbentzel@chromium.org
2011-05-10
2
-8
/
+13
*
Making PrerenderContents::Destroy() public and using it to cleanup
shishir@chromium.org
2011-05-09
2
-13
/
+8
*
Make sure we're cleaning up old TabContents.
dominich@chromium.org
2011-05-09
1
-0
/
+2
*
Change TaskManager test to be in line with new TabContents lifetime uncertain...
dominich@chromium.org
2011-05-06
1
-22
/
+45
*
Fix the PrerenderBrowserTest.PrerenderPopup test to work when UseTabContents ...
dominich@chromium.org
2011-05-06
2
-1
/
+16
*
Porting the Task Manager to the TabContents-based prerender code.
dominich@chromium.org
2011-05-06
4
-53
/
+55
*
Fix PrerenderBrowserTest hangs with new TabConents-based
mmenke@chromium.org
2011-05-05
1
-2
/
+16
*
Disable PrerenderBrowserTest.PrerenderInfiniteLoop
dominich@chromium.org
2011-05-05
1
-8
/
+2
*
Disable failing test
dominich@chromium.org
2011-05-05
1
-1
/
+8
*
Make prerender plugin/HTML5 tests work with PrerenderContents
mmenke@chromium.org
2011-05-05
2
-10
/
+26
*
Fix PrerenderBrowserTest.PrerenderHttpAuthentication for TabContents-based-pr...
cbentzel@chromium.org
2011-05-05
1
-5
/
+3
*
Browser test for SSL errors on subresources during prerender.
cbentzel@chromium.org
2011-05-05
1
-0
/
+23
*
Disable InfiniteLoopMultiple test as it is crashing and has been flaky for a ...
dominich@chromium.org
2011-05-05
1
-1
/
+1
*
Add RenderViewHostObserver for handling of messages for prerendering.
dominich@chromium.org
2011-05-05
7
-132
/
+334
*
Cleanup: Change LOG(INFO) to VLOG(1) in chrome/browser/prerender.
thestig@chromium.org
2011-05-04
3
-13
/
+16
*
Don't destroy a TabContents while prerendering until
mmenke@chromium.org
2011-05-04
2
-11
/
+39
*
Move favicon from TabContents to TabContentsWrapper.
avi@chromium.org
2011-05-03
1
-1
/
+5
*
Fix the prerender memory browser test for tab contents and some general cleanup
tburkard@chromium.org
2011-05-03
2
-12
/
+13
*
Cancel prerenders that spawn post requests.
dominich@chromium.org
2011-05-03
4
-23
/
+167
*
Update PrerenderBrowserTests to work with new
mmenke@chromium.org
2011-05-03
4
-27
/
+66
*
Fix up a number of corner cases in TabContent based prerendering
tburkard@chromium.org
2011-05-03
2
-9
/
+53
[next]