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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
1
-4
/
+6
*
Some random prerendering code cleanup.
mmenke@chromium.org
2013-03-20
1
-10
/
+12
*
Make the UI an observer of downloads.
asanka@chromium.org
2013-03-06
1
-6
/
+0
*
Delays favicon fetching in prerender.
acleung@chromium.org
2013-03-01
1
-0
/
+7
*
When starting a provisional load, indicate whether the provisional URL is abo...
jochen@chromium.org
2013-01-07
1
-0
/
+1
*
Pass load events from prerenders to launching elements.
gavinp@chromium.org
2013-01-03
1
-0
/
+9
*
Kill TabContents.
avi@chromium.org
2012-12-16
1
-1
/
+2
*
Make PrerenderHandle an observer of PrerenderContents.
gavinp@chromium.org
2012-12-15
1
-47
/
+39
*
Remove TabContents from prerendering.
avi@chromium.org
2012-12-11
1
-39
/
+30
*
Introduces "CreateParams" for web contents, and add |parent| parameter in it.
mukai@chromium.org
2012-12-09
1
-1
/
+1
*
Add observer interface to PrerenderContents.
gavinp@chromium.org
2012-12-08
1
-26
/
+44
*
move favicon download code from chrome/ into content/
caitkp@chromium.org
2012-12-06
1
-6
/
+5
*
Hide pending prerender data.
gavinp@chromium.org
2012-11-30
1
-49
/
+24
*
In which PrerenderManager::PrerenderData unfriends PrerenderManager.
gavinp@chromium.org
2012-11-27
1
-14
/
+17
*
Have PrerenderManager::AddPrerender take ownership of PrerenderContents earlier.
gavinp@chromium.org
2012-11-27
1
-3
/
+2
*
Fix prerender histograms for multiple prerender case.
gavinp@chromium.org
2012-10-17
1
-3
/
+6
*
When starting a provisional load include the parent frame ID in the IPC and p...
jochen@chromium.org
2012-10-12
1
-0
/
+1
*
Switch HistoryTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-28
1
-1
/
+3
*
Remove two functions on WebContentsDelegate which didn't belong in content. T...
jam@chromium.org
2012-09-26
1
-21
/
+7
*
Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...
jam@chromium.org
2012-09-25
1
-2
/
+2
*
Rework arguments of HistoryService::AddPage()
akalin@chromium.org
2012-09-21
1
-6
/
+4
*
Make TabContents ctor private; poke hole for existing callers.
avi@chromium.org
2012-08-27
1
-1
/
+2
*
Consolidate all NavigationController::LoadURL and family functions
boliu@chromium.org
2012-08-14
1
-8
/
+10
*
Move SessionStorageNamespace entirely into NavigationController and support S...
ajwong@chromium.org
2012-08-13
1
-4
/
+12
*
Add RenderViewHost* to DidStartLoading and DidStopLoading in
tburkard@chromium.org
2012-07-23
1
-1
/
+2
*
Pass the RVH to RVHD::OnMessageReceived and make WCImpl forward it for load s...
jochen@chromium.org
2012-07-20
1
-1
/
+2
*
Move notifications only used in chrome/ to chrome/, renames one notification ...
avi@chromium.org
2012-07-18
1
-2
/
+2
*
Handle interface to prerenders.
gavinp@chromium.org
2012-07-14
1
-66
/
+69
*
Revert 146740 - Handle interface to prerenders.
mpearson@chromium.org
2012-07-14
1
-69
/
+66
*
Handle interface to prerenders.
gavinp@chromium.org
2012-07-14
1
-66
/
+69
*
Revert 146735 - Handle interface to prerenders.
gavinp@chromium.org
2012-07-14
1
-69
/
+66
*
Handle interface to prerenders.
gavinp@chromium.org
2012-07-14
1
-66
/
+69
*
Cancel prerender when a site tries to register a protocol handler.
mmenke@chromium.org
2012-06-25
1
-19
/
+21
*
All visibility change functions (WasRestored/ShowContents/DidBecomeSelected a...
scshunt@google.com
2012-06-25
1
-1
/
+1
*
Get rid of browser::FindLastActiveWithProfile call in prerendering code by pa...
jam@chromium.org
2012-06-25
1
-24
/
+1
*
Transfer user agent info between browser and renderer
dfalcantara@chromium.org
2012-06-20
1
-2
/
+8
*
Fix PPLT metrics in the RecentlyNavigated case.
gavinp@chromium.org
2012-06-14
1
-1
/
+4
*
Remove pixel-based stats for the branchpoint.
tburkard@chromium.org
2012-06-14
1
-3
/
+1
*
Revert 141990 - Fix PPLT metrics in the RecentlyNavigated case.
gavinp@chromium.org
2012-06-13
1
-4
/
+1
*
Fix PPLT metrics in the RecentlyNavigated case.
gavinp@chromium.org
2012-06-13
1
-1
/
+4
*
TabContentsWrapper -> TabContents, part 23.
avi@chromium.org
2012-06-08
1
-6
/
+6
*
Fix Prerender control group instrumentation.
cbentzel@chromium.org
2012-05-29
1
-2
/
+10
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-2
/
+2
*
Remove redundant boolean from unit test code.
dominich@chromium.org
2012-05-16
1
-2
/
+2
*
Compute the percentage of pixels of a webpage that is
tburkard@chromium.org
2012-05-15
1
-1
/
+3
*
New link rel=prerender api, using WebKit::WebPrerenderingPlatform
gavinp@chromium.org
2012-05-11
1
-47
/
+48
*
Change PrerenderContents::render_view_host from hacker_style to StudlyCaps.
gavinp@chromium.org
2012-04-29
1
-8
/
+8
[next]