Honza Bambas
|
a5142cc259
|
Bug 766210 - Delay updating nsPrefetchNode's reference to redirect channel until we know redirect is approved, r=jduell
|
2012-07-31 20:59:17 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Ehsan Akhgari
|
ebe2cd619b
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (uriloader parts); r=bzbarsky
|
2012-06-12 23:53:09 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Simon Montagu
|
6055067770
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
|
Oonishi Atsushi
|
8f0353652d
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Masayuki Nakano
|
7e6f0bf53f
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 17:35:28 +09:00 |
|
Masayuki Nakano
|
91f7fc26f5
|
back out previous checkin
|
2011-07-01 16:37:06 +09:00 |
|
Masayuki Nakano
|
2b3a67cdae
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 15:26:10 +09:00 |
|
Jason Duell
|
8bf9f62938
|
Bug Remove unused code from nsPrefetchNode::AsyncOnChannelRedirect, r=bzbarsky
Looks like this was overlooked in bug 442803
|
2011-05-25 16:26:51 -04:00 |
|
Dan Witte
|
cf69667c0d
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
9d758b2bce
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
|
Bjarne
|
ed732b9f7f
|
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
|
2010-08-04 22:15:55 -04:00 |
|
Mitchell Field
|
f544d71a9d
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Dave Camp
|
bf4b7538a7
|
Bug 442584 - Prefetching stops working until Firefox is restarted. r=jduell, sr=jst
|
2009-02-24 23:12:12 -08:00 |
|
Christian Biesinger
|
a8e3675df3
|
Bug 451572 - Allow prefetching between all combinations of HTTP and HTTPS
source and target
r+sr=bzbarsky
|
2008-09-30 10:53:48 +02:00 |
|
Dave Camp
|
0968273f82
|
Bug 442803: Remove offline fetching from nsPrefetchService.cpp. r+sr=bz
|
2008-08-24 20:37:10 -07:00 |
|
Dave Camp
|
01ca11fc8d
|
Backed out changeset bbaf0d5fef61 (bug 442803)
|
2008-08-19 22:54:37 -07:00 |
|
Dave Camp
|
c57900b94b
|
Bug 442803: Remove offline fetching from nsPrefetchService.cpp. r+sr=bz
|
2008-08-19 19:28:46 -07:00 |
|
dcamp@mozilla.com
|
c164c6d8ce
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
|
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
roc+@cs.cmu.edu
|
1e64c60d76
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 02:45:30 -07:00 |
|
cbiesinger@web.de
|
383c82c5d9
|
Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
|
2007-05-14 13:09:20 -07:00 |
|
roc+%cs.cmu.edu
|
81867edd87
|
Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi
|
2007-03-14 01:52:07 +00:00 |
|
darin%meer.net
|
60ba096f4c
|
fixes bug 323852 "redirect after a prefetch does not include X-moz: prefetch header" r=biesi sr=bzbarsky
|
2006-01-25 00:48:40 +00:00 |
|
darin%meer.net
|
2444b0a94f
|
fixes bug 294535 "Prefetch Service should only follow redirects to http:// locations." r=biesi a=bsmedberg
|
2005-06-29 20:57:34 +00:00 |
|
bsmedberg%covad.net
|
361daac936
|
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
|
2005-02-25 20:46:35 +00:00 |
|
bsmedberg%covad.net
|
7d79d7ba8b
|
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
|
2004-01-28 23:45:17 +00:00 |
|
suresh%netscape.com
|
90c01febac
|
bug 185692 - enable prefetching of '?' URLs in the context of rel=prefetch. r-dougt, sr-darin
|
2003-03-06 21:37:09 +00:00 |
|
suresh%netscape.com
|
5d6141fab6
|
bug 166648 - allow link prefetching to be disabled via user prefs. r-dougt, sr-alecf, a-asa.
|
2003-01-27 22:23:28 +00:00 |
|
dbaron%dbaron.org
|
b9083989bb
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 23:19:20 +00:00 |
|
darin%netscape.com
|
e80ad6427b
|
fixes bug 173426 "prefetch service should set LOAD_ONLY_IF_MODIFIED flag"
r=gagan sr=bzbarsky
|
2002-12-04 04:21:10 +00:00 |
|
darin%netscape.com
|
d9541f875d
|
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
|
2002-11-22 07:40:16 +00:00 |
|
darin%netscape.com
|
0194395e7e
|
fixes bug 174984 "Prefetch requests should send Referer" r=gagan,mstoltz
sr=bzbarsky a=dbaron
|
2002-10-24 03:17:44 +00:00 |
|
darin%netscape.com
|
f83410ff28
|
fixes bug 166647 "allow link prefetching from a META tag + other fixes"
r=dougt,hixie sr=rpotts
|
2002-09-11 03:12:13 +00:00 |
|
darin%netscape.com
|
1a8358e655
|
adding new files for link prefetching (b=12274) [NOT PART OF THE BUILD]
r=dougt sr=rpotts
|
2002-09-02 00:14:20 +00:00 |
|