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
*
WebUI: Fix the remaining references to dom_ui. Final Patch.
tfarina@chromium.org
2011-02-23
1
-1
/
+1
*
Add an icon to the omnibox when a page is prerendered.
cbentzel@chromium.org
2011-02-22
1
-0
/
+2
*
Mark PrenderBrowserTest.PrerenderRedirectToHttps flaky.
cbentzel@chromium.org
2011-02-20
1
-1
/
+2
*
Cancel prerender if any of the visited URLs are https, part 3.
cbentzel@chromium.org
2011-02-20
7
-36
/
+120
*
Revert 75393 - Cancel prerender if any of the visited URLs are https.
cbentzel@chromium.org
2011-02-18
6
-106
/
+24
*
Cancel prerender if any of the visited URLs are https.
cbentzel@chromium.org
2011-02-18
6
-24
/
+106
*
Make TabContentsObserver handle registration automatically, as well as exposi...
jam@chromium.org
2011-02-17
2
-5
/
+2
*
Fix for not delay loading plugins in subframes when prerendering.
mmenke@chromium.org
2011-02-16
1
-0
/
+8
*
Cancel prerender when we discover a download starting from a page we are prer...
dominich@google.com
2011-02-16
3
-2
/
+47
*
Fixes lack of referrer when prerendering.
mmenke@chromium.org
2011-02-16
9
-42
/
+97
*
Revert 75001 - Cancel prerender if any of the visited URLs are https.
cbentzel@chromium.org
2011-02-15
6
-106
/
+25
*
Cancel prerender if any of the visited URLs are https.
cbentzel@chromium.org
2011-02-15
6
-25
/
+106
*
Move FinalStatus out of PrerenderContents, and add prerender namespace.
cbentzel@chromium.org
2011-02-15
13
-58
/
+134
*
Updated about_flags and command-line switch handling for prerender/prefetch
gavinp@chromium.org
2011-02-12
3
-1
/
+10
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
2
-2
/
+2
*
gtk: Improve fullscreen RenderWidgetHostViewGtk.
derat@chromium.org
2011-02-11
2
-4
/
+2
*
Add PrerenderBrowserTest.PrerenderPopup.
cbentzel@chromium.org
2011-02-09
1
-0
/
+7
*
Rename the histograms for prerendering to have the
tburkard@chromium.org
2011-02-09
1
-8
/
+7
*
Fix favicon display in prerendering
tburkard@chromium.org
2011-02-08
3
-0
/
+15
*
Renderer process keeps track of prerendering state across redirects.
mmenke@chromium.org
2011-02-07
1
-11
/
+34
*
Add FinalStatus expectations to PrerenderBrowserTest tests.
cbentzel@chromium.org
2011-02-07
1
-25
/
+49
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Cancel a prerender should some part of the page request an http authenticatio...
cbentzel@chromium.org
2011-02-04
3
-0
/
+33
*
Add additional histograms to assess the effectiveness of prerendering.
tburkard@chromium.org
2011-02-03
4
-0
/
+85
*
Added comment about FinalStatus enum.
cbentzel@chromium.org
2011-02-03
1
-1
/
+2
*
Revert 73502 - Record additional histograms to assess prerendering effectiveness
tburkard@chromium.org
2011-02-02
4
-59
/
+0
*
Revert 73504 - fix for build break
tburkard@chromium.org
2011-02-02
1
-3
/
+0
*
fix for build break
tburkard@chromium.org
2011-02-02
1
-0
/
+3
*
Record additional histograms to assess prerendering effectiveness
tburkard@chromium.org
2011-02-02
4
-0
/
+59
*
BrowserTest to make sure plugins aren't loaded on prerendered pages
mmenke@chromium.org
2011-02-01
1
-3
/
+10
*
Histogram why a prerendered page was used or abandoned.
cbentzel@chromium.org
2011-01-31
5
-28
/
+116
*
Adds a test to the existing browsertest for a case where the page being prere...
mmenke@google.com
2011-01-29
2
-20
/
+59
*
Rename WebNavigationObserver to TabContentsObserver.
jam@chromium.org
2011-01-28
1
-3
/
+3
*
Add histogram to track prerender sessions
gavinp@chromium.org
2011-01-27
2
-5
/
+24
*
Add Perceived PageLoad Time (PPLT) metrics for Prerender Experiments.
tburkard@chromium.org
2011-01-26
6
-2
/
+135
*
Browser test for prerendering in general
mmenke@google.com
2011-01-26
6
-12
/
+234
*
Don't use GetAsTabContents. Send notifications from TabContentsView instead.
jochen@chromium.org
2011-01-24
2
-4
/
+2
*
Remove revalidation check from PrerenderResourceHandler.
cbentzel@chromium.org
2011-01-21
3
-102
/
+7
*
Don't load plugins on prerendered pages until the pages are displayed.
mmenke@chromium.org
2011-01-20
2
-1
/
+9
*
Fix leak in PrerenderResouceHandlerTest.
cbentzel@chromium.org
2011-01-19
1
-5
/
+14
*
For prerendering, keep track of all the intermediate redirects, and hook into
tburkard@chromium.org
2011-01-18
8
-33
/
+172
*
Remove PrerenderInterceptor.
cbentzel@chromium.org
2011-01-13
3
-225
/
+0
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
2
-5
/
+5
*
Add PrerenderResourceHandler and hook it into the ResourceDispatcherHost.
cbentzel@chromium.org
2011-01-12
5
-9
/
+505
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Unit test for PrerenderManager
tburkard@chromium.org
2010-12-16
5
-18
/
+228
*
Keep deinlining stuff.
erg@google.com
2010-12-15
2
-4
/
+20
*
Fix memory leak in PrerenderInterceptorTest
cbentzel@chromium.org
2010-12-10
1
-8
/
+10
*
Disabling PrerenderInterceptorTests's due to memory leaks.
cbentzel@chromium.org
2010-12-09
1
-3
/
+6
*
Moved PrerenderInterceptor to chrome\browser\prerender
cbentzel@chromium.org
2010-12-09
3
-0
/
+220
[next]