masayuki%d-toybox.com
fd5514c77b
Bug 316867 Should clean up the changed code by bug 55751 and bug 316715 r+sr=roc
2005-11-18 05:22:04 +00:00
masayuki%d-toybox.com
08a44cbfe0
Bug 316805 Should not use NS_ENSURE_TRUE in nsEventStateManager::GetKBStateControl #5557 r+sr=roc
2005-11-18 05:19:41 +00:00
ginn.chen%sun.com
7823b407f2
Bug 300125 Carets from other tabs appear on the same tab when re-enabling caret browsing mode
...
r=aaronleventhal sr=jst
2005-11-18 03:44:50 +00:00
Olli.Pettay%helsinki.fi
a41b6a076e
Bug 316569, Memory leak in XTF when using nsXTFInterfaceAggregator, r+sr=bryner
2005-11-17 21:16:12 +00:00
bzbarsky%mit.edu
81bdd1fa13
Use GetWindow() in more places where we want a window instead of going through
...
GetScriptGlobalObject. Bug 311830, r=bryner, sr=jst
2005-11-17 18:31:22 +00:00
bzbarsky%mit.edu
6d2d10784c
Add some documentation on restrictions on callee actions in
...
ShouldLoad/ShouldProcess. Bug 316296, r=biesi, sr=shaver
2005-11-17 18:17:32 +00:00
masayuki%d-toybox.com
be13856823
Bug 316715 should enable IME on applet and embed elements r+sr=roc
2005-11-17 03:36:38 +00:00
dbaron%dbaron.org
5eef7f6419
Fix leak of content node. b=316775 r+sr=bzbarsky
2005-11-16 22:58:55 +00:00
bzbarsky%mit.edu
8e00aebaa2
Finish fixing bug 279378 -- land part of patch for it that never quite made it
...
to the tree. r=aaronlev, sr=bryner
2005-11-16 22:17:58 +00:00
bsmedberg%covad.net
87e2c9bd63
Bug 316658 - XSLT makefiles (now in layout module) don't set LIBXUL_LIBRARY, causing libxul link warnings, r=darin
2005-11-16 20:33:35 +00:00
bsmedberg%covad.net
884a44f58e
Bug 315562 - non-MOZILLA_INTERNAL_API usage of dom/content headers, r=just
2005-11-16 20:29:29 +00:00
Olli.Pettay%helsinki.fi
f8acb59a06
Bug 315762, nsDOMAttribute::LookupPrefix and ::LookupNamespaceURI should return null if there is no parent element, r+sr=jst
2005-11-16 19:04:54 +00:00
bzbarsky%mit.edu
b7345ce6a8
Switch the name and id hashtable from strings to atoms. Atomize names in
...
general. Bug 315771, r=sicking, sr=jst
2005-11-16 02:55:29 +00:00
bzbarsky%mit.edu
e28b1599b2
Don't throw on DOM access to parts of an href just because the anchor has an
...
invalid URI. Return empty strings instead. Bug 299088, r=sicking, sr=jst
2005-11-16 02:05:56 +00:00
brettw%gmail.com
84f2f331b0
bug 271498: context menus should appear at cursor when using the keyboard
...
r=bryner
sr=roc
2005-11-15 02:00:32 +00:00
masayuki%d-toybox.com
7e718780b3
Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc
2005-11-14 23:55:24 +00:00
masayuki%d-toybox.com
3767450b23
backing out previous patch b=55751
2005-11-14 22:33:39 +00:00
bzbarsky%mit.edu
7ae29c9709
Remove aForce arg for ID table modifications. Bug 315770, r=sicking, sr=jst
2005-11-14 22:05:03 +00:00
masayuki%d-toybox.com
94e3cfbe0c
Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc
2005-11-14 21:32:16 +00:00
dbaron%dbaron.org
3c95294952
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
2005-11-14 20:09:51 +00:00
masayuki%d-toybox.com
136d5491f6
Bug 309075 Right-clicking a partially off-screen link shouldn't scroll the page r+sr=roc
2005-11-12 06:34:12 +00:00
bzbarsky%mit.edu
0a49bf368d
Fix bug 315189 and bug 315999 -- don't notify on nodes that are not in the DOM
...
yet. r+sr=jst
2005-11-11 23:05:33 +00:00
cbiesinger%web.de
abea88f49a
more debug bustage
2005-11-11 21:11:29 +00:00
cbiesinger%web.de
5d5af365f5
fixing debug bustage
2005-11-11 21:06:06 +00:00
mrbkap%gmail.com
aa6cb74938
bug 316049: We need to hold strong refs so that flushing doesn't nuke our presshell. r+sr=jst
2005-11-11 20:33:11 +00:00
cbiesinger%web.de
cb96a08471
Bug 309521 part I: Fire PluginNotFound events when the type of the content isn't
...
known and we'd show the nullplugin
r+sr=bz
2005-11-11 20:12:35 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bsmedberg%covad.net
e7f61e5986
From bug 304494, moving the tests which were in extensions/transformiix/resources
2005-11-10 16:31:32 +00:00
bsmedberg%covad.net
caee95c028
Bug 315401 - XPTI_GetInterfaceInfoManager is a bad signature and should be removed, r=darin sr=jst
2005-11-10 16:19:44 +00:00
cvshook%sicking.cc
4660644188
Bug 312592: Reduce amount of duplicated code in html contentsink.
...
r=mrbkap sr=peterv
2005-11-10 15:51:10 +00:00
bzbarsky%mit.edu
c95f75f97f
Throw if someone sets .tFoot to something that's not a <tfoot>, and similar
...
with .tHead. Bug 301685, r+sr=peterv
2005-11-10 15:46:32 +00:00
bzbarsky%mit.edu
cc66f0bcb5
Fix trunk-only GetElementById regression. Bug 311681, r=sicking, sr=jst
2005-11-09 21:52:06 +00:00
bzbarsky%mit.edu
06dc79df0f
Move the document's bidi state to actually live on the document, and remove
...
dependencies on nsPresContext in form submission. Fixes bugs 100533, 180861,
293171. r+sr=jst
2005-11-08 22:45:49 +00:00
jst%mozilla.jstenback.com
aceb3fb570
Fixing bug 305110. Make sure to set the internal flag bits correctly if an event is re-initialized. r+sr=bzbarsky@mit.edu
2005-11-07 22:22:49 +00:00
dbaron%dbaron.org
250c7628a4
Fix null check so it doesn't cause a leak. b=315427 r+sr=bryner
2005-11-07 20:53:47 +00:00
cvshook%sicking.cc
a94ba80d50
Followup patch for bug 311827. nsIContent::GetAttr now returns a bool.
...
r/sr=bz
2005-11-07 19:03:54 +00:00
timeless%mozdev.org
54a7d2552e
Bug 313035 'nsAutoGCRoot' : type name first seen using 'struct' now seen using 'class'
...
r=bz sr=bz
2005-11-05 00:46:18 +00:00
mrbkap%gmail.com
1bcf4e73fc
bug 312363: Use the security info of the dynamic context instead of the static context. r=jst sr=bzbarsky
2005-11-03 22:47:06 +00:00
dbaron%dbaron.org
4cc9efed8f
Back out 311569; see bug for discussion.
2005-11-03 16:35:28 +00:00
bsmedberg%covad.net
4197ed9e82
Removing old files which have been copies in CVS to content/xslt, see bug 304494
2005-11-02 20:12:13 +00:00
bsmedberg%covad.net
282d4fb1d1
Bug 304494 - Move extensions/transformiix -> content/xslt - r=peterv/sicking - CVS copies were performed to preserve CVS history, see https://bugzilla.mozilla.org/attachment.cgi?id=193073 for details
2005-11-02 17:34:14 +00:00
sicking%bigfoot.com
1d4c1631eb
Bug 182177: fix comments in nsIXSLTProcessor.idl
...
r=Pike sr=peterv
2005-11-02 07:43:14 +00:00
vladimir%pobox.com
cab25e1b32
b=255134, make nsICollation scriptable, r=jshin,sr=brendan
2005-11-02 07:43:13 +00:00
peterv%propagandism.org
9551f9cf33
Fix for bug 278157 (Need to correct xsl:number implementation). r=sicking, sr=jst.
2005-11-02 07:43:12 +00:00
cvshook%sicking.cc
6712535d58
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-11-02 07:43:11 +00:00
peterv%propagandism.org
285f49b55f
Fix for bug 297067 (First tag is not transformed). r=Pike, sr=jst.
2005-11-02 07:43:10 +00:00
bzbarsky%mit.edu
192304b260
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-11-02 07:43:09 +00:00
bzbarsky%mit.edu
2298c9e33f
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
...
changes, sr=jst
2005-11-02 07:43:08 +00:00
bzbarsky%mit.edu
13b97901e6
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
...
to it. Bug 313343, r=sicking, sr=jst
2005-11-02 07:43:07 +00:00
peterv%propagandism.org
cd9860bc2b
Fix for bug 205778 (document('') load of stylesheet conflicts with http cache). r=Pike, sr=bz.
2005-11-02 07:43:06 +00:00