masayuki%d-toybox.com
95e5968ea5
Bug 388602 ###!!! ASSERTION: invalid array index: 'i < Length()' when loading some webpages r+sr=roc
2007-07-24 11:47:22 +00:00
asqueella%gmail.com
0c651d113b
fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
...
Store the generated content as a nsCOMArray<nsIContent>* property on frames to make its clean-up on frame destruction less fragile.
r+sr=roc
2007-07-23 23:31:12 +00:00
roc+%cs.cmu.edu
635fee776a
Bug 336959. Use Pango to break inside Thai/Lao runs. Patch by Theppitak Karoonboonyanan, r+sr=roc
2007-07-19 03:26:53 +00:00
cbiesinger%gmx.at
853778d9da
385118 make sure to set mInstantiating to false again before returning
...
r+sr=jst,bzbarsky
2007-07-19 00:28:39 +00:00
cbiesinger%gmx.at
08a9a36e4e
bug 309523 remove now-addressed XXX comment
...
r+sr=bz
2007-07-18 22:02:04 +00:00
bzbarsky%mit.edu
b93cf6e717
Propagate stylesheet principals through to XBL binding loads; streamline load
...
security checks in the XBL code (so that all the security checks are gated
through LoadBindingDocumentInfo). Bug 204140, r=dbaron for the CSS changes,
r=sicking for the XBL changes, sr=sicking.
In particular, this change allows user stylesheets loaded from local files to
link to local files.
2007-07-18 21:56:58 +00:00
cbiesinger%gmx.at
341e62049d
bug 347736 instantiate <embed> plugins by extension if we don't have a MIME type
...
r+sr=bz
2007-07-18 21:48:18 +00:00
cbiesinger%gmx.at
fecd6b7ed9
Bug 382113 make sure to add the request to the new loadgroup before removing it
...
from the old one so that onload doesn't fire before it should
Also make nsLoadGroup::AddRequest assert that the request isn't in the loadgroup yet
Finally, reenable the reftest that tests the <object> onload behaviour
r+sr=bz
2007-07-18 21:37:40 +00:00
bzbarsky%mit.edu
bdae7839e5
More consistent handling of principals for loads across docshell type
...
boundaries. Bug 388121, r+sr=jst
2007-07-18 01:47:07 +00:00
Olli.Pettay%helsinki.fi
86a034515f
Bug 386599, Recursive <object> with border hangs Firefox, r=biesi, sr=bz
2007-07-17 07:43:36 +00:00
flamingice%sourmilk.net
ff81db297a
Bug 330511, Plugin-in blocklisting, r+sr=jst
2007-07-14 00:28:06 +00:00
longsonr%gmail.com
6d0a97f8e0
Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas
2007-07-13 08:49:10 +00:00
bzbarsky%mit.edu
ee3679d650
Make attribute changes that also cause a state change properly reresolve style
...
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 20:05:49 +00:00
masayuki%d-toybox.com
a456a4318e
Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r+sr=roc
2007-07-12 15:52:52 +00:00
peterv%propagandism.org
4168c1dcd1
Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz.
2007-07-11 13:05:06 +00:00
neil%parkwaycc.co.uk
11d0936e48
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
...
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 08:46:49 +00:00
bzbarsky%mit.edu
9b6b7c9602
Don't start layout for XML just because the root has been opened. And don't
...
start layout until <html:head> closes if <html:head> gets opened. For XHTML
documents, this should prevent flashes of unstyled content.
Also, don't flush tags unless forced to if a sheet is pending.
Bug 380028, r+sr=sicking
2007-07-11 03:42:12 +00:00
bzbarsky%mit.edu
15dfe80590
Notify before firing mutation events. Bug 387460, r+sr=sicking
2007-07-11 01:14:55 +00:00
jwalden%mit.edu
53098ea62b
Bug 387503 - Convert nsINode bits to an anonymous enum, and make a macro into an inline function for better debugging. rs=sicking
2007-07-10 22:49:42 +00:00
bzbarsky%mit.edu
c5d86c99c1
Eliminate some uses of CheckSameOriginPrincipal in favor of Subsumes/Equals.
...
Bug 387204, r+sr=jst
2007-07-10 04:11:11 +00:00
dcamp%mozilla.com
f6d4f9ff68
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
2007-07-09 06:19:29 +00:00
philringnalda%gmail.com
0c71df3239
Bug 382947 - XMLHttpRequest should only set the charset in the Content-Type request header if we know the charset, patch by Ryan Jones <sciguyryan@gmail.com>, r=bzbarsky, sr=peterv
2007-07-09 02:33:07 +00:00
philringnalda%gmail.com
d65a6e5b92
Bug 386854 - Bustage build fix MOX_XUL disabled, patch by romaxa <romaxa@gmail.com>, r+sr=bzbarsky
2007-07-09 00:58:15 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
dbaron%dbaron.org
5a5bb8df24
Initialize mPendingInstantiateEvent to null. b=386889 r+sr=biesi
2007-07-05 22:44:27 +00:00
Olli.Pettay%helsinki.fi
5d525ee576
Bug 386802, Mutation events always fired during setting of innerHTML, r+sr=bz
2007-07-04 20:39:11 +00:00
enndeakin%sympatico.ca
a71cb5f411
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
2007-07-04 15:49:46 +00:00
mrbkap%gmail.com
f6005d1bc6
Don't be confused by misleading tag names. bug 386794, r+sr=sicking
2007-07-04 07:45:04 +00:00
peterv%propagandism.org
2ec3a5d5bf
Fix for bug 386656 (Security Error: Content at moz-nullprincipal:{8c0f4edc-0aac-45cc-8471-895f07bb1bb2} may not load or link to resource://gre/res/hiddenWindow.html during install of latest NTT Build). r/sr=jst.
2007-07-04 07:27:36 +00:00
mats.palmgren%bredband.net
5a0917c43a
Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst
2007-07-04 02:15:35 +00:00
sharparrow1%yahoo.com
46f2e6a0a8
Bug 386141: Switch NS_FRAME_IS_BOX to use IsFrameOfType. Patch by fantasai, r+sr=roc.
2007-07-03 22:11:29 +00:00
bzbarsky%mit.edu
026a3a198d
Fixing build bustage
2007-07-03 19:15:26 +00:00
bzbarsky%mit.edu
5d835b4b58
Propagate the principal responsible an image load all the way to
...
CanLoadImage/LoadImage in nsContentUtils, and use it for security checks
there. Bug 310165, r=sicking, sr=dbaron
2007-07-03 18:45:40 +00:00
roc+%cs.cmu.edu
fa95cf660f
Bug 386548. Remove nsTextTransformer. r+sr=mats
2007-07-02 23:37:00 +00:00
peterv%propagandism.org
b735a927d1
Fix for bug 326337 (XMLHttpRequest.responseXML permission denied if document.domain set). r=jst, sr=bz.
2007-07-02 13:20:01 +00:00
dbaron%dbaron.org
860fca83ca
Fix leak of nsJSRuntime due to unbalanced calls of HoldScriptObject (with null argument). b=386294 r+sr=jst
2007-06-30 03:06:04 +00:00
dbaron%dbaron.org
8c1da33bea
Add nsCycleCollector_shouldBeFreed calls for elements. b=385549 r+sr=jst
2007-06-30 03:00:51 +00:00
enndeakin%sympatico.ca
74130084f7
Bug 279703, backing out the popup changes due to performance regressions. sigh.
2007-06-29 22:39:50 +00:00
enndeakin%sympatico.ca
d6cdd07569
Bug 279703, backing out the popup changes due to performance regressions. sigh.
2007-06-29 22:16:06 +00:00
enndeakin%sympatico.ca
250695914b
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
2007-06-29 19:04:52 +00:00
peterv%propagandism.org
b188226d8f
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-28 02:48:22 +00:00
peterv%propagandism.org
3aef5b4f41
Backing out to fix orange.
2007-06-27 23:21:09 +00:00
peterv%propagandism.org
c08e0c73cb
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-27 22:29:54 +00:00
tor%cs.brown.edu
3c40c35c72
Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc
2007-06-27 19:02:59 +00:00
dveditz%cruzio.com
9c4fcfdd2e
bug 381264 nix 'track' method; r=biesi, sr=sicking
2007-06-26 09:28:38 +00:00
kherron%fmailbox.com
e27715b237
Disabling two tests by request of Christian Biesinger. Related to bug 382113.
2007-06-25 00:52:06 +00:00
cbiesinger%web.de
2d67eae12e
bug 382113 make the test pass for now (mark it as todo). will be reenabled
...
once the additional patch from the bug is checked in.
2007-06-23 14:31:37 +00:00
cbiesinger%web.de
95038aea6b
bug 382113 set LOAD_DOCUMENT_URI for <object> loads that load a document
...
so that things like onload events work correctly
r+sr=bz
2007-06-23 08:44:29 +00:00
timeless%mozdev.org
16bc6045b9
Bug 383901 having two different gNameSpaceManagers is confusing (at least to debuggers)
...
r=bz sr=bz
2007-06-20 05:23:50 +00:00
bzbarsky%mit.edu
c50a10a865
Make the ranges used by find code able to span anonymous content. Bug 384706,
...
r+sr=sicking
2007-06-19 03:01:04 +00:00