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
*
Prerendered tabs use the same SessionStorage namespace as the tab that trigge...
cbentzel@chromium.org
2011-11-02
8
-154
/
+113
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
5
-0
/
+10
*
Removed useless header include.
droger@google.com
2011-10-28
1
-1
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
4
-11
/
+11
*
Fix the asan fix.
joaodasilva@chromium.org
2011-10-20
2
-2
/
+3
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
3
-6
/
+6
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
4
-32
/
+35
*
Ensure that prerender_contents is getting the Browser associated with the cor...
mirandac@chromium.org
2011-10-18
1
-1
/
+1
*
Move navigation_types.h from content/common to content/public/browser, and pu...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Revert 106029
nkostylev@chromium.org
2011-10-18
1
-1
/
+1
*
Move navigation_types.h from content/common to content/public/browser, and pu...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
mac: Make two tests as FAILS_ that fail on the trybots.
thakis@chromium.org
2011-10-16
1
-2
/
+16
*
Emit two prerender histograms: one for the prerender category (experiment id/
tburkard@chromium.org
2011-10-14
2
-42
/
+51
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Add dominich to chrome/browser/prerender/OWNERS
cbentzel@chromium.org
2011-10-13
1
-0
/
+1
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
2
-4
/
+5
*
Prerender field trial: Revert back to 99% enabled for stable&beta,
tburkard@chromium.org
2011-10-12
1
-14
/
+20
*
Adding disable option to prerender from omnibox switch.
dominich@chromium.org
2011-10-11
2
-22
/
+32
*
Use TYPED PageTransition for Omnibox prerendering.
dominich@chromium.org
2011-10-10
1
-2
/
+6
*
base::Bind: Cleanup in prerender.
jhawkins@chromium.org
2011-10-10
4
-39
/
+34
*
Fix histogram recording bug.
tburkard@chromium.org
2011-10-10
2
-1
/
+17
*
Only record prerender histograms for http & https schemes,
tburkard@chromium.org
2011-10-07
3
-0
/
+10
*
Changes for cross domain prerenders to not cancel when there is a window.open...
shishir@chromium.org
2011-10-07
6
-53
/
+116
*
Remove Prerender from ResourceContext and ProfileIOData.
cbentzel@chromium.org
2011-10-07
4
-7
/
+23
*
Fix flipped check for command line check for omnibox prerendering
dominich@chromium.org
2011-10-07
1
-1
/
+1
*
base::Bind: Convert a few more instances.
jhawkins@chromium.org
2011-10-05
1
-3
/
+4
*
Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-10-05
7
-12
/
+127
*
Make 50% control group for prerendering.
tburkard@chromium.org
2011-10-04
9
-19
/
+63
*
Re-enable PrerenderBrowserTest.PrerenderClearHistory.
mmenke@chromium.org
2011-10-03
1
-2
/
+1
*
Splitting the NetworkActionPredictor.Action histogram based on field trial.
dominich@chromium.org
2011-10-03
3
-3
/
+31
*
DevTools: disable page prerendering for inspected tabs
yurys@chromium.org
2011-10-03
4
-0
/
+38
*
TestPrerenderContents that are deleted after exiting the
mmenke@chromium.org
2011-09-28
1
-1
/
+16
*
Added multiple NetworkActionPredictor heuristics and a field trial to select ...
dominich@chromium.org
2011-09-27
7
-19
/
+74
*
Deflake PrerenderInfiniteLoopMultiple. Issue is that link tags
mmenke@chromium.org
2011-09-26
6
-118
/
+131
*
Change Prefetch Field Trial so the default group is to enable prerender.
cbentzel@chromium.org
2011-09-23
1
-20
/
+11
*
Deflake PrerenderBrowserTest.PrerenderClientRedirectInIframe.
mmenke@chromium.org
2011-09-23
1
-6
/
+4
*
Add Field Trial for Prerender From Omnibox.
dominich@chromium.org
2011-09-20
4
-7
/
+62
*
Strip away base::RefCountedThreadSafe use from PrerenderManager
kushi.p@gmail.com
2011-09-15
1
-2
/
+0
*
Remove redundant LoadURLWithHeaders method.
rogerta@chromium.org
2011-09-10
2
-2
/
+4
*
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
*
Fix PrerenderBrowserTest.PrerenderInfiniteLoop flake due to process destructi...
mmenke@chromium.org
2011-09-09
1
-3
/
+8
*
Mark PrerenderBrowserTest.PrerenderInfiniteLoop as no longer
mmenke@chromium.org
2011-09-08
1
-2
/
+1
*
Fix the chrome prerendering code to handle the following IPC messages via the...
ananta@chromium.org
2011-09-07
5
-109
/
+47
*
Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-09-07
7
-120
/
+12
*
Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-09-07
7
-12
/
+120
*
Moved the following IPCs out of chrome into content where they are handled by
ananta@chromium.org
2011-09-06
2
-39
/
+31
*
B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in...
tburkard@chromium.org
2011-09-06
4
-19
/
+7
*
Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...
sky@chromium.org
2011-09-03
1
-2
/
+1
*
Use only 1 hover threshold of 250ms for hover histograms.
tburkard@chromium.org
2011-09-03
1
-16
/
+1
[next]