mrbkap@gmail.com
|
b617a89d3b
|
Rename the mochitest file so that we don't try to run it as a test.
|
2007-06-25 17:15:51 -07:00 |
|
mrbkap@gmail.com
|
23ef56b820
|
Add a mochitest for bug 379025, r=sayrer
|
2007-06-25 15:43:37 -07:00 |
|
mrbkap@gmail.com
|
7a159f217e
|
Allow noscript in the head so that it doesn't push <style> into the body, causing the style's text to prematurely open a body. bug 379025, r=sicking sr=jst
|
2007-06-22 14:47:26 -07:00 |
|
peterv@propagandism.org
|
fc80057431
|
Fix for bug 343870 (Line breaks normalized twice). r/sr=bz.
|
2007-06-11 02:15:23 -07:00 |
|
mrbkap@gmail.com
|
94b98498b9
|
Don't call DidBuildModel twice if Terminate is called twice since consumers aren't expecting it. bug 378982, r+sr=bzbarsky
|
2007-05-21 11:09:54 -07:00 |
|
mrbkap@gmail.com
|
c66a304974
|
nsIParserNode::GetSource should be a const function. bug 374041, r+sr=jst
|
2007-05-18 11:45:39 -07:00 |
|
mats.palmgren@bredband.net
|
2496088049
|
Improve the <!DOCTYPE> parsing. b=363883 r=mrbkap sr=jst
|
2007-05-08 05:19:32 -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 |
|
sayrer@gmail.com
|
7d791ba12b
|
One exception fixed by mrbkap's patch for Bug 308145.
|
2007-04-18 11:01:47 -07:00 |
|
mrbkap@gmail.com
|
b9a9b82e63
|
Allow <style> to appear anywhere in the document, don't force it to be in the <head>. bug 308145, r+sr=jst
|
2007-03-29 11:53:30 -07:00 |
|
dbaron@dbaron.org
|
d98d9fdec5
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
sayrer%gmail.com
|
b7dc137d58
|
fix wrong log message.
|
2007-03-20 22:05:46 +00:00 |
|
sayrer%gmail.com
|
554a8659e3
|
Add times to parser test logging to examine linux test harness timeouts.
|
2007-03-20 21:15:24 +00:00 |
|
sayrer%gmail.com
|
db289394e8
|
Renabling, after local check for bustage.
|
2007-03-16 23:01:42 +00:00 |
|
mats.palmgren%bredband.net
|
5fd0e79405
|
Fix --enable-perf-metrics build failure. b=370230 r=jonas sr=benjamin
|
2007-03-14 16:44:51 +00:00 |
|
sayrer%gmail.com
|
1fa0de744d
|
Bug 366936. disable tests to see if mac bustage is affected by that.
|
2007-03-11 01:05:06 +00:00 |
|
sayrer%gmail.com
|
8c5d5f05c1
|
Bug 366936. Run WHATWG/html5lib tests on HTML parser. r=mrbkap
|
2007-03-10 23:41:00 +00:00 |
|
sayrer%gmail.com
|
4bbb89f0c0
|
Bug 368994. move some more tests. r=dbaron
|
2007-02-20 22:18:09 +00:00 |
|
sayrer%gmail.com
|
62aae02099
|
Bug 339350. move unit tests. r=mrbkap
|
2007-02-19 19:47:31 +00:00 |
|
martijn.martijn%gmail.com
|
f78c89c940
|
Bug 334227 � embed shouldn't close p, r=mrbkap, sr=jst
|
2007-02-16 12:18:56 +00:00 |
|
martijn.martijn%gmail.com
|
a3c01c11ac
|
Bug 369326 � Allow marquee inside p, r=mrbkap, sr=dbaron
|
2007-02-16 12:12:44 +00:00 |
|
jwalden%mit.edu
|
7eeed473b4
|
Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg
|
2007-01-31 03:25:46 +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 |
|
mrbkap%gmail.com
|
e8f3473559
|
Use a better replacement character. bug 315473, r=bzbarsky sr=sicking
|
2007-01-25 17:30:13 +00:00 |
|
mrbkap%gmail.com
|
7b392d29a7
|
Handle NUL characters in HTML input better. bug 315473, r=jst sr=sicking
|
2007-01-25 01:25:41 +00:00 |
|
sayrer%gmail.com
|
259dbdd0df
|
bug 362547. xpcshell unit tests for SAX Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer
|
2006-12-10 03:16:39 +00:00 |
|
sayrer%gmail.com
|
db775fbdce
|
Bug 362547. Crash in SAXReader with doctype missing public, system ID's. Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer, sr=bz
|
2006-12-05 19:37:37 +00:00 |
|
mats.palmgren%bredband.net
|
e5b2a2562a
|
Improved NS_ERROR_OUT_OF_MEMORY error handling. b=354074 r=mrbkap sr=jst
|
2006-10-27 01:49:52 +00:00 |
|
sayrer%gmail.com
|
80b29c0734
|
bug 339350. js: innerHTML removes 2 last simbols ']]' in application/xhtml+xml documents. r=mrbkap, sr=sicking
|
2006-10-10 21:28:23 +00:00 |
|
cvshook%sicking.cc
|
174e570414
|
Bug 351731: Add testcode for the new hash
|
2006-10-09 23:29:27 +00:00 |
|
cvshook%sicking.cc
|
2752ab353b
|
Bug 351731: Add hash to map directly from nsIAtom* -> id. r/sr=bz
|
2006-10-09 22:08:45 +00:00 |
|
timeless%mozdev.org
|
7e9a4d2ccc
|
Bug 352132 [@ CNavDTD::HandleSavedTokens] possibly null mSink is dereferenced
r=mrbkap sr=bz
|
2006-09-22 07:27:15 +00:00 |
|
sayrer%gmail.com
|
9f0cf6c3db
|
Bug 334302. Adjust SAXLocator reports in ReportError. Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer, sr=bz
|
2006-09-13 18:20:05 +00:00 |
|
aaronr%us.ibm.com
|
189dd5e3a8
|
change nsIParserService to use nsStringGlue. Bug 350748, r=mrbkap, sr=jst
|
2006-08-31 18:40:42 +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 |
|
sayrer%gmail.com
|
6fa03a1730
|
Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst
|
2006-08-12 04:46:43 +00:00 |
|
benjamin%smedbergs.us
|
c9125873ca
|
Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin
|
2006-07-21 16:28:51 +00:00 |
|
masayuki%d-toybox.com
|
573e6523ef
|
b=255990 backing-out the previous patch, we should try to better fix.
|
2006-07-20 09:04:39 +00:00 |
|
masayuki%d-toybox.com
|
52397d3401
|
b=255990 previous checked-in has wrong file.
|
2006-07-14 06:00:20 +00:00 |
|
masayuki%d-toybox.com
|
42ba5d983c
|
Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r=jshin+mrbkap, sr=roc
|
2006-07-14 04:57:05 +00:00 |
|
masayuki%d-toybox.com
|
0cd7e0b5ee
|
b=255990 backing-out the patch, because DomToTextConversionTest failed
|
2006-07-13 21:04:25 +00:00 |
|
masayuki%d-toybox.com
|
ab8ee052c9
|
Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r=jshin+mrbkap sr=roc
|
2006-07-13 20:25:46 +00:00 |
|
peterv%propagandism.org
|
0f613030f3
|
Fix for bug 334806 (Update to Expat 2.0.0). r=mrbkap, sr=jst.
|
2006-07-13 12:50:58 +00:00 |
|
sayrer%gmail.com
|
d158030827
|
Bug 344090. Loading an Atom Feed crashes Bon Echo a3 [@ nsSAXXMLReader::HandleStartNamespaceDecl]. Style fixes per peterv. r+sr=peterv.
|
2006-07-11 14:51:26 +00:00 |
|
sayrer%gmail.com
|
ebac30840f
|
b=342163. parseFromStream error in nsISAXXMLReader on trunk. r=weirdal, sr=peterv.
|
2006-07-10 15:32:58 +00:00 |
|
mats.palmgren%bredband.net
|
47bd18fde6
|
Remove the special painting code for a 165-twips checkbox. Move the remaining parts of nsFormControlHelper to its consumers and remove nsFormControlHelper.{cpp,h} from the tree. b=343495 r+sr=roc (r=me on roc's part)
|
2006-07-06 10:43:51 +00:00 |
|
Olli.Pettay%helsinki.fi
|
ca6f086e42
|
Bug 343036, SAXParser crashes with references to JS-defined object attached to XPCOM component, r+sr=peterv
|
2006-06-28 22:44:42 +00:00 |
|
mrbkap%gmail.com
|
d1b4d640d3
|
Don't close random tags when we encounter an erroneous </head> tag. bug 342520, r+sr=sicking
|
2006-06-23 21:30:57 +00:00 |
|
mrbkap%gmail.com
|
0ef1113d9d
|
Keep the DTD's stack in sync with the content sink's stack to avoid miscommunication. bug 333497, r=sicking sr=jst
|
2006-06-22 21:34:35 +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 |
|
sayrer%gmail.com
|
3ead56e540
|
b=339599. nsISAXXMLReader expects a nsIChannel passed to onStartRequest, but interface takes an nsIRequest. r=mrbkap, sr=peterv
|
2006-06-19 03:03:28 +00:00 |
|
timeless%mozdev.org
|
27eaab5dcd
|
Bug 337917 Make consumers stop using cids from other modules
|
2006-06-18 21:18:22 +00:00 |
|
mrbkap%gmail.com
|
eacda8057f
|
Force noscript to be either in the head or the body. bug 312704, r=bzbarsky sr=sicking
|
2006-06-08 01:21:50 +00:00 |
|
sayrer%gmail.com
|
046365ea18
|
b=337451. Fix default charset for SAX parser. r=sicking, sr=peterv
|
2006-06-06 23:13:17 +00:00 |
|
sayrer%gmail.com
|
dc555a0c13
|
b=337451. Fix default charset for SAX parser. r=sicking, sr=peterv
|
2006-06-06 23:06:12 +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 |
|
mats.palmgren%bredband.net
|
b5cda5027f
|
Don't suppress the first newline in a text/plain document. b=339364 r=mrbkap sr=jst
|
2006-06-03 18:18:29 +00:00 |
|
peterv%propagandism.org
|
8e523aa71d
|
Fix for bug 236873 (Share class for more elements). r/sr=sicking.
|
2006-05-21 21:00:09 +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 |
|
timeless%mozdev.org
|
28fa63a8f5
|
Bug 335953 Make code outside intl use NS_CHARSETALIAS_CONTRACTID instead of NS_CHARSETALIAS_CID
r=bz sr=bz
|
2006-05-06 22:09:20 +00:00 |
|
gavin%gavinsharp.com
|
fb232af27d
|
Bug 334716: Ineffective allocation check in nsParserService::CreateEntry (nsParserService.cpp), patch by patch by Ryan Flint <rflint@dslr.net>, r=mrbkap, sr=jst
|
2006-04-28 17:25:47 +00:00 |
|
bzbarsky%mit.edu
|
aa75391cba
|
Add an async mode to the SAX stuff. Bug 334304, patch by Robert Sayre
<sayrer@gmail.com>, r=biesi, sr=bzbarsky
|
2006-04-24 17:01:40 +00:00 |
|
cls%seawood.org
|
37453e2762
|
Allow libxul to link in mingw builds.
Bug #334403 r=bsmedberg
|
2006-04-18 15:52:41 +00:00 |
|
bzbarsky%mit.edu
|
6a6796f312
|
Fix the bustage fix to actually be correct. Bug 315826. Patch by Robert Sayre
<sayrer@gmail.com>, r+sr=peterv
|
2006-04-17 15:39:13 +00:00 |
|
bzbarsky%mit.edu
|
123dea184e
|
Better empty string stuff. Still followups to bug 315826
|
2006-04-17 02:19:19 +00:00 |
|
dbaron%dbaron.org
|
734113e2ef
|
Make bz's bustage fix actually compile. b=315826
|
2006-04-17 02:03:16 +00:00 |
|
dbaron%dbaron.org
|
dd8fc1af83
|
Fix initializer-reordering warnings. b=315826
|
2006-04-17 02:01:01 +00:00 |
|
dbaron%dbaron.org
|
69a364efdd
|
Fix Windows bustage. According to sayrer, these unused methods will be XPCOM methods on a future interface. b=315826
|
2006-04-17 01:59:24 +00:00 |
|
bzbarsky%mit.edu
|
86b57e867e
|
Fixing linux bustage; bug 315826
|
2006-04-17 01:58:36 +00:00 |
|
timeless%mozdev.org
|
533694580d
|
Bug 315826 Scriptable XPCOM wrapper for SAX content handler
patch by sayrer@gmail.com r=peterv sr=sicking
|
2006-04-17 01:13:07 +00:00 |
|
mrbkap%gmail.com
|
84a85a393c
|
Remove obsolete and wacky support for the <sound> element, which not even IE supports. bug 333057, r=sicking sr=jst
|
2006-04-10 20:49:02 +00:00 |
|
mrbkap%gmail.com
|
5c2ebdc096
|
Remove a redundant null check found by Coverity. bug 333388, r+sr=sicking
|
2006-04-10 20:44:11 +00:00 |
|
mrbkap%gmail.com
|
060fd68dd6
|
Count newlines in textareas correctly. bug 331482, r+sr=sicking
|
2006-04-06 22:30:18 +00:00 |
|
dbaron%dbaron.org
|
04b8c33eda
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
darin%meer.net
|
20837f71e1
|
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
|
2006-03-30 18:40:56 +00:00 |
|
mrbkap%gmail.com
|
f617012006
|
Allow flow elements to contain <noframes> for interoperability with other browsers. bug 327250, r+sr=jst
|
2006-03-22 21:22:25 +00:00 |
|
peterv%propagandism.org
|
59c12dfe1f
|
Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification), checking in the right patch this time. r=sicking, sr=bz.
|
2006-03-17 14:38:57 +00:00 |
|
peterv%propagandism.org
|
d52a61880f
|
Backing out to fix bustages.
|
2006-03-16 15:12:21 +00:00 |
|
peterv%propagandism.org
|
4b5f5e2d64
|
Try to fix bustage.
|
2006-03-16 14:48:08 +00:00 |
|
peterv%propagandism.org
|
5aeebac7a6
|
C file, not C++.
|
2006-03-16 13:49:53 +00:00 |
|
peterv%propagandism.org
|
3efee8b1f4
|
Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification). r=sicking, sr=bz.
|
2006-03-16 13:47:42 +00:00 |
|
cbiesinger%web.de
|
c9b6fe4fd2
|
326477 extend nsIExpatSink in order to support SAX
patch by Robert Sayre <sayrer@gmail.com> r=sicking sr=peterv
|
2006-03-15 17:45:25 +00:00 |
|
mrbkap%gmail.com
|
a147b469b5
|
Don't stomp all over the heap in debug builds. Also raise eMaxTags to reflect the actual deepest stack that we will see. bug 309777, r+sr=jst
|
2006-03-10 00:47:57 +00:00 |
|
peterv%propagandism.org
|
0f2e2396b0
|
Fix for bug 325733 (Unclosed XML tags no longer trigger an error message) and bug 326741 (Crash with parsing malformed XUL file with -chrome). r/sr=bz.
|
2006-03-08 14:34:50 +00:00 |
|
mrbkap%gmail.com
|
e7b77e829f
|
Don't allow <object> to be contained in <head> since the DTD can't really handle it. bug 329399, 328751, r=sicking sr=jst
|
2006-03-07 21:47:25 +00:00 |
|
mrbkap%gmail.com
|
c2535c88cd
|
Protect against our table container being closed before we're ready by using the same logic to find the close tag that HandleEndToken does. bug 329364, r+sr=jst
|
2006-03-06 22:13:41 +00:00 |
|
benjamin%smedbergs.us
|
302aa832c2
|
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
|
2006-03-02 14:38:10 +00:00 |
|
martijn.martijn%gmail.com
|
090495c6cc
|
Bug 328289 - dtd's should be read using 4096 bytes buffers, instead of 1024 bytes buffers. Patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=bzbarsky
|
2006-02-24 13:04:06 +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 |
|
mrbkap%gmail.com
|
03199516c9
|
CNavDTD shouldn't have a DTD and we shouldn't try to QI to it. bug 327980, r+sr=jst
|
2006-02-22 00:00:38 +00:00 |
|
bzbarsky%mit.edu
|
542b79dc49
|
Remove the random <server> tag silliness. Bug 321877, patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=mrbkap, sr=jst
|
2006-02-12 22:05:33 +00:00 |
|
peterv%propagandism.org
|
a8a430a797
|
Fix for bug 315901 (Move RangeList and EventListenerManager hashes to nsContentUtils). r/sr=jst.
|
2006-02-07 14:34:10 +00:00 |
|
mrbkap%gmail.com
|
f1f0eb9711
|
Don't get confused by multiple right square brackets when parsing CDATA sections. bug 325532, r+sr=jst
|
2006-02-06 18:54:53 +00:00 |
|
mrbkap%gmail.com
|
82b57319d0
|
Remove parser generation of the _moz-userdefined attribute since comopser can figure out the information it provides on its own. bug 325405, r=sicking sr=jst
|
2006-02-04 02:02:55 +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 |
|
mrbkap%gmail.com
|
58fcf6d414
|
Testcase for bug 18308 doesn't work. bug 319826, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r+sr=jst
|
2006-02-02 01:07:57 +00:00 |
|
mrbkap%gmail.com
|
958c7f9c7f
|
Don't create extra parser contexts once the parser has been terminated. Also make sure to clean up any extra parser contexts if they do get created. bug 323441, r=sicking sr=jst
|
2006-02-01 18:57:09 +00:00 |
|
mrbkap%gmail.com
|
3d59a68ee7
|
When we don't find a </script> tag, we should put the entire rest of the document into the script element, but not execute the script. This also makes serialization not serialize the end tags for scripts that don't have them (to preserve round tripping). bug 305873, r=sicking sr=jst
|
2006-01-31 22:19:46 +00:00 |
|