mikep%oeone.com
f8a413c658
Moving files around.
2001-11-07 20:41:11 +00:00
dbaron%fas.harvard.edu
1fe65d6f56
Back out incorrect part of my fix from yesterday that was causing AIX tinderbox bustage. b=107052
2001-11-07 20:29:59 +00:00
mikep%oeone.com
6bcd7f89a9
Fixing all the license header files.
2001-11-07 20:29:04 +00:00
blizzard%redhat.com
53e5741b73
back out rpotts' checkin for bug #106558 since it caused blocker bug #108869 . r=mscott
2001-11-07 19:56:27 +00:00
mikep%oeone.com
c569719088
Removing unused docs.
2001-11-07 19:50:51 +00:00
relyea%netscape.com
a9fdcd7596
Move map file processing definitions back into base .mk files.
...
setup up map files so the can be switched on simply by adding a directive to
manifest.mn.
2001-11-07 19:34:47 +00:00
mikep%oeone.com
c954967140
Adding in calendar files.
2001-11-07 19:28:41 +00:00
mikep%oeone.com
9685423abb
Adding in the calendar code.
2001-11-07 19:18:46 +00:00
locka%iol.ie
1b2a0f217a
Workaround for problem in PromiseFlatString class. b=108880 r=adamlock@netscape.com sr=scc@mozilla.org
2001-11-07 19:03:39 +00:00
ian.mcgreer%sun.com
e2fdfc59c2
fix handling of token options, specifically deletion
2001-11-07 16:15:29 +00:00
bbaetz%cs.mcgill.ca
8262999a16
Bug 101166 - users seeing a bug via _accessible bits should see that its
...
the group
r=justdave,jake
2001-11-07 16:11:33 +00:00
jake%acutex.net
3cdfdecef1
Bug 108547 - Make the JavaScript use proper DOM
...
Patch by Christopher Aillon <caillon@returnzero.com>
r= timeless@bemail.org , kiko@async.com.br
2001-11-07 14:58:56 +00:00
nboyd%atg.com
2d22ea1689
Patch from Igor:
...
I suggest to move the code in ScriptableObject.get/put that deals with getter/setter
into separated methods so it would be easy to follow the code and the attached patch
does just that.
2001-11-07 14:15:48 +00:00
seawood%netscape.com
209698adb6
Oops. That wasn't supposed to go in yet. Fixing tinderbox bustage
2001-11-07 08:09:36 +00:00
jaggernaut%netscape.com
e293066399
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-07 07:52:48 +00:00
jst%netscape.com
49f1c4e12b
Fixing bug 92071. Making sure DOM objects that don't have a class interface (such as <span> elements, there is no nsIDOMHTMLSpanElement) get their prototype chain properly set up. r=hidday@geocities.com, peterv@netscape.com, sr=jband@netscape.com
2001-11-07 07:52:41 +00:00
jaggernaut%netscape.com
193297bee0
Bug 108734: nsCString::Replace is broken. r=darin, sr=scc
2001-11-07 07:43:11 +00:00
ben%netscape.com
12fa3ee398
108816 - add back removed navigation bindings for Windows only. r=waterson, sr=hewitt
2001-11-07 07:38:49 +00:00
dbaron%fas.harvard.edu
1de2e44c86
Add a comment explaining how to fix callers that trigger the null-termination assertion. r=jag rs=scc b=104651
2001-11-07 07:36:36 +00:00
dbaron%fas.harvard.edu
eb251b5691
Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750
2001-11-07 07:06:31 +00:00
waterson%netscape.com
8192deb06d
Bug 100952, round two. This time, maintain a stack of active resources that we're currently building content for. r=tingley@sundell.net, sr=brendan
2001-11-07 06:56:39 +00:00
seawood%netscape.com
3dcdd73278
Where's the auto-update?
2001-11-07 06:41:26 +00:00
hyatt%netscape.com
64a1fd2289
Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt
2001-11-07 06:40:04 +00:00
seawood%netscape.com
7909766c9f
Don't even ask
2001-11-07 06:39:14 +00:00
brendan%mozilla.org
21484c95d9
Fix Function.call(this, 'alert(42)')() so the anonymous function finds its nearest scripted caller's principals (90546, sr=shaver&jband).
2001-11-07 06:34:04 +00:00
joki%netscape.com
b4efb85460
Fix for 71705, stop right click from triggering onclick handlers in base html content, though not in xml/xul/chrome. reviewed a while ago, lost in tree. r:saari,sr:hyatt
2001-11-07 06:29:29 +00:00
morse%netscape.com
c9129fb260
bug 108762, select-user dialog (used in password manager) broken, r=cmankse+bryner,sr=brendan
2001-11-07 06:26:33 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
seawood%netscape.com
f21244ac4e
Move defines from config.mk into configure.in
2001-11-07 06:13:22 +00:00
seawood%netscape.com
83a6836a44
Silence!
2001-11-07 06:06:02 +00:00
seawood%netscape.com
3facba41d8
Clean up options
2001-11-07 05:52:21 +00:00
dbaron%fas.harvard.edu
6f23659d77
Fix nsDependentString users who were passing non-NULL terminated buffers. b=104651 rr=jag rs=scc
2001-11-07 05:51:27 +00:00
hewitt%netscape.com
648a2f6f4e
108778 - dialog should fire ondialogcancel when native window close button clicked, r=cmanske, sr=hyatt
2001-11-07 05:43:03 +00:00
cmanske%netscape.com
4d542172d7
Fixed problems relating to new XUL 1.0 changes, b=108670, r=timeless, sr=hewitt
2001-11-07 05:42:41 +00:00
mkaply%us.ibm.com
a3f4ed3c4f
Temp fix to try to plug OS/2 only region leak
2001-11-07 05:36:32 +00:00
mkaply%us.ibm.com
b02e8039b7
#91898
...
r=robinf
Fix some HTML mistakes in help file
2001-11-07 05:31:03 +00:00
mkaply%us.ibm.com
6c62e75789
#105476
...
r=os2team, sr=brendan@mozilla.org
Add ASM implementation of js_CompareAndSwap for OS/2 VACPP
2001-11-07 05:20:33 +00:00
dbaron%fas.harvard.edu
9751839861
Fix nsDependentString users not to pass null buffers. b=104651 r=jag rs=scc
2001-11-07 05:11:46 +00:00
mkaply%us.ibm.com
28d18fc5fe
OS/2 only - let's be more like Windows
2001-11-07 05:11:34 +00:00
attinasi%netscape.com
47cf989a63
Default value for pref to override broken-image layout. b=102281 r=kmcclusk sr=waterson
2001-11-07 05:05:52 +00:00
attinasi%netscape.com
91ac83e5d0
Due to popular demand, broken images are now getting an icon and a sized-box if they have width and height and are in QuirksMode documents (see bug for pref to override). b=102281 r=kmcclusk sr=waterson
2001-11-07 05:02:42 +00:00
dbaron%fas.harvard.edu
e2484f44aa
Really fix HPUX bustage. b=108597
2001-11-07 04:52:19 +00:00
rpotts%netscape.com
e3488d6361
bug #106558 (r=darin@netscape.com, sr=mscott@netscape.com) Do not call a consumers OnStartRequest() if an error has already occurred...
2001-11-07 04:50:35 +00:00
mkaply%us.ibm.com
dbf1d101b3
#95106
...
r=pavlov, sr=waterson
Get 256 colors working again - step 3 - handle palette messages in nsWindow
2001-11-07 04:45:21 +00:00
mkaply%us.ibm.com
4d2c262d5f
#95106
...
r=pavlov, sr=waterson
Get 256 colors working again - step 2 - add back palette stuff back to Windows GFX
2001-11-07 04:44:14 +00:00
mkaply%us.ibm.com
44d863204d
#95106
...
r=pavlov, sr=waterson
Get 256 colors working again - step 1 - add back palette API to nsDeviceContext
2001-11-07 04:36:47 +00:00
markh%activestate.com
48f5fa303d
Update to Python XPCOM for recent breaking changes:
...
* Freeze/Modifications to nsIObserver and nsIServiceManager
* Header file re-organization.
Thanks to Christof Meerwald for the basis of this patch.
Not part of the build.
2001-11-07 04:32:37 +00:00
attinasi%netscape.com
f08ff99d0c
Export GetAltTextfor as static member fcn. b=102281 r=kmcclusk sr=waerson
2001-11-07 04:32:25 +00:00
ccarlen%netscape.com
1db94d70f6
Bug 104020 - send out notification after SetOffline has completed, respond to profile change notifications. r=dougt/sr=darin
2001-11-07 04:26:19 +00:00
waterson%netscape.com
8d12c499a7
Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org
2001-11-07 04:25:41 +00:00