Jared Wein
acbb8081e3
Backout revision 379147b5215f due to video controls not showing when viewing standalone videos (bug 689106). r=jonas
2011-10-03 20:46:40 -07:00
Michael Wu
ac54b41b01
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Gabor Krizsanits
cd94872103
Bug 678465 - 'document-element-inserted' doesn't fire on ImageDocument; r=sicking
2011-09-22 17:35:25 +01:00
Olli Pettay
e6263e038b
Bug 682886 - menuitem should be serialized as a container, r=sicking
2011-09-20 08:50:43 +03:00
Henri Sivonen
cb8d541480
Bug 685581 - Do not treat the empty string as a speculatively preloadable URL. r=bzbarsky.
2011-09-19 17:37:04 +03:00
Olli Pettay
1be1f28ff7
Bug 675166 - Make DocumentTypeNode to use NodeInfoManager of the document, r=sicking
...
--HG--
extra : rebase_source : c05867591dc394695c35de92a0c62ca5df9db1d6
2011-09-17 06:32:32 -07:00
Ms2ger
de459df995
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
2011-09-18 11:22:17 +02:00
Felix Fung
15053fd69e
Bug 577266 - Correct misspellings in source code
2011-09-06 17:20:35 -07:00
Henri Sivonen
5e72c4f4d1
Bug 657389 - nsHtml5MetaScanner should use PR_INT32_MAX instead of -1 as a special marker value for indeces. r=jonas.
2011-09-07 12:50:15 +03:00
Ms2ger
cecbef53f7
Bug 684807 - Annotate crashtest assertions on Android; r=philor
2011-09-06 18:35:43 +02:00
Ms2ger
ad2ed96c67
Bug 684469 - Various cleanup in nsHtml5TreeOpExecutor; r=hsivonen
2011-09-04 12:49:29 +02:00
Ed Morley
e93c221d99
Bug 683416 - C: Remove #ifdef TX_EXE codepaths now that it is never defined; r=khuey
2011-09-01 17:49:25 +01:00
Michael Wu
f1450f55a0
Bug 676188 - Misc misuses of PRBool caught by the compiler, r=jimm,jst,bz,dougt,roc,mak
2011-08-30 11:55:14 -07:00
Rob Campbell
c97ad1dabe
merge m-c to fx-team, clobbered windows
2011-08-29 12:19:08 -03:00
Matheus Kerschbaum
b4d5606c80
Bug 680625 part 0b: Remove more workarounds for past century compilers. r=ted
2011-08-26 00:35:13 +01:00
Mihai Sucan
dfbf0350aa
Bug 670896 - Add inner window ID and timestamp to nsIScriptError2; r=bzbarsky
2011-08-24 23:44:35 +03:00
Olli Pettay
5ad50ec627
Bug 680687, Follow COM rules - keep strong ref to object, r=jst
2011-08-23 15:57:29 +03:00
Rafael Ávila de Espíndola
827e56d87c
Bug 678209 - Fix c++0x initializer list error found by clang. r=jonas
...
The aLength argument is used in
CharacterDataChangeInfo info = {
PR_TRUE,
oldLength,
oldLength,
aLength
};
and the last field of CharacterDataChangeInfo is a PRUint32, so
aLength should be one to for this to be valid c++0x.
--HG--
extra : rebase_source : 267982352c7075a1189555cb6e0b8f025c57b036
2011-08-22 15:35:19 -04:00
Marco Castelluccio
622ca58757
Bug 612839 - Removed nsAHtml5FragmentParser. r=hsivonen
2011-08-14 10:39:26 -07:00
Malini Das
61b2c7d0dd
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- new tests. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Malini Das
840353c068
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Malini Das
5227ab39be
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
Ehsan Akhgari
6baad35fd7
Merge the latest green changeset on mozilla-inbound to mozilla-central
2011-08-09 08:09:13 -04:00
Jan Varga
e8159617e4
Bug 617528 Part 2 - Core implementation r=smaug
...
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
2011-08-08 19:31:32 +02:00
Marco Bonardo
39c11868d1
Merge mozilla-central and mozilla-inbound
2011-08-06 11:34:03 +02:00
Jan Varga
19734c6ec6
Bug 676236 - Add support for the <menuitem> element to the HTML parser (not enabled by default) r=hsivonen
2011-08-06 08:41:36 +02:00
Henri Sivonen
35b1c34c63
Tests for bug 613662 tweak - Comment out the part of the test that fail due to bug 676808. r=Olli.Pettay.
2011-08-05 15:56:34 +03:00
Henri Sivonen
c047b56d61
Tests for bug 613662 - Implement insertAdjacentHTML. r=bzbarsky.
2011-08-01 10:48:28 +03:00
Marco Bonardo
cbabd646d0
Backout changeset d43b06e79794 (Bug 612839) due to build bustage.
2011-08-04 11:02:49 +02:00
Robert Sesek
9783ce3df4
Bug 448168 - Apply |s/entires/entries/g|; r=roc
2011-08-04 09:04:29 +02:00
Marco Castelluccio
2b841ab5ea
Bug 612839 - Removed nsAHtml5FragmentParser. r=hsivonen
2011-08-03 19:54:55 +02:00
Daniel Holbert
e13b95722a
Bug 482919 followup: Add newline at end of nsHtml5Speculation.h to fix build warning. [whitespace-only]
2011-08-02 12:10:29 -07:00
Daniel Holbert
6a7a74ef96
Bug 675499 followup: Remove comma at end of enum list, to fix maemo build bustage.
2011-08-02 12:10:23 -07:00
Henri Sivonen
92c0e14f91
Bug 675499 - Transfer initially sniffed document charset through the speculative load queue to avoid race conditions. r=bzbarsky.
2011-08-02 20:45:38 +03:00
Henri Sivonen
54f558ce0e
Back out rev 7e84bd591246 due to mutation event behavior changes having invalidated the test.
2011-08-01 12:51:21 +03:00
Henri Sivonen
d8374650ca
Tests for bug 613662 - Implement insertAdjacentHTML. r=bzbarsky.
2011-08-01 10:48:28 +03:00
Henri Sivonen
94c21798db
Bug 563322 part 2 - Avoid calling nsScriptLoader::SetEnabled in the innerHTML setter when using the XML parser. r=Olli.Pettay.
2011-08-01 10:48:28 +03:00
Henri Sivonen
c73bb85f1b
Test for bug 563322 part 2 - Avoid calling nsScriptLoader::SetEnabled in the innerHTML setter when using the XML parser. r=Olli.Pettay.
2011-08-01 10:48:28 +03:00
Henri Sivonen
737855c256
Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky.
2011-08-01 10:48:24 +03:00
Boris Zbarsky
96741d1100
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
2011-07-29 14:30:00 -04:00
Boris Zbarsky
2fb5ce03cb
Back out changeset f5aecf9010ef (bug 672014) due to build bustage.
2011-07-29 15:29:01 -04:00
Boris Zbarsky
d5db66e419
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
2011-07-29 14:30:00 -04:00
Henri Sivonen
a76e3c768c
Bug 482909 part 2 - Implement an HTML/SVG/MathML sanitizer independently of parsers or serializers. r=bzbarsky.
2011-07-29 14:48:04 +03:00
Henri Sivonen
1265cea771
Bug 672081 - Stop feeding chardet when seeing an actionable late charset <meta>. r=bzbarsky.
2011-07-28 13:45:29 +03:00
Blake Kaplan
606f878177
Bug 673094 - Because " and > are weak LTR characters, we need to be more forceful in our attempts to have view-source be LTR. r=ehsan
2011-07-22 12:09:41 -07:00
Han Chang
82d0713909
Bug 640629 - Move timer declaration instances to prevent premature garbage collection from occuring and wiping out the timer instances before they get a chance to fire. r=jdm,gavin
2011-07-05 21:40:00 -04:00
Ms2ger
d2e65feee3
Bug 666665 - Remove isindex content code; r=sicking+hsivonen
2011-07-23 11:45:38 +02:00
Mats Palmgren
d01ef7f08f
Bug 672438 - Notify only if AppendChildTo succeeds. r=hsivonen
2011-07-20 22:22:27 +02:00
Yu-Hsun Lin
1692d6ba9c
Bug 486081. Remove nsTime. r=roc
...
Use TimeStamp/TimeDuration instead.
2011-07-19 11:20:50 -04:00
Markus Stange
6e87a7da96
Bug 667533 - Display application/json data as text. r=bzbarsky
2011-08-08 20:32:07 +02:00