Commit Graph

12568 Commits

Author SHA1 Message Date
roc+@cs.cmu.edu
6fa17badf2 Backing out bug 412237 due to regression test failure 2008-01-29 16:40:59 -08:00
roc+@cs.cmu.edu
359ee889ac Bug 412237. Don't parse negative fontsize attributes in MathML elements. r+sr=dbaron 2008-01-29 15:35:26 -08:00
peterv@propagandism.org
8affa46361 Try to fix orange 2008-01-29 13:42:05 -08:00
peterv@propagandism.org
55896575d9 Fix for bug 407034 (JS_Assert "!rt->gcRunning" unbinding link elements in cycle collector with JS protocol handlers), r/sr=dbaron. 2008-01-29 12:48:32 -08:00
reed@reedloden.com
a755849e73 Bug 391002 - "broadcaster/command element failed to re-forward all attributes to the target element" [p=arenevier@fdn.fr (arno.) r=Neil sr=jst a1.9=damons] 2008-01-29 07:12:34 -08:00
bent.mozilla@gmail.com
bd0edda8b3 Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r+sr=sicking, a=blocking1.9. 2008-01-28 22:15:25 -08:00
bzbarsky@mit.edu
6ea80e5213 Fix bug 406900 by doing a better job of unbinding XBL default content. r=smaug, sr=sicking 2008-01-28 15:34:28 -08:00
mozilla@weilbacher.org
d0cb8b7ca7 Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner 2008-01-28 15:07:34 -08:00
roc+@cs.cmu.edu
c5de567085 Bug 414190. getBoundingClientRect and getClientRects need special treatment of tables. r+sr=mats 2008-01-28 09:42:52 -08:00
bzbarsky@mit.edu
ba41ce0030 Adding crashtests. 2008-01-27 21:35:46 -08:00
bzbarsky@mit.edu
b21e31e94d Fix bug 342954 by making sure to update our insertion point data when removing nodes from the DOM. r=smaug, sr=sicking 2008-01-27 21:31:20 -08:00
bzbarsky@mit.edu
48ce72cd1f Put the script in a <script>! 2008-01-27 13:10:30 -08:00
bzbarsky@mit.edu
8fec5d3b86 Need this change too. 2008-01-27 13:04:25 -08:00
bzbarsky@mit.edu
920b7a7995 Fix the test: off-domain subframes can no longer change the location of a non-toplevel parent frame, with the checkin for bug 408052. 2008-01-27 13:00:13 -08:00
longsonr@gmail.com
53278fef55 Bug 414188 - Divide by zero with degenerate tile reference. r+sr=tor,a1.9=mtschrep 2008-01-27 11:03:12 -08:00
roc+@cs.cmu.edu
cf11c1a40c Bug 410860. Get the prescontext before 'frame' is set to null. r+sr=mats, a=schrep 2008-01-26 14:45:41 -08:00
vladimir@pobox.com
6fad05921d Dummy checkin to kick qm-win2k3-01 2008-01-25 20:56:31 -08:00
vladimir@pobox.com
8be02bf49d more test fun 2008-01-25 19:45:33 -08:00
jst@mozilla.org
275f61abc4 Fixing bug 397791. Prevent document principals from ever changing, and make us not use XOWs for same origin document objects. r=jonas@sickin.cc, sr=bzbarsky@mit.edu 2008-01-25 13:49:11 -08:00
jwatt@jwatt.org
d04c42a339 Fixing bug 412104. Crash with percentage stroke-width and XBL [@ nsSVGSVGElement::GetLength]. r+sr=tor@acm.org, a1.9=beltzner@mozilla.com 2008-01-25 12:51:13 -08:00
benjamin@smedbergs.us
adac3963d9 Bug 412320 - Try code-generation for QI impls, r=roc+luser 2008-01-25 09:14:48 -08:00
longsonr@gmail.com
6f1c99d174 Bug 411555 - Text inside filter causing invalidation loop. r=jwat,sr=tor,a1.9=blocking1.9+ 2008-01-25 01:27:03 -08:00
reed@reedloden.com
1ca961cdad Bug 289394 - "Double.cpp causes unaligned accesses" [p=davidm@hpl.hp.com (David Mosberger) / eric@debian.org (Eric Dorland) / mh+mozilla@glandium.org (Mike Hommey) r+sr=sicking sr=bryner a1.9=beltzner] 2008-01-25 00:02:04 -08:00
sayrer@gmail.com
495f5b15c8 Backing out Bug 383939. All RDF datasources must implement cycle collection to avoid leaking. 2008-01-23 14:07:47 -08:00
sayrer@gmail.com
fd802e3e91 Bug 383939. All RDF datasources must implement cycle collection to avoid leaking. r/sr=bsmedberg 2008-01-23 12:52:57 -08:00
bzbarsky@mit.edu
622011c589 When showing a document viewer, don't start layout on the documnt unless it's already had layout started once. Otherwise, just wait for the sink, or whoever is responsible for it, to start layout once they're ready. Bug 404470, r+sr=jst 2008-01-20 10:02:02 -08:00
peterv@propagandism.org
d07d2dea7c Part of fix for bug 412491 (function objects cloned by XPConnect still keep hidden window alive late into shutdown). r/sr=sicking. 2008-01-20 08:56:39 -08:00
peterv@propagandism.org
688cb6d061 Fix for bug 390278 (Shift+tab no longer navigates out of MIDAS area). r/sr=jst. 2008-01-20 08:53:08 -08:00
vladimir@pobox.com
9dbd7abfed b=413026, disable 4 operator tests on Mac due to differences in Quartz implementation 2008-01-18 14:54:21 -08:00
vladimir@pobox.com
2319dd823c b=406036, canvas cleanup, r=stuart 2008-01-18 13:53:28 -08:00
jwalden@mit.edu
8d1b1d2a9c Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep 2008-01-18 10:39:49 -08:00
Olli.Pettay@helsinki.fi
4cbcd550cf Bug 408720, trying to reduce MH/tpbytes, patch 3, r+sr=sicking 2008-01-18 05:24:57 -08:00
dcamp@mozilla.com
ceb97859bb Bug 402272: Replace <link rel="offline-resource"> with manifests, and navigator.offlineResources/pendingOfflineLoads with window.applicationCache. p=dcamp/Honza Bombas, r=biesi, r+sr=jst, blocking1.9=jst 2008-01-16 13:54:33 -08:00
reed@reedloden.com
f30300a09c Bug 412239 - "Warnings in nsSVGPathElement.cpp" [p=andrey@esin.name (Esin Andrey) (via Timur Timirkhanov) r+sr=tor a1.9=schrep] 2008-01-15 18:01:05 -08:00
reed@reedloden.com
316fe609cf Bug 369722 - "prdtoa.c jsnum.h txDouble.h not required IEEE_ARM define on Codesourcery EABI gcc3.4.4 compiler" (FPU_IS_ARM_FPA define for XSLT content txDouble.h) [p=romaxa@gmail.com (romaxa) r+sr=sicking a1.9=schrep] 2008-01-15 17:30:16 -08:00
benjamin@smedbergs.us
b3e87aa63b Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep 2008-01-15 07:50:57 -08:00
jruderman@hmc.edu
eaa7f784b2 Add my first mochitest! 2008-01-14 20:11:17 -08:00
reed@reedloden.com
dbcffee172 Disable part of a test from bug 408231 that seems to fail on Linux, at least. 2008-01-14 02:13:22 -08:00
reed@reedloden.com
385a526e90 Bug 408231 - "queryCommandEnabled( "formatblock" ) throws NS_ERROR_NOT_IMPLEMENTED" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=peterv a=blocking1.9+] 2008-01-14 01:26:22 -08:00
dwitte@stanford.edu
3f33f45d2a thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+ 2008-01-11 20:30:42 -08:00
dwitte@stanford.edu
8d74b831d4 partial backout in an attempt to fix orange. 2008-01-11 02:08:58 -08:00
dwitte@stanford.edu
cc924d2d23 relanding bug 410250. 2008-01-11 01:13:04 -08:00
dwitte@stanford.edu
f300515e36 backing out to fix orange. 2008-01-10 20:59:44 -08:00
dwitte@stanford.edu
09217db711 thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+ 2008-01-10 19:56:00 -08:00
enndeakin@sympatico.ca
0f41aacd0b Bug 393451, getBoundingClientRect coordinates not correct for popups, r+sr=roc,a=schrep 2008-01-10 07:48:26 -08:00
longsonr@gmail.com
478cfc1963 Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement correct checkin. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:57:34 -08:00
longsonr@gmail.com
ef85d7de6b Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement correct checkin. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:38:18 -08:00
longsonr@gmail.com
0f8dd66931 Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:26:25 -08:00
martijn.martijn@gmail.com
b8083290f1 Mochitest for bug 332246, r=roc 2008-01-09 11:04:26 -08:00
roc+@cs.cmu.edu
b4ba0f20f7 Attempting to fix windows bustage 2008-01-09 02:43:57 -08:00