timeless%mozdev.org
add5acbbc1
Bug 292973 Lonely forward-decl of nsISecureBrowserUIState
...
r=bz sr=bz a=brendan
2005-08-18 11:17:02 +00:00
bryner%brianryner.com
9ce3952605
Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky.
2005-08-18 11:17:01 +00:00
bryner%brianryner.com
6b94f1804c
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-08-18 11:17:00 +00:00
timeless%mozdev.org
dc145eb043
Bug 121730 Add number of entries actually removed from sHistory when using PurgeHistory()
...
r=bz sr=bz
2005-08-18 11:16:59 +00:00
bsmedberg%covad.net
7892b7d614
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2005-08-18 11:16:58 +00:00
bzbarsky%mit.edu
d043a3ce48
Separate out the concepts of "history entries separated by just a scroll" and
...
"history entries with the same postdata". The latter is implied by the former,
but not conversely. Bug 264964, r=biesi, sr=darin
2005-08-18 11:16:57 +00:00
bzbarsky%mit.edu
e117f7c124
Make sure to copy the cache key when cloning. Bug 263653, r+sr=darin
2005-08-18 11:16:56 +00:00
darin%meer.net
8b73005309
fixes bug 262183 "FFTrunk and Trunk crash [@ nsSHEntry::GetChildAt]" r=biesi sr=bzbarsky
2005-08-18 11:16:55 +00:00
darin%meer.net
41f3b5f8a9
fixes bug 260314 "UMR in nsSHEntry::SetLayoutHistoryState + cleanup" r=biesi sr=bzbarsky
2005-08-18 11:16:54 +00:00
gerv%gerv.net
49d60be6a9
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-08-18 11:16:53 +00:00
hpradhan%hotpop.com
055a32ce6a
bug 229392 : minor cleanup in session history r=alecf sr=bz
2005-08-18 11:16:52 +00:00
bzbarsky%mit.edu
5c860a09e1
Make sure we don't end up with a too-negative mIndex. Bug 218639, r=timeless, sr=jag
2005-08-18 11:16:51 +00:00
jaggernaut%netscape.com
54bee235ab
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2005-08-18 11:16:50 +00:00
peterv%propagandism.org
8416c3a3d3
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2005-08-18 11:16:49 +00:00
darin%meer.net
65a4ba1a9a
fixes bug 252023 "'no-store' header directives from server or web script ignored by browser during non-SSL transactions" r+sr=bzbarsky
2005-08-18 11:16:48 +00:00
gerv%gerv.net
007abd140d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-08-18 11:16:47 +00:00
timeless%mozdev.org
38ca98d438
Bug 206166 Unused variable `PRInt32 cnt' in nsSHistory::CompareFrames
...
r=radha sr=rbs
2005-08-18 11:16:46 +00:00
seawood%netscape.com
277bd6e669
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2005-08-18 11:16:45 +00:00
dougt%netscape.com
b607052d35
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2005-08-18 11:16:44 +00:00
bzbarsky%mit.edu
b69a739453
Implement support for the "type" attribute of <a> elements. Bug 214626,
...
r=adamlock, sr=darin
2005-08-18 11:16:43 +00:00
hpradhan%hotpop.com
2a54071991
bug 197827 : fix a leak by making nsSHEntry use nsCOMArray. r=radha sr=alecf
2005-08-18 11:16:42 +00:00
jaggernaut%netscape.com
405cc280c8
Bug 126826: back/forward buttons stop working because of invalid value for sessionhistory.max_entries in prefs.js. r=jrgm, sr=bryner, a=asa
2005-08-18 11:16:41 +00:00
locka%iol.ie
11f0cd2e2b
Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org
2005-08-18 11:16:40 +00:00
dbaron%dbaron.org
ac982a9e9f
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2005-08-18 11:16:39 +00:00
dougt%netscape.com
14f2cb2b10
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2005-08-18 11:16:38 +00:00
radha%netscape.com
3892d56d4a
Fix for bug 59774. Save scrollbar positions in sessionhistory when jumping from one anchor to another in a page. r=adamlock sr=alecf a=asa. Approved by ADT.
2005-08-18 11:16:37 +00:00
rpotts%netscape.com
8f0201019d
bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network.
2005-08-18 11:16:36 +00:00
darin%netscape.com
48f0a35de6
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2005-08-18 11:16:35 +00:00
morse%netscape.com
8408b32f61
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
2005-08-18 11:16:34 +00:00
radha%netscape.com
24d1394c9b
Fix for bug # 105299. Loop through all the subframes to make sure all url
...
changes are reloaded when going back and forward. r=adamlock. sr=alecf a=shaver
2005-08-18 11:16:33 +00:00
gerv%gerv.net
a282274059
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2005-08-18 11:16:32 +00:00
blakeross%telocity.com
0a265d89e1
112282 - navigate back/fwd stops working in some cases. This is just a safety patch. r=radha sr=hewitt
2005-08-18 11:16:31 +00:00
radha%netscape.com
80ea01e0db
Fix for bug 90224. Send nsISHistoryListener notifications for Reload. r=mcafee, sr=rpotts.
2005-08-18 11:16:30 +00:00
rpotts%netscape.com
31e1bb9bad
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2005-08-18 11:16:29 +00:00
dbaron%fas.harvard.edu
f0ab15a4cc
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2005-08-18 11:16:28 +00:00
seawood%netscape.com
10df219948
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2005-08-18 11:16:27 +00:00
radha%netscape.com
a8d1cb48f2
Fix for bug # 103050. Wrong index value passed for OnHistoryGotoIndex(). r=chak sr=alecf
2005-08-18 11:16:26 +00:00
timeless%mac.com
ae949de423
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2005-08-18 11:16:25 +00:00
radha%netscape.com
137a7e65b3
Fix for bug # 108041. Session history misbehaves when _top is replaced after a series of subframe navigations. r=adamlock sr=rpotts.
2005-08-18 11:16:24 +00:00
radha%netscape.com
24bdc7dacf
Fix for bug # 103978. Problems with back/forward at cnn.com, mainly due to expired subframes and clicking back/forward fast. r=adamlock sr=rpotts
2005-08-18 11:16:23 +00:00
radha%netscape.com
87b3440aec
Fix for bug # 100993. Freeze nsIHistoryEntry.idl and nsISHistory.idl according to the
...
embedding freezing guidelines. r=chak sr=alec
2005-08-18 11:16:22 +00:00
dougt%netscape.com
c0a4020754
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2005-08-18 11:16:21 +00:00
gerv%gerv.net
4e40151875
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2005-08-18 11:16:20 +00:00
rjesup%wgate.com
b20dd2c69a
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2005-08-18 11:16:19 +00:00
jaggernaut%netscape.com
73ae417040
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2005-08-18 11:16:18 +00:00
radha%netscape.com
647839eab5
Fix for bugs 87143 - Problems with setting nsSHistory::SetmaxLength()
...
92664 - nsISHistoryListener::OnHistoryGotoIndex() doesn't fire all the time.
r=mcafee, sr=alec
2005-08-18 11:16:17 +00:00
sfraser%netscape.com
e5d23cfe97
Fix bug 115171 -- shrink session history entries by replacing PRBool with PRPackedBool. r=dp, sr=waterson
2005-08-18 11:16:16 +00:00
radha%netscape.com
2877286a8b
Fix for bus 92824. Update index in session History only after onStartLoad notifications come for the page. r=adamlaock sr=rpotts
2005-08-18 11:16:15 +00:00
radha%netscape.com
1d42bc7a79
Fix for bug 79063 r=rpotts sr=darin
2005-08-18 11:16:14 +00:00
rjesup%wgate.com
3862ed192c
Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
...
r=pierre r=jband/dbradley Also fixes some whitespace issues.
2005-08-18 11:16:13 +00:00
radha%netscape.com
e3b2a6ae54
Fix for topEmbed bug 93027 r=pollmann sr=darin
2005-08-18 11:16:12 +00:00
jst%netscape.com
20960f7b98
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2005-08-18 11:16:11 +00:00
locka%iol.ie
da62cef8a6
Fix for http referrer not being sent when session history urls are loaded from the network. b=61426 sr=rpotts@netscape.com
2005-08-18 11:16:10 +00:00
radha%netscape.com
1713b1c055
Fix for bug # 55055. Save CacheKey in SH for postdata results r=adamlock sr=rpotts
2005-08-18 11:16:09 +00:00
radha%netscape.com
a76a0f7dc1
Fix for bug # 71756. New SH interfaces. r=rpotts, valeski
2005-08-18 11:16:08 +00:00
radha%netscape.com
38459ef2cf
Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons
2005-08-18 11:16:07 +00:00
shanjian%netscape.com
d16dfd0074
#92473 Overwrite character set does not work inside Text and Textarea.
...
r = radha, sr=blizzard
2005-08-18 11:16:06 +00:00
rpotts%netscape.com
6f89998eb1
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2005-08-18 11:16:05 +00:00
radha%netscape.com
12fef53a7c
Fix for bugs 84556 and 82803 r=valeski sr=rpotts
2005-08-18 11:16:04 +00:00
scc%mozilla.org
f58c59e953
bug #75504 ; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs|
2005-08-18 11:16:03 +00:00
radha%netscape.com
3e2860b6d5
Fix for bug # 76472 Assertion in GetChildAt() r=valeski sr=rpotts
2005-08-18 11:16:02 +00:00
radha%netscape.com
c542ad0c1b
Fixes related to bug # 71756 r=rpotts, valeski
2005-08-18 11:16:01 +00:00
radha%netscape.com
3bd7850942
Changes related to history listener interface 65608 r=valeski sr=rpotts
2005-08-18 11:16:00 +00:00
radha%netscape.com
76ee3f22fc
Fix for Session History growth bug 62651 r=law and several other people, sr=waterson
...
Put a limit on number entries session History will hold for each browser window/embedding
window
2005-08-18 11:15:59 +00:00
radha%netscape.com
d3ca985c09
More fixes for bug # 46828. r=pollmann sr=rpotts
2005-08-18 11:15:58 +00:00
pollmann%netscape.com
ddace8e939
Bug 52670: Grow session history frame list if needed when frames load out of order. r=radha@netscape.com, sr=rpotts@netscape.com
2005-08-18 11:15:57 +00:00
radha%netscape.com
c27f132bd2
Fix for bug # 58216 r/sr=rpotts
2005-08-18 11:15:56 +00:00
warren%netscape.com
031be859cd
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2005-08-18 11:15:55 +00:00
warren%netscape.com
4b329258b0
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2005-08-18 11:15:54 +00:00
radha%netscape.com
98085dac6a
Fix for bug # 55055 r=adamlock sr=rpotts
2005-08-18 11:15:53 +00:00
radha%netscape.com
a19a8fd1ac
Fix for bug # 55145. r=pollmann a=rpotts
2005-08-18 11:15:52 +00:00
locka%iol.ie
a549ceb105
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2005-08-18 11:15:51 +00:00
rayw%netscape.com
2a9e1d9648
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2005-08-18 11:15:50 +00:00
law%netscape.com
f21cc4c0cb
Bug 22174; add title to SH entries for file:/ftp: directory URLs; r=radha@netscape.com
2005-08-18 11:15:49 +00:00
rpotts%netscape.com
9a4ba5d2fa
Fixed a leak where child SHEntry were not being released when the parent SHEntry was deleted.
2005-08-18 11:15:48 +00:00
valeski%netscape.com
30970ae1b0
46775. consolodating xpfe components into a root module to reduce system overhead bloat. built on win, linux, mac. precheckin tests on windows. general testing on mac and linux.
2005-08-18 11:15:47 +00:00
locka%iol.ie
9070c6e74f
Impl of GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski
2005-08-18 11:15:46 +00:00
locka%iol.ie
72ece65e9b
API changes for embedding. b=46847, r=dougt, a=valeski
2005-08-18 11:15:45 +00:00
radha%netscape.com
0c5fa11ac7
fix for bug # 43335. checking in patch on behalf of deo@logos-m.ru r=radha
2005-08-18 11:15:44 +00:00
radha%netscape.com
c5f9933557
fix for 45770 r=nisheeth.
2005-08-18 11:15:43 +00:00
warren%netscape.com
e38166db2c
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2005-08-18 11:15:42 +00:00
radha%netscape.com
c12a6db701
fix for dogfood+ bug 44558. r=rpotts.
2005-08-18 11:15:41 +00:00
rpotts%netscape.com
c2a451f8fa
Moved session history methods from nsIWebNavigation into a new interface called nsIDocShellHistory. Also made docshells persist layout state before being destroyed (this is necesssary for framesets).
2005-08-18 11:15:40 +00:00
radha%netscape.com
2d9f46f7c5
More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
...
feature is enabled.
2005-08-18 11:15:39 +00:00
radha%netscape.com
450fa8dcb0
Fix for bug # 51564 r=valeski
2005-08-18 11:15:38 +00:00
radha%netscape.com
d848a4410c
More checkins for feature bug 36547. CODE NOT PART OF THE BUILD. reviewer will be provided
...
when feature is enabled.
2005-08-18 11:15:37 +00:00
radha%netscape.com
ba9ba06c26
New methods in nsIwebNavigation
2005-08-18 11:15:36 +00:00
jdunn%netscape.com
86cdf24fba
adding newline for HPUX
2005-08-18 11:15:35 +00:00
radha%netscape.com
8671c89058
Initial checin for feature bug 36547. r=self(module owner) No code in this checkin is currently used by
...
any parts of the build.
2005-08-18 11:15:34 +00:00
tbogard%aol.net
6c129ab6e3
Changed the concept of the transaction parent/ child to be previous and next. This flows better with actual relationship they hold in session history terms. The prev and next are also now not just readonly to allow properly setting up the list while avoiding nasty casts to implementation objects. Removed a bunch of dead code. Changed the module object to use generic factories and removed the hand created NS_New* functions. Changed over to interface maps in some places. The nsSHEntry obect no longer has the concept of children. There is no need since frame state will be stored in the layout history state object. This means nsSHEntry no longer implements the nsISHContainer interface.
2005-08-18 11:15:33 +00:00
radha%netscape.com
e09822e492
Fix for bug # 99624 r=chak sr=alecf.. freeze nsISHistorylistener as per new freezing guidelines
2005-08-18 11:15:32 +00:00
tbogard%aol.net
d26480c271
Changed nsSHEntry to be more XPCOM friendly.. Uses nsCOMPtr, the new interface map etc.
2005-08-18 11:15:31 +00:00
tbogard%aol.net
4e9295e8a1
Changed the nsISHEntry interface to deal with layoutStateHistory in terms of a types nsILayoutHistoryState rather than just an nsISupports. Also changed the implementation to hold on to it with an nsCOMPtr rather than a raw pointer.
2005-08-18 11:15:30 +00:00
tbogard%aol.net
c14ed893fc
nsISHEntry's attribute uri became URI to become more consistent with other places it exists.
2005-08-18 11:15:29 +00:00
tbogard%aol.net
354439751f
Added the concept of a replaceable entry. This is an entry which when a new item is added will get overwritten rather than adding the entry to the end of the list.
2005-08-18 11:15:28 +00:00
radha%netscape.com
659c8aad92
Initial checkin for history listener interface bug 65608 r=valeski sr=rpotts
2005-08-18 11:15:27 +00:00
cls%seawood.org
1c324bd972
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2005-08-18 11:15:26 +00:00
radha%netscape.com
11cfc6d94c
Fix build warnings
2005-08-18 11:15:25 +00:00
seawood%netscape.com
a495612b4c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2005-08-18 11:15:24 +00:00
jaggernaut%netscape.com
de7df2d625
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2005-08-18 11:15:23 +00:00