Boris Zbarsky
|
7483a910e3
|
Bug 489925 and bug 522030 branch-safe fix. Hold strong refs in the id table. r=jst
|
2009-10-13 16:51:02 -04:00 |
|
Boris Zbarsky
|
c3214c55a5
|
Backed out changeset c5fe17b1caa9 (bug 489925)
|
2009-10-13 15:39:31 -04:00 |
|
Dão Gottwald
|
0153f907d0
|
Backed out unintended commit
|
2009-10-13 19:23:48 +02:00 |
|
Dão Gottwald
|
a1c4f0ea5b
|
x
|
2009-10-13 16:56:06 +02:00 |
|
Peter Van der Beken
|
c5aa7c86a4
|
Part 2 of fix for bug 518669 (Remove a QI and AddRef/Release from nsNodeUtils::CloneAndAdopt). r=bz.
--HG--
extra : rebase_source : a95980c030e204786f83fb7bb1ed68e825f9c5d4
|
2009-09-28 22:33:30 +02:00 |
|
Peter Van der Beken
|
0aa21449ad
|
Part 1 of fix for bug 518669 (Remove a QI and AddRef/Release from nsNodeUtils::CloneAndAdopt). r=bz.
--HG--
extra : rebase_source : 27c23cc1871c5fe6152fc6dba14f4c1c7c54338a
|
2009-09-28 22:33:29 +02:00 |
|
L. David Baron
|
125bd1103e
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
|
Matin Movassate
|
4bb47ecb1e
|
Bug 507805: Support FileRequest API for reading Files. r/sr=sicking
|
2009-10-07 01:30:26 -07:00 |
|
Matin Movassate
|
f08a105d74
|
Bug 491201 - Turn on XHR::Send tests, wrap the call to nsIFile.remove in try/catch to avoid orange on Windows machines.r+sr=sicking
|
2009-09-15 16:53:32 -07:00 |
|
Jonas Sicking
|
0d2f92b52e
|
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 |
|
Boris Zbarsky
|
6476afe861
|
Bug 519905. Avoid some QIs to nsWrapperCache. r=peterv
|
2009-10-05 19:16:22 -04:00 |
|
Ms2ger
|
4985076329
|
Bug 520353. querySelector(), querySelectorAll() and mozMatchesSelector() handle null and undefined incorrectly. r=bzbarsky
|
2009-10-05 19:16:22 -04:00 |
|
Henri Sivonen
|
bc5244f7c3
|
Test for bug 505783 - Do not ignore xml:base in HTML DOMs. r=sicking.
|
2009-10-02 19:46:23 +03:00 |
|
Chris Jones
|
d215e057fe
|
Merge backout
|
2009-10-02 18:09:39 -05:00 |
|
Chris Jones
|
08de77b6a4
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Boris Zbarsky
|
55a02d19fe
|
Update comment to reflect reality; no bug
|
2009-10-02 15:00:44 -04:00 |
|
Olli Pettay
|
782a78997f
|
Bug 488274 - Crash [@ nsObjectLoadingContent::OnStartRequest] with object, DOMAttrModified and colorpicker. r=jst, sr=bz
|
2009-10-02 15:48:23 +02:00 |
|
Blair McBride
|
9cdc2ead10
|
Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh
|
2009-10-02 13:26:04 +02:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Ben Newman
|
c68af46729
|
Bug 518003 - implement function to check whether element matches a CSS selector. r+sr=bzbarsky
--HG--
extra : rebase_source : 67a7867a5cca52c867a8ee7daeea1bd1e613f1bc
|
2009-09-30 15:17:14 -07:00 |
|
Nochum Sossonko
|
33de430128
|
Bug 513461 - Implement pseudo classes for lightweight theme handling. r=dao,dbaron
|
2009-10-02 08:22:18 +02:00 |
|
Robert O'Callahan
|
34fb2c86a0
|
Bug 396392. Fix test to not assume that the height of a block matches the height of the text inside it.
--HG--
extra : rebase_source : a733ab3f27f2c54a09ad28c8274c119ac0edbe11
|
2009-09-25 17:18:21 +12:00 |
|
Boris Zbarsky
|
25c2a2fded
|
Bug 488249 followup. Make some more HTML nodeinfos use the right namespace.
|
2009-10-01 11:54:10 -04:00 |
|
David Zbarsky
|
8d8553ee41
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Daniel Holbert
|
d369b7dab0
|
Bug 519883: Use PRPackedBool instead of PRBool for bitfields in nsObjectLoadingContent. r=sicking
|
2009-10-01 00:18:12 -07:00 |
|
Boris Zbarsky
|
7f82173541
|
Bug 514425. Be a little more careful about our ClearForm calls. r=sicking
|
2009-09-30 18:56:50 -04:00 |
|
David Zbarsky
|
bb6a0e81f4
|
Bug 507762: Parse CSS style sheets independently of case-sensitivity, and instead check case correctly when using the stylesheets. r=dbaron
|
2009-09-28 23:07:45 -07:00 |
|
Shawn Wilsher
|
628afb918d
|
Merge for back out of changeset 50be346999f6 (bug 515494). This fix is not what we want.
|
2009-09-28 12:27:23 -07:00 |
|
Shawn Wilsher
|
58d4b4d270
|
Backed out changeset 50be346999f6 (bug 515494). This fix is not what we want.
|
2009-09-28 12:25:49 -07:00 |
|
Henri Sivonen
|
08400cbd56
|
Bug 500937 - Make the output of XMLSerializer more HTML-friendly. r=laurent, sr=jst.
|
2009-09-28 10:59:52 +03:00 |
|
Justin Lebar
|
b5b0c28999
|
Bug 209275 - Links' hrefs should be updated when a <base>'s href changes. r=bzbarsky
|
2009-09-25 12:50:26 -04:00 |
|
Serge Gautherie
|
a7ec56131c
|
Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range; (Cv1) Actually disable test ;-<
|
2009-09-25 04:24:47 +02:00 |
|
Serge Gautherie
|
c8bf6f032f
|
Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range; (Bv1) Disable test (which fails on MacOSX, Windows)
|
2009-09-24 18:57:47 -07:00 |
|
Paul O’Shannessy
|
1f9630e89e
|
merge. CLOSED TREE
|
2009-09-24 15:11:39 -07:00 |
|
Paul O’Shannessy
|
25d9c99012
|
backing out 00377b2a7c75 (bug 209275) due to mochitest timeouts
|
2009-09-24 15:05:54 -07:00 |
|
liucougar
|
5104b445c7
|
Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range
r=roc sr=(jonas, roc)
|
2009-09-24 23:01:48 +02:00 |
|
Justin Lebar
|
b3e255230a
|
Bug 209275 - Links' hrefs should be updated when a <base>'s href changes. r=bzbarsky
|
2009-09-24 13:59:43 -04:00 |
|
Boris Zbarsky
|
51e7cd5b8d
|
Bug 478251. Implement the Null and Undefined annotations from webidl in quickstubs. r=jst,bsmedberg,jorendorff
|
2009-09-24 13:59:43 -04:00 |
|
Daniel Holbert
|
dc13c359cc
|
Bug 474049: followup bustage fix for Solaris -- use .get() to explicitly return a normal pointer from nsGenericElement::GetSMILOverrideStyleRule. r=dbaron
|
2009-09-24 10:58:04 -07:00 |
|
Roy Frostig
|
049a9fbdc8
|
Bug 514732. Issue a DOM event for document resizing. r=smaug sr=roc
|
2009-09-11 16:13:56 -07:00 |
|
Neil Deakin
|
22715396a4
|
Bug 516076, pass a contextual window to focus controller methods, so that it retrieves the controller for the right window, r=neil,sr=smaug
|
2009-09-21 13:39:44 -04:00 |
|
Masayuki Nakano
|
7a8364995b
|
Bug 517787 Clicking a partially off-screen link shouldn't scroll the page (again) r=enndeakin
|
2009-09-22 00:58:16 +09:00 |
|
Shawn Wilsher
|
c1cbb80a67
|
Bug 515494 - Remove xlink support in nsGenericElement
r=sicking
sr=jst
--HG--
extra : rebase_source : 43601965bc6579c8940e97b8df6bf2c1b6306873
|
2009-09-11 09:38:36 -07:00 |
|
Robert O'Callahan
|
6de615de1b
|
Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst
--HG--
extra : rebase_source : 0e8b9f424d50c2d9e346f7ff15834202a6c101d1
|
2009-09-04 16:49:18 +12:00 |
|
Bobby Holley
|
b2aea95670
|
Null-check document pointer. (Bug 516307) r=bzbarsky
|
2009-09-16 12:01:18 -07:00 |
|
Olli Pettay
|
4235ec698d
|
Bug 511487 - XSLT transformation fails with onload in FF3.6a1, r=peterv
|
2009-09-16 12:09:12 +03:00 |
|
Olli Pettay
|
732cba625e
|
backout Bug 313646
--HG--
extra : rebase_source : 5ff7e3a019f140ef26f5ac14210e19ad382e65f8
|
2009-09-15 18:44:35 +03:00 |
|
Olli Pettay
|
aedf7c466d
|
Bug 515287 - Don't trigger GC on every XHR completion, r=bz
|
2009-09-15 16:26:48 +03:00 |
|
Olli Pettay
|
c6fd8f3e85
|
Bug 313646 - synchronous XMLHttpRequest does not fire readystatechange event, r=justin.lebar,sicking, sr=jst
|
2009-09-15 12:27:12 +03:00 |
|
Brad Lassey
|
b4a2bec30c
|
bug 514351 - support HandheldFriendly meta tag r=jonas
|
2009-09-03 03:05:32 -04:00 |
|