edburns%acm.org
9fb81d2764
First step on allowing JAVADom to run on NativeEventThread. Have no
...
public native methods. Have each formerly public native method now be a
package private method with the same name as before, but the string
"native" prepended, and the first letter of the old name capitalized.
Have a new public method with the same name as the old method with a
body that calls through to the corresponding native method, passing args
correctly.
Next step will be to provide a threading solution from webclient.
M dom/classes/org/mozilla/dom/AttrImpl.java
M dom/classes/org/mozilla/dom/CharacterDataImpl.java
M dom/classes/org/mozilla/dom/DOMAccessor.java
M dom/classes/org/mozilla/dom/DOMImplementationImpl.java
M dom/classes/org/mozilla/dom/DocumentImpl.java
M dom/classes/org/mozilla/dom/DocumentTypeImpl.java
M dom/classes/org/mozilla/dom/ElementImpl.java
M dom/classes/org/mozilla/dom/EntityImpl.java
M dom/classes/org/mozilla/dom/NamedNodeMapImpl.java
M dom/classes/org/mozilla/dom/NodeImpl.java
M dom/classes/org/mozilla/dom/NodeListImpl.java
M dom/classes/org/mozilla/dom/NotationImpl.java
M dom/classes/org/mozilla/dom/ProcessingInstructionImpl.java
M dom/classes/org/mozilla/dom/events/EventImpl.java
M dom/classes/org/mozilla/dom/events/MouseEventImpl.java
M dom/classes/org/mozilla/dom/events/UIEventImpl.java
M dom/jni/org_mozilla_dom_AttrImpl.cpp
M dom/jni/org_mozilla_dom_CharacterDataImpl.cpp
M dom/jni/org_mozilla_dom_DOMAccessor.cpp
M dom/jni/org_mozilla_dom_DOMImplementationImpl.cpp
M dom/jni/org_mozilla_dom_DocumentImpl.cpp
M dom/jni/org_mozilla_dom_ElementImpl.cpp
M dom/jni/org_mozilla_dom_EntityImpl.cpp
M dom/jni/org_mozilla_dom_NamedNodeMapImpl.cpp
M dom/jni/org_mozilla_dom_NodeImpl.cpp
M dom/jni/org_mozilla_dom_NodeListImpl.cpp
M dom/jni/org_mozilla_dom_NotationImpl.cpp
M dom/jni/org_mozilla_dom_ProcessingInstructionImpl.cpp
M dom/jni/org_mozilla_dom_events_EventImpl.cpp
M dom/jni/org_mozilla_dom_events_MouseEventImpl.cpp
M dom/jni/org_mozilla_dom_events_UIEventImpl.cpp
git-svn-id: svn://10.0.0.236/trunk@221779 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 16:13:03 +00:00
pedemont%us.ibm.com
27c1e2e64d
Bug 371828 - Need to generate events for midifer keys. r=mento.
...
git-svn-id: svn://10.0.0.236/trunk@221778 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 16:04:40 +00:00
thomas.benisch%sun.com
732fcbf3fa
Bug 349520 working hours for calendar-multiday-view r=lilmatt ui-r=dmose
...
git-svn-id: svn://10.0.0.236/trunk@221777 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 15:35:35 +00:00
mattwillis%gmail.com
c1323704cc
bug 334685 - Removing obsolete calendarMail.js. Replaced by iMIP/iTIP support.
...
git-svn-id: svn://10.0.0.236/trunk@221776 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 15:02:49 +00:00
gijskruitbosch%gmail.com
3e7079668b
Bug 348216 - Join Channel should select the first channel in the list
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only.
git-svn-id: svn://10.0.0.236/trunk@221774 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 12:55:33 +00:00
gavin%gavinsharp.com
5ee8270181
Fix windows unit test bustage by reverting previous change (bug 332389 comment 24)
...
git-svn-id: svn://10.0.0.236/trunk@221773 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 11:10:11 +00:00
smontagu%smontagu.org
eca733c56e
Update comments to nsIUnicodeEncoder::Convert() to include NS_OK_UENC_MOREINPUT in the possible return values. Bug 366147, r=jshin, sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@221772 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 09:59:12 +00:00
joshmoz%gmail.com
16cd7cb165
remove unnecessary exception handling code in unit test for bug 332389. r=jwalden
...
git-svn-id: svn://10.0.0.236/trunk@221771 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 09:19:40 +00:00
joshmoz%gmail.com
816a4d4554
xpcshell unit test for bug 332389, ensure that GetParent() returns nsnull at the top of the volume. patch by Wladimir Palant. b=332389 r=josh
...
git-svn-id: svn://10.0.0.236/trunk@221770 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 07:42:59 +00:00
asqueella%gmail.com
71c9031250
Bug 368711 - (vc9-runtime) Need method for copying runtime DLLs when building with VC9/"Orcas"
...
p=Stefanik Gabor <netrolller.3d@gmail.com >
r=ted.mielczarek
git-svn-id: svn://10.0.0.236/trunk@221767 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 06:09:48 +00:00
asqueella%gmail.com
be408224a3
Bug 310651 - Full URL not displayed after cmd/ctrl/shift-enter and switching tabs
...
p=Edward Lee <edilee@gmail.com >
r=gavin
git-svn-id: svn://10.0.0.236/trunk@221766 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 06:06:26 +00:00
asqueella%gmail.com
1d982e0495
add mochitest for bug 373293 ("Style attribute is "transparent;" (missing property name)")
...
p=Ryan Jones <sciguyryan@gmail.com >
r=dbaron
git-svn-id: svn://10.0.0.236/trunk@221765 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 05:59:13 +00:00
asqueella%gmail.com
93c9182be8
Bug 371473 - Stack overflow when URLs (jar:, view-source:, etc) are nested too deeply
...
p=Ryan Jones <sciguyryan@gmail.com >
r=bzbarsky, sr=biesi
git-svn-id: svn://10.0.0.236/trunk@221764 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 05:56:45 +00:00
asqueella%gmail.com
81e3a0b9ee
decomtaminate nsIXULPrototypeCache (bug 364329)
...
r=smaug, sr=roc
git-svn-id: svn://10.0.0.236/trunk@221763 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 05:53:33 +00:00
ginn.chen%sun.com
2f32d8b89f
Bug 373325 Firefox crash randomly [@ nsAccessNode::GetRootAccessible]
...
patch by Evan.Yan at sun.com r=aaronleventhal
git-svn-id: svn://10.0.0.236/trunk@221762 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 05:41:31 +00:00
mrbkap%gmail.com
9d94c15fea
Investigate the srcnotes for more opcodes (even ones that don't have quite the right flag formats). bug 372364, r=brendan
...
git-svn-id: svn://10.0.0.236/trunk@221758 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 20:59:30 +00:00
philringnalda%gmail.com
3013ed092a
Bug 373506 - Stray checkmark in Thunderbird's View toolbar menulist, r=mscott
...
git-svn-id: svn://10.0.0.236/trunk@221757 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 20:56:15 +00:00
roc+%cs.cmu.edu
7dd2fd3ff9
Bug 372237. Never set TRUNCATED reflow status if the available height is unconstrained, even if the height happens to exceed the constant we use to indicate unconstrained height. r+sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@221756 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 20:34:15 +00:00
roc+%cs.cmu.edu
aed2475015
Bug 372237. Make DoDeletingFrameSubtree skip overflowOutOfFlow child lists since they contain out-of-flow frames. r+sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@221755 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 20:29:20 +00:00
mrbkap%gmail.com
153c0b37e6
Implement ES4's /y option on regular expressions. This is useful for scripts that want to use regular expressions for lexical scanning and don't want to have to chop the input string and use ^ to avoid O(n^2) lexing time. bug 371932, r=crowder
...
git-svn-id: svn://10.0.0.236/trunk@221753 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 19:36:59 +00:00
mrbkap%gmail.com
ed903f8362
Always do the JSOP_PUSHOBJ replacement magic, even if the current call op didn't push anything. bug 372563, r=igor
...
git-svn-id: svn://10.0.0.236/trunk@221752 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 19:28:54 +00:00
mrbkap%gmail.com
7964e32d06
Create a new opcode (JSOP_FORCONST) to use when doing a for-in with a const as the lhs. This also reclaims the useless JSOP_STARTITER. bug 372565, r=brendan
...
git-svn-id: svn://10.0.0.236/trunk@221751 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 19:25:58 +00:00
mrbkap%gmail.com
f5e3137221
Clear inXML after processing names that could have set us to be inXML. bug 372564, r=jwalden
...
git-svn-id: svn://10.0.0.236/trunk@221750 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 19:23:28 +00:00
martijn.martijn%gmail.com
57d7ffbc1a
Reftest for bug 325486 - Input element default value invisible when overflowing parent div, r=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@221749 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 19:09:33 +00:00
mattwillis%gmail.com
1d32f32b21
bug 373530 - Add missing accesskey to General prefs tab. Patch by Cédric Corazza <cedric.corazza@wanadoo.fr>, r=lilmatt
...
git-svn-id: svn://10.0.0.236/trunk@221748 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 19:04:07 +00:00
mvl%exedo.nl
e5485a4be1
bustage fix from bug 370079
...
git-svn-id: svn://10.0.0.236/trunk@221747 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 18:44:20 +00:00
peterv%propagandism.org
7048cd9914
Backout to try to fix orange mochitest on OS X.
...
git-svn-id: svn://10.0.0.236/trunk@221746 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 18:17:11 +00:00
neil%parkwaycc.co.uk
42d7154a7a
Manuel Reimer's new bookmark, offline and security icons b=348720 r+sr=me
...
git-svn-id: svn://10.0.0.236/trunk@221745 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 17:46:16 +00:00
mvl%exedo.nl
158ec7c660
bug 370079: better wording of error messages when import fails with a common error. r=lilmatt
...
git-svn-id: svn://10.0.0.236/trunk@221744 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 17:04:29 +00:00
peterv%propagandism.org
cec4c8799b
Fix for bug 372960 (Make XPConnect traverse more JS edges). r=brendan, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@221743 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 15:03:00 +00:00
Olli.Pettay%helsinki.fi
7c3b6ed3e6
Bug 368773, Cycle collect nsXBLResourceLoader::mBoundElements, r+sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@221742 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 11:56:09 +00:00
lpsolit%gmail.com
882088aa49
Bug 354868: Race condition when changing user privs in editusers.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
...
git-svn-id: svn://10.0.0.236/trunk@221741 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 11:55:21 +00:00
lpsolit%gmail.com
55fba3a20d
Bug 371774: process_bug.cgi should only validate longdesclength on mid-air collision - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
...
git-svn-id: svn://10.0.0.236/trunk@221740 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 11:50:59 +00:00
jruderman%hmc.edu
2d817a95ee
Bug 373464, Shutdown crash [@ nsContentUtils::DropScriptObject]. r+sr=peterv.
...
git-svn-id: svn://10.0.0.236/trunk@221739 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 10:46:06 +00:00
surkov.alexander%gmail.com
d71065dc8e
=Fix for bug 372367 - nsIAccessible::isEditable is dead. r=aaronlev
...
git-svn-id: svn://10.0.0.236/trunk@221738 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 07:02:13 +00:00
reed%reedloden.com
450091988d
I missed two from my patch in bug 366466. s/Cancelled/Canceled/ [p=reed r=mkanat@IRC a=mkanat@IRC]
...
git-svn-id: svn://10.0.0.236/trunk@221737 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 04:24:11 +00:00
robert%accettura.com
b969595ca6
Rogue period.
...
git-svn-id: svn://10.0.0.236/trunk@221736 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 04:20:17 +00:00
reed%reedloden.com
792703972c
Bug 366466 - "flag notification mail has canceled spelled incorrectly" [p=reed r=timeless a=mkanat]
...
git-svn-id: svn://10.0.0.236/trunk@221735 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 04:11:18 +00:00
robert%accettura.com
f0f8fb7139
Various other small fixes.
...
git-svn-id: svn://10.0.0.236/trunk@221734 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 04:10:12 +00:00
mkanat%bugzilla.org
aa59481dab
Bug 373511: InnoDB conversion can fail silently
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org > (module owner) a=mkanat
git-svn-id: svn://10.0.0.236/trunk@221733 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 04:07:13 +00:00
robert%accettura.com
a3223ae705
Whitespace fixes.
...
git-svn-id: svn://10.0.0.236/trunk@221732 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 03:15:24 +00:00
robert%accettura.com
7eaf57033d
Small optimizaiton
...
git-svn-id: svn://10.0.0.236/trunk@221731 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 03:14:42 +00:00
jwalden%mit.edu
bf04147a22
Fix previous checkin -- bug 373362 strikes again!
...
git-svn-id: svn://10.0.0.236/trunk@221730 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 03:11:22 +00:00
robert%accettura.com
2dc98b6276
Add error documents to handle things like 404's. Just polish really.
...
git-svn-id: svn://10.0.0.236/trunk@221729 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 03:10:39 +00:00
robert%accettura.com
ef0ba82354
Use images for errors in screenshots. This ensures that they are viewable even when embedded in a page.
...
git-svn-id: svn://10.0.0.236/trunk@221728 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 02:57:53 +00:00
robert%accettura.com
8f03f45f8c
Add a little spacing between username/password on login page.
...
git-svn-id: svn://10.0.0.236/trunk@221727 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 02:33:46 +00:00
robert%accettura.com
5b58df9856
Better error text for DB connection failure.
...
git-svn-id: svn://10.0.0.236/trunk@221726 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 02:28:40 +00:00
robert%accettura.com
2fd975c3c9
Drop some old unused code.
...
git-svn-id: svn://10.0.0.236/trunk@221725 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 02:27:36 +00:00
robert%accettura.com
fefd6cadc5
Pretty up error dialog, add a back link, and some small whitespace cleanup to the stylesheet. Mainly using tabs consistantly.
...
git-svn-id: svn://10.0.0.236/trunk@221724 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 02:25:23 +00:00
jwalden%mit.edu
498b591778
Bug 279698 - Some .js files in jars are not stripped of license headers via preprocessing (pass 1). r=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@221723 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-11 02:21:48 +00:00