Граф коммитов

7326 Коммитов

Автор SHA1 Сообщение Дата
sicking%bigfoot.com c1b0f2d62c fix bustage 2002-11-25 09:33:11 +00:00
sicking%bigfoot.com f04a4ebeb7 Bug 181808: Use macros to declare and implement nsIDocumentObserver
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
rods%netscape.com b5e31d9566 Instead of at the end of of the PO it needs to be in the middel of reflow
where we bail out earlier, basically same fix different location
Bug 149710 r=dcone sr=jst
2002-11-22 13:06:58 +00:00
rods%netscape.com 63bf52851b The search for the selected frames was not looking in all the child lisst for each frame
Bug 181228 r=dcone sr=jst
2002-11-22 13:02:05 +00:00
bratell%lysator.liu.se 36efaff0e4 Bug 165893 - use cached nsParserService pointer instead of looking up the service everywhere. r=jst, sr=bzbarsky 2002-11-22 12:20:05 +00:00
darin%netscape.com 9b3557c713 fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky 2002-11-22 07:40:16 +00:00
jfrancis%netscape.com c8b4e00d8c pay no attention to the man behind the curtain. 2002-11-22 05:40:10 +00:00
jfrancis%netscape.com e24066934c more work on build bustage. 2002-11-22 04:45:25 +00:00
jfrancis%netscape.com bc4a70346c fixing build bustage 2002-11-22 04:29:15 +00:00
jfrancis%netscape.com 309efe79a5 fix for 142855: cf_html paste functionality. r=brade,cmanske; sr=kin 2002-11-22 03:30:59 +00:00
jst%netscape.com 1102bd7ce7 Fixing bug 181351. Making NS_NewTextNode() return an nsITextContent pointer in stead of reaturning an nsIContent pointer to avoid having to QI the new text node to set it's value. r=caillon@returnzero.com, sr=bzbarsky@mit.edu 2002-11-22 01:11:33 +00:00
jst%netscape.com 1a0100f695 Fixing bug 181351. Making NS_NewTextNode() return an nsITextContent pointer in stead of reaturning an nsIContent pointer to avoid having to QI the new text node to set it's value. r=caillon@returnzero.com, sr=bzbarsky@mit.edu 2002-11-21 23:53:06 +00:00
kin%netscape.com 3ce45e2b5c Fix for bug #176251 (Problems with nsContentIterator PRE traversal)
content/base/public/nsIContentIterator.h
  content/base/src/nsContentIterator.cpp
  content/base/src/nsGeneratedIterator.cpp
  content/build/nsContentCID.h
  content/build/nsContentModule.cpp
  embedding/components/find/src/nsFind.cpp
  layout/html/style/src/nsFrameContentIterator.cpp

  - Removed MakePre() and MakePost() from the nsIContentIterator interface.
  - Traversal must now be specified at time of creation.
  - Fixed nsContentIterator Init() methods so that they correctly calculate
    mFirst and mLast.
  - Modified PositionAt() to check if the node is in the traversal range.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2002-11-21 15:07:49 +00:00
bryner%netscape.com c7bbf7ecd7 Fixing bug 180285 (hang in mail compose), regression from bug 124990. Don't throw an exception if dispatchEvent is called on an element that's not in a document. r=saari, sr=jst. 2002-11-21 01:27:34 +00:00
bryner%netscape.com 58f87373d4 Removing an unused variable. r=mozbot. 2002-11-20 23:37:52 +00:00
jst%netscape.com ba13886a7e Checking in keeda@hotpop.com's fix for bug 179461. Partially implement IE's select.options.add() method. No support for the optional second argument yet. r=caillon@returnzero.com, sr=jst@netscape.com 2002-11-20 22:36:36 +00:00
jst%netscape.com 648afca17d Fixing bug 180816. Avoid construction of an nsAutoString every time we open a container in the sink when the nsAutoString is only needed when dealing with textarea tags. 2002-11-20 22:30:53 +00:00
cmanske%netscape.com 460f4e38f5 Start controller IDs at 1 for InsertController. b=180814, r=brade, sr=sfraser 2002-11-20 11:36:05 +00:00
caillon%returnzero.com a14626117b Fixing an NS_PRECONDITION to reference the correct variable. Followup to last night's checkin for bug 147189. r/sr=bzbarsky 2002-11-20 06:35:33 +00:00
timeless%mozdev.org adf0c88e29 Bug 180893 nsXULTemplateBuilder::Retract wastes cycles in an XXX writeme loop
r=varga sr=bz
2002-11-20 06:15:54 +00:00
rbs%maths.uq.edu.au 9cfc8750a9 .innerHTML wasn't recovering   and this was causing consumers such as View Selection Source to lose it, b=165686, r=jst, sr=bzbarsky 2002-11-20 01:47:06 +00:00
brade%netscape.com b4bfb1e5b4 bug 157111; add some new commands, remove unneeded Init call for editSession; r=cmanske, sr=sfraser 2002-11-20 01:22:17 +00:00
bzbarsky%mit.edu 4d094c04fc Make nsILinkHandler take uris instead of strings. Bug 176904, r=darin, sr=jst 2002-11-20 00:44:26 +00:00
harishd%netscape.com 78cd0a1375 Temp. patch to fix DOM TO TEXT CONVERSION. r=jst 2002-11-19 21:47:13 +00:00
harishd%netscape.com 858dd7ab53 Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
timeless%mozdev.org c306e75366 Bug 180217 nsXULDocument::~nsXULDocument will crash if mDocumentURL is null
r=dbradley sr=brendan
2002-11-19 18:22:36 +00:00
bernd.mielke%snafu.de 4308cfab48 limit the number of columns spanned, as a protection against suspicous html code, bug 86293, r=karnaze, sr=bzbarksy 2002-11-19 15:43:22 +00:00
glazman%netscape.com c2eafb4d15 'larger' and 'smaller' CSS values for 'font-size' were not working outside of range xx-small to xx-large and that prevented users to use very big and very small fonts in both Composer and mail composition; b=63987, r=dbaron, sr=bzbarsky 2002-11-19 15:16:31 +00:00
bzbarsky%mit.edu 45d22c648f Report the unknown namespace when we have an unknown namespace error.
Bug 180852, r=dbaron, rs=roc+moz
2002-11-19 15:12:02 +00:00
bratell%lysator.liu.se 31be52fa19 Bug 165893 - avoid refetching the parser service all the time. r=jst@netscape.com, sr=bzbarsky@mit.edu 2002-11-19 13:39:20 +00:00
caillon%returnzero.com ec408241f6 Attempt to fix nebiros bustage by moving style struct access into nsIInspectorCSSUtils
r/a=timeless,jkeiser,#mozilla
bug 147189
2002-11-19 07:41:07 +00:00
rods%netscape.com 8071dd246e Make it so SetDocument doesn't get set when returning from PP
Bug 176201 r=dcone sr=jst
2002-11-18 14:34:09 +00:00
timeless%mozdev.org 7e61bc0fee Bug 96229 keyboard (and right mouse in context menu) doesn't autocheck menuitem type="checkbox" and type="radio"
patch by neil@parkwaycc.co.uk r=aaronl sr=bz
2002-11-18 14:01:20 +00:00
peterlubczynski%netscape.com 7f43c8c427 Fixing bug 173938 with a hack for full-page plugins to be destroyed before the frame. r=av sr=jst 2002-11-18 07:48:10 +00:00
dbaron%fas.harvard.edu b2f992acb9 Consolidate all CSS pseudos and split them into three atom lists to distinguish between pseudo-classes, pseudo-elements, and fake-pseudo-elements used for anonymous boxes. b=147887 r,sr=roc,bz 2002-11-17 15:37:56 +00:00
timeless%mozdev.org 7875f468ed Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bzbarsky%mit.edu fb7d2e0e52 Don't drop the principal, because we need it later on in destruction.
Let it die a peaceful death on its own.  Bug 180441, patch by
keeda@hotpop.com (Harshal), r=jst, sr=bzbarsky
2002-11-16 22:49:14 +00:00
bzbarsky%mit.edu 9ba10e6a63 Backing out alecf for now, since this change makes mailcompose crash
(and we don't want smoketest blockers, now do we?)
2002-11-16 12:07:13 +00:00
bzbarsky%mit.edu 9e997eb61f Need to sanity-check the index to avoid out-of-bounds array access. Bug
180043, r=jkeiser, sr=alecf
2002-11-16 06:08:37 +00:00
alecf%netscape.com 3dc37760d5 prep work for fixing bug 180379 - stop creating extra nsCSSSelectors - instead of creating them on the stack then copying them to the heap, start with them newly on the heap.
r=bzbarsky, sr=dbaron
2002-11-16 05:37:24 +00:00
caillon%returnzero.com 8e703da896 Bug 180185, nsStyleText::WhiteSpaceIsSignificant() should take -moz-pre-wrap into account too
r=dbaron sr=bzbarsky
2002-11-15 03:14:56 +00:00
alecf%netscape.com a7b81df6c6 take two at fixing bug 177401 - convert nsIBinaryStream over to using nsAString/nsACString for string values, to speed up fastload
sr=darin, r=dougt
(the previous checkin had a typo which disabled fastload entirely!)
2002-11-14 18:16:31 +00:00
brade%netscape.com a1d7da2b80 implement queryCommandEnabled (bug 179730, r=akkana, sr=peterv) 2002-11-13 15:23:03 +00:00
cmanske%netscape.com ca1d8bc561 Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser 2002-11-12 23:03:27 +00:00
dbaron%fas.harvard.edu ca4ad476d2 Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin 2002-11-12 15:17:07 +00:00
brade%netscape.com 80afa6428d check origin, disable paste and some other commands until security review, cmd mgr api changes, remove forced focus (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:19:37 +00:00
bzbarsky%mit.edu 2c43d2a805 Allow list labels to be negative. Bug 56088, r=caillon, smontagu, sr=roc+moz 2002-11-09 18:33:37 +00:00
jkeiser%netscape.com 3deb842c0f Fix virtual destructor warning, bug 165647, r=dmose, sr=bz 2002-11-09 05:11:26 +00:00
jkeiser%netscape.com 18cb71de9c Fix Mac build bustage. 2002-11-09 03:42:42 +00:00
alecf%netscape.com 50a35c0245 argh, back out my last checkin because Ts went UP not down! 2002-11-09 01:31:32 +00:00
bryner%netscape.com 7b5407b246 Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst. 2002-11-09 00:25:25 +00:00
alecf%netscape.com e8fa3e1225 fix for bug 177401 - use nsAString& classes instead of wstring in nsIBinaryInputStream, to speed up fastload startup
sr=darin, r=dougt
2002-11-08 23:30:53 +00:00
bzbarsky%mit.edu 9c080be09e fix leak of charset string. bug 176989, patch by keeda@hotpop.com,
r=peterv, sr=jst
2002-11-08 10:52:06 +00:00
axel%pike.org 5cef84915b bug 178461, XSLTProcessor.reset(), r=sicking, sr=peterv 2002-11-08 08:50:34 +00:00
timeless%mozdev.org 99767946b5 Bug 178972 trivial code changes to nsXULElement.cpp
r=brendan sr=kin
2002-11-08 04:28:04 +00:00
bzbarsky%mit.edu 642471861d Remove more dead code. bug 102437, r=heikki, sr=rbs 2002-11-08 00:28:24 +00:00
mkaply%us.ibm.com 30c081375f Need PR_FALSE here - OS/2 bustage 2002-11-07 23:03:05 +00:00
timeless%mozdev.org 65ca9fab82 Bug 177772 crash [@JS_GetPrivate] serializing script with syntax error
r=brendan sr=ben
2002-11-07 22:46:38 +00:00
brade%netscape.com 83fc678388 extend the api for Midas functionality (bug 177700, r=akkana, sr=jst) 2002-11-07 15:38:35 +00:00
brade%netscape.com 914cf5f675 add Midas functionality (bug 177700, r=akkana, sr=jst) 2002-11-07 15:36:25 +00:00
bzbarsky%mit.edu f5ddb26a1e This addref needs removing too. Part of bug 177543, r=rjesup, sr=dbaron 2002-11-07 15:21:08 +00:00
jdunn%netscape.com 771b83383a set initial w/h of Image() as "pixel" units
r=peterv@netscape.com
sr=jst@netscape.com
2002-11-07 14:02:21 +00:00
bzbarsky%mit.edu 22336ae2dc <form> with no action should submit to document uri, not base uri. Bug
171924, r=jkeiser, sr=peterv
2002-11-07 13:29:34 +00:00
glazman%netscape.com accc5372e9 fixing OS2VACPP bustage 2002-11-07 13:03:52 +00:00
glazman%netscape.com ebc756166a fixing rpotts's seamonkey-ports bustage 2002-11-07 10:56:40 +00:00
bzbarsky%mit.edu 2d842c5532 that addref should not have landed... thanks to rpotts for catching it 2002-11-07 08:04:04 +00:00
bzbarsky%mit.edu 944d358eb0 er, and make it link too. 2002-11-07 06:47:45 +00:00
bzbarsky%mit.edu c712a3be34 fix build bustage on Linux 2002-11-07 06:39:39 +00:00
rpotts%netscape.com 2f83a6f96a fix build bustage... i'm a doofus 2002-11-07 06:03:50 +00:00
rpotts%netscape.com bc5ef397cc bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag 2002-11-07 05:17:21 +00:00
bryner%netscape.com ec90778ef2 Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt. 2002-11-07 03:34:13 +00:00
bzbarsky%mit.edu b847707b06 clean up some array stuff in nsDocument. Bug 177543, r=peterv, sr=alecf 2002-11-07 02:36:24 +00:00
bzbarsky%mit.edu 4733ae31e5 remove old cruft; view-source has not been XML in two years. Bug
102437, r=bbaetz, sr=heikki
2002-11-07 01:50:35 +00:00
bzbarsky%mit.edu 5cc311ac1e Prioritize data-sniffing over extension-sniffing for ftp and http. Bug
177026, r=rpotts, sr=darin
2002-11-06 22:29:17 +00:00
seawood%netscape.com d66c7fe9fe Fix pointer casting for AIX 64-bit builds.
Thanks to Philip K. Warren <pkw@us.ibm.com> for the patch.
Bug #177906 r=cls sr=scc
2002-11-06 21:07:23 +00:00
varga%netscape.com d4f58705b9 Fix for bug 162542. Quick Search bar for Bookmarks Manager
r=timeless, sr=jag
2002-11-06 12:07:38 +00:00
glazman%netscape.com c3f9c7c149 CSS properties set to system colors were returning inconsistent values; b=172199, r=caillon, sr=peterv 2002-11-06 08:31:19 +00:00
timeless%mozdev.org da0199af22 Bug 133708 Simplify nsStyleList::CalcDifference
r=dbaron sr=brendan
2002-11-06 07:31:27 +00:00
bzbarsky%mit.edu 51d2c01b08 The "value" attribute should not be mapped into style. Bug 157210,
aptch by sicking, r=jst, sr=bzbarsky
2002-11-06 03:47:55 +00:00
aaronl%netscape.com 92ca2c9a3f Bug 173350. nsIDOMTreeWalker crashes with XUL documents -- this implements some of the unimplemented methods in nsXULDocument. r=jst, sr=bzbarsky 2002-11-06 02:30:38 +00:00
bzbarsky%mit.edu 1159431d9f fix regression in setting important property values in inline style via
DOM.  Bug 173767, r=caillon, sr=dbaron
2002-11-06 02:07:17 +00:00
bzbarsky%mit.edu d69b0c595f Disabled form controls should not be in the tab order. Bug 177620,
r=akkana,timeless, sr=bryner
2002-11-06 01:54:04 +00:00
bzbarsky%mit.edu 9493aaffa2 Notify properly when calling AppendChild on a documentfragment. Bug
175843, r=sicking, sr=peterv
2002-11-06 01:46:03 +00:00
bzbarsky%mit.edu 707785eb3e CheckLoadURI should use document uri, not base uri. Bug 177237,
r=mstoltz, sr=jst, a=blizzard
2002-11-05 03:45:28 +00:00
dbaron%fas.harvard.edu ce16f563b0 Back out patch for bug 161109 that implemented a pref for disabling marquee. b=161109 r=hixie a=asa 2002-10-30 14:31:32 +00:00
aaronl%netscape.com 934d2029bf Bug 176100. Tabbing out of file control text field selects text. r=jkeiser, sr=bzbarsky, a=roc+moz. Also fixes bug 132557 and bug 141310. 2002-10-30 07:34:42 +00:00
bryner%netscape.com 195ae79886 Fix a regression in dynamically setting the src of an image (bug 176926). r=hyatt, sr=bzbarsky, a=brendan. 2002-10-30 06:08:02 +00:00
bzbarsky%mit.edu 486619819e Fix uri leak. Bug 176985, patch by Harshal <keeda@hotpop.com>,
r=peterv, sr=bzbarsky, a=roc+moz
2002-10-30 04:57:15 +00:00
bryner%netscape.com 760777bbb2 Prevent allocating nsDOMMutationEvents from the nsDOMEvent-sized arena (an nsDOMMutationEvent is 4 bytes larger and was therefore clobbering the 4 bytes of memory after gPool). Bug 170001, r=dbaron, sr=jag, a=roc. 2002-10-30 00:12:42 +00:00
bryner%netscape.com fa8e6a6ded Fix links stuck in :hover state after being scrolled off of using the mouse wheel (bug 78765). r=hewitt, sr=hyatt, a=roc. 2002-10-29 23:59:08 +00:00
bryner%netscape.com a30776134d Make sure a new image frame is constructed if the src of an image is changed and we don't have an image frame for the element (bug 228280). r=dbaron, sr=jst, a=dbaron. 2002-10-25 00:16:35 +00:00
jaggernaut%netscape.com a596e22ded Bug 171274: check parent shell type for primary content frames. r=dbaron, sr=jst, a=drivers 2002-10-25 00:00:54 +00:00
akkana%netscape.com 9b191a6780 176505: Fix composer/mail compose regression, back out jag. a=blizzard & #mozilla 2002-10-24 19:58:36 +00:00
rods%netscape.com 80c45b5574 change STF threshold to 60%
Bug 175316 r=dcone sr=alecf a=dbaron
2002-10-24 09:31:52 +00:00
jaggernaut%netscape.com 2e7b612784 Forgot to add comment. 2002-10-24 04:37:33 +00:00
jaggernaut%netscape.com 788957ef92 Bug 171274: check shell type for primary content frames. r=/sr=jst,hyatt, a=drivers 2002-10-24 04:32:20 +00:00
akkana%netscape.com f8be7e55eb 171003: shift-tab shouldn't land on images twice: add a comment. r=aaronl, sr=bryner, a=dbaron 2002-10-24 04:02:42 +00:00
akkana%netscape.com fc3794f5e7 171003: shift-tab shouldn't land on images twice. r=aaronl, sr=bryner, a=dbaron 2002-10-24 03:53:08 +00:00
darin%netscape.com 70e60af5a0 fixes bug 174984 "Prefetch requests should send Referer" r=gagan,mstoltz
sr=bzbarsky a=dbaron
2002-10-24 03:17:44 +00:00
sicking%bigfoot.com 84e9f2d3e5 Bug 158457: Properly call StartDocumentLoad when loading XSLT stylesheets and let that deal with stopping scripts and stylesheets from being loaded instead of manually stopping that in the XSL contentsink.
r=harishd sr=peterv a=asa
2002-10-22 20:09:13 +00:00
varga%netscape.com 6f3bb5cc46 Fix for bug 134824. Column Sorting in the Download Manager has no effect.
r=neil, sr=jag, a=asa
2002-10-22 19:49:29 +00:00
dbaron%fas.harvard.edu e7af6753ae Testing backout of bryner's changes (bug 22820) to see if it fixes pageload regression. 2002-10-22 10:22:19 +00:00
bryner%netscape.com 11a7933e45 If the "src" attribute is changed on an image, and we don't have an image frame, use NS_STYLE_HINT_FRAMECHANGE so that an ImageFrame is constructed and the image is loaded (bug 22820). r=dbaron, sr=jst, a=roc. 2002-10-22 05:30:05 +00:00
sicking%bigfoot.com afcc08f642 Bug 64945: XML prettyprinting final stage. Implements document.removeBinding and drops the prettyprint binding when the document is modified. Also turn on prettyprinting by default.
r=jkeiser,hyatt,bz sr=rpotts a=asa
2002-10-22 05:28:36 +00:00
sicking%bigfoot.com ab3b44fd8a Remove old files that are leftovers from the fix from bug 155578 2002-10-22 00:23:57 +00:00
sicking%bigfoot.com a981211608 Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class

Patch by sicking, pike and peterv

r=sicking/pike, sr=peterv, a=asa
2002-10-21 21:35:23 +00:00
seawood%netscape.com d1bef3cbe0 Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
bzbarsky%mit.edu 5553813318 Margin/padding computations need to flush the reflow queue. Bug 173354,
r=caillon, sr=heikki, a=asa.
2002-10-16 03:38:52 +00:00
bzbarsky%mit.edu e96a5a362c Missed some of that bustage... 2002-10-16 03:07:37 +00:00
bzbarsky%mit.edu 7389a1a597 fixing build bustage... 2002-10-16 02:50:06 +00:00
kmcclusk%netscape.com 64b5771dd7 Fix sluggish UI during long page loads from local file or cache on WIN32 by setting plevent performance hint when there is user interaction r=rods sr=kin a=asa @173956 2002-10-16 02:13:48 +00:00
dbaron%fas.harvard.edu b9dedaf5b2 OK, over from snprintf to PR_snprintf. b=173837 2002-10-15 00:29:58 +00:00
dbaron%fas.harvard.edu 2564db6a20 Maybe an explicit include of stdio.h will fix the myotonic bustage. b=173837 2002-10-15 00:20:45 +00:00
dbaron%fas.harvard.edu 0e9bf3ab26 Add preference for whether to enable marquee, and set the default to disabled. b=161109 r=caillon sr=bzbarsky a=rjesup 2002-10-15 00:06:57 +00:00
dbaron%fas.harvard.edu bff3c166a9 Remove unused ability to optionally arena-allocate certain stylesheet objects. b=174256 r=kin sr=bzbarsky a=rjesup 2002-10-14 23:57:17 +00:00
dbaron%fas.harvard.edu 7229ebc7d1 Change sprintf to snprintf to avoid potential for buffer overflow. Untabify surrounding code. b=173837 r=heikki sr=bzbarsky a=rjesup 2002-10-14 23:49:48 +00:00
akkana%netscape.com 8e15ce2844 145196: prevent creation of extra blank lines. Fix from burpmaster@truffula.net, r=akkana, sr=jag, a=rjesup 2002-10-14 22:07:48 +00:00
bzbarsky%mit.edu 4efd59e3ad Fix crash in nsStyleQuotes copy constructor. Bug 174178, r=caillon,
sr=dbaron, a=roc+moz
2002-10-13 18:55:12 +00:00
darin%netscape.com 7780e68df1 fixes bug 151478 "https wyciwyg page is cached on disk" r=mstoltz sr=rpotts a=asa 2002-10-11 04:22:54 +00:00
heikki%netscape.com b0e0f669e8 Bug 172372, when loading XML as data, we need to disable scripts and styles. r=sicking, sr=bzbarsky, a=asa. 2002-10-11 00:38:29 +00:00
varga%netscape.com 1faef2d870 Fixing a typo.
bug 26429.
2002-10-09 21:02:52 +00:00
peterv%netscape.com 8b2c7f0aa2 Fix bustage. 2002-10-09 10:33:27 +00:00
sspitzer%netscape.com 68cce6ceaa attempting to fix MacOSX/Darwin 5.5 planetoid Depend bustage for sicking, r=cls. 2002-10-09 08:06:53 +00:00
sicking%bigfoot.com 8ad1aece33 bug 64945 stage two.
Prettyprint without modifying the DOM by using an XBL binding. Use viewsource.css for styling. Also refactor a real sync-load service and make transformiix and XBL use it.

r=jkeiser sr=darin
2002-10-09 07:03:15 +00:00
bzbarsky%mit.edu 48bad9f3d8 Make GetImportantRule and GetISupportsValue return already_AddRefed.
Bug 171808, r=jkeiser, sr=dbaron
2002-10-09 01:59:43 +00:00
bzbarsky%mit.edu a272a96238 Make GetParent on nsStyleContext return an
already_AddRefed<nsIStyleContext>.  Bug 171808, r=jkeiser, sr=dbaron
2002-10-09 01:46:15 +00:00
darin%netscape.com 5858c153c6 fixes bug 173278 "Should not prefetch <link rel="alternate">" r=gordon sr=alecf 2002-10-08 21:04:25 +00:00
timeless%mac.com e29aaed3b0 Bug 173299 change getControlleryById to getControllerById in nsIControllersInterface
r=cmanske sr=kin
2002-10-08 18:25:57 +00:00
rods%netscape.com b22c2c60f5 This patch is a bit different, instead of having the DocShell figure out whether it or one of its children are printing or PP, it gets told whether it is, and it caches that value.
This was done so navigation is as fast as possible, meaning it doesn't have to figure it out each time.
The patch:
1) Adds a method to the nsIContentViewerContainer to tell it whether we are printing or in PP.
2) Fix up the DV and PrintEngine, the DV SetIsXXXX didn't need to set any
values in the PrintEngine, but now instead makes calls and sets the values in DocShells
3) Cleaned up and add a macro to nsIDocumentViewerPrint
Bug 171161 r=dcone sr=rpotts
2002-10-08 13:17:56 +00:00
caillon%returnzero.com fe257b444e Oops, this got accidentally checked. Backing out. 2002-10-08 10:43:38 +00:00
caillon%returnzero.com 7871a3af0d Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
area, and not the padding area as per the CSS 2 Errata, CSS2.1 and CSS3.  Also, implementing the CSS3 'background-clip'
and 'background-origin' properties (currently with -moz- prefixes) to control this behavior.
Bug 162252, r=dbaron sr=roc+moz
2002-10-08 10:24:53 +00:00
dbaron%fas.harvard.edu 18ca9355e6 Attempt to fix mach-o bustage. b=172207 2002-10-08 03:58:32 +00:00
caillon%returnzero.com e5c8d9dcdf Attempting to fix Windows bustage 2002-10-08 03:03:56 +00:00
caillon%returnzero.com e15859bcb6 More footprint work; Axing the large switch statement in GetPropertyCSSValue()
bug 172207 r=bzbarsky sr=alecf
2002-10-08 01:53:31 +00:00
timeless%mac.com 18887cb91d Bug 170441 Build warning caused by checkin for bug 138892
patch by walk84@yahoo.com r=jkeiser sr=jag
2002-10-07 04:06:12 +00:00
aaronl%netscape.com 9c709dfcc8 Fixing extra comma in checking 2002-10-05 16:12:44 +00:00
aaronl%netscape.com aa54b70658 Bug 28583. Select text field contents when focused, except by mouse click, on certain platforms. r=brade, sr=sfraser 2002-10-05 15:39:33 +00:00
bryner%netscape.com c4d52841f0 Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2002-10-05 02:49:02 +00:00
hyatt%netscape.com 21f43723b7 Fix for 172545, give datasources the ability to specify icons for XUL trees, r=varga, sr=jag 2002-10-04 08:26:36 +00:00
seawood%netscape.com 4351b67848 Fixing static build bustage caused by checkin for bug 158110. 2002-10-04 00:27:14 +00:00
caillon%returnzero.com 197e01cbff Bug 170895. Reducing footprint. Use XPCOM aggregation to get at CSS2Properties.
r=dbaron sr=alecf
2002-10-03 19:41:42 +00:00
rods%netscape.com 0231efac68 Removing unwanted part of patch 2002-10-03 11:28:48 +00:00
rods%netscape.com df510b6c24 Impl print preview for mail and addrbook
Bug 158110 r=bienvenu sr=sspitzer
2002-10-03 10:48:59 +00:00
jkeiser%netscape.com 7dd8441962 Add CheapSet, reduce select bloat, make blank options restore correctly (bug 166168), r=rjesup@wgate.com, sr=jst@netscape.com 2002-10-03 03:43:11 +00:00
darin%netscape.com abf4da8bcc fixes bug 171102 "prefetch <link rel=prefetch> and only prefetch the first
occurance of <link rel=next>" r=gagan sr=jst
2002-10-03 02:53:18 +00:00
dbaron%fas.harvard.edu bc2d58b075 Use correct interface pointer to fix crash inserting rule into media rule. b=170699 r=glazman sr=roc+moz 2002-10-03 01:02:13 +00:00
aaronl%netscape.com 7ca9f0709e Bug 81723. Keyboard context menu (Shift+F10/Ctrl+space on mac) should open near focused item. r=pinkerton, sr=bryner 2002-10-03 00:47:54 +00:00
dbaron%fas.harvard.edu 0730c1a0cd Don't prevent 'display: none' from working on generated content by being overzealous with CSS2 12.1 'display' fixups. At suggestion of Mats Palmgren, split code path between CSS2 9.7 fixups and CSS2 12.1 fixups since the former can't affect generated content and the latter apply only to generated content. r=bzbarsky and mats.palmgren sr=kin b=171749 2002-10-03 00:42:16 +00:00
caillon%returnzero.com 8ec838c04a IsCallerChrome() should return a PRBool like the signature says and not an nsresult.
r=cls sr=jst via IRC.  No bug.
2002-10-02 08:45:54 +00:00
t_mutreja%yahoo.com 543c1f1122 Bug#169292(text indentation of <li> elements not corrent for final element)
Patch:t_mutreja@yahoo.com, r= akkana, sr=heikki
2002-10-02 07:12:49 +00:00