Blake Kaplan
|
c057310e01
|
Bug 444322 - Ignore OnDataAvailable calls when we're executing a script. r+sr=bzbarsky
|
2008-12-11 14:20:45 -08:00 |
Blake Kaplan
|
62348da33d
|
Bug 466765 - Don't start the speculative parser twice. r+sr=jst
|
2008-12-11 14:20:44 -08:00 |
Ben Turner
|
f08f233265
|
Bug 460437 - 'innerHtml doesn't update DOM when Html markup goes from Invalid to Valid'. r+sr=mrbkap.
|
2008-12-07 16:15:52 -08:00 |
Masatoshi Kimura
|
3a3a37f47d
|
Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron
|
2008-12-06 11:08:26 -08:00 |
Daniel Holbert
|
61f320aa9d
|
Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes.
|
2008-12-05 11:52:01 -08:00 |
Masatoshi Kimura
|
31c5df869e
|
Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron
|
2008-12-05 18:31:00 +01:00 |
Neil Rashbrook
|
2ada5a0db5
|
Follow-on fixes for bug 17612 r+sr=mrbkap a=beltzner (grudgingly given that I should have filed a new bug)
|
2008-11-14 11:16:18 +00:00 |
Curtis Bartley
|
0b465581dc
|
Bug 464727. Skip newlines too, instead of skipping tabs twice and newlines not at all. r+sr=mrbkap, a=beltzner
|
2008-11-13 22:05:05 -05:00 |
Blake Kaplan
|
49eb1a7511
|
Bug 458440 - Turn speculative parsing back on and clean up the code a little. r+sr=jst
|
2008-11-11 10:52:40 -08:00 |
Curtis Bartley
|
a20f5060d4
|
SRC and HREF attributes turned into clickable links in view source. p=cbartley r+sr=mrbkap a=beltzner b=17612
|
2008-11-10 16:18:39 -05:00 |
Phil Ringnalda
|
538c9fb42a
|
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
|
2008-11-03 19:46:28 -08:00 |
Shawn Wilsher
|
79a89addfa
|
Backed out changeset 2c00478d356a (bug 458563) for orange
|
2008-11-01 18:16:40 -04:00 |
Mats Palmgren
|
a2ce44f7b7
|
Add tag soup HTML parser tests to mochitest suite. b=458563 r+sr=mrbkap
|
2008-11-01 21:27:18 +01: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 |
Taras Glek
|
ae50073263
|
Bug 458983: dead stuff in nsHTMLElement r+sr=mrbkap
|
2008-10-14 09:55:57 -07:00 |
Ben Newman
|
2e879f3987
|
Bug 448564. Better handling of sink context switches. r=mrbkap, sr=bzbarsky
|
2008-10-12 13:44:23 -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 |
Taras Glek
|
5c451361b8
|
Bug 458983: dead stuff in nsHTMLElement r+sr=mrbkap
|
2008-10-09 13:46:16 -07:00 |
Doug Turner
|
8137791649
|
Bug 458917 - Windows CE Cleanup. r/sr=stuart+bsmedberg
|
2008-10-08 20:51:54 -07:00 |
Blake Kaplan
|
a52a78014b
|
Temporarily disable speculative parsing to see its effect on tinderbox crashiness. r+sr=jst
|
2008-10-06 15:19:28 -07:00 |
Blake Kaplan
|
32a0c9d395
|
Bug 458145 - Don't allow random tags to close the body unexpectedly. r+sr=jst
|
2008-10-03 17:36:29 -07:00 |
Blake Kaplan
|
c2c3c2f8eb
|
Bug 458440 - Don't create a speculative parser for an empty string. Also, avoid doing work that the scanner will happily do for us. r+sr=jst
|
2008-10-03 14:11:12 -07:00 |
Blake Kaplan
|
7810144cb5
|
Bug 364315 - Fix threadsafety assertions and crashes by only releasing documents on the main thread and not starting two speculative parsers for the same nsParser. r+sr=jst
|
2008-10-01 17:09:21 -07:00 |
Blake Kaplan
|
109b544036
|
Bug 364315 - Implement speculative parsing. r+sr=jst
|
2008-09-30 23:48:47 -07:00 |
Matthew Gregan
|
b94c620992
|
Bug 457806 - "<source> child of <audio> causes HTML parser to enter infinite loop" [r+sr=mrbkap]
|
2008-09-30 23:58:02 -05:00 |
Daniel
|
02e96ca633
|
Bug 433065 - remove support for -moz-pre-wrap. r=dbaron sr=bz
|
2008-10-01 01:49:47 +02:00 |
Dave Townsend
|
b687587e84
|
Backed out changeset 961d90be2ba8 from bug 364315 due to random crashes in
tests.
|
2008-09-30 13:08:20 +01:00 |
Blake Kaplan
|
428671d01a
|
Bug 364315 - Speculatively look for URLs in the document while the parser waits for a script to download and execute. This should show a decent speedup, especially on mobile. Currently, this only finds other <script>s to preload, but hopefully we'll extend it to images and stylesheets as well. r+sr=jst
|
2008-09-29 21:19:43 -07:00 |
Blake Kaplan
|
84beef638b
|
Bug 455043 - Remove HTML3 quirks mode. r+sr=jst
|
2008-09-26 15:43:37 -07:00 |
Olli Pettay
|
600428c42f
|
Bug 433533 - Attributes stored using enum value don't keep the 'caseness', r+sr=sicking
|
2008-09-26 13:39:18 +03:00 |
Taras Glek
|
15ba12b39c
|
bug 454502: prbool issues in html parser. r+sr=mrbkap
|
2008-09-09 17:42:04 -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 |
Benjamin Smedberg
|
ed40001ad9
|
Bug 445570 - parser autostring allocated on the heap, r=mrbkap
|
2008-07-17 11:23:00 -04:00 |
Blake Kaplan
|
de50ace5ca
|
Ensure that we call WillBuildModel. bug 420008, r+sr=bzbarsky
|
2008-07-15 11:35:07 +02:00 |
timeless
|
744522326f
|
Protect the scanner from OOM when appending new data. bug 430574, r=mrbkap sr=jst
|
2008-07-14 15:05:15 +02:00 |
Blake Kaplan
|
a2ba7d589b
|
Allow <link> to be opened, even as the direct child of a <table>. bug 436722, r+sr=sicking
|
2008-07-14 15:00:43 +02:00 |
Mike Hommey
|
b37dfdda9a
|
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 |
Chris Double
|
91826e2fd0
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12: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 |
jruderman@hmc.edu
|
2a1f88964b
|
Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner
|
2008-04-10 21:38:25 -07:00 |
timeless@mozdev.org
|
b0e4df4591
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
timeless@mozdev.org
|
7f880e43ef
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
timeless@mozdev.org
|
022712406a
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-03-19 14:19:35 -07:00 |
mrbkap@gmail.com
|
0e57506436
|
Ensure that CanPropagate and CreateContextStackFor are consistent. bug 423373, r+sr=sicking a=beltzner
|
2008-03-17 13:24:00 -07:00 |
timeless@mozdev.org
|
6b72658efd
|
Bug 3004 Remove debug robot from build removed robot from the build, this removes it from cvs NPOB toolkit changes r=luser, a=luser
|
2008-03-16 13:30:40 -07:00 |
reed@reedloden.com
|
5682ff6453
|
Bug 311366 - "should make custom elements able to contain blocks (<section>)" [p=mrbkap@gmail.com (Blake Kaplan) r=sicking sr=jst a1.9=beltzner]
|
2008-03-14 08:15:29 -07:00 |
timeless@mozdev.org
|
5d9b4b115c
|
Bug 3004 Remove debug robot from build r=mrbkap sr=jag a=dsicore So Long, and Thanks for All the Fish
|
2008-03-12 01:15:55 -07:00 |
reed@reedloden.com
|
20850172a7
|
Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner]
|
2008-03-08 01:44:35 -08:00 |
bent.mozilla@gmail.com
|
827ac24e1e
|
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
|
2008-03-06 12:14:33 -08:00 |
bzbarsky@mit.edu
|
ed92494ec4
|
Revert the change to RequiresBody. In particular, an <input type="Hidden"> needs to not require it, for now... Bug 418464, r+sr=mrbkap, a=jonas
|
2008-03-05 12:46:21 -08:00 |