Jonas Sicking
|
d4e43d8000
|
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 |
Benjamin Smedberg
|
28fb767bd1
|
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 |
Ben Newman
|
3295d504dd
|
Bug 484121 (2/6) - Add nsIDTD::GetMode to eliminate heinous const_cast. r+sr=mrbkap
|
2009-06-23 14:22:16 -07:00 |
Blake Kaplan
|
5ac270730d
|
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 |
Mike Hommey
|
5fd9bdc52b
|
Bug 398810 - "Remove MOZILLA_1_8_BRANCH ifdefs from core on trunk" [r=sicking r=brendan r=bsmedberg]
|
2008-07-12 17:26:52 -05:00 |
sayrer@gmail.com
|
3e0d1fa645
|
Bug 397804. pages loading feeds as content can trigger a leak. r=jst, sr=sicking, a=sicking
|
2007-09-27 20:00:35 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
sayrer%gmail.com
|
e05009d3e4
|
Bug 397804. pages loading feeds as content can trigger a leak. r=jst, sr=sicking, a=sicking
|
2007-09-28 03:00:36 +00:00 |
jwalden%mit.edu
|
df236c24ab
|
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
|
4e449bc9e0
|
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 |
sayrer%gmail.com
|
7ef48c0d18
|
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
|
7373bfcdc6
|
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 |
sayrer%gmail.com
|
be5be83dab
|
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 |
bzbarsky%mit.edu
|
a6cd2d536c
|
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
|
8cf4d352b0
|
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
|
44976a06fa
|
b=342163. parseFromStream error in nsISAXXMLReader on trunk. r=weirdal, sr=peterv.
|
2006-07-10 15:32:58 +00:00 |
Olli.Pettay%helsinki.fi
|
311f0c9ebb
|
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 |
sayrer%gmail.com
|
1baf8ed75c
|
b=337451. Fix default charset for SAX parser. r=sicking, sr=peterv
|
2006-06-06 23:13:17 +00:00 |
sayrer%gmail.com
|
cd239c26e3
|
b=337451. Fix default charset for SAX parser. r=sicking, sr=peterv
|
2006-06-06 23:06:12 +00:00 |
bzbarsky%mit.edu
|
b27bd46e9c
|
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
|
a080eb5af6
|
Allow libxul to link in mingw builds.
Bug #334403 r=bsmedberg
|
2006-04-18 15:52:41 +00:00 |
bzbarsky%mit.edu
|
714ae4030d
|
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
|
29182dba1e
|
Better empty string stuff. Still followups to bug 315826
|
2006-04-17 02:19:19 +00:00 |
dbaron%dbaron.org
|
63f39c4bd1
|
Make bz's bustage fix actually compile. b=315826
|
2006-04-17 02:03:16 +00:00 |
dbaron%dbaron.org
|
f918b227ef
|
Fix initializer-reordering warnings. b=315826
|
2006-04-17 02:01:01 +00:00 |
dbaron%dbaron.org
|
52d263fc8a
|
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
|
7b09461e30
|
Fixing linux bustage; bug 315826
|
2006-04-17 01:58:36 +00:00 |
timeless%mozdev.org
|
58267752ba
|
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 |