Mark Finkle
|
8bb33dc7e1
|
Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey]
--HG--
extra : rebase_source : 39d5bb6c6d4d3165dcb10bded80a2aa9da7cb98e
|
2011-09-29 10:44:03 -04:00 |
|
Kyle Huey
|
11a44062fa
|
Merge backout.
|
2011-09-29 15:19:28 -04:00 |
|
Kyle Huey
|
cff8ea3636
|
Back out the code changes from Bug 687332 until we figure out a compat story.
|
2011-09-29 15:18:58 -04:00 |
|
Kyle Huey
|
bb038e3359
|
Bug 687332: Fix up update tests.
|
2011-09-29 12:06:36 -04:00 |
|
Kyle Huey
|
c9eb9b4cd7
|
Bug 687332: Fix an opt-only linking error by including the header that has the body of the inline function in question.
|
2011-09-29 12:06:36 -04:00 |
|
Kyle Huey
|
449047ac82
|
Bug 687332: Move inline event listeners on EventSource to the event listener manager. r=smaug
|
2011-09-29 12:06:35 -04:00 |
|
Kyle Huey
|
6555135ee6
|
Bug 687332: Move inline event listeners on XHR to the event listener manager. r=smaug
|
2011-09-29 12:06:35 -04:00 |
|
Kyle Huey
|
e19cb7eb57
|
Bug 687332: Move inline event listeners on FileReader to the event listener manager. r=smaug
|
2011-09-29 12:06:35 -04:00 |
|
Kyle Huey
|
99f348a3f5
|
Bug 686941: Make nsIDocument::mCachedRootElement a weak pointer. r=smaug
|
2011-09-29 12:06:35 -04:00 |
|
Kyle Huey
|
0ba68de373
|
Bug 657994: Factor out common bits of FileReader. r=smaug
|
2011-09-29 12:06:35 -04:00 |
|
Michael Wu
|
d2b70213ac
|
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 |
|
Boris Zbarsky
|
cfd7013695
|
Bug 689564. Only forward event attributes on body/frameset to the window if we also forward the corresponding on* property. r=smaug
|
2011-09-28 11:54:50 -04:00 |
|
Jonas Sicking
|
46d7b33413
|
Bug 687400 - Adds a warning about isSameNode going to be removed. r=smaug
|
2011-09-27 12:07:11 +02:00 |
|
Ms2ger
|
cca1fce1f9
|
Bug 688190 part b: Add various warnings. r=bz
|
2011-09-27 12:19:02 +02:00 |
|
Mounir Lamouri
|
e743505ab6
|
Backout last two commits because of ownership issue.
|
2011-09-27 12:18:02 +02:00 |
|
Jonas Sicking
|
572eb25937
|
Bug 687400 - Adds a warning about isSameNode going to be removed. r=smaug
|
2011-09-27 12:07:11 +02:00 |
|
Mounir Lamouri
|
7e3f3d1424
|
Bug 688190 part b: Add various warnings. r=bz
|
2011-09-27 11:40:28 +02:00 |
|
Ms2ger
|
244eb9ee31
|
Bug 688190 part a: Allow using nsIDocument::WarnOnceAbout for more cases. r=bz
|
2011-09-27 10:18:25 +02:00 |
|
Dão Gottwald
|
2d34c7d178
|
merge backout
|
2011-09-27 10:53:28 +02:00 |
|
Dão Gottwald
|
a91d2fa513
|
Backed out changeset da0d9bc38cad
|
2011-09-27 10:52:51 +02:00 |
|
Dão Gottwald
|
1660df95eb
|
merge backout
|
2011-09-27 10:52:18 +02:00 |
|
Dão Gottwald
|
c476157e2d
|
Backed out changeset 58d2b33f0e0d
|
2011-09-27 10:51:42 +02:00 |
|
Masatoshi Kimura
|
58b364fbd7
|
automated test for bug 669049, r=sicking
|
2011-09-27 10:40:36 +02:00 |
|
Ms2ger
|
ac8ccc1efe
|
Bug 688190 part b: Add various warnings. r=bz
|
2011-09-27 10:18:50 +02:00 |
|
Ms2ger
|
673a8c1f27
|
Bug 688190 part a: Allow using nsIDocument::WarnOnceAbout for more cases. r=bz
|
2011-09-27 10:18:25 +02:00 |
|
David Zbarsky
|
98b91d54fa
|
Bug 682367 - Call nsINode::GetChildAt less. r=smaug
|
2011-09-27 09:54:58 +02:00 |
|
Boris Zbarsky
|
9650749711
|
Bug 677643 part 2. Clone the URI argument when loading external stylesheets from a <link> element to work around content policies mutating the URI. r=jlebar
|
2011-09-26 18:03:16 -04:00 |
|
Boris Zbarsky
|
29daf0fda9
|
Bug 185236 part 5. Fire load and error events on stylesheet linking elements. r=peterv
|
2011-09-26 17:27:13 -04:00 |
|
Mats Palmgren
|
24bda5455f
|
Bug 686581 - Implement -moz-is-resource-document media query. r=roc
|
2011-09-24 10:28:54 +02:00 |
|
Jonas Sicking
|
8fae097f9c
|
Bug 687087 part 3. Implement XHR.responseType="moz-chunked-text" and XHR.responseType="moz-chunked-arraybuffer". r=smaug on code changes, rs=smaug on tests.
|
2011-09-23 18:57:36 -07:00 |
|
Jonas Sicking
|
d51a0e15c7
|
Bug 687087 part 2: Clean up how we handle text decoding so that we don't re-charset-decode unless really needed. r=smaug
|
2011-09-23 18:57:36 -07:00 |
|
Jonas Sicking
|
b6cc9eef20
|
Bug 687087 part 1: Always fire a "progress" event before onload if we've received data since the last progress event. Also ensure that event..loaded on progress events have the correct value for all response-types. r=smaug
|
2011-09-23 18:57:22 -07:00 |
|
Jesse Ruderman
|
e5ee3c8933
|
Test for bug 682463.
|
2011-09-24 02:56:38 +02:00 |
|
Mats Palmgren
|
a37d34b2f5
|
Bug 682463 - "ASSERTION: unexpected disconnected nodes" with DOM range, splitText. r=smaug
|
2011-09-24 02:56:38 +02:00 |
|
Ehsan Akhgari
|
32f203bf83
|
Bug 686032 - Test for bug 622088 conceals its location after it's done; r=ted,jlebar
|
2011-09-23 16:30:07 -04:00 |
|
Boris Zbarsky
|
f10439f0b5
|
Bug 684671. Allow the onreadystatechange getter/setter on Document.prototype to not throw even if its |this| is bogus. r=peterv,sicking
|
2011-09-23 01:03:50 -04:00 |
|
Boris Zbarsky
|
5bd5d4d6c7
|
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
|
2011-09-23 01:03:50 -04:00 |
|
Gabor Krizsanits
|
d12dec5707
|
Bug 678465 - 'document-element-inserted' doesn't fire on ImageDocument; r=sicking
|
2011-09-22 17:35:25 +01:00 |
|
Masayuki Nakano
|
abc2c917ae
|
Bug 543789 part.1 Add DOM3 composition events r=smaug, sr=roc
|
2011-09-22 18:17:40 +09:00 |
|
Luke Wagner
|
f1c2cdd326
|
Bug 684526 - Unify jsval and js::Value (r=jorendorff)
--HG--
extra : rebase_source : 5655602775d575bb5adba0a8fc4c20621f393a67
|
2011-09-19 09:34:49 -07:00 |
|
Patrick McManus
|
959b94216e
|
bug 686312 - websockets should not reject non character utf-8 sequence as invalid r=dbaron
|
2011-09-20 18:13:43 -04:00 |
|
Patrick McManus
|
132a8b4129
|
687295 - disable websockets deprecated deflate-stream extension due to thin vnc interop problem r=bz
|
2011-09-20 17:04:57 -04:00 |
|
Boris Zbarsky
|
70b13b1eaf
|
Bug 444641 part 2. Factor out the channel owner setting from docshell so other consumers can use it too. r=jst,dveditz
|
2011-09-20 17:00:42 -04:00 |
|
Boris Zbarsky
|
73cb28130e
|
Bug 444641 part 1. Factor out IsAboutBlank into nsNetUtil.h. r=jduell,jst
|
2011-09-20 17:00:41 -04:00 |
|
Ehsan Akhgari
|
1776a4daac
|
Merge the last green changeset of mozilla-inbound to mozilla-central
|
2011-09-20 10:22:17 -04:00 |
|
Olli Pettay
|
37514e6e95
|
Bug 686449 - Make ProcessingInstruction inherit from CharacterData, r=sicking
|
2011-09-20 08:08:00 +03:00 |
|
Olli Pettay
|
fc75f23baf
|
Bug 432698 - mouseenter and mouseleave, r=masayuki
--HG--
extra : rebase_source : 2664d2655546602edc88bcadc7dd981b01d76820
|
2011-09-18 02:45:14 -05:00 |
|
Olli Pettay
|
3e3400ebbc
|
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
|
09c97f4a38
|
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
|
2011-09-18 11:22:17 +02:00 |
|
Ehsan Akhgari
|
8024c114f3
|
Merge the last green changeset of mozilla-inbound to mozilla-central
|
2011-09-16 09:31:43 -04:00 |
|