Boris Zbarsky
|
9f23039775
|
Bug 578696 part 4. Stop holding strong refs when calling NodeWillBeDestroyed. r=sicking
|
2010-07-21 11:33:32 -04:00 |
|
Zack Weinberg
|
2f4426c2f1
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
|
Benjamin Smedberg
|
29e089defb
|
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
|
2010-06-25 19:41:09 -04:00 |
|
Benjamin Smedberg
|
4f8e7bcf17
|
Fix review comments from bug 568691 comment 45.
|
2010-06-24 11:56:28 -04:00 |
|
Benjamin Smedberg
|
31432df1fb
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
|
2010-06-22 12:59:15 -04:00 |
|
Jonas Sicking
|
7b1e51be23
|
Bug 570258: Some more atom usage cleanup. r=jst
|
2010-06-08 16:25:27 -07:00 |
|
Johnny Stenback
|
e22027e424
|
Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc
|
2010-06-23 14:35:57 -07:00 |
|
Johnny Stenback
|
2db35fd2a9
|
Backed out changeset 82a21d443b5e
|
2010-06-21 22:39:53 -07:00 |
|
Johnny Stenback
|
c50fb5d521
|
Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc
|
2010-06-21 19:58:50 -07:00 |
|
Mitchell Field
|
0fd15d94da
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Michael Kohler
|
6c0f59f4a6
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Craig Topper
|
b08d6c5ef5
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Boris Zbarsky
|
8ccd3c1fea
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
|
Justin Wood
|
1146b0679f
|
Bug 504947 - Some Virus Scans report Trojan horse in 485217.xsl rs=mrbkap
|
2010-05-06 18:54:51 -04:00 |
|
Boris Zbarsky
|
fb534f9674
|
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
|
2010-05-05 14:18:05 -04:00 |
|
Peter Van der Beken
|
ac35089169
|
Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking.
--HG--
extra : rebase_source : 5a07f12d9d13d92b796fd5f2cb182b069c3f87bf
|
2010-04-19 17:40:15 +02:00 |
|
Peter Van der Beken
|
9070224a09
|
Fix more bustage in testcase for bug 551654.
|
2010-05-04 16:09:37 +02:00 |
|
Peter Van der Beken
|
ed51a5c51a
|
Fix bustage in testcase for bug 551654.
--HG--
extra : rebase_source : b51a740e03cd15e92ae6a24cf7917db68f41b1d0
|
2010-05-04 15:41:12 +02:00 |
|
Peter Van der Beken
|
eeb50c3dcd
|
Fix bustage in testcase for bug 551412.
--HG--
extra : rebase_source : bb89bc9b30e4dbbc220fda6f74a1fca3ddfbee6f
|
2010-05-04 15:40:43 +02:00 |
|
Andreas Wictor
|
3d17f7df6e
|
Fix for bug 551654 (The EXSLT node-set function fails to convert number, boolean and string values to text nodes). r=peterv.
|
2010-05-04 12:10:44 +02:00 |
|
Peter Van der Beken
|
daf34c1895
|
Fix for bug 551412 (The EXSLT node-set function drops text nodes if they appear last in a rtf). r=sicking.
|
2010-05-04 12:10:40 +02:00 |
|
timeless@mozdev.org
|
c803aa0b36
|
Bug 562501 - comparison between signed and unsigned integer expressions in txNodeSorter::sortNodeSet, r=sicking
|
2010-04-28 17:12:00 -07:00 |
|
Boris Zbarsky
|
7accfbd87e
|
Bug 562688 part 7. Eliminate eELEMENT users in the rest of content/. r=jst
|
2010-04-30 09:12:06 -04:00 |
|
Jonas Sicking
|
24b255ef47
|
Bug 515401: Make implementation of <base> HTML5 compliant, and clean it up. r=benjamn a=dholbert
|
2010-04-23 09:10:07 -07:00 |
|
Sergey Reymerov
|
f21f1e8e3e
|
Bug 469717 - Crash when using xf:delete followed by xf:send, r=peterv
|
2010-04-18 10:35:53 +09:00 |
|
Peter Van der Beken
|
de82fe5fe8
|
Fix for bug 554255 (Limit resource use to something sane). r=sicking, sr=jst.
|
2010-04-09 18:59:09 +02:00 |
|
Serge Gautherie
|
cc2d8220e2
|
Bug 378829 - "ASSERTION: Creation of FunctionCall failed" with XPath "z()"; (Av1) Remove bogus assertion.
r=jonas.
|
2010-04-07 20:03:36 +02:00 |
|
Peter Van der Beken
|
85c9e641b0
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
|
Daniel Holbert
|
6219dad190
|
Bug 551298, patch D: Use NS_INLINE_DECL_REFCOUNTING in /content/ directory. r=sicking
|
2010-04-01 11:05:40 -07:00 |
|
Daniel Holbert
|
9a588376e3
|
Backed out changeset 13819d2e9bd8 (Bug 551298) due to Linux debug mochitest-5 orange
|
2010-04-01 09:37:26 -07:00 |
|
Daniel Holbert
|
ca50c7092d
|
Bug 551298, patch D: Use NS_INLINE_DECL_REFCOUNTING in /content/ directory. r=sicking
|
2010-04-01 08:08:51 -07:00 |
|
Peter Van der Beken
|
e1c6294f66
|
Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst.
--HG--
extra : rebase_source : 8e03b54ff6117dcac27188b296c59dcafbb6db78
|
2010-03-17 16:09:05 +01:00 |
|
Peter Van der Beken
|
175b43946f
|
Fix for bug 528518. r=sicking.
--HG--
extra : rebase_source : 03356a1a2bfa82d86445e94b9e0acb3f76c48600
|
2010-03-17 15:38:09 +01:00 |
|
Jonas Sicking
|
0e6d5d8188
|
Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
c7c7514f75
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
|
Zack Weinberg
|
6ce13b76a5
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
|
Boris Zbarsky
|
2660fe554c
|
Bug 545927. Check for negative numbers before doing roman-numeral stuff. r=sicking
|
2010-02-19 12:11:40 -05:00 |
|
Robert Longson
|
2d6a644d32
|
Bug 531259 - The SVG script element should respect the aFromParser flag on NS_NewElement. r=hsivonen, r+sr=jst
|
2010-01-15 11:44:12 +00:00 |
|
Taras Glek
|
d85823fed6
|
Bug 538014 - Handlers in txStylesheetCompileHandlers.cpp should be static, r=jonas
|
2010-01-05 18:31:58 -05:00 |
|
Nochum Sossonko
|
2738155859
|
backout changeset dfc79d02e945, bug 530374 due to build failure
|
2009-12-30 19:04:52 -05:00 |
|
Jae-Seong Lee-Russo
|
58cdd43a57
|
Bug 530374 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in xslt, r=jonas
|
2009-12-30 18:27:30 -05:00 |
|
Metal Sonic
|
80ae9b3620
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Boris Zbarsky
|
b694bf4f11
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Peter Van der Beken
|
ba046118df
|
Fix for bug 528963 (Crash [@ txXPathNode::RootOf]). r=sicking, a=beltzner.
--HG--
extra : rebase_source : d3933a2cafddb13edb4a54371cc8c603792d153a
|
2009-11-18 10:26:23 +01:00 |
|
Peter Van der Beken
|
4ca74861f6
|
Fix for bug 528300. r=sicking, a=blocking1.9.2+.
|
2009-11-15 11:57:49 +01:00 |
|
Peter Van der Beken
|
7d0dd55d2d
|
Back out c5619fbfb2b1 to fix orange.
|
2009-11-21 15:48:49 +01:00 |
|
Peter Van der Beken
|
f2a138cf95
|
Fix for bug 528300. r=sicking, a=blocking1.9.2+.
--HG--
extra : rebase_source : c5bf7807f1840ab5a34b868b0eb90a6b1ec2d017
|
2009-11-15 11:57:49 +01:00 |
|
Jesse Ruderman
|
77a63579f4
|
Add some crashtests
|
2009-10-15 13:26:59 -07:00 |
|
Jonas Sicking
|
243d32f0ea
|
Bug 518104 - Implement HTML5 changes to <script defer>. r=hsivonen, sr=mrbkap. (Tests fixed and code merged to tip by hsivonen.)
|
2009-10-02 14:13:59 +03:00 |
|
David Zbarsky
|
3d96b7b4a7
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Olli Pettay
|
6b918c131c
|
Bug 511487 - XSLT transformation fails with onload in FF3.6a1, r=peterv
|
2009-09-16 12:09:12 +03:00 |
|
Benjamin Smedberg
|
667f63d102
|
Bug 513032 - remove empty conditionals in our makefiles, r=ted
|
2009-08-27 10:48:18 -07:00 |
|
Benjamin Smedberg
|
36bc86429d
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
|
David Zbarsky
|
d02ac4482c
|
Bug 487023. Refactor IsCaseSensitive() into non-virtual inline IsHTML(). r=hsivonen, sr=jst
|
2009-08-25 13:15:55 -04:00 |
|
Benjamin Smedberg
|
ba372f3a4c
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Boris Zbarsky
|
8f435d226b
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
--HG--
extra : rebase_source : ae1c0155ec32b0887eff27ded77c6ba2b37dda64
|
2009-08-24 20:51:57 -04:00 |
|
David Zbarsky
|
0aa6350041
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Hashem Masoud
|
b71a1a1cfa
|
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
|
2009-08-14 16:09:00 +02:00 |
|
Michael Kohler
|
b7a3a2a751
|
Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless
|
2009-07-27 10:46:59 +02:00 |
|
timeless@mozdev.org
|
7bf681b0c4
|
Bug 494687 txEXSLTFunctionCall::evaluate warning: comparison between signed and unsigned
r+sr=sicking
|
2009-06-27 18:42:50 -07:00 |
|
Ben Newman
|
be66be8cc9
|
Bug 484121 (2/6) - Add nsIDTD::GetMode to eliminate heinous const_cast. r+sr=mrbkap
|
2009-06-23 14:22:16 -07:00 |
|
Henri Sivonen
|
82e13c145b
|
Bug 468708 - namespaceURI for HTML elements should be http://www.w3.org/1999/xhtml (also make localName return in lower case) r=sicking, sr=peterv, a=beltzner
|
2009-06-09 10:41:19 +03:00 |
|
L. David Baron
|
f0c43ecb3d
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Peter Van der Beken
|
283ed25b1f
|
Testcase for bug 483444 (XSLT stylesheet compiler crashes). r/sr=mrbkap.
--HG--
extra : rebase_source : d6f64bf9526e9f029c3888759138ea11f0564097
|
2009-04-24 16:14:37 +02:00 |
|
Peter Van der Beken
|
9a6d431067
|
Fix for bug 483444. r/sr=mrbkap.
--HG--
extra : rebase_source : d11ad967d8b6910666f31d0b46d50c5cc6701350
|
2009-03-31 15:07:41 +02:00 |
|
Blake Kaplan
|
6cb01cfd3e
|
Bug 485286 - Add a crashtest.
|
2009-03-30 11:50:40 -07:00 |
|
Arpad Borsos
|
6e2bb93fad
|
Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, content part; r+sr=sicking
|
2009-03-26 09:29:49 +01:00 |
|
Blake Kaplan
|
77a43455ed
|
Bug 485286 - Allocate all of these consistently. r+sr=peterv/sicking (a=ss for checkin into a CLOSED TREE).
|
2009-03-26 00:23:09 -07:00 |
|
Blake Kaplan
|
3b8310b1af
|
Bug 485217 - Add a crashtest.
|
2009-03-25 14:33:36 -07:00 |
|
Blake Kaplan
|
de14b19873
|
Bug 485217 - Pop the eval context before returning. r+sr=peterv
|
2009-03-25 13:07:44 -07:00 |
|
Arpad Borsos
|
79e27353c8
|
Bug 474369 - get rid of nsVoidArray, fix Mac unittest bustage
|
2009-03-20 14:33:02 +01:00 |
|
Arpad Borsos
|
d10c4f864e
|
Bug 474369 - get rid of nsVoidArray, content part; r=jwatt, sr=sicking
|
2009-03-20 09:15:35 +01:00 |
|
Peter Van der Beken
|
6740ce42ec
|
Fix for bug 391448 (Force layout/dom/content code to use classinfo macros that don't use the service manager.). r/sr=jst.
|
2009-02-17 15:08:08 +01:00 |
|
Jesse Ruderman
|
1e63ca7445
|
Fix the crashtest manifest too. I suck.
|
2009-02-11 01:00:24 -08:00 |
|
Jesse Ruderman
|
065de74a31
|
Oops, I got these two files reversed. Should fix a crashtest failure on Linux, although I have no idea why that fails on Linux and only Linux.
|
2009-02-11 00:06:39 -08:00 |
|
Jesse Ruderman
|
397e21afab
|
Add a bunch of crashtests
|
2009-02-10 22:18:05 -08:00 |
|
Jesse Ruderman
|
e6ffd994a3
|
Add some crashtests
|
2009-02-10 16:36:04 -08:00 |
|
Daniel Holbert
|
f8f9766310
|
Bug 461047 follow-up patch - Fix a number of small issues from the nsStringArray to nsTArray<nsString> switchover, mostly related to signed vs unsigned array sizes. r+sr=roc
|
2009-02-10 12:39:43 -08:00 |
|
Jesse Ruderman
|
313514226b
|
Add a bunch of crashtests
|
2009-02-10 00:09:40 -08:00 |
|
Daniel Holbert
|
3dc6c6a6d7
|
Bug 458167 - Fix bad usage of "it's" in comments: patch for content folder. r+sr=jst
|
2009-01-23 01:02:09 -08:00 |
|
Daniel Holbert
|
4301671b45
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
Fred Jendrzejewski
|
424883d380
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
|
Fred Jendrzejewski
|
d8f1bff747
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
|
Robert O'Callahan
|
804cc7ee91
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
|
Fred Jendrzejewski
|
065bde22f3
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
|
2009-01-16 20:51:04 +13:00 |
|
Peter Van der Beken
|
e99a0fd85e
|
Fix for bug 453441 (Parsing an XSLT stylesheet with two xsl:version attributes fails). r/sr=sicking.
|
2009-01-14 13:24:09 +01:00 |
|
Dan Fabulich
|
14d93a7fb1
|
b=347174, implement document.readystate == 'complete'; r=sicking
|
2009-01-09 09:12:09 -08:00 |
|
Phil Ringnalda
|
ec35b575cb
|
Builds are neccesary, even if you can spell necessary, and even in a CLOSED TREE
|
2009-01-11 00:46:35 -08:00 |
|
Peter Van der Beken
|
80fd121be8
|
Testcase for bug 468208 (Leak txNodeTest on http://ocp.acadiau.ca/).
|
2009-01-04 16:15:02 +01:00 |
|
Peter Van der Beken
|
71336376ba
|
Testcase for bug 427060 (Get Error during XSLT transformation: Waiting for ...).
|
2008-12-23 12:35:47 +01:00 |
|
Peter Van der Beken
|
095459d778
|
Fix for bug 468208 (Leak txNodeTest on http://ocp.acadiau.ca/). r/sr=sicking.
|
2008-12-23 12:35:47 +01:00 |
|
Blake Kaplan
|
bd7378d5ca
|
Bug 464498 - Nuke warnings in XSLT. r/sr=sicking, a191=beltzner.
|
2008-11-28 11:07:32 +01:00 |
|
Peter Van der Beken
|
80579f38b5
|
Fix for bug 436864 (XPath needs to support an 'object' type as a parameter and return type). r/sr=sicking.
|
2008-10-31 18:05:42 -07:00 |
|
Peter Van der Beken
|
4f9e20c7a6
|
Fix for bug 436864 (XPath needs to support an 'object' type as a parameter and return type). r/sr=sicking.
|
2008-10-31 17:52:06 -07:00 |
|
Blake Kaplan
|
61503583ca
|
Bug 461031 - Bring a little more sanity to parser notifications of the content sink. This should help increase responsiveness, especially on pages with lots of inline scripts. r+sr=jst
|
2008-10-30 14:31:00 -07:00 |
|
Ted Mielczarek
|
896d5b70b0
|
bug 461395 - add support for PARALLEL_DIRS to build system, parallelize content. r=bsmedberg
|
2008-10-30 13:02:14 -04:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Jonas Sicking
|
bd5e92615c
|
Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst
|
2008-09-30 17:52:52 -07:00 |
|
Jonas Sicking
|
626dad6df0
|
Reland old Access-Control implementation. b=389508 r/sr=jst
|
2008-09-30 17:49:30 -07:00 |
|
Taras Glek
|
ba02fffe86
|
bug 455536: s/NS_ERROR_FAILURE/NS_ERROR_OOM/ outparamdelled nsNodeInfoManager::GetNodeInfo r+sr=jsr
|
2008-09-25 15:46:52 -07:00 |
|
Arpad Borsos
|
7c8fe9b1d4
|
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; files removal; r=ted.mielczarek
|
2008-09-20 15:54:40 +02:00 |
|
Arpad Borsos
|
1e410ca73d
|
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'jar.mn' part; r=ted.mielczarek
|
2008-09-15 15:19:32 +02:00 |
|
Taras Glek
|
74132a5585
|
bug 450777:deCOMtaminate nsNodeInfoManager::GetNodeInfo r+sr=jst
|
2008-09-12 15:32:18 -07:00 |
|
Ted Mielczarek
|
ff7706a544
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
|
Peter Van der Beken
|
ad83ecaf10
|
Fix for bug 440974 (Unneeded <transformiix:root /> elements as a result of XSL transformation.). r/sr=sicking.
|
2008-09-08 14:48:29 +02:00 |
|
Peter Van der Beken
|
7c5afe3202
|
Fix for bug 443902 (Remove some nsIDocument QIs from txMozillaTextOutput.cpp). r/sr=sicking.
|
2008-09-08 14:34:39 +02:00 |
|
Johnny Stenback
|
963bf56e91
|
Fixing first part of bug 453571. Use more [optional] idl arguments, and less nsAXPCNativeCallContext. r+sr=mrbkap@gmail.com
|
2008-09-05 14:51:24 -07:00 |
|
Olli Pettay
|
478bca1408
|
Bug 448548, r+sr=sicking
|
2008-08-24 18:00:49 +03:00 |
|
Robert O'Callahan
|
fb7a994159
|
Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst
|
2008-08-18 14:10:28 +12:00 |
|
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 |
|