Olli.Pettay@helsinki.fi
|
396a27b778
|
Bug 403168, r=jonas, sr=jst, a=blocking1.9
|
2007-12-12 00:33:32 -08:00 |
reed@reedloden.com
|
9607b9d209
|
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
|
e8b9ba5d49
|
Backing out patches for bugs 405069 and 346079 to track down perf regression.
|
2007-11-30 18:23:27 -08:00 |
reed@reedloden.com
|
5b890f4478
|
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
|
ec25a99565
|
Fix for bug 406106 (Large leak with XSLTProcessor.setParameter). r/sr/a=sicking.
|
2007-11-30 11:10:03 -08:00 |
jst@mozilla.org
|
62e045ce2c
|
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
|
d0fdde2f33
|
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
|
ebee2dc0d9
|
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
|
cb9c9bd9c0
|
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
|
6dcde02140
|
Bug 284225: Use right security context for xslt. r/sr=peterv
|
2007-09-27 15:05:07 -07:00 |
peterv@propagandism.org
|
a7afca76e8
|
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
|
ff0eed72c7
|
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
|
a516464c9f
|
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
|
5830a8a8c5
|
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
|
83872f57d7
|
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
|
fed4b01d91
|
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
|
7c7a8cb92e
|
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
|
c9daa175ee
|
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
|
2007-07-26 15:20:29 -07:00 |
asqueella@gmail.com
|
0cd494b3f6
|
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
|
3f4c992470
|
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
|
314a7d97d4
|
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
|
12e960c504
|
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
|
7d16a89b83
|
Fix for bug 384440 (txHandlerTable leaks). r/sr=sicking.
|
2007-06-14 09:54:34 -07:00 |
jonas@sicking.cc
|
67392309e9
|
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
|
934776a3e5
|
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
|
f1721e2327
|
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
|
9be8c0763e
|
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
|
0ab7558e7b
|
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
|
9a2d9fdbe7
|
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
|
73302aee8a
|
Remove GetKey callbacks from nsDoubleHashtable users. b=374906 r=bsmedberg
|
2007-03-27 08:34:14 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
jst%mozilla.org
|
90a8c3d510
|
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 22:30:53 +00:00 |
jonas%sicking.cc
|
b31613d2f8
|
Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes
|
2008-03-26 02:46:11 +00:00 |
reed%reedloden.com
|
6877858bc4
|
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 19:42:31 +00:00 |
jonas%sicking.cc
|
06f693a2bb
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-27 03:45:32 +00:00 |
myk%mozilla.org
|
dd8660867d
|
backing out fix for bug 416534 as potential cause of mochitest failure
|
2008-02-27 03:23:38 +00:00 |
jonas%sicking.cc
|
44be249fb2
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv
|
2008-02-27 02:17:52 +00:00 |
peterv%propagandism.org
|
951bf7fb1a
|
Fix for bug 355068 (XSLTProcessor.transformToFragment seems to use only output method "text"). r/sr=sicking, a=beltzner.
|
2008-02-23 16:03:29 +00:00 |
dougt%meer.net
|
20cb0cd1af
|
xslt doesn't build on Windows Mobile. r=jonas, a=beltzner
|
2008-02-20 22:44:23 +00:00 |
peterv%propagandism.org
|
bb0f6c05c0
|
Fix for bug 417941 (regexp:match function use gives error). r/sr=sicking.
|
2008-02-17 17:21:23 +00:00 |
reed%reedloden.com
|
203ab3e6e7
|
Bug 398433 - "PRBool misuse bugs in content/" [p=tglek@mozilla.com (Taras Glek) r+sr=sicking a1.9=schrep a=blocking1.9+]
|
2008-02-10 06:16:32 +00:00 |
reed%reedloden.com
|
75e985492c
|
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 08:02:05 +00:00 |
reed%reedloden.com
|
45c33d15a9
|
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-16 01:30:16 +00:00 |
benjamin%smedbergs.us
|
c6b0868a4c
|
Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep
|
2008-01-15 15:51:02 +00:00 |
reed%reedloden.com
|
2f031215bf
|
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 22:21:21 +00:00 |
dwitte%stanford.edu
|
afa889952a
|
bustage fix.
|
2008-01-04 00:17:52 +00:00 |
dwitte%stanford.edu
|
be0e9656b5
|
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-04 00:07:07 +00:00 |
jruderman%hmc.edu
|
56aa7dba8b
|
Add crashtest for a leak bug
|
2007-12-24 02:12:28 +00:00 |
Olli.Pettay%helsinki.fi
|
9e62e66bc7
|
Bug 403168, r=jonas, sr=jst, a=blocking1.9
|
2007-12-12 08:33:33 +00:00 |
reed%reedloden.com
|
f88288c2fc
|
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-12-01 06:45:49 +00:00 |