bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								ec6e1ad2c6 
								
							 
						 
						
							
							
								
								Make sure to null out the pres context's container when putting the page into session history (bug 297173). r+sr=dbaron, a=brendan.  
							
							
							
						 
						
							2005-06-21 02:18:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								d0503004d6 
								
							 
						 
						
							
							
								
								null-check mDocument in case firing onload causes it to go away (bug 298022). r=darin, a=asa.  
							
							
							
						 
						
							2005-06-17 21:49:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								a3c4863842 
								
							 
						 
						
							
							
								
								Protect against handing out a dangling reference to the document viewer while executing the destructor (bug 293403). sr=bzbarsky, a=asa.  
							
							
							
						 
						
							2005-06-17 07:01:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								e4a343f08f 
								
							 
						 
						
							
							
								
								Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events.  See bug 292971 for all of the details.  r=darin, sr=bzbarsky, a=shaver.  
							
							
							
						 
						
							2005-06-15 23:52:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								606589d9d8 
								
							 
						 
						
							
							
								
								Fix a crash when tearing down a document viewer if a document never started to load (bug 295085). r+sr=bzbarsky, a=chofmann.  
							
							
							
						 
						
							2005-06-02 01:02:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									timeless%mozdev.org 
								
							 
						 
						
							
							
							
							
								
							
							
								115fc7fb70 
								
							 
						 
						
							
							
								
								Bug 289477 crash [@ DocumentViewerImpl::GetPopupImageNode] when popupnode is null  
							
							... 
							
							
							
							r=biesi sr=bz a=shaver 
							
						 
						
							2005-06-01 16:26:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								abefc4f884 
								
							 
						 
						
							
							
								
								Bug 293947. Add canvas API to render a DOM window to the canvas, including transparency support. r=vlad,sr=darin,a=asa  
							
							
							
						 
						
							2005-05-19 21:28:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								87f0855b0e 
								
							 
						 
						
							
							
								
								Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky.  
							
							
							
						 
						
							2005-05-18 03:52:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								71f3834f98 
								
							 
						 
						
							
							
								
								Fix crash with fast-back enabled when a reload wipes out a cached docshell (bug 293534). r+sr=bzbarsky, a=brendan.  
							
							
							
						 
						
							2005-05-15 00:30:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bzbarsky%mit.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								689b3ce693 
								
							 
						 
						
							
							
								
								Protect against sizeToContent being called on windows with no content a bit.  
							
							... 
							
							
							
							Bug 293781, r+sr=roc, a=asa 
							
						 
						
							2005-05-13 19:47:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								aed69207f0 
								
							 
						 
						
							
							
								
								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-05-04 20:22:32 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jst%mozilla.jstenback.com 
								
							 
						 
						
							
							
							
							
								
							
							
								50de4a3e1d 
								
							 
						 
						
							
							
								
								Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org  
							
							
							
						 
						
							2005-04-28 23:48:28 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								4ab8153bb1 
								
							 
						 
						
							
							
								
								Bug 288873. Don't let nsSubDocumentFrame tear down a presentation it didn't build. r+sr=bzbarsky,a=asa.  
							
							
							
						 
						
							2005-04-07 04:04:06 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jst%mozilla.jstenback.com 
								
							 
						 
						
							
							
							
							
								
							
							
								f222e7e4d7 
								
							 
						 
						
							
							
								
								Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org  
							
							
							
						 
						
							2005-03-18 15:33:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									neil%parkwaycc.co.uk 
								
							 
						 
						
							
							
							
							
								
							
							
								6b8f8074bd 
								
							 
						 
						
							
							
								
								Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr  
							
							
							
						 
						
							2005-03-11 11:12:15 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								aface91878 
								
							 
						 
						
							
							
								
								Bug 285038. Support offscreen rendering API in nsIViewManager and provide MOZ_FORCE_PAINT_AFTER_ONLOAD environment variable hack to dump loaded documents to image files. r+sr=bzbarsky  
							
							
							
						 
						
							2005-03-07 01:24:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bzbarsky%mit.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								3da18aa1d2 
								
							 
						 
						
							
							
								
								Remove unused and unimplemented attribute on nsIMarkupDocumentViewer.  Bug  
							
							... 
							
							
							
							282973, r+sr=jst 
							
						 
						
							2005-02-21 16:39:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cvshook%sicking.cc 
								
							 
						 
						
							
							
							
							
								
							
							
								ef83c8a4f6 
								
							 
						 
						
							
							
								
								Give XSLT transformed documents a container so that events and focus work properly. Bug 236596.  
							
							... 
							
							
							
							r/sr=peterv 
							
						 
						
							2005-02-05 13:41:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								f575a675b2 
								
							 
						 
						
							
							
								
								Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.  
							
							
							
						 
						
							2005-01-31 23:47:26 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									neil%parkwaycc.co.uk 
								
							 
						 
						
							
							
							
							
								
							
							
								a3392e7e6c 
								
							 
						 
						
							
							
								
								Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner  
							
							
							
						 
						
							2005-01-18 23:46:59 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									neil%parkwaycc.co.uk 
								
							 
						 
						
							
							
							
							
								
							
							
								f29d0d0920 
								
							 
						 
						
							
							
								
								Bug 274703 sizeToContent doesn't compute the correct size in certain cases e.g. after setting description text r=jst sr=bz  
							
							
							
						 
						
							2005-01-15 18:01:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								e464405de3 
								
							 
						 
						
							
							
								
								Add a mechansim to extend the list of agent or user stylesheets.  Bug 179006, r+sr=bzbarsky.  
							
							
							
						 
						
							2005-01-15 00:10:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bzbarsky%mit.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								38e3d448d9 
								
							 
						 
						
							
							
								
								Make DocumentViewerImpl::CopyImageContents also put the image URI on the  
							
							... 
							
							
							
							clipboard in the text flavor; a big step toward having a single "copy image"
command that puts it on the clipboard in all relevant flavors in a meaningful
way.  Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r=bzbarsky, sr=jst 
							
						 
						
							2005-01-12 04:11:26 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bzbarsky%mit.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								1601d80e99 
								
							 
						 
						
							
							
								
								Remove the long-deprecated nsIWebShell interface.  Bug 273319, r=biesi, sr=jst.  
							
							
							
						 
						
							2005-01-03 22:51:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bmlk%gmx.de 
								
							 
						 
						
							
							
							
							
								
							
							
								d3197a9276 
								
							 
						 
						
							
							
								
								remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron  
							
							
							
						 
						
							2004-12-26 19:48:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								d1da171a4f 
								
							 
						 
						
							
							
								
								Restore old code that prevents printing or previewing XUL documents, since it still doesn't work.  b=240490  r+sr=roc  
							
							
							
						 
						
							2004-12-24 22:27:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								972b29f4a1 
								
							 
						 
						
							
							
								
								Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers.  b=273829  r+sr=bryner  
							
							
							
						 
						
							2004-12-17 20:40:48 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								468d2b70e8 
								
							 
						 
						
							
							
								
								Remove unneeded include.  b=272151  
							
							
							
						 
						
							2004-12-07 02:28:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bzbarsky%mit.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								5d84790d77 
								
							 
						 
						
							
							
								
								Put an update view batch around zoom-setting so we don't get drawing  
							
							... 
							
							
							
							artifacts.  Bug 270032, r+sr=roc 
							
						 
						
							2004-12-01 03:28:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									neil%parkwaycc.co.uk 
								
							 
						 
						
							
							
							
							
								
							
							
								2ab7153f7e 
								
							 
						 
						
							
							
								
								Bug 267302 Views should be created by the view manager r+sr=roc  
							
							
							
						 
						
							2004-11-04 15:06:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								dc1efc09e8 
								
							 
						 
						
							
							
								
								Store the visible area so other callers of InitialReflow use the right size rather than 0x0.  b=227361  r+sr=roc  
							
							
							
						 
						
							2004-10-13 21:59:26 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								6c4ebb2c18 
								
							 
						 
						
							
							
								
								Bug 262760. Do Begin/EndUpdateViewBatch around all reflows and restyling. Also, make the refresh flags in EndUpdateViewBatch mean the same thing as they do in UpdateView. In particular we introduce NS_VMREFRESH_DEFERRED. r+sr=bzbarsky  
							
							
							
						 
						
							2004-10-09 01:39:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jst%mozilla.jstenback.com 
								
							 
						 
						
							
							
							
							
								
							
							
								03052a2f27 
								
							 
						 
						
							
							
								
								Fixing bug 260385. Prevent popups from opening from beforeunload events. r=danm.moz@gmail.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org  
							
							
							
						 
						
							2004-09-23 23:39:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cbiesinger%web.de 
								
							 
						 
						
							
							
							
							
								
							
							
								f3e06d119c 
								
							 
						 
						
							
							
								
								Bug 258411 - fixing regression from bug 250342: wrong z-order for frames  
							
							... 
							
							
							
							r+sr=roc 
							
						 
						
							2004-09-16 13:02:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								44a2fd5b52 
								
							 
						 
						
							
							
								
								Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine  
							
							
							
						 
						
							2004-09-14 02:28:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								9984902fd6 
								
							 
						 
						
							
							
								
								Land bug 72747 in pieces:  Simplify the mechanism used to prevent framesets from having scrollbars.  b=72747  r+sr=roc  
							
							
							
						 
						
							2004-09-04 19:51:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								ee55fda1f1 
								
							 
						 
						
							
							
								
								Back out previous round of bug 72747 changes due to Tp regression.  
							
							
							
						 
						
							2004-09-04 08:34:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								31bf95ea38 
								
							 
						 
						
							
							
								
								Land bug 72747 in pieces:  Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes.  Implement scrolling='yes'.  b=72747  r+sr=roc  
							
							
							
						 
						
							2004-09-04 06:53:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								8b8587dcc0 
								
							 
						 
						
							
							
								
								Land bug 72747 in pieces: make users of nsIScrollable use nsIScrollable::Scrollbar_* instead of NS_STYLE_OVERFLOW_*.  b=72747  r+sr=roc  
							
							
							
						 
						
							2004-09-03 21:58:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								d082d2bf5e 
								
							 
						 
						
							
							
								
								More nsIPresShell deCOMtamination:  
							
							... 
							
							
							
							- Made Get/SetAuthorStyleDisabled and ReconstructStyleData non-virtual when called internally.
- Inlined GetFrameSelection and renamed it to FrameSelection.
- Removed non-inline version of GetViewManager.
- Removed unused EnablePrefStyleRules and ArePrefStyleRulesEnabled.
Bug 253889, r+sr=roc. 
							
						 
						
							2004-08-29 03:08:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								c200b49750 
								
							 
						 
						
							
							
								
								Back out the rest of bug 72747 due to Tp regression.  
							
							
							
						 
						
							2004-08-27 01:26:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								5948a3cb75 
								
							 
						 
						
							
							
								
								Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3.  Implement scrolling='yes' and equivalents on frame and iframe.  Various pieces of related cleanup (see comment 22 in bug).  b=72747  r+sr=roc  
							
							
							
						 
						
							2004-08-26 17:11:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									peterv%propagandism.org 
								
							 
						 
						
							
							
							
							
								
							
							
								f000eed21d 
								
							 
						 
						
							
							
								
								Fix for bug 256514 (Links don't work in documents created via XSLT). r/sr=jst.  
							
							
							
						 
						
							2004-08-25 14:17:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									neil%parkwaycc.co.uk 
								
							 
						 
						
							
							
							
							
								
							
							
								a33872e9fe 
								
							 
						 
						
							
							
								
								Bug 32372 should be possible to completely disable CSS p=fantasai@inkedblade.net r=me (xpfe) r/sr=dbaron  
							
							
							
						 
						
							2004-08-05 11:38:42 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								5c02a6978c 
								
							 
						 
						
							
							
								
								Change nsIPresContext to nsPresContext globally, follow-up to bug 253470.  rs=roc  
							
							
							
						 
						
							2004-07-31 23:15:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								0fd21c3872 
								
							 
						 
						
							
							
								
								Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it.  Bug 253470, r+sr=roc.  
							
							
							
						 
						
							2004-07-29 19:41:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								2faa2566a0 
								
							 
						 
						
							
							
								
								Move things that aren't author stylesheets out of nsDocument's mStyleSheets array to simplify stylesheet management code.  Add a level of the cascade for style attributes and ensure that there's only one rule processor per level of the cascade, and simplify the logic of nsCSSRuleProcessor creation.  b=252578  r+sr=bzbarsky  
							
							
							
						 
						
							2004-07-28 07:08:41 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cbiesinger%web.de 
								
							 
						 
						
							
							
							
							
								
							
							
								2f7bab80a2 
								
							 
						 
						
							
							
								
								removing unused variable, r+sr=bzbarsky  
							
							
							
						 
						
							2004-07-18 20:57:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jst%mozilla.jstenback.com 
								
							 
						 
						
							
							
							
							
								
							
							
								23b9aa362d 
								
							 
						 
						
							
							
								
								Landing fix for bug 239202, patch by trev@gtchat.de. Making nsIScriptGlobalObjectOwner not scriptable. r+sr=jst@mozilla.org  
							
							
							
						 
						
							2004-07-16 17:03:10 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bzbarsky%mit.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								89005ed71c 
								
							 
						 
						
							
							
								
								Fix preshints in anonymous content some more (by moving all document sheet  
							
							... 
							
							
							
							styleset munging out of the document viewer and into the document and splitting
out the preshint levels completely from the other CSS levels).  Bug 234861,
r+sr=dbaron 
							
						 
						
							2004-07-15 20:30:30 +00:00