Граф коммитов

1155 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com f77df37354 Fix some code that is #ifdef DEBUG_waterson 2001-04-13 03:46:23 +00:00
erik%netscape.com 8f4d4ceb18 bug 75066; author=simon@softel.co.il; r=jst; sr=erik; diffs from IBM bidi
project (e.g. Arabic, Hebrew)
2001-04-12 23:35:24 +00:00
hyatt%netscape.com 95b05408c4 Fix a counting error in ReplaceMatch. r=danm, sr=waterson 2001-04-12 04:31:16 +00:00
hyatt%netscape.com a066c52510 Fix error in empty testing in templates. r=brendan, sr=waterson 2001-04-12 01:57:50 +00:00
pete%alphanumerica.com 0261e02ae6 fix for bug #74381
http://bugzilla.mozilla.org/show_bug.cgi?id=74381

 r=pollmann@netscape.com, sr=jst@netscape.com

--pete
2001-04-12 01:05:42 +00:00
hyatt%netscape.com a6009e9791 Adding support for advancing and rewinding the focus using the command dispatcher. r=saari, sr=jst 2001-04-11 03:05:42 +00:00
darin%netscape.com 41efbc6217 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
varga%utcru.sk 9e8130c2c5 Bug 73865.
Changes to RDF outliner, needed for folder outliner.
r=waterson sr=ben
2001-04-10 05:30:51 +00:00
hyatt%netscape.com d4bd1d807b Fix for 75039. sr=waterson 2001-04-07 01:57:21 +00:00
sfraser%netscape.com aaf58ddf27 Fix for XUL assertions when loading browser windows. sr=hyatt 2001-04-06 01:02:17 +00:00
ben%netscape.com bcd298ce10 First part of fix for bug 73508, create nsIXULOutlinerBuilderObserver interface,
and install notifications for it. r=waterson, sr=shaver
2001-04-05 03:17:17 +00:00
dr%netscape.com 1e5778c91c fix for 61187 (nsIController ignores COM identity rules), contributed by MarkH@ActiveState.com, r=dr, sr=brendan 2001-04-05 02:45:17 +00:00
sfraser%netscape.com 687359c2ed Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin 2001-04-04 23:48:03 +00:00
jdunn%netscape.com 44c3b7eeed just adding a comment with reference to the bug to let people looking
at this know what the heck is going on
2001-04-04 21:57:14 +00:00
jdunn%netscape.com 6c54eff8a7 aix,os/2 & solaris are all having problems with this. It has to do with
struct/union access and nested classes, but it is a big pain.

r= mkaply@us.ibm.com,waterson@netscape.com,scc@mozilla.org
a= scc@mozilla.org
# 74725
2001-04-04 21:54:18 +00:00
jdunn%netscape.com e2b2a72899 fixing ports bustage
# 74725
2001-04-04 14:43:39 +00:00
mkaply%us.ibm.com 0cf4be9615 Nope, didn't work 2001-04-04 13:44:01 +00:00
mkaply%us.ibm.com fb5dc951de Attempt to fix ports bustage 2001-04-04 13:08:27 +00:00
cls%seawood.org 79be4eaa8c Some compilers/platforms (Irix) only have <new.h> not <new>. Fixing cement tinderbox bustage 2001-04-04 11:16:58 +00:00
waterson%netscape.com abb314e96d Wild stab at fixing ports bustage. 2001-04-04 09:05:06 +00:00
waterson%netscape.com f01d28d713 Fix gcc-2.7.2.3 bustage. 2001-04-04 07:54:23 +00:00
waterson%netscape.com 9558d5bb62 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
hyatt%netscape.com 6626a4a006 Fix for mutation event crashers. 2001-04-04 04:30:03 +00:00
dr%netscape.com 1bc5411724 fix for 74065. r=pinkerton, sr=hyatt 2001-04-03 20:45:13 +00:00
dr%netscape.com 67e9986689 fix for 72010 (contrib by alex.fritze@crocodile-clips.com). r=dr, sr=hyatt 2001-04-03 20:42:41 +00:00
dr%netscape.com 5ac00fef50 fix for 40105. r=jst, sr=hyatt 2001-04-03 20:39:34 +00:00
scc%mozilla.org 8255cbf335 fix speedracer bustage 2001-04-03 04:07:25 +00:00
scc%mozilla.org c355507eda landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
pollmann%netscape.com 19b315986e Bug 65609: (DOM) Allow form elements inside a subtree to find their parent when the subtree is appended/inserted. r=nisheeth@netscape.com, sr=jst@netscape.com 2001-04-02 00:45:52 +00:00
disttsc%bart.nl 96f5f6cf31 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
pinkerton%netscape.com 753219a03d switching mac to use NS_CONTEXTMENU event, click-hold context menus, switching embedding to use NS_CONTEXTMENU event. r=saari/sr=hyatt. bug# 36665, 18726 2001-03-30 04:45:40 +00:00
sfraser%netscape.com dd1969b96d Fix for bug 72578 -- add ability to retrieve controllers by ID from an nsIControllers. r=kin, sr=hyatt 2001-03-30 03:20:56 +00:00
hyatt%netscape.com 33edb59e2d Checkin for 36665. r=pink, sr=waterson 2001-03-30 02:30:17 +00:00
heikki%netscape.com 2f7d5496ae Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
pinkerton%netscape.com 5fe5a9ce15 Use new DOM context menu event to determine if context menus should come/go r=saari/pink, sr=hyatt.
bug# 36665
2001-03-29 03:33:09 +00:00
waterson%netscape.com de360516f5 Bug 71530. Grr. Checked in wrong patch; this one gets the comparison right. 2001-03-28 22:46:43 +00:00
waterson%netscape.com 7384f4c5d7 Bug 71530. Put the wraps on the RDF outliner for now. Implement 'natural order' sorting. Also, fix off-by-one in the enumerator. r=ben, sr=hyatt 2001-03-28 22:42:49 +00:00
cls%seawood.org 703015f4d7 Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
mkaply%us.ibm.com e82031955a #73191
r=beard, sr=brendan
Remove CRT_CALL - change to PR_CALLBACK or JS_DLL_CALLBACK appropriately
2001-03-26 23:21:53 +00:00
disttsc%bart.nl 6e48266508 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
blakeross%telocity.com 7b5a59b32d Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt 2001-03-25 16:49:38 +00:00
mkaply%us.ibm.com 5f5adb0538 More OS/2 bustage - callback 2001-03-23 15:16:09 +00:00
mkaply%us.ibm.com 012887c32a OS/2 bustage - forgot one callback 2001-03-23 14:44:37 +00:00
disttsc%bart.nl 9304eaf978 Attempt to fix SpeedRacer and Senna bustage 2001-03-23 14:36:38 +00:00
disttsc%bart.nl 1b2799bab1 Hoping this "fixes" senna bustage 2001-03-23 13:27:58 +00:00
waterson%netscape.com 46770d59fc Fix ports bustage (HP-UX, messina & palermo). 2001-03-23 12:16:09 +00:00
waterson%netscape.com cf9c004fa1 Bug 71530. Implement RDF outliner. Break nsXULTemplateBuilder into two subclasses: nsXULContentBuilder and nsXULOutlinerBuilder. Explode helper classes into separate files. Fix ownership and communication between nsXULElement, nsXULDocument, and nsXULTemplateBuilder. r=hyatt, sr=ben 2001-03-23 10:56:18 +00:00
waterson%netscape.com 312001f914 Bug 71530. Implement RDF outliner; preflight new files. r=ben/hyatt 2001-03-23 07:39:31 +00:00
mkaply%us.ibm.com 18b4b37fb2 #36665
r=saari, sr=hyatt
Enablement of a DOM event for displaying a context menu
2001-03-23 03:34:15 +00:00
jst%netscape.com c2940dd311 Fixing bugs 64523, 50018, 57626, 59024, 61413 and probably others, making the document and form JS engine resolve hooks find what they're supposed to find, and nothing more, making the element-by-name and element-by-id lookup in the document be hashtable based to avoid walking the whole DOM tree over and over again when resolving names on the document object and also on form objects. This is an order of magnitude speedup for pages that contain a large number of form controls, such as hotmail and aol mail. Also did a bunch of cleanup here n' there. r=pollmann@netscape.com, sr=vidur@netscape.comI. 2001-03-22 08:51:52 +00:00