Commit Graph

11668 Commits

Author SHA1 Message Date
dbaron%dbaron.org
405d600298 When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc 2007-03-20 00:58:20 +00:00
gavin%gavinsharp.com
5ec080614d Bug 373589: fix crash [@ nsPresContext::DefaultLinkColor] trying to get link color for <body> that has been removed from the document, which was a regression from the patch for bug 372971, patch by Taras Glek <tglek@mozilla.com>, r+sr=roc 2007-03-20 00:21:29 +00:00
tor%cs.brown.edu
334a738e0c Bug 373634 - adding a viewBox attribute to outer SVG not working.
r=jwatt, sr=roc
2007-03-19 15:12:26 +00:00
peterv%propagandism.org
e5d3f5db52 Fix for bug 373035 (Make content/dom code get nsDOMClassInfo without going through nsIDOMScriptObjectFactory). r/sr=jst. 2007-03-19 09:19:16 +00:00
peterv%propagandism.org
1d3cbe3dc2 Fix for bug 373417 (slots->mControllers only exist for XUL nodes). Patch by sicking, r/sr=peterv. 2007-03-18 18:16:33 +00:00
mats.palmgren%bredband.net
1af15d8682 Implement DOM clientLeft and clientTop. b=111207 r+sr=roc 2007-03-15 23:05:13 +00:00
mats.palmgren%bredband.net
df5e2413a1 Fix DOM client/scroll/offsetWidth regression for tables. b=372365 r+sr=roc 2007-03-15 20:43:02 +00:00
roc+%cs.cmu.edu
81867edd87 Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi 2007-03-14 01:52:07 +00:00
roc+%cs.cmu.edu
314f2ab5fd Bug 336682. Fix online/offline events to target and bubble propertly, and so that <body ononline= onoffline=> works. Patch by Chris Double, r+sr=jst,r=dbaron 2007-03-14 01:42:42 +00:00
jwatt%jwatt.org
1ab8a9f349 Fixing bug 373687. Reduce the potential for misunderstanding nsEventDispatcher::Dispatch. r=olli.pettay@gmail.com 2007-03-12 20:28:38 +00:00
asqueella%gmail.com
2e26a572cc decomtaminate nsIXULPrototypeCache (bug 364329)
r=smaug, sr=roc
2007-03-12 05:53:33 +00:00
Olli.Pettay%helsinki.fi
6cdd22b723 Bug 368773, Cycle collect nsXBLResourceLoader::mBoundElements, r+sr=peterv 2007-03-11 11:56:09 +00:00
jruderman%hmc.edu
856b7c03be Bug 373464, Shutdown crash [@ nsContentUtils::DropScriptObject]. r+sr=peterv. 2007-03-11 10:46:06 +00:00
tor%cs.brown.edu
eaeda066b9 Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
2007-03-10 13:49:43 +00:00
jonas%sicking.cc
4189274b26 back out unintended parts 2007-03-10 03:25:48 +00:00
jonas%sicking.cc
989b3a3171 Bug 371846: Kill unneccesary ownership management code in nsBindingManager::SetAnonymousNodesFor. r=smaug sr=jst 2007-03-10 03:25:47 +00:00
dbaron%dbaron.org
b61792905e Add include to fix bustage. 2007-03-10 00:12:56 +00:00
bzbarsky%mit.edu
098348b001 Relanding bug 267833. Let's see what Txul does now. Still r+sr=sicking 2007-03-09 23:43:50 +00:00
dbaron%dbaron.org
e19b9e8e92 Add debugging code to cycle collector to give information about objects it has been told ought to be freed. b=372766 r=graydon sr=peterv 2007-03-09 23:00:14 +00:00
tor%cs.brown.edu
0307c2f9f6 Bug 369528 - SVG code not handing surface endianness properly. r+sr=roc 2007-03-09 20:27:01 +00:00
gavin%gavinsharp.com
d7651009f5 Bug 372971: macro expansion for nsHTMLBodyElement, patch by Taras Glek <tglek@mozilla.com>, r+sr=roc 2007-03-09 19:34:30 +00:00
tor%cs.brown.edu
72f5c788dc Bug 353172 - remove nsSVGCoordCtxProvider.
Patch by malex@cs.utexas.edu and tor, r=jwatt+roc, sr=roc
2007-03-09 16:27:01 +00:00
peterv%propagandism.org
a267e57680 Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron. 2007-03-09 13:14:06 +00:00
peterv%propagandism.org
12f2917956 Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst. 2007-03-08 11:17:16 +00:00
peterv%propagandism.org
0726e9a05c Fix for bug 372697 (nsBindingManager::GetXBLChildNodesInternal sometimes leaks). r/sr=dbaron. 2007-03-08 10:22:54 +00:00
Olli.Pettay%helsinki.fi
baadb13165 Bug 372797, Convert ScrollFrameIntoView users to use ScrollContentIntoView, r+sr=roc 2007-03-07 19:08:36 +00:00
bzbarsky%mit.edu
372e1553c0 Back out bug 267833 to test performance effect. 2007-03-06 21:12:49 +00:00
bzbarsky%mit.edu
448ba1fa30 Fire XBL constructors asynchronously after binding attachment, unless we're in
the middle of an update.  In that case, fire them at the end of the update.
Bug 267833, r+sr=sicking, fingers-crossed=me
2007-03-06 19:36:36 +00:00
Olli.Pettay%helsinki.fi
4e0ebc823d Bug 372665 ��� Crash [@ PresShell::ScrollFrameIntoView] when focusing br during pageload. (Adding ScrollContentIntoView), r+sr=roc 2007-03-06 09:53:56 +00:00
peterv%propagandism.org
3d6360dc54 Fix for bug 370265 (nsDOMScriptObjectHolder/NS_DropScriptObject tries to get service while shutting down). r/sr=jst. 2007-03-02 13:34:14 +00:00
bzbarsky%mit.edu
4407b113f5 Add testcase for bug 232004 2007-03-02 07:39:53 +00:00
Olli.Pettay%helsinki.fi
aa30bce2f2 Bug 339470, [@ nsIMEStateManager::IsActive], p=masayuki@d-toybox.com, r+sr=roc 2007-03-02 07:30:45 +00:00
jonas%sicking.cc
eec9d72d87 Tests for bug 371576. r/sr=bz 2007-03-01 23:40:25 +00:00
bzbarsky%mit.edu
db77bdbfb8 Fix assert to reflect new reality. Bug 372086 followup, r+sr=sicking 2007-03-01 20:48:26 +00:00
Olli.Pettay%helsinki.fi
d9e209b096 Bug 372046, r+sr=tor 2007-03-01 09:25:25 +00:00
jonas%sicking.cc
25f98dc2f4 Bug 371576: Execute scripts syncronously when inserted in the tree whenever possible. r/sr=bz 2007-03-01 08:11:40 +00:00
bzbarsky%mit.edu
498f885e86 If one endpoint of a range is in anonymous content for a given bindingParent,
the other one must be too from now on.  Incidentally improves performance on
pages with lots of textfields.  Bug 372086, r+sr=sicking
2007-02-28 22:19:20 +00:00
pavlov%pavlov.net
f0acef1585 fixing build bustage 2007-02-28 21:29:53 +00:00
tor%cs.brown.edu
cc98317542 Bug 370210 - SVG onload attribute broken since incremental XML landing.
r=hsivonen, sr=sicking
2007-02-28 17:28:17 +00:00
philringnalda%gmail.com
fac15b5568 Bug 265300: Check for subject in email form submission should be case-insensitive, r+sr=bz 2007-02-28 04:57:13 +00:00
bzbarsky%mit.edu
7bf5f8b7a1 Make the display frame resize correctly when the <select>'s width changes. Bug
370422, r+sr=dbaron
2007-02-28 03:04:38 +00:00
gavin%gavinsharp.com
3607fbc7c3 Unit test for bug 366770, r=bzbarsky 2007-02-27 19:46:20 +00:00
jonas%sicking.cc
a9c9356be8 Bug 371083: Second installment in our exiting series 'deCOMtaminate the XBL code'. r/sr=jst 2007-02-27 00:14:01 +00:00
martijn.martijn%gmail.com
27c63ebcaa Should have used tabs, instead of spaces for the Makefile.in, this fixes it (bug 330705) 2007-02-24 23:14:46 +00:00
gavin%gavinsharp.com
d775fdca9c Revert accidental checkin 2007-02-24 16:28:52 +00:00
gavin%gavinsharp.com
1b5b5028bf Bug 366770: use the first binding in the file if no fragment identifier is present in a binding's URI, r+sr=bzbarsky 2007-02-24 16:27:51 +00:00
bzbarsky%mit.edu
4399582a20 Remove vestiges of prototype binding refcounting. Bug 371417, r+sr=sicking 2007-02-24 05:34:07 +00:00
sharparrow1%yahoo.com
4862938c93 Bug 370379: Create views less frequently. Stops creating views for -moz-hidden-unscrollable, opacity, fixed backgrounds, and scrollbars, plus removes some unneeded methods from views and view managers. r+sr=roc. 2007-02-24 00:23:42 +00:00
Olli.Pettay%helsinki.fi
a1dac496b8 Bug 369249, r+sr=tor 2007-02-22 23:27:53 +00:00
Olli.Pettay%helsinki.fi
fcece1359a Bug 336994, r+sr=tor 2007-02-22 20:13:12 +00:00