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
/
prerender_contents.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move download stuff from download helper back to TabContents. This is basical...
jam@chromium.org
2011-07-15
1
-8
/
+1
*
Get rid of the remaining implementation in TabContentsView and make all the m...
jam@chromium.org
2011-07-12
1
-4
/
+2
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Updating histograms to allow for experiments & log origin-based histograms.
tburkard@chromium.org
2011-07-07
1
-2
/
+7
*
Adding Origin to net-internals#prerender and fix a page ID conflict.
dominich@chromium.org
2011-06-28
1
-1
/
+3
*
Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...
dominich@chromium.org
2011-06-24
1
-2
/
+7
*
Update and re-enable PrerenderBrowserTest.PrerenderRendererCrash.
mmenke@chromium.org
2011-06-20
1
-1
/
+1
*
Clean up no longer needed prerender_contents includes.
mmenke@chromium.org
2011-06-16
1
-4
/
+1
*
Prerender tab for net-internals
cbentzel@chromium.org
2011-06-15
1
-2
/
+3
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.
thestig@chromium.org
2011-06-14
1
-1
/
+1
*
Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...
jam@chromium.org
2011-06-03
1
-2
/
+0
*
Fix the case where the TabContents goes away before TabContentsObserver::Regi...
jam@chromium.org
2011-06-01
1
-1
/
+2
*
Cleaning up of data types, naming for JavaScript dialogs.
avi@chromium.org
2011-05-27
1
-3
/
+3
*
Remove old Prerender interface and mark unreachable methods as NOTREACHED()
dominich@chromium.org
2011-05-27
1
-103
/
+1
*
Fix fragment handling in Prerender to cancel on a fragment mismatch.
dominich@chromium.org
2011-05-26
1
-2
/
+3
*
Remove a chrome dependency by removing Prerender from ResourceDispatcherHost.
dominich@chromium.org
2011-05-25
1
-0
/
+8
*
Fix compile error.
jam@chromium.org
2011-05-24
1
-1
/
+1
*
Prevent DCHECK (And later double deletion) when
mmenke@chromium.org
2011-05-23
1
-0
/
+4
*
Ensure that PageID's of prerendered pages do not exceed the Page ID of the
tburkard@chromium.org
2011-05-23
1
-0
/
+8
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-22
1
-0
/
+1
*
Cancel downloads earlier when prerendering.
mmenke@chromium.org
2011-05-20
1
-1
/
+8
*
Safely cancel prerenders on threads other than the UI thread.
mmenke@chromium.org
2011-05-20
1
-0
/
+6
*
Fix committing of link click history in prerendering, fixing favicons.
tburkard@chromium.org
2011-05-20
1
-0
/
+8
*
Revert "Changes to not use the prerendered contents when window.opener needs ...
tessamac@chromium.org
2011-05-17
1
-1
/
+0
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-17
1
-0
/
+1
*
Cancel prerenders for pages that call window.print()
dominich@chromium.org
2011-05-17
1
-1
/
+0
*
Move view_types.h from chrome to content. Although some of the enum types ar...
jam@chromium.org
2011-05-16
1
-1
/
+0
*
Revert 85545 - Cancel prerenders for pages that call window.print()
dominich@chromium.org
2011-05-16
1
-0
/
+1
*
Cancel prerenders for pages that call window.print()
dominich@chromium.org
2011-05-16
1
-1
/
+0
*
When prerendering, delete TabContents more promptly.
mmenke@chromium.org
2011-05-16
1
-4
/
+0
*
Revert 85394 - This change broke "PrerenderBrowserTest.PrerenderWindowOpenerJ...
nsylvain@chromium.org
2011-05-15
1
-1
/
+0
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-14
1
-0
/
+1
*
Fixed version of CL 6975004.
mmenke@chromium.org
2011-05-12
1
-0
/
+8
*
PrerenderBrowserTest.PrerenderHTTPS was failing for some reason.
mmenke@chromium.org
2011-05-11
1
-8
/
+0
*
Fixing bug in PrerenderManager::MoveEntryToPendingDelete. Using Destroy in Pr...
shishir@chromium.org
2011-05-11
1
-4
/
+4
*
Hide a TabContents's RenderViewHost while prerendering.
mmenke@chromium.org
2011-05-11
1
-0
/
+8
*
Use TabContents-based approach for PrerenderContents.
cbentzel@chromium.org
2011-05-10
1
-5
/
+3
*
This had a number of leaks, so reverting for now.
cbentzel@chromium.org
2011-05-10
1
-4
/
+4
*
Making PrerenderContents::Destroy() public and using it to cleanup
shishir@chromium.org
2011-05-09
1
-4
/
+4
*
Fix the PrerenderBrowserTest.PrerenderPopup test to work when UseTabContents ...
dominich@chromium.org
2011-05-06
1
-1
/
+1
*
Add RenderViewHostObserver for handling of messages for prerendering.
dominich@chromium.org
2011-05-05
1
-16
/
+25
*
Fix the prerender memory browser test for tab contents and some general cleanup
tburkard@chromium.org
2011-05-03
1
-2
/
+2
*
Update PrerenderBrowserTests to work with new
mmenke@chromium.org
2011-05-03
1
-3
/
+10
*
Fix up a number of corner cases in TabContent based prerendering
tburkard@chromium.org
2011-05-03
1
-0
/
+3
*
Move Prerendering from using RVH to using TC to perform prerendering in.
tburkard@chromium.org
2011-04-30
1
-0
/
+23
*
Attempt to fix PrerenderBrowserTest.PrerenderExcessiveMemory
mmenke@chromium.org
2011-04-27
1
-4
/
+0
*
Eliminate double-get for prerendered pages.
cbentzel@chromium.org
2011-04-27
1
-8
/
+15
*
Prerendering code cleanup.
mmenke@chromium.org
2011-04-26
1
-47
/
+53
*
Revert my recent changes regarding title directionality.
evan@chromium.org
2011-04-25
1
-4
/
+3
[next]