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

9459 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 21398d5b21 Make sure that nsJSEventListeners hold a reference to the same identity interface that XPCWrappedNative does. Bug 285546, r=jst, sr=bzbarsky. 2005-03-11 10:48:26 +00:00
cvshook%sicking.cc a0db79bbbb Bug 240884: Use a static cache to take the edge off the slowness of IndexOf calls for elements with very many children.
r/sr=bz
2005-03-11 09:40:03 +00:00
bryner%brianryner.com 45a4bdafb0 Add null check as workaround for bug 239563 (crash if mousedown handler calls window.close()). r+sr=bzbarsky. 2005-03-10 22:53:29 +00:00
bzbarsky%mit.edu 255e0084f1 Use Equals() when checking for recursion instead of hand-rolling URI
comparisons.  Cut off recursion at first repeated URI, not third, since that's
what IE seems to do.  Bug 228829, r=mkaply, sr=jst
2005-03-09 21:59:18 +00:00
tor%cs.brown.edu 37d7198084 Bug 276316 - gradients should be "live".
Patch by scootermorris@comcast.net, r=afri.
2005-03-09 19:24:18 +00:00
jst%mozilla.jstenback.com 0afbaeb191 Fixing bug 188938. Adding the ability for plugins to participate in form submission. r=bzbarsky@mit.edu, sr=brendan@mozilla.org 2005-03-09 17:01:22 +00:00
bzbarsky%mit.edu 8a912074f2 Remove the random 25-item limit of frameset row and col specs. Bug 285394,
r+sr=jst
2005-03-09 16:47:30 +00:00
bzbarsky%mit.edu 1e9a045fd8 Relanding, since this did not affect the orange. Still bug 282537. 2005-03-08 18:10:38 +00:00
gandalf%firefox.pl 06f479dff9 bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move 2005-03-08 17:21:36 +00:00
bzbarsky%mit.edu 515698f917 Backing out bug 282537 patch to see whether it fixes the orange. 2005-03-08 17:05:34 +00:00
bzbarsky%mit.edu 73caaf6764 Don't add entries for <xbl:children> tags to our attr change table, since those
are removed from the anonymous content.  Bug 282537, r+sr=bryner
2005-03-08 02:31:27 +00:00
bzbarsky%mit.edu a26c4c14f1 Move all frame recursion detection into a method that just does that. Don't
throw errors from EnsureDocShell() on recursion detection; just throw them from
LoadFrame().  Bug 285188, r+sr=jst
2005-03-08 00:02:55 +00:00
cbiesinger%web.de e8d4c35266 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
tor%cs.brown.edu f9c5c6513b Bug 284675 - Handle svg text chunks separately, support dx/dy. r=afri 2005-03-07 04:02:02 +00:00
bmlk%gmx.de 1c6747ce96 limit the nowrap + width hack to quirks mode bug 277232 r/sr=bzbarsky 2005-03-06 18:33:12 +00:00
allan%beaufour.dk 74514ee1bf Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com 2005-03-06 12:30:12 +00:00
jshin%mailaps.org d28e19536e bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano 2005-03-05 08:19:05 +00:00
bzbarsky%mit.edu 1951e8e908 Remove content dependency on the RDF-ness of bookmarks (since in general, they
need not be RDF-enabled at all).  Remove bizarre dependency of an interface we
really want to expose to embeddors on nsIParser.  Bug 101995 followup,
r=bsmedberg, sr=alecf
2005-03-05 03:35:54 +00:00
jst%mozilla.jstenback.com a57ec3f6dc Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
bzbarsky%mit.edu b23ba9a88b Fix bug 257947 for real. r+sr=jst 2005-03-03 16:34:49 +00:00
jst%mozilla.jstenback.com f642cc93f0 Fixing bug 161587. Make the caller principal carry over to the callee when doing document.open(). r=caillon@gmail.com, sr=brendan@mozilla.org 2005-03-02 23:17:28 +00:00
bzbarsky%mit.edu e3aebd9c61 Use the content policy REJECT reason as a basis for our "whether to show alt
text" decision instead of reading prefs ourselves.  Bug 202906, r=mvl, sr=jst
2005-03-02 04:05:12 +00:00
bzbarsky%mit.edu 87ea7e50e3 Fix GetImmediateChild to only get kids in the XBL namespace, and consolidate
some code.  Bug 284342, r+sr=jst
2005-03-02 03:20:00 +00:00
bzbarsky%mit.edu 6bda3fd2c6 Only dispatch label-triggered clicks to content, for now, pending sorting out
exactly what HandleEventWithTarget _should_ be doing.  Bug 284163, r+sr=jst
2005-03-01 03:03:05 +00:00
caillon%redhat.com 77b60af2ac 250245 - spec changed, its now Document.inputEncoding
r+sr=jst
2005-02-28 22:35:02 +00:00
bzbarsky%mit.edu 08fb911838 Make sure to flush pending notifications as needed when calling
getElementById.  Bug 283468, r+sr=jst
2005-02-28 22:24:17 +00:00
bzbarsky%mit.edu 3a6787add4 Stash our bindings in an array before destroying them, in case someone decides
to try to add a binding to the hashtable from a binding destructor.  Bug
283698, r+sr=bryner
2005-02-27 17:24:53 +00:00
mrbkap%gmail.com 4bda82da6e bug 283564: Fix a leak when the HTML fragment sink is used to parse an empty string by ensuring that DidBuildModel() is always called. r+sr=bzbarsky 2005-02-26 04:33:04 +00:00
tor%cs.brown.edu 4cb391b2a7 Fix svg build bustage. 2005-02-25 23:15:19 +00:00
bryner%brianryner.com a29b6c69fa Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky. 2005-02-25 22:07:01 +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
doronr%us.ibm.com 5369dc8116 Bug 283637 - Dispatching UIEvents using DOM interface doesn't work. Patch by smaug, r=bz/sr=jst 2005-02-25 19:31:09 +00:00
ben%bengoodger.com 7563b3836a 282103 - dynamic overlays: implement "loadOverlay" method on nsIDOMXULDocument which loads and merges an overlay into a XUL document. r=jst sr=bryner 2005-02-25 09:06:34 +00:00
bzbarsky%mit.edu 6beac99d39 XBL should not treat <children> in other namespaces as magical; only
<xbl:children> is.  Bug 282735, r+sr=jst
2005-02-24 04:23:55 +00:00
roc+%cs.cmu.edu 51924d4a38 Bug 125386. Turn MOUSE_EXIT events into MOUSE_MOVEs when the mouse didn't actually leave the top level widget. r+sr=bzbarsky 2005-02-23 21:46:43 +00:00
jst%mozilla.jstenback.com d5804ef8f6 Fixing bug 209020. Make midas (document eiditing mode) not partially persist when leaving a page, and make it possible to turn off designMode dynamically in a page. r=brade@comcast.net, sr=bzbarsky@mit.edu 2005-02-23 21:27:20 +00:00
doronr%us.ibm.com 10f4ae6d11 Bug 283323 - use owner document in nsGenericElement to get and set properties. Patch by smaug, r/sr=bryner 2005-02-23 20:27:25 +00:00
gandalf%firefox.pl ea39cd5cbe bug 279768: move dom.properties, MediaDocument.properties to global; r=bsmedberg 2005-02-23 16:53:28 +00:00
bsmedberg%covad.net 473534a724 Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
jshin%mailaps.org 44c2409acd bug 244754 : URL is not shown in the status bar when hovering over a url-escaped URL in an encoding different from the document enecoding (r=darin, sr=bzbarsky) 2005-02-22 18:25:12 +00:00
gandalf%firefox.pl a3dc4218b6 bug 283046: File input button does not properly render. A regression after checkin from bug 279768 ; r+sr=bzbarsky 2005-02-22 17:30:08 +00:00
tor%cs.brown.edu bfa5544410 Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc 2005-02-21 18:11:18 +00:00
brendan%mozilla.org bc1cb54066 Nullify version selection via <script language='JavaScript1.x'> to match other browsers (255895, r+sr=jst). 2005-02-20 03:35:21 +00:00
bsmedberg%covad.net e82e4540da Backout bug 278534 due to tinderbox orange. 2005-02-20 01:47:13 +00:00
bsmedberg%covad.net 29add52220 From bug 278534 - binding manager headers don't declare all the types they use, and mis-use the chrome registry. r=build-bustage, I will get ex-post-facto review on this. 2005-02-19 16:38:47 +00:00
bsmedberg%covad.net 3d5d14bc57 Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben 2005-02-19 15:35:36 +00:00
bryner%brianryner.com 708a569767 Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky. 2005-02-19 10:31:27 +00:00
bryner%brianryner.com 59496a3bd0 Rename nsNameSpaceMap to nsXMLNameSpaceMap to avoid symbol collision in static builds (bug 281728). r=dbaron. 2005-02-19 00:10:38 +00:00
doronr%us.ibm.com 724a86c712 Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:32:46 +00:00
doronr%us.ibm.com 4be07d28cc Checked in from wrong tree, backing out, sorry. 2005-02-18 21:28:20 +00:00
doronr%us.ibm.com b15c0e8b75 Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:20:27 +00:00
mrbkap%gmail.com 76f3ff6fb1 bug 263053: Get rid of the <endnote> tag when parsing fragments with context, since this can fail if the input stream contains another <endnote> tag. Instead, parse the context in different "chunks" from the new buffer, and notify the fragment sink by way of functions. r=peterv sr=bzbarsky 2005-02-18 19:18:39 +00:00
bryner%brianryner.com 58396e7490 Remove nsINameSpace and replace with a simple array-based list of namespace mappings for CSS. Bug 281728, r+sr=bzbarsky. 2005-02-18 19:18:37 +00:00
jst%mozilla.jstenback.com 48a9ab5e12 Additional changes needed to fix bug 280947 (dragging of images whose extension doesn't map to the right mimetype on the client is broken). r=bzbarsky@mit.edu, sr=dveditz@cruzio.com 2005-02-18 19:18:20 +00:00
neil%parkwaycc.co.uk 131186b3ed Removing an event handler should not disturb firing of other event handlers b=174320 based on a patch by Silver r+sr=jst 2005-02-18 09:36:29 +00:00
jwatt%jwatt.org 3092d10fa2 Bug 282194 : Add null checks to methods that take SVG objects as arguments : r=tor 2005-02-16 18:39:59 +00:00
jwatt%jwatt.org 2827839c33 bug 274698 : Improve nsSVGLength.cpp : r=tor 2005-02-15 19:18:58 +00:00
neil%parkwaycc.co.uk e298802c1b Wallpaper for bug 280541 to get content tootips and scrollbars but still trying not to expose too much to content r+sr=bz a=asa 2005-02-12 20:48:06 +00:00
neil%parkwaycc.co.uk 5f18ee85fa Wallpaper for bug 280541 to get content tootips and scrollbars but still trying not to expose too much to content r+sr=bz a=asa 2005-02-12 20:21:02 +00:00
bzbarsky%mit.edu db59bcd6f9 Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst 2005-02-08 21:30:47 +00:00
bzbarsky%mit.edu c9398844b4 Make Input.src and Form.action be URI attrs. Bug 280470, r+sr=jst 2005-02-08 20:21:22 +00:00
bzbarsky%mit.edu 10ebb8fd62 Make GetTable() deal with lack of a tbody. Bug 255381 partial fix, r=sicking,
sr=jst
2005-02-08 20:20:08 +00:00
bryner%brianryner.com 91542d5229 Resurrect nsIFrameLoader[Owner] as scriptable interfaces; bug 280992 r+sr=bzbarsky 2005-02-08 06:55:00 +00:00
bzbarsky%mit.edu 61babae433 Fix SVG build bustage 2005-02-08 02:36:25 +00:00
bryner%brianryner.com 064c7eb606 Remove unneeded nsIFrameLoader interface (bug 280992). r+sr=jst. 2005-02-07 23:53:47 +00:00
jst%mozilla.jstenback.com e4a310c9c7 Fixing bug 280947. Fix regression from bug 279945 that broke dragging images onto the client file system if the image URL didn't have a valid extension. r=bzbarsky@mit.edu, sr=dveditz@cruzio.com 2005-02-07 22:20:14 +00:00
mrbkap%gmail.com f1c5943731 bug 281336: Don't rely on the aIsCompiled flag to tell us if we've compiled our getter and setter, since if one of them was successfully compiled and the other wasn't, then the parameter is incorrect. r+sr=bzbarsky 2005-02-07 19:38:10 +00:00
aaronleventhal%moonset.net 6633e19456 Bug 280916. Update DHTML accessibility role and state namespaces to location of RDF files on w3.org. r+sr=jst 2005-02-07 19:29:56 +00:00
bzbarsky%mit.edu e1a5653cce Fix the HTML serializer to not do fancy linebreaking when "raw" output is
requested.  Use this in innerHTML.  Bug 89780, r+sr=peterv
2005-02-07 17:24:05 +00:00
bzbarsky%mit.edu 4be2dab6bb Add some debug members to XBL to catch cases where things are treated as
compiled when they're not and vice versa.  Bug 280089, r+sr=bryner
2005-02-06 20:34:15 +00:00
mats.palmgren%bredband.net 3965eb1eb3 Use GetPrimaryFrame() instead of GetFormControlFrame(). b=279682 r+sr=bzbarsky 2005-02-05 04:13:29 +00:00
mats.palmgren%bredband.net c967eac0c7 Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky 2005-02-04 22:56:13 +00:00
bzbarsky%mit.edu 764eac7201 Add OOM checks on some GetDOMSlots() calls. Bug 280771, patch by Daniel de
Wildt <mozilla3q04@dewildt.de>, r+sr=jst
2005-02-04 18:04:02 +00:00
dveditz%cruzio.com d3bc41de0a bug 280889 prevent use of uninitialized 'cursor', r/sr=bzbarsky 2005-02-04 00:14:06 +00:00
cvshook%sicking.cc d7ac968468 Bug 280921: Kill nsCheapStringBufferUtils
r/sr=darin
2005-02-03 23:49:13 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
jst%mozilla.jstenback.com 03f7b5677f Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +00:00
bzbarsky%mit.edu 1baff00980 Add a default namespace for DOM-added nodes when creating context for
createContextualFragment.  Bug 280496, r=steve.swanson@mackichan.com, sr=jst
2005-02-03 04:53:26 +00:00
bryner%brianryner.com 851143fbec Remove unneeded nsIContentList interface (bug 280746). r+sr=jst. 2005-02-02 23:16:02 +00:00
darin%meer.net b56006c95b landing content patch for bug 235499 "re-enable string buffer sharing between C++ and JS in xpconnect" r=sicking sr=jst 2005-02-02 22:58:01 +00:00
tor%cs.brown.edu 813ac109a0 Bug 280554 - SVG content and layout should use GetAnimVal, not GetBaseVal.
Patch by scootermorris@comcast.net, r=afri
2005-02-02 20:31:51 +00:00
jshin%mailaps.org 2e3c2570c4 follow-up to bug 278061 : rid of trivial (but potentially critical) typos ,patch by masayuki : r=me, sr=bz 2005-02-02 17:07:51 +00:00
bzbarsky%mit.edu 4a308b421e LinkAdded/LinkRemoved events should be trusted. Bug 278025, r+sr=jst 2005-02-02 03:17:49 +00:00
bzbarsky%mit.edu fcdb07aa95 Flush out frames before trying to focus ourselves, in case our frame hasn't
been created yet.  Bug 277482, r+sr=jst
2005-02-02 03:07:07 +00:00
mrbkap%gmail.com dfd5017b83 Back out the wallpaper from bug 197015 since a better one has been checked in for bug 220542 (bug 197015, r=jst, sr=bzbarsky) 2005-02-02 02:24:43 +00:00
bzbarsky%mit.edu 949dc5fa14 Add a way for IME to query the caret position. Bug 278061, patch by
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
2005-02-01 19:24:59 +00:00
bzbarsky%mit.edu 8da3cdff42 Fix forceRedraw to use FlushPendingNotifications instead of trying to roll its
own.  Bug 280214, r=afri, sr=roc
2005-02-01 02:17:02 +00:00
alex%croczilla.com cc22c012b4 Clean up nsSVGValue.h dependencies. Bug#280519, r=scooter. SVG builds only. 2005-01-31 19:45:10 +00:00
neil%parkwaycc.co.uk 75726d224b Backing out patch to bug 278443, it didn't improve Txul or Ts and is probably responsible for some new crash bugs 2005-01-31 16:18:31 +00:00
mozilla.mano%sent.com 4ddcb38789 Bug 277516 - Add a hidden pref to follow accessibility.tabfocus for xul elements; default to true on mac, false everywhere else. r=aaronlev sr=bzbarksky 2005-01-29 23:47:35 +00:00
mrbkap%gmail.com c49cf66e74 bug 279939: Remove a bogus assertion and fix up the plaintext serializer's handling of <li>s with no preceeding <ul> or <ol>. r=akkana sr=jst 2005-01-29 02:50:21 +00:00
dougt%meer.net edf81a19d0 Fixing 280230. WinCE build stuff. r+sr=jst 2005-01-28 23:03:42 +00:00
cvshook%sicking.cc c3c6872cf6 Bug 278443: Use an Arena to allocate nsNodeInfos. Patch by smaug@welho.com.
r=sicking sr=peterv
2005-01-28 22:58:37 +00:00
bryner%brianryner.com 50976e0d21 Add a cloneNode hook for XTF (bug 280072). r+sr=jst 2005-01-28 03:49:44 +00:00
aaronleventhal%moonset.net 63a278237e Bug 249998. Support DHTML accessibility plan, including roles, states and events for state changes. r=pkw, sr=jst 2005-01-28 02:35:26 +00:00
silver%warwickcompsoc.co.uk ea7d10745f Bug 279041 - Add ToString to nsHTMLAreaElement.
r+sr=jst
2005-01-28 01:22:47 +00:00
bryner%brianryner.com d94c0df713 Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
bzbarsky%mit.edu e9647ed503 Add a "safe" way to unblock the parser, to protect against CSSLoader
stupidity.  Bug 220542, patch by Blake Kaplan <mrbkap@gmail.com>, r=jst,
sr=bzbarsky
2005-01-27 19:28:22 +00:00
bzbarsky%mit.edu 87576aebdd Make sure to not try to run constructors/destructors when scripts are not
enabled.  Bug 275232, r+sr=bryner
2005-01-27 19:21:14 +00:00
aaronleventhal%moonset.net df927a6518 Bug 279496. Can't copy and paste in text area. r=mats, sr=bz 2005-01-27 13:10:20 +00:00
bzbarsky%mit.edu 90ac9d05d6 Make kNameSpaceID_None a static const int so it won't cast to pointer types.
Bug 279806, r+sr=jst
2005-01-26 23:13:01 +00:00
tor%cs.brown.edu 78c6985172 Bug 252631 - allow multiple onloads in svg content. r=sicking, sr=jst 2005-01-26 14:28:21 +00:00
vladimir%pobox.com c6e2ea87cf b=279306, update canvas API to reflect latest standard spec; r=stuart,sr=shaver 2005-01-26 02:08:35 +00:00
cvshook%sicking.cc c33b1cbd24 Bug 279788: Add nullcheck before calling isSelfOrAncestor.
r/sr=bz
2005-01-25 21:10:36 +00:00
bzbarsky%mit.edu 8f1a497bd7 Fix crash if getter or setter is encountered outside a property. Bug 279697,
r+sr=jst
2005-01-25 19:34:56 +00:00
bzbarsky%mit.edu 7bd15cde9c Make content state restoration flush out the content sink (but not content
notifications!) before we try to generate the state key.  Remove bogus assert.
Bug 139568, r+sr=jst
2005-01-25 04:22:09 +00:00
tor%cs.brown.edu 0ee1400807 Bug 193825 - <svg:clipPath> implementation.
r=scooter, sr=dbaron for shared moz files.
2005-01-25 03:55:03 +00:00
cvshook%sicking.cc e2081a89e6 Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
2005-01-25 00:02:58 +00:00
cvshook%sicking.cc 7a6a1045f0 missed to change one comment in patch for bug 279155.
rs=jst
2005-01-24 23:20:39 +00:00
tor%cs.brown.edu 806191c3d5 Bug 268426 - title, desc, metadata elements DOM implementation.
Patch by jonathan.watt@strath.ac.uk, r=afri, sr=tor for moz shared files.
2005-01-24 17:42:23 +00:00
cvshook%sicking.cc 56a6c3fccf Bug 279155: Random cleanup in nsXULElement.cpp
r+sr=jst
2005-01-24 10:45:00 +00:00
cvshook%sicking.cc 626506b46d Bug 266406: nsAttrValue has too big default boundries when parsing integers.
r+sr=jst
2005-01-24 10:43:14 +00:00
peterv%propagandism.org 394d760e5a Fix for bug 278505 (Trivial content cleanup). r/sr=bz. 2005-01-23 18:21:34 +00:00
aaronleventhal%moonset.net 3bc5cf665e Bug 256003. Remove -moz-user-focus from html.css, forms.css, ua.css. It's been deprecated from use in HTML. Patch by Martijn Wargers. r=bryner, sr=roc 2005-01-23 03:48:00 +00:00
bzbarsky%mit.edu 6eaa641179 Make applet and embed elements focusable. Bug 257488, r=aaronl, sr=jst 2005-01-22 04:48:00 +00:00
bzbarsky%mit.edu 510e8f371c Make property table actually store and use destructor funcs instead of crashing
when they are needed.  Bug 275574, r=bryner, sr=jst
2005-01-21 17:00:07 +00:00
aaronleventhal%moonset.net e991e62f67 Bug 259385. Expose h1-h6, q, blockquote in MSAA as well as elements with a defined xhtml2:role attribute. r=pkw, sr=jst 2005-01-21 03:50:26 +00:00
alex%croczilla.com a3125a42e7 Only notify observers of context-change when object is context dependent. Bug#270257, Checkin for jwatt, r=afri. Affects SVG builds only. 2005-01-21 00:28:21 +00:00
bugzilla%arlen.demon.co.uk e44634c3c3 Bug 278702 Init method of nsIDocumentEncoder does not reset member variables
p=david.gardiner@unisa.edu.au r=dean_tessman sr=jst
2005-01-20 23:20:59 +00:00
timeless%mozdev.org 1f8b801a07 Bug 254252 nsCRT::BufferHashCode has two variants, and only one user, HashCodeAsUTF8 has no users
patch by mikael@parknert.se r=darin sr=bz
2005-01-20 21:39:23 +00:00
bzbarsky%mit.edu 6942802a81 Fix build bustage -- the api changed.... 2005-01-20 17:07:51 +00:00
bzbarsky%mit.edu bdefa15323 Make labels actually fire a click on the thing they're labeling when they're
clicked, instead of just redirecting their own event.  Bug 146066, also fixes
bugs 271740 and 276279.  r=bryner, sr=jst
2005-01-20 16:59:42 +00:00
bzbarsky%mit.edu aab161004b Make submit buttons with no value but a name send the "default value" to the
server.  Bug 274309, r+sr=jst
2005-01-20 16:47:25 +00:00
bzbarsky%mit.edu 895ac0806e Don't add XBL properties if they have no name. Bug 277950, r+sr=bryner 2005-01-20 16:44:00 +00:00
alex%croczilla.com 09b407c7c5 Bug#274925: Fix SVG attribute leaks. r=sicking, sr=jst. SVG only - not part of default builds. 2005-01-20 12:19:16 +00:00
bzbarsky%mit.edu 905bf0a35a Flush out reflows before processing invalidates and paint events. Fixes a
variety of flicker issues of various sorts, especially when we're not quite
keeping up with the rate of updates in DHTML or in editor.  Bug 244366 and
various dependencies, r+sr=roc
2005-01-20 03:39:09 +00:00
varga%nixcorp.com a7c1766801 Fix for bug 274808. Crash when dragging onto a tree [@ nsXULTreeBuilder::GetTemplateActionCellFor ]
r=varga sr=bryner patch by Neil Deakin <enndeakin@sympatico.ca>
2005-01-19 22:06:23 +00:00
tor%cs.brown.edu e00e6f0da3 Bug 278741 - <use> not live to width/height changes. r=jwatt 2005-01-19 20:54:26 +00:00
tor%cs.brown.edu 5e651b4634 Bug 278201 - circular loop <use> hangs browser. r=bzbarsky 2005-01-19 20:52:43 +00:00
bryner%brianryner.com 956ddd5106 Remove nsIXULContent. Bug 276698, r=sicking, sr=jst. 2005-01-19 20:05:02 +00:00
tor%cs.brown.edu d82a729aaf Bug 273235 - Support XML Events also in SVG. Patch by smaug@welho.com, r=tor. 2005-01-19 18:37:44 +00:00
tor%cs.brown.edu 5cd1d0495e Bug 274925 - don't pre-refcount SVG classes directly. r=afri. 2005-01-19 16:32:47 +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
peterv%propagandism.org 64275ef3d5 Remove obsolete function declarations. 2005-01-17 16:45:37 +00:00
neil%parkwaycc.co.uk 9179470baf Make XUL elements work properly with Get/SetNativeAnonymous (partial fix for bug 165110) r=sicking sr=bz 2005-01-17 16:03:28 +00:00
peterv%propagandism.org 603ae79c1b Fix for bug 278505 (Trivial content cleanup). r/sr=jst. 2005-01-17 09:38:03 +00:00
timeless%mozdev.org 01db14eca3 Bug 242467 The patch for bug 242212 breaks builder.rebuild for remote XUL
patch by enndeakin@sympatico.ca r=jst sr=jst
2005-01-17 09:24:56 +00:00
mats.palmgren%bredband.net 7441be5622 Implement the accesskey attribute for LEGEND, make it move focus forward when it's not focusable. b=81481 r=aaronleventhal sr=bzbarsky 2005-01-16 16:39:35 +00:00
tor%cs.brown.edu b42313c34a Bug 274886 - attributes corresponding to SVGLength properties are always set.
Patch by jonathan.watt@strath.ac.uk, r=tor.
2005-01-16 01:44:52 +00:00
peterv%propagandism.org 11fc8babff Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz. 2005-01-15 19:20:23 +00:00
bzbarsky%mit.edu 1d87c3297f Include the part number inside a multipart document in the state key, so that
state restoration works correctly on each part.  Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
jst%mozilla.jstenback.com 7910abfc93 Eliminate cast that is no longer needed. 2005-01-15 00:25:12 +00:00
bryner%brianryner.com cf6382ba15 Less-than-ideal fix for the problem where XTF insertion points don't work if the insertion point has only inline frame ancestors (which are not in the primary frame map) in the anonymous content tree. Track the insertion point content node as we're constructing anonymous content frames and insert the explicit content when we reach the insertion point. Bug 269023, r=bzbarsky, sr=dbaron. 2005-01-14 23:12:20 +00:00
jst%mozilla.jstenback.com 435c455611 Backing out change that slipped in with my last checkin. 2005-01-14 21:45:41 +00:00
jst%mozilla.jstenback.com 6b7d6cec73 Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org 2005-01-14 19:30:55 +00:00
neil%parkwaycc.co.uk fb85706c0b Set the xul document title before layout in case xbl constructors want it b=278286 r+sr=bz 2005-01-14 18:00:29 +00:00
neil%parkwaycc.co.uk 0d383b2c51 Bustage fix - I missed an NS_ADDREF but peterv spotted my error 2005-01-14 16:19:17 +00:00
neil%parkwaycc.co.uk 5fd8ab307b Fixing startup test bustage - I'd only landed the infrastructure and forgotton to fix the actual bogus QI calls. Oh, and the bug number is 276959 not 286959. 2005-01-14 15:32:58 +00:00
neil%parkwaycc.co.uk 0623a53476 Supplementary fix to bug 286959 to avoid having to QI to a non-interface class (nsGenericHTMLElement) r=bryner sr=jst 2005-01-14 13:28:34 +00:00
allan%beaufour.dk 8129c9789b bug 278153, patch by smaug@welho.com, r+sr=bzbarsky 2005-01-13 15:32:41 +00:00
bryner%brianryner.com cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
bryner%brianryner.com 815fafdbf9 Add an IID for nsGenericHTMLElement so that QI behaves as expected. This should fix the startup test bustage. 2005-01-13 01:31:42 +00:00
bryner%brianryner.com f5935fad8b remove parts of patch for bug 276959 that were not intended to be checked in. 2005-01-12 23:27:05 +00:00
shaver%mozilla.org 64464abeda Suppress XTF factory-search spew for those silly enough to use XML documents
with namespaces. r=bryner
2005-01-12 20:21:45 +00:00
bryner%brianryner.com a8073f18a3 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu 9f634851d3 Remove a bogus +1 that was causing us to reference negative array indices. Bug
224643, r+sr=jst
2005-01-12 17:53:16 +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 8b54631a06 Keep track of whether a title has been set in the document, not in the sink.
This way we can notice all ways of setting it.  Bug 271996, r=sicking, sr=neil
2005-01-12 02:47:53 +00:00
bzbarsky%mit.edu 9866f848c5 Make sure to scroll and such _before_ firing events. Bug 264873, r=mats,
sr=bryner
2005-01-12 02:42:39 +00:00
bzbarsky%mit.edu b5c3568bed Fix HTML nodes to not claim to be in the XHTML namespace (unless they are, of
course).  Bug 103225, r+sr=jst
2005-01-12 02:41:36 +00:00
dbaron%dbaron.org 6b09070f72 CVS remove files that were not part of the build for long (due to performance regression). 2005-01-11 22:51:55 +00:00
bryner%brianryner.com 21cd26cdab Don't fire onchange events twice when clicking on an input. Bug 254238, r=bzbarsky, sr=jst, a=asa. 2005-01-11 03:21:23 +00:00
cbiesinger%web.de 8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
timeless%mozdev.org 0f16244b59 Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
jst%mozilla.jstenback.com f9d194248d Fixing bug 268830. Enable popups when handling access key events. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org 2005-01-06 15:13:15 +00:00
brendan%mozilla.org 13d811077b Support ;e4x=1 MIME parameter after application/x-javascript or text/javascript to enable E4X (270553, r+sr=jst). 2005-01-05 07:25:29 +00:00
bzbarsky%mit.edu 17c1cc47cf Make XBL constructors/destructors check whether JS is enabled before running
once again. Bug 276205, r+sr=jst
2005-01-05 01:02:13 +00:00
jst%mozilla.jstenback.com 050cc85fbc Whitespace cleanup. 2005-01-05 00:26:39 +00:00
jst%mozilla.jstenback.com 4e2e132935 Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc. 2005-01-05 00:21:06 +00:00
bzbarsky%mit.edu 99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu 3ed123a486 Use GetOwnerDoc in GetTextContent, since this makes sense for nodes not
currently in the DOM tree.  Bug 276880, r+sr=peterv
2005-01-03 23:37:25 +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
mrbkap%gmail.com b0dd3a51e4 bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst 2005-01-03 21:48:53 +00:00
neil%parkwaycc.co.uk 08b341aca4 Bug 51444 Make xbl:inherits work with namespaced attributes p=smaug@welho.com r+sr=bz 2005-01-01 18:02:03 +00:00
ginn.chen%sun.com aee82d2edc Bug 143996 in caret browsing, home/end must go to start/end of line
r=brade sr=neil.parkwaycc.co.uk
2004-12-31 03:12:17 +00:00
bugzilla%arlen.demon.co.uk 70482809ca Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
p=bugmail@q1n.org r=dbaron sr=bzbarsky
2004-12-31 00:41:58 +00:00
cbiesinger%web.de b71e2a3790 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
bmlk%gmx.de 2fef94292c document.implementation.hasFeature('XHTML', '2.0') should return true, bug 255610, p=Vidar Braut Haarr <bugmail@q1n.org>, r=bzbarsky, sr=jst 2004-12-27 11:31:49 +00:00
brendan%mozilla.org 62e4a4e45f Whitespace cleanup (diff -w shows no changes). 2004-12-27 03:23:01 +00:00
timeless%mozdev.org 71b8ffc325 Bug 209097 Default mailto form subject should be localizable
patch by cst@andrew.cmu.edu r=roc sr=roc
2004-12-26 23:29:58 +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
tor%cs.brown.edu 39d72b5be3 Bug 261800 - getBBox for non-text elements. r=scooter 2004-12-24 16:26:10 +00:00
db48x%yahoo.com c0e5ab87a3 bug 259559: Get rid of warnings when content/svg is built
patch by Jonathan Watt <jonathan.watt@strath.ac.uk>, r=alex
2004-12-21 23:02:56 +00:00
db48x%yahoo.com 1eb67d2f10 bug 209097: Default mailto form subject should be localizable
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=neil, sr=roc
2004-12-21 16:17:32 +00:00
peterv%propagandism.org d77a12e38a Correct function signature to fix Solaris bustage. 2004-12-21 13:25:31 +00:00
tor%cs.brown.edu 254d22e367 Bug 270251 - nsSVGElement::UpdateContentStyleRule issues.
Patch by jlurz24@gmail.com, r=sicking, sr=bz.
2004-12-18 12:14:32 +00:00
tor%cs.brown.edu 9fd7c6b3b7 Bug 216568 - <svg:image> implementation. r=pavlov 2004-12-17 23:45:30 +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
peterv%propagandism.org 26bb2f4e91 Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst. 2004-12-17 09:17:35 +00:00
peterv%propagandism.org a7ac96fea9 Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst. 2004-12-15 15:37:23 +00:00
bsmedberg%covad.net 60567bb185 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin 2004-12-15 04:07:01 +00:00
bryner%brianryner.com 6d1dd410b1 Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst. 2004-12-14 03:54:01 +00:00
bryner%brianryner.com 076b2a64a6 deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst 2004-12-13 04:14:28 +00:00
tor%cs.brown.edu 66d32b786e Backout 270257. 2004-12-12 05:30:29 +00:00
tor%cs.brown.edu be4764b98b Backout 270257. 2004-12-12 02:37:58 +00:00
tor%cs.brown.edu 8348cd5a18 Bug 270257 - don't call Will/DidModify in SetContext.
Patch by jonathan.watt@strath.ac.uk, r=afri.
2004-12-12 00:33:37 +00:00
jst%mozilla.jstenback.com 5cf54610bc Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org 2004-12-10 19:48:22 +00:00
tor%cs.brown.edu b64db91538 Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net.
r=bz, sr=dbaron.
2004-12-09 23:51:25 +00:00
bzbarsky%mit.edu 23bcd45fd7 Move handling of "dir" and "bdo" into ua.css so it doesn't get turned off when
author styles are disabled.  Bug 261361, patch by fantasai
<fantasai.bugs@inkedblade.net>, r=dbaron, sr=bzbarsky
2004-12-09 16:08:43 +00:00
neil%parkwaycc.co.uk b76fa9c2de Bug 273741 Plain text copy suffering HTML conversion (regression from bug 244685) p=david.gardiner@unisa.edu.au r=dean_tessman sr=me 2004-12-09 12:59:29 +00:00
tor%cs.brown.edu b3e2c4245d Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
dbaron%dbaron.org 90d6a9c5a1 Fix --disable-xul bustage by building nsXULAtoms even when MOZ_XUL is false. b=272151 2004-12-08 21:34:22 +00:00
dbaron%dbaron.org 17c56818e1 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files 2004-12-08 20:13:32 +00:00
dbaron%dbaron.org 3b62b736d5 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files 2004-12-08 19:55:19 +00:00
dbaron%dbaron.org e4e798d7e1 Bug 272151: reorganize files within layout, r+sr=roc: removing files that were moved to new locations in the repository without copying RCS files since they had previously been at their new locations 2004-12-08 19:49:14 +00:00
dbaron%dbaron.org f70d9a3c2f Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository 2004-12-08 19:45:40 +00:00
dbaron%dbaron.org 9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
dbaron%dbaron.org a4c1ec9f2a Bug 272151: reorganize files within layout, r+sr=roc: readd files that were previously at their new locations without repository-copies. See content/shared/{src,public} for intermediate revision history. 2004-12-08 01:50:33 +00:00
danm-moz%comcast.net bd1155b88d single window mode aviary branch merge. bug 172962 r=jst,peterv 2004-12-07 16:08:57 +00:00
neil%parkwaycc.co.uk c4c3378210 Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me 2004-12-07 14:13:54 +00:00
dbaron%dbaron.org 615caad017 Remove unneeded include. b=272151 2004-12-07 02:49:12 +00:00
dbaron%dbaron.org 468d2b70e8 Remove unneeded include. b=272151 2004-12-07 02:28:38 +00:00
darin%meer.net f2d9598f44 fixing --disable-xul bustage 2004-12-07 01:53:37 +00:00
bzbarsky%mit.edu db49c6b37d Put the tree stuff in MOZ_XUL ifdefs. Bug 175568 followup to fix minimo, etc,
bustage.
2004-12-07 00:24:52 +00:00
darin%meer.net 18aa14a423 fixes bug 272814 "beginAddingChildren notification should be called before attributeSet." patch by smaug@welho.com r=darin sr=bryner 2004-12-06 23:09:32 +00:00
aaronleventhal%moonset.net aa29f4d8ea Bug 175568. Make shift+f10 menus show up in the right place, for scrolled documents and tree views. r=jan varga, sr=bz 2004-12-06 15:12:53 +00:00
tor%cs.brown.edu eb65692ec1 Bug 272899 - svg base type creation cleanup. r=jwatt. 2004-12-05 22:12:43 +00:00
dbaron%dbaron.org 1eb85d49b9 Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky 2004-12-04 22:10:07 +00:00
bsmedberg%covad.net e946f44738 Centralize layout/ and content/ locale files. See bug 271324. 2004-12-04 20:10:51 +00:00
bzbarsky%mit.edu 6b0b8501f3 Make setting innerHTML in XHTML not crash on malformed content and throw an
exception instead.  Bug 272011, patch by steve.swanson@mackichan.com,
r+sr=bzbarsky
2004-12-04 17:51:12 +00:00
bzbarsky%mit.edu f6fea6e11a Fix comment. More bug 157395. 2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu 6de447be6a :empty should not match nodes that have whitespace children. Introduce a
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like).  Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky
2004-12-03 04:25:21 +00:00
tor%cs.brown.edu 26931c5a71 Bug 163068 - backend support for zoom and pan. r=jwatt 2004-12-02 23:13:13 +00:00
tor%cs.brown.edu 81ee9dcae7 Bug 237020 - downgrade assertions. Patch by jonathan.watt@strath.ac.uk, r=tor. 2004-12-02 19:58:19 +00:00
bzbarsky%mit.edu ae0b5be2a3 Be a little more conservative about dirtying function-based content lists when
a node's attribute changes and they match it (check whether the node is already
in the list first).  Bug 271709, r+sr=jst
2004-12-02 02:28:35 +00:00
bzbarsky%mit.edu fe1acf7e49 Convert various GetDocument() callers in XBL to using GetOwnerDoc() or
GetCurrentDoc() depending on which they want.  This lays the groundwork for
attaching bindings to nodes that are not in documents.  Bug 265086, r=bryner,
sr=jst
2004-12-02 02:24:28 +00:00
bzbarsky%mit.edu 669e9a9a9f This wasn't supposed to land... 2004-12-02 02:17:54 +00:00
bzbarsky%mit.edu 61af48a328 Fix XBL error-handling to not close tags that shouldn't be closed yet (and thus
crash when a PR_Assert in the XML content sink is hit).  Bug 265184, r=bryner,
sr=jst
2004-12-02 02:15:37 +00:00
dbaron%dbaron.org 9643fc6c04 Back out 252703 due to Txul / Ts regression. 2004-12-02 01:26:20 +00:00
bzbarsky%mit.edu eb7dd859c2 Refix copy/paste of XHTML to treat it like it does XML -- as plaintext-only
content, since we can't actually copy/paste XML usefully.  Bug 270145, r+sr=jst
2004-12-01 22:43:56 +00:00
bzbarsky%mit.edu 1c87a03f1e Make sure to call DoneCreatingElement/DoneAddingChildren on the relevant HTML
nodes in XML so that form state restoration works.  Bug 206695, r+sr=peterv
2004-12-01 22:41:20 +00:00
dbaron%dbaron.org 21dccaeace Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky 2004-12-01 22:39:17 +00:00
gerv%gerv.net 670fb87360 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
aaronleventhal%moonset.net 5dee634fa7 Bug 269318. TAB should start from selection text after mouse click. If element gets focused, move selection to focus if focus isn't already inside the selection. mLastFocusedWith is no longer needed for making tab not move relative to selection after a mouse click. r=ginn.chen, sr=neil 2004-12-01 16:15:02 +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
dbaron%dbaron.org c21915db9d Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky 2004-11-30 19:24:34 +00:00
bzbarsky%mit.edu da145480c7 Fix asserts by making sure that border-spacing is always computed to coord
values.  Bug 270325, r+sr=dbaron
2004-11-30 18:30:58 +00:00
dbaron%dbaron.org e2aa2edb92 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
dbaron%dbaron.org 6cd65f7c5c Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky 2004-11-30 05:52:59 +00:00
dbaron%dbaron.org f94a5bc660 Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky 2004-11-30 05:31:37 +00:00
mats.palmgren%bredband.net 5984611143 Skip leading space inside :not(). b=271916 r+sr=dbaron 2004-11-28 15:04:13 +00:00
mvl%exedo.nl 524ad594d5 Implement DOM 3 isDefaultNamespace()
bug 270640, patch by smaug@welho.com, r+sr=jst
2004-11-28 10:57:22 +00:00
cls%seawood.org 6bcc30f8e0 `mkdir -p` is not portable. Use `nsinstall -D` instead.
Fixing otaku bustage.
Bug #261426
2004-11-27 06:02:57 +00:00
mats.palmgren%bredband.net 6a6fc8d7ac Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron 2004-11-26 21:05:45 +00:00
roc+%cs.cmu.edu c59dda520c Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron 2004-11-26 18:40:58 +00:00
timeless%mozdev.org a068a9ff6c Bug 271814 build bustage VS6 in nsSVGUseElement.cpp
patch by jonathan.watt@strath.ac.uk r=callek
2004-11-26 06:05:52 +00:00
bzbarsky%mit.edu 1cb3693088 Add a utility method for finding the containing block to nsHTMLReflowState, and
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent.  Bug 263374, r+sr=dbaron
2004-11-25 02:43:28 +00:00
bryner%brianryner.com 29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
dbaron%dbaron.org 4b47c345dd Make page up and page down leave at most two lines in common between pages. b=175380 r+sr=roc 2004-11-24 22:05:36 +00:00
neil%parkwaycc.co.uk a45fb5a046 Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc 2004-11-24 00:19:21 +00:00