radha%netscape.com
5f5fc8b80b
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
7aff359ee9
fix for 45770 r=nisheeth.
2005-08-18 11:15:43 +00:00
warren%netscape.com
e934c5ad83
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
3063855fd5
fix for dogfood+ bug 44558. r=rpotts.
2005-08-18 11:15:41 +00:00
rpotts%netscape.com
d1ce5ab11e
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
ed2b7789ec
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
eb4e4b44b8
Fix for bug # 51564 r=valeski
2005-08-18 11:15:38 +00:00
radha%netscape.com
1472dbeb9c
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
f94a6d05ae
New methods in nsIwebNavigation
2005-08-18 11:15:36 +00:00
jdunn%netscape.com
741e89c381
adding newline for HPUX
2005-08-18 11:15:35 +00:00
radha%netscape.com
dd100d5434
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
6c253d950a
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
943106abed
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
09bd41707d
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
058ad9e661
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
60df1f3a5a
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
398e7bc0f4
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
4279d5ec2d
Initial checkin for history listener interface bug 65608 r=valeski sr=rpotts
2005-08-18 11:15:27 +00:00
cls%seawood.org
6b5e882ebb
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
7e4f9eaabe
Fix build warnings
2005-08-18 11:15:25 +00:00
seawood%netscape.com
59efa10b2d
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
fae2f4dec4
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
jaggernaut%netscape.com
98183edb0b
Bug 73353: clean up the REQUIRES lines in Makefiles.
2005-08-18 11:15:22 +00:00
waterson%netscape.com
6972e76d94
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2005-08-18 11:15:21 +00:00
cls%seawood.org
9ee068ff59
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2005-08-18 11:15:20 +00:00
pp%ludusdesign.com
7a01c1efa9
Conversion to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2005-08-18 11:15:19 +00:00
law%netscape.com
5aa9b30469
Tweaks to new shist per bug 18804; r=travis@netscape.com
2005-08-18 11:15:18 +00:00
disttsc%bart.nl
5e5e370aad
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2005-08-18 11:15:17 +00:00
dougt%netscape.com
4f35188064
Landing nsIFile.
2005-08-18 11:15:16 +00:00
law%netscape.com
d387a9f56b
Fix for Mac build bustage; comment out some debugging code
2005-08-18 11:15:15 +00:00
law%netscape.com
21ace954bc
Stuff for bug #18804 ; tweaks for new web shell; r=radha@netscape.com
2005-08-18 11:15:14 +00:00
disttsc%bart.nl
3923acdf33
Clean up REQUIRES lines. r=cls
2005-08-18 11:15:13 +00:00
disttsc%bart.nl
5fc9e61b62
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2005-08-18 11:15:12 +00:00
cls%seawood.org
188a25edbf
Add pref to REQUIRES to fix senna bustage
2005-08-18 11:15:11 +00:00
cls%seawood.org
4536734025
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2005-08-18 11:15:10 +00:00
cls%seawood.org
affcd2d377
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2005-08-18 11:15:09 +00:00
radha%netscape.com
33478188d1
Initial checkin for nsSHistory.cpp/.h. corresponding makefile changes.
...
interface changes to nsSHTransaction.
2005-08-18 11:15:08 +00:00
radha%netscape.com
7dbd187c55
Initial checkin for new SH interfaces
2005-08-18 11:15:06 +00:00
radha%netscape.com
57ecf6d243
Changes to interface. Adding nsISHistory.idl to makefiles. r=dp, bug=18804
2005-08-18 11:15:05 +00:00
radha%netscape.com
418894ccc4
Initial checkin for tre new session history component. r=dp. bug=18804
2005-08-18 11:14:57 +00:00
neil%parkwaycc.co.uk
14ebf73ed1
Bug 304053 Don't draw canvas focus on editor/midas frames r+sr=roc
2005-08-16 08:12:15 +00:00
roc+%cs.cmu.edu
131061314b
Bug 78510. Undoing backout; still no change.
2005-08-16 01:03:45 +00:00
roc+%cs.cmu.edu
195ffd9530
Bug 78510. Retry backing out of link-visited notifications, to see how Tp is affected. r+sr=bz
2005-08-15 22:39:29 +00:00
mrbkap%gmail.com
9106468ec1
bug 303267: Store the entire inner window in the window state holder instead of copying properties and restoring them. This fixes going back and forth with the bfcache on when the page gone to has javascript in it. r=jst sr=bryner
2005-08-15 18:16:42 +00:00
cbiesinger%web.de
d25f538cf6
bug 292998
...
- move textZoom storage to the prescontext from the documentviewer
- copy the textZoom between document viewers for fastback
r=bryner sr=dbaron
2005-08-13 11:54:22 +00:00
mrbkap%gmail.com
0341851454
Backing out changes for bug 303267 until the perf hits on the Seamonkey tinderbox can be explained.
2005-08-13 03:54:29 +00:00
mrbkap%gmail.com
863629109c
bug 303267: Store the entire inner window object on the history entry instead of copying/restoring JS properties. r=bryner sr=jst. This patch also fixes bugs 304284 and 304078.
2005-08-13 00:53:39 +00:00
darin%meer.net
a692c025e1
fixes bug 301358 "HTTP 'refresh' doesn't load page with bfcache enabled" r=biesi sr=bryner a=bsmedberg
2005-08-11 20:14:00 +00:00
roc+%cs.cmu.edu
da2c46e0f4
Bug 78510. bryner's checkin fixed the Firefox problems so I'm undoing my previous partial-backout.
2005-08-11 05:06:22 +00:00
roc+%cs.cmu.edu
59b2e6141b
Bug 78510. Try backing out the nsDocShell changes to see if the Tp changes still happen when visited notifications don't fire.
2005-08-10 23:23:53 +00:00