timeless%mac.com
f8a92c48de
Bug 70857 [XUL Syntax]
...
Smaller CSS/JS/XBL patch, should allow XUL changes to go in easier
by andersma@luther.edu r=timeless sr=blake
2001-07-06 02:01:52 +00:00
waterson%netscape.com
5709f7405c
Bug 85422. Since nsIContent::GetDocument() may now sometimes return a null document back-pointer due to paint suppression, be extra paraniod with a sprinkle of null-check fairy dust. r=brendan, sr=attinasi
2001-07-04 05:54:09 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
brade%netscape.com
40ee14cda1
delete previous word keybindings (bug #57967 )
2001-06-28 13:04:11 +00:00
dougt%netscape.com
758f79ff72
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
dbaron%fas.harvard.edu
9d35ed31a4
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
harishd%netscape.com
dcad7932bb
84136[MLK] - Avoid getting document-parser-sink circularity by delaying StartDocumentLoad call.
...
r=heikki
sr=hyatt
a=asa
2001-06-20 01:11:56 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
scc%mozilla.org
a8fb409c6e
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
mkaply%us.ibm.com
f9c54cac29
#79667
...
r=brade, sr=alecf, a=asa for drivers
Code from jblanco to make Ctrl+Del delete to end of line on Windows
2001-06-15 12:07:24 +00:00
hyatt%netscape.com
d5e373a2c8
Fixes for 83027, 83892, and 80512. r/sr=blake,alecf,pink, sr=hewitt,blake, a=asa
2001-06-04 23:23:35 +00:00
arik%netscape.com
e3a24ec504
Moved PreventDefault() to after the space handling code so that it doesn't block the action from happening. Fixes bug 79483, r=ben, sr=hyatt.
2001-05-19 09:08:25 +00:00
jst%netscape.com
556608fe56
Fixing bug 81115 that causes the identity of event receivers and event targets to be incorrect in the case where the target/reveiver is an nsGenericElement or a nsGenericDOMDataNode. The problem was the those classes use the event listener manager as a tearoff but QI'ing that tearoff to nsISupports returns the event listener manager and not the element/node, this causes XPConnect to create different wrappers for the same element/node when the event listener tearoff is wrapped in stead of directly wrapping the element/node. This causes problems with event.target in JS, among other things. The solution for this problem was to create a separate tearoff that works correctly and leave the event listener manager alone since it can not be used as a tearoff in all cases. r=pollmann@netscape.com, sr=vidur@netscape.com
2001-05-19 07:02:50 +00:00
kin%netscape.com
21e3c3faca
(brade checking in as kin); fix 81243 (select all keybinding)
2001-05-16 23:40:43 +00:00
darin%netscape.com
b26d5adb54
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
brade%netscape.com
32a32bc200
fix os2 keybindings for ctrl-delete (delete to end of line); submitted by Jessica Blanco (jblanco@us.ibm.com); bug #79667
2001-05-10 14:48:22 +00:00
jst%netscape.com
f7460d0269
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
arik%netscape.com
bdbe6b224a
moving from using 32 to using nsIDOMKeyEvent::DOM_VK_SPACE to make the code more clear as per brendan's suggestion.
2001-05-03 22:26:06 +00:00
rbs%maths.uq.edu.au
4cb7d4deb1
Low hanging optimization: save some cycles by avoiding to copy strings. b=77659 r=waterson
2001-05-03 05:37:09 +00:00
arik%netscape.com
ffc7c7df2c
checking in the rest of the code that was accidentally not included. sorry all.
2001-05-02 02:59:17 +00:00
arik%netscape.com
e93a72a5c9
moved the spacebar handling code from js to c++ so that spacebar works for embedding apps. fixed bug 71760, r=brendan, sr=hyatt, a=blizzard.
2001-04-28 02:32:14 +00:00
brade%netscape.com
32304af1c0
remove selectAll (moved to the global file); r=akkana, sr=kin (bug#74643)
2001-04-26 19:41:12 +00:00
brade%netscape.com
074db000cf
put selectAll back in the global file; r=akkana, sr=kin (bug#74643)
2001-04-26 19:40:14 +00:00
heikki%netscape.com
4095a51dde
Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur.
2001-04-26 19:33:12 +00:00
hyatt%netscape.com
5ebeb25160
Fix for 76367. r=saari, sr=waterson, a=asa
2001-04-20 01:45:07 +00:00
hyatt%netscape.com
c210ea2241
Fix for 75189. r=jag, sr=attinasi
2001-04-11 03:55:19 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
hyatt%netscape.com
c9707ad906
Fix for 75189. r=jag.
2001-04-09 01:40:19 +00:00
sfraser%netscape.com
ae21d8429d
Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin
2001-04-04 23:48:03 +00:00
waterson%netscape.com
d95d2ab2a0
Fix more gcc-2.7.2.3 bustage. Whee\!
2001-04-04 08:26:32 +00:00
waterson%netscape.com
8e6365a96f
Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc
2001-04-04 05:00:08 +00:00
scc%mozilla.org
70de2e4a46
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
brade%netscape.com
65da8e0216
remove platform specific bindings; remove ids
2001-03-30 16:02:39 +00:00
brade%netscape.com
e081ebabc2
move certain keys to platform files; windows fixes
2001-03-30 16:00:31 +00:00
brade%netscape.com
84f74a651d
remove ids
2001-03-30 15:59:44 +00:00
brade%netscape.com
9678ff1f44
os2 keybinding changes
2001-03-30 15:58:55 +00:00
brade%netscape.com
7c4201519a
mac keybinding cleanup
2001-03-30 15:56:20 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
hyatt%netscape.com
a60ae23d7c
Checkin for 36665. r=pink, sr=waterson
2001-03-30 02:30:17 +00:00
hyatt%netscape.com
88ce9916be
Fix for 73695. r=danm, sr=waterson
2001-03-29 01:30:03 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
hyatt%netscape.com
ec10da30bd
Fix arrow key bustage.
2001-03-23 01:16:08 +00:00
hyatt%netscape.com
5d796d9f42
Fix cut/copy/paste, still trying to figure out arrow key bustage. r=akkana, sr=brendan
2001-03-23 00:59:29 +00:00
hyatt%netscape.com
6470447a3f
Backing out preventDefault checkin, since it's already there.
2001-03-21 21:27:04 +00:00
akkana%netscape.com
f685b8c2ce
57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
...
Clean up XBL bindings and eliminate redundancies and errors.
Fix a bug in which XBL bindings didn't check for event cancellation.
r=brade sr=hyatt
2001-03-21 20:32:59 +00:00
hyatt%netscape.com
6fe6375fc9
Fix for 71740. r=jag, sr=shaver.
2001-03-21 08:15:12 +00:00
pavlov%netscape.com
913938c7f0
(not part of the build) changing nsHTMLAtoms::image to nsXULAtoms::image r=hyatt
2001-03-19 22:59:20 +00:00
hyatt%netscape.com
7126e1923b
Fixes for my 3 0.8.1 bugs... all approved etc. etc.
2001-03-17 00:27:13 +00:00
joki%netscape.com
8e53706e23
Fix 49120 (Force event handler compilation when properties accessed from JS) and 53640 (Fix event capture to work starting from text nodes) r:peterv, sr:jst
2001-03-13 11:37:16 +00:00
hyatt%netscape.com
a540a46a90
Fix for 70704 and 71261. r=pierre, sr=attinasi
2001-03-13 02:34:02 +00:00