Robert O'Callahan
842b3fea92
Backing out bug 118704 to try to fix Windows leak orange
2008-08-16 23:27:40 +12:00
Robert O'Callahan
34de2392a2
Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst
2008-08-16 21:01:52 +12:00
Peter Van der Beken
964a3c81a4
Fix for bug 427060 (Get Error during XSLT transformation: Waiting for ...). r/sr=sicking.
2008-08-04 16:02:33 +02:00
Robert O'Callahan
7454ea4889
Bug 438519. Make DocumentType.internalSbuset return null when there was no internal subset in the doctype at all. r+sr=sicking. Acid3 progress.
2008-06-14 20:24:13 +12:00
jst@mozilla.org
4b69a276d4
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
2008-04-17 15:30:51 -07:00
jonas@sicking.cc
5fcdbd4297
Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes
2008-03-25 19:46:08 -07:00
reed@reedloden.com
72ad926e19
Bug 422850 - "txCompileObserver::startLoad doesn't pass correct object to asyncOpen ("listener" is unused)" [p=sciguyryan@gmail.com (Ryan Jones) r+sr=sicking a1.9=beltzner]
2008-03-18 12:42:31 -07:00
jonas@sicking.cc
28ea51311b
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
2008-02-26 19:45:29 -08:00
myk@mozilla.org
7aff03fc46
backing out fix for bug 416534 as potential cause of mochitest failure
2008-02-26 19:23:36 -08:00
jonas@sicking.cc
42bbc8327e
Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv
2008-02-26 18:17:49 -08:00
peterv@propagandism.org
7d3b4e6ffe
Fix for bug 355068 (XSLTProcessor.transformToFragment seems to use only output method "text"). r/sr=sicking, a=beltzner.
2008-02-23 08:03:29 -08:00
dougt@meer.net
78870c60db
xslt doesn't build on Windows Mobile. r=jonas, a=beltzner
2008-02-20 14:44:23 -08:00
peterv@propagandism.org
a29a32dc4f
Fix for bug 417941 (regexp:match function use gives error). r/sr=sicking.
2008-02-17 09:21:23 -08:00
reed@reedloden.com
4c4140bd62
Bug 398433 - "PRBool misuse bugs in content/" [p=tglek@mozilla.com (Taras Glek) r+sr=sicking a1.9=schrep a=blocking1.9+]
2008-02-09 22:16:30 -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
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
reed@reedloden.com
cb5f79bc8b
Bug 352822 - "apps since MOZILLA_1_8_BRANCH don't build anymore on FreeBSD" (make some floating point exceptions static in txDouble.h) [p=jay@imagine27.com (Justin Grant) r+sr=sicking a1.9=schrep]
2008-01-07 14:21:21 -08:00
dwitte@stanford.edu
5515bdbb3f
bustage fix.
2008-01-03 16:17:52 -08:00
dwitte@stanford.edu
84e6172062
update copy_string() to the single-fragment string world, and optimize write() to not return a value. b=282083, r+sr=jst, a=schrep
2008-01-03 16:07:06 -08:00
jruderman@hmc.edu
bfd06678f7
Add crashtest for a leak bug
2007-12-23 18:12:28 -08:00
Olli.Pettay@helsinki.fi
7b08ddd398
Bug 403168, r=jonas, sr=jst, a=blocking1.9
2007-12-12 00:33:32 -08:00
reed@reedloden.com
148f6eb716
Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons]
2007-11-30 22:45:49 -08:00
reed@reedloden.com
367f8cc562
Backing out patches for bugs 405069 and 346079 to track down perf regression.
2007-11-30 18:23:27 -08:00
reed@reedloden.com
9d3efadb31
Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons]
2007-11-30 12:06:18 -08:00
peterv@propagandism.org
46a137c59e
Fix for bug 406106 (Large leak with XSLTProcessor.setParameter). r/sr/a=sicking.
2007-11-30 11:10:03 -08:00
jst@mozilla.org
e128eafec0
Landing fix for regression bug 402422. XPathResult crashes when holding nodeset and accessing stringValue/numberValue/booleanValue. Patch by peterv@propagandism.org, r+sr=jst@mozilla.org. Landing this one w/o direct approval to get it in for the upcoming nightlies.
2007-11-05 00:06:48 -08:00
jst@mozilla.org
b88da84047
Landing fix for bug 402208. XPathResult holding attribute node causes cycle collector fault. Patch by peterv@propagandism.org, r+sr=jonas@sicking.cc, a=drivers.
2007-11-02 17:01:04 -07:00
jonas@sicking.cc
4c1a3910ac
bug 394390: Don't report bogus warnings to the error console when using cross-site xmlhttprequest. Patch by Surya Ismail <suryaismail@gmail.com>, r/sr=sicking
2007-10-26 18:46:09 -07:00
jonas@sicking.cc
ff69e2423c
Bug 395689: Stop leaks of xslt patterns. Patch by peterv. r/sr/a=me
2007-10-03 13:17:51 -07:00
jonas@sicking.cc
d4162f77bd
Bug 284225: Use right security context for xslt. r/sr=peterv
2007-09-27 15:05:07 -07:00
peterv@propagandism.org
1b4bf9b18a
Fix for bug 397386 (Large leak on grono.net front page), part 2. r/sr=sicking, a=dsicore.
2007-09-27 09:39:13 -07:00
sayrer@gmail.com
f1194c9bde
Bug 397386. Large leak on grono.net front page. r/sr=peterv, a=dsicore
2007-09-26 11:20:24 -07:00
jonas@sicking.cc
b2474c2c9e
Bug 393329: Clean up destructors in xslt code. Patch by peterv. r/sr/a=sicking
2007-09-05 21:02:40 -07:00
peterv@propagandism.org
08658466bf
Fix for bug 393329 (numerous xslt leaks visiting http://www.metacafe.com ). r/sr/a=sicking.
2007-09-01 10:47:39 -07:00
Olli.Pettay@helsinki.fi
8e790e42d0
Bug 319374, XPath should ignore changes to anonymous content, r+sr=sicking, a=1.9+
2007-08-19 22:53:02 -07:00
bzbarsky@mit.edu
bd826c03d9
Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal and a uri. Get the URI from the principal. Bug 391438, r+sr+a=sicking
2007-08-09 22:35:08 -07:00
bzbarsky@mit.edu
16e6040261
Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking
2007-08-07 18:16:09 -07:00
jonas@sicking.cc
1d3132db39
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
2007-07-26 15:20:29 -07:00
asqueella@gmail.com
48d17203d7
Bug 342487 - XSLT should use CheckLoadURIWithPrincipal
...
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=jonas
2007-07-17 14:15:49 -07:00
bzbarsky@mit.edu
4d53ccf996
Make attribute changes that also cause a state change properly reresolve style
...
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 13:05:45 -07:00
neil@parkwaycc.co.uk
10de8387c8
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
...
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 01:46:44 -07:00
jwalden@mit.edu
6d7584839a
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
peterv@propagandism.org
8a3b9f45fa
Fix for bug 384440 (txHandlerTable leaks). r/sr=sicking.
2007-06-14 09:54:34 -07:00
jonas@sicking.cc
e8b9b78604
Bug 366417: Set up scriptloader in the nsDocument ctor to ensure that the blocker-count stays in sync with the notification depth. r/sr=bz
2007-05-30 13:43:41 -07:00
bent.mozilla@gmail.com
20b6443053
Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions.
2007-05-23 13:08:44 -07:00
bugzilla@standard8.demon.co.uk
6b0092f0a1
Part of bug 366673 Remove remaining contents.rdf from Suiterunner (stop using installed-chrome.txt) - content/xslt/tests/buster/jar.mn fix. r/sr=sicking
2007-05-12 03:45:43 -07:00
bzbarsky@mit.edu
2dac207d0b
Store the charset we had when we were written into when document.open()happens. Then restore that as the document charset when loading from a wyciwygchannel, instead of just claiming to be UTF-16. Bug 255820, r+sr=jst
2007-05-08 19:47:58 -07:00
benjamin@smedbergs.us
baab01ada6
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 07:21:53 -07:00
bzbarsky@mit.edu
75d0ec2b2f
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
2007-04-20 15:59:18 -07:00
dbaron@dbaron.org
ea80210b60
Remove GetKey callbacks from nsDoubleHashtable users. b=374906 r=bsmedberg
2007-03-27 08:34:14 -07: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
25f98dc2f4
Bug 371576: Execute scripts syncronously when inserted in the tree whenever possible. r/sr=bz
2007-03-01 08:11:40 +00:00
Olli.Pettay%helsinki.fi
d56070112f
Bug 369753, remove nsIXMLContent, r+sr=bz
2007-02-09 00:15:14 +00:00
jonas%sicking.cc
a9f34ee020
Bug 18333: Make the XML content sink incremental. Patch by Henri Sivonen<hsivonen@iki.fi>. r=peterv sr=sicking
2007-01-30 21:21:06 +00:00
peterv%propagandism.org
9ce9daa00c
Part 2 of the fix for bug 306539 (Error during XSLT transformation: (null)). r/sr=sicking.
2007-01-11 13:48:57 +00:00
peterv%propagandism.org
7c04359c8a
Fix for bug 366029 (xsl:copy doesn't instantiate its content as a template for children). r/sr=sicking.
2007-01-10 12:41:55 +00:00
peterv%propagandism.org
f804bb9f0b
Fix for bug 365597 (Crash [@ nsINodeInfo::NodeInfoManager]). r/sr=sicking.
2007-01-03 13:36:18 +00:00
peterv%propagandism.org
d77d24a317
Fix for bug 364037 (xsl:copy-of a xsl:variable which contains a node crashes mozilla). r/sr=sicking.
2006-12-27 14:24:21 +00:00
peterv%propagandism.org
95e8a90330
First part of fix for bug 306539 (Error during XSLT transformation: (null)). r/sr=sicking.
2006-12-22 17:22:18 +00:00
peterv%propagandism.org
bfea7b0e6d
Fix for bug 363656 (regexp:match returns results out of order). r/sr=sicking.
2006-12-22 16:15:15 +00:00
cvshook%sicking.cc
fdbc5c3110
Fix long lines in previous patch. b=363789
2006-12-22 00:58:00 +00:00
cvshook%sicking.cc
81714af5ae
Implement more exslt functions. r/sr=peterv
2006-12-22 00:19:34 +00:00
cvshook%sicking.cc
f915754ac6
fix bustage for optimized builds
2006-12-12 22:05:47 +00:00
cvshook%sicking.cc
2d6de8b4cb
Bug 210528: Fix ownership models of some functioncalls in the XPath code and replace some txLists with owning nsTArrays. r/sr=peterv
2006-12-12 21:20:15 +00:00
cvshook%sicking.cc
9e27a011d2
Bug 363242: Make txExpandedNameMap typesafe. r/sr=peterv
2006-12-12 01:59:30 +00:00
gerv%gerv.net
caae487a24
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
peterv%propagandism.org
6b694f2c6e
Fix part of bug 226124 (Cleanup transformiix walkers). r/sr=sicking.
2006-12-05 15:59:04 +00:00
peterv%propagandism.org
a72a520a88
Fix for bug 354886 (implement EXSLT - Regular Expressions module). r/sr=sicking.
2006-12-04 15:11:40 +00:00
cvshook%sicking.cc
f59b2ad453
Bug 361442: Evaluate context independent expressions at optimize time. r/sr=peterv
2006-12-02 00:01:45 +00:00
cvshook%sicking.cc
ab497a1b31
properly initialize the result recycler when evaluating xslt PI params. r/sr=peterv b=362297 a=stuart
2006-11-30 19:33:29 +00:00
cvshook%sicking.cc
ae755dbd4d
Bug 361399: txXPathOptimizer::optimizePath is horked. r/sr=peterv
2006-11-21 22:48:21 +00:00
benjamin%smedbergs.us
122614bb23
Bug 349002, try #2 - Refactor xptcall into a frozen API, r=timeless - with OS/2 fixup by Peter Weilbacher
2006-11-20 17:03:38 +00:00
peterv%propagandism.org
5f834d6c84
Try to fix bustage, it's all sicking's fault\!
2006-11-16 22:40:34 +00:00
peterv%propagandism.org
29f6eab17a
Fix for bug 193678 (support exslt:common - exslt:common functions implementation). r/sr=sicking.
2006-11-16 21:42:25 +00:00
benjamin%smedbergs.us
62c212952b
Backout xptcall because linux tboxes are stupid, I think.
2006-11-16 20:17:24 +00:00
benjamin%smedbergs.us
f618238f02
Bug 349002 - Refactor xptcall into a frozen API, r=timeless. Includes OS/2 fixup by Peter Weilbacher
2006-11-16 18:29:33 +00:00
peterv%propagandism.org
d9a9f1a614
Try to fix ports bustage.
2006-11-15 01:38:31 +00:00
peterv%propagandism.org
3a07404f49
Try to uninline constructor and destructor again to reduce codesize increase.
2006-11-15 00:31:52 +00:00
peterv%propagandism.org
98f37d67cb
Part of the fix for bug 193678 (support exslt:common - allow txXPathNode to hold a strong ref to its root). r/sr=sicking.
2006-11-14 23:23:20 +00:00
peterv%propagandism.org
e93045c482
Additional fix for bug 352601 (XSLT forwards compatible processing enabled when it shouldn't). rs=sicking.
2006-11-11 00:49:10 +00:00
cvshook%sicking.cc
227e152298
Fix inconsistencies in colon at end of macro. rs=peterv. No bug
2006-11-10 23:29:55 +00:00
cvshook%sicking.cc
9685ef5f0f
fix bustage
2006-11-10 22:33:56 +00:00
cvshook%sicking.cc
bb6e355a90
fix bustage
2006-11-10 21:47:13 +00:00
cvshook%sicking.cc
3b5bce9809
fix bustage
2006-11-10 20:52:59 +00:00
cvshook%sicking.cc
da07fc2622
Bug 357345: Add more optimizations to the XPath optimizer. r/sr=peterv
2006-11-10 20:44:08 +00:00
cvshook%sicking.cc
1db17877e6
Bug 357345: Add more optimizations to the XPath optimizer. r/sr=peterv
2006-11-10 20:31:59 +00:00
gavin%gavinsharp.com
2cb00ac91c
Bug 333704: fix leak of key in txNodeSorter::addSortElement, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=sicking
2006-11-06 14:54:01 +00:00
cvshook%sicking.cc
17ded5692c
Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz
2006-11-04 05:45:02 +00:00
cvshook%sicking.cc
f5194fd473
Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst
2006-11-03 21:51:01 +00:00
cvshook%sicking.cc
b31519be79
Bug 355754: Add nsTPtrArray. r=darin sr=bz
2006-10-17 21:40:07 +00:00
cvshook%sicking.cc
0aa00ad601
backout of previous patch due to redness and warnings
2006-10-12 19:08:45 +00:00
cvshook%sicking.cc
f16f92f4ff
Bug 355754: Add nsTPtrArray and nsTConstPtrArray. r=darin/bz sr=bz
2006-10-12 18:35:12 +00:00
peterv%propagandism.org
2b90252854
Fix for bug 355246 (Crash loading testcase from bug 197956). r/sr=sicking.
2006-10-03 18:17:59 +00:00
cvshook%sicking.cc
38126837d0
Bug 221335: Speed up output by using internal methods and interfaces rather than nsIDOMNode and friends. r/sr=peterv
2006-10-03 02:22:22 +00:00
cvshook%sicking.cc
6db0c7b78b
Bug 354405: Merge mContent and mDocument into mNode
2006-10-02 21:50:44 +00:00
cvshook%sicking.cc
e6876c667f
Bug 333098: Support XPath and XSLT on orphaned subtrees
2006-09-26 00:04:14 +00:00
peterv%propagandism.org
b45899b2c6
Fix for bug 352601 (XSLT forwards compatible processing enabled when it shouldn't). r/sr=sicking.
2006-09-22 13:39:46 +00:00
cvshook%sicking.cc
75e13e1fcc
Bug 352583: Unregress XSLT from previous checkin. r/sr=jst
2006-09-18 19:07:34 +00:00
cvshook%sicking.cc
9241f85443
Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst
2006-09-15 19:54:45 +00:00
cvshook%sicking.cc
e8b54971af
Bug 351886: Fix missing return. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r/sr=sicking
2006-09-09 01:15:13 +00:00
cvshook%sicking.cc
31700bfd9f
Bug 324092: Allow XSLT output handlers to fail. r/sr=peterv
2006-09-08 21:09:43 +00:00
benjamin%smedbergs.us
4b74339c6f
Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento
2006-08-29 16:53:40 +00:00
bzbarsky%mit.edu
3514212c00
Allow nsIExpatSink implementations to control whether the expat driver logs
...
parse errors to the console. Bug 342164, patch by Alex Vincent
<ajvincent@gmail.com>, r+sr=bzbarsky
2006-08-25 16:34:57 +00:00
peterv%propagandism.org
fca984250c
Fix for bug 348511. r/sr=bz.
2006-08-13 20:10:03 +00:00
peterv%propagandism.org
4c92309d5d
Fix small regression from the fix for bug 346362 (document.evaluate(.., contextNode, ...) should raise an exception if document != contextNode.ownerDocument), properly deal with a document as contextNode. r/sr=bz.
2006-08-13 18:32:53 +00:00
peterv%propagandism.org
8dd8a497fd
Fix for bug 346362 (document.evaluate(.., contextNode, ...) should raise an exception if document != contextNode.ownerDocument). r/sr=sicking.
2006-08-10 13:05:05 +00:00
cvshook%sicking.cc
3a9a287253
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
2006-07-19 04:36:36 +00:00
peterv%propagandism.org
37844fba4b
Fix for bug 344362 (xsl:output omit-xml-declaration="no" does not create an XML declaration). r/sr=sicking.
2006-07-18 11:44:31 +00:00
peterv%propagandism.org
a9c63c4a75
Fix for bug 278981 (Extension mechanism for XPath extension functions). r=sicking, sr=jst.
2006-07-13 14:21:53 +00:00
aaronr%us.ibm.com
0560c3e1af
move nsIXFormsUtilityService interface into core for accessibility to use. Bug 342638, patch by surkov, r=aaronr, sr=sicking
2006-07-10 22:02:08 +00:00
cvshook%sicking.cc
18d1b545da
Fix the reviewcomments from bug 342274, r/sr=peterv
2006-07-07 05:50:20 +00:00
cvshook%sicking.cc
d6fc93d5fd
Bug 342274: Add ability to turn off loading of external documents during xslt transformation. r/sr=peterv (parts by myk, r/sr=me)
2006-07-06 00:33:24 +00:00
cvshook%sicking.cc
2c39937d84
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
2006-07-02 07:23:10 +00:00
dveditz%cruzio.com
506140bd0c
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
...
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
peterv%propagandism.org
090f2dd5c1
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
2006-06-15 20:30:44 +00:00
timeless%mozdev.org
a768026fc9
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
allan%beaufour.dk
3a0e3e1a34
[XForms] index() with no repeat should return NaN. Bug 334018, r=me, sr=sicking
2006-05-29 08:41:16 +00:00
Olli.Pettay%helsinki.fi
16f8ab1561
And still one fix
2006-05-19 11:19:27 +00:00
cvshook%sicking.cc
017d0269ea
Bug 194387: Support parameter-passing in PI XSLT transformations. r/sr=peterv
2006-05-19 10:29:43 +00:00
allan%beaufour.dk
ce51575265
instance() function should return empty nodeset on invalid instances. Bug 338263, r=aaronr, sr=sicking
2006-05-19 10:04:40 +00:00
allan%beaufour.dk
fc81acfba7
Ooops, failed to notice the giant "tree is closed" message :(
2006-05-18 08:11:02 +00:00
allan%beaufour.dk
b4e129b0e9
[XForms] instance() function should return empty nodeset on invalid instances. Bug 338263, r=aaronr, sr=sicking
2006-05-18 08:06:20 +00:00
timeless%mozdev.org
32befa7f28
Bug 336964 Useless null check of aUri in txMozillaXSLTProcessor::LoadStyleSheet
...
r=sicking sr=bz
2006-05-11 13:23:06 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
peterv%propagandism.org
a367cb9457
Fix for bug 334179 (XSLT document() function doesn't follow HTTP 301 / 302 responses). r=sicking, sr=bz.
2006-05-05 11:48:07 +00:00
cvshook%sicking.cc
d3ec0aa5c5
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
0c3706888c
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
mrbkap%gmail.com
cb7556d544
Fix initialization ordering warnings. No bug, r+sr=sicking
2006-04-15 09:56:49 +00:00
cvshook%sicking.cc
7a388e48eb
Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron
2006-04-13 04:07:12 +00:00
cvshook%sicking.cc
1d0aa9fc89
Attempt to fix build bustage.
2006-04-06 06:38:52 +00:00
cvshook%sicking.cc
646734e578
Bug 324775. Merge some classes to reduce binary and source size. r/sr=peterv
2006-04-06 06:12:25 +00:00
peterv%propagandism.org
4097bffad2
Fix for bug 208172 (Implement optimizable XPath - evaluateToX infrastructure). r=sicking, sr=jst.
2006-04-01 02:12:15 +00:00
cvshook%sicking.cc
1b3207b1d5
Relanding patches that (hopefully) don't affect Tdhtml
2006-03-24 00:09:50 +00:00
cvshook%sicking.cc
e26140ab7d
Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364.
2006-03-23 08:21:21 +00:00
bryner%brianryner.com
7a96206e10
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
cvshook%sicking.cc
de7a063b91
Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst
2006-03-08 05:01:16 +00:00
timeless%mozdev.org
1ce5986f6b
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
peterv%propagandism.org
74b62aaf35
Fix for bug 325980 (Crash in XPath optimizer (null pointer dereference in txXPathOptimizer::optimize)). r=Pike, sr=bz.
2006-02-07 13:17:19 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
263cf7dc11
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
peterv%propagandism.org
77169e84c5
Fix for bug 324746 (XPathResult object can crash brower when calling iterateNext() or snapshotItem()). r=sicking, sr=jst.
2006-01-27 09:58:43 +00:00
roc+%cs.cmu.edu
0b5fb8c9c7
Fixing more sicking bustage
2006-01-26 04:19:11 +00:00
roc+%cs.cmu.edu
c2ba2e4c22
Fixing sicking bustage.
2006-01-26 03:44:21 +00:00
roc+%cs.cmu.edu
700176de28
Fixing bustage. thanks=sicking
2006-01-26 02:49:29 +00:00
cvshook%sicking.cc
e789acaa73
Bug 208172: Implement optimizable XPath. r=peterv sr=jst
2006-01-26 01:50:30 +00:00
mrbkap%gmail.com
fb3f80349e
bug 323908: Pass line and column information to ReportError. Patch by Robert Sayre <sayrer@gmail.com>. r=mrbkap sr=jst
2006-01-21 02:02:02 +00:00
bzbarsky%mit.edu
b64fcb4a39
Implement an nsINode interface; move some common stuff from nsIContent and
...
nsIDocument to nsINode. Bug 323311, r=sicking, sr=jst
2006-01-19 03:34:18 +00:00
cvshook%sicking.cc
15c2397445
Bug 323910: Merge atom lists in gklayout
...
r/sr=jst
2006-01-19 00:58:12 +00:00
bzbarsky%mit.edu
3c68eefc06
Not all documents have a channel, so we need to synthesize one as needed. Bug
...
322683, r=sicking, sr=bryner
2006-01-10 21:58:25 +00:00