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_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding tests to verify that WOULD_HAVE_BEEN_PRERENDERED works for
tburkard@chromium.org
2012-01-26
1
-11
/
+49
*
Make a separate histogram for MatchComplete Final Status'es and
tburkard@chromium.org
2012-01-24
1
-6
/
+10
*
Convert the remaining trivial tab_contents.h includes in chrome to use web_co...
jam@chromium.org
2012-01-05
1
-8
/
+8
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-2
/
+3
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
1
-1
/
+1
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-2
/
+2
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-6
/
+6
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-2
/
+5
*
Unmute PrerenderBrowserTest.PrerenderHTML5Video. Turned out to be a flake.
pfeldman@chromium.org
2011-12-26
1
-7
/
+1
*
Mute PrerenderBrowserTest.PrerenderHTML5Video that regressed in [WebKit roll ...
pfeldman@chromium.org
2011-12-26
1
-1
/
+7
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-1
/
+2
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-3
/
+3
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-3
/
+3
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-3
/
+3
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-6
/
+6
*
Reenabling commented out test: PrerenderBrowserTest.PrerenderHTML5Audio
shishir@chromium.org
2011-12-13
1
-8
/
+6
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-3
/
+6
*
Defer loading of audio/video tags while prerendering.
shishir@chromium.org
2011-12-09
1
-9
/
+49
*
Add support for content::Referrer to prerender
jochen@chromium.org
2011-12-06
1
-3
/
+3
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-2
/
+2
*
Define DevTools content API
yurys@chromium.org
2011-12-01
1
-8
/
+13
*
Reenable NavigateToPrerenderedPageWhenDevToolsAttached after WebKit r101176
yurys@chromium.org
2011-11-29
1
-2
/
+1
*
Disable two tests started crashing after WebKit r101166
yurys@chromium.org
2011-11-25
1
-1
/
+2
*
Disables plugin based prenderer browser tests as they don't work on
sky@chromium.org
2011-11-16
1
-2
/
+9
*
Move Sad Tab implementation out of the TabContentsViews.
avi@chromium.org
2011-11-15
1
-2
/
+2
*
Prerendering: Add MatchComplete PPLT
tburkard@chromium.org
2011-11-14
1
-9
/
+13
*
Revert 109719 - Prerendering: Add MatchComplete PPLT
tburkard@chromium.org
2011-11-11
1
-13
/
+9
*
Prerendering: Add MatchComplete PPLT
tburkard@chromium.org
2011-11-11
1
-9
/
+13
*
Deflake PrerenderBrowserTest.PrerenderSessionStorage.
cbentzel@chromium.org
2011-11-10
1
-7
/
+6
*
Mark PrerenderBrowserTest.PrerenderSessionStorage flaky.
joi@chromium.org
2011-11-09
1
-0
/
+4
*
Prerendered tabs use the same SessionStorage namespace as the tab that trigge...
cbentzel@chromium.org
2011-11-02
1
-116
/
+37
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-7
/
+9
*
mac: Make two tests as FAILS_ that fail on the trybots.
thakis@chromium.org
2011-10-16
1
-2
/
+16
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-2
/
+3
*
Adding disable option to prerender from omnibox switch.
dominich@chromium.org
2011-10-11
1
-2
/
+2
*
base::Bind: Cleanup in prerender.
jhawkins@chromium.org
2011-10-10
1
-10
/
+11
*
Changes for cross domain prerenders to not cancel when there is a window.open...
shishir@chromium.org
2011-10-07
1
-18
/
+56
*
Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-10-05
1
-1
/
+3
*
Re-enable PrerenderBrowserTest.PrerenderClearHistory.
mmenke@chromium.org
2011-10-03
1
-2
/
+1
*
DevTools: disable page prerendering for inspected tabs
yurys@chromium.org
2011-10-03
1
-0
/
+28
*
TestPrerenderContents that are deleted after exiting the
mmenke@chromium.org
2011-09-28
1
-1
/
+16
*
Deflake PrerenderInfiniteLoopMultiple. Issue is that link tags
mmenke@chromium.org
2011-09-26
1
-15
/
+33
*
Deflake PrerenderBrowserTest.PrerenderClientRedirectInIframe.
mmenke@chromium.org
2011-09-23
1
-6
/
+4
*
Remove redundant LoadURLWithHeaders method.
rogerta@chromium.org
2011-09-10
1
-1
/
+2
*
Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake due
mmenke@chromium.org
2011-09-09
1
-1
/
+7
*
Accidentally enabled the wrong test.
mmenke@chromium.org
2011-09-09
1
-8
/
+3
[next]