jaggernaut%netscape.com
|
9bcc72064d
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-11-02 06:39:49 +00:00 |
jst%netscape.com
|
cacd57b2ae
|
Fixing bug 52120. Make mozilla pass the expected arguments to window.onerror. r=jkeiser@iname.com, sr=jband@netscape.com
|
2001-11-02 04:49:07 +00:00 |
jaggernaut%netscape.com
|
2546ff75ba
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-11-01 09:09:57 +00:00 |
seawood%netscape.com
|
d91476e1b0
|
Removing obsolete MOZ_MONOLITHIC_TOOLKIT code.
|
2001-11-01 07:31:42 +00:00 |
seawood%netscape.com
|
8a2a775382
|
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
|
2001-11-01 00:54:48 +00:00 |
bryner%netscape.com
|
e6b4535db9
|
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
|
2001-10-31 05:06:31 +00:00 |
bryner%netscape.com
|
f5bcb43880
|
Bug 107500 -- clean up cruft in nsGtkEventHandler. r=jag,pavlov, sr=blizzard.
|
2001-10-31 05:00:17 +00:00 |
dbaron%fas.harvard.edu
|
0d7378ab62
|
Fix BeOS bustage by doing what bryner meant to. b=106208.
|
2001-10-30 08:36:21 +00:00 |
bryner%netscape.com
|
b1494c8444
|
Bug 106208 - don't build nsBaseFilePicker on platforms where we don't have a native filepicker implementation. Also, don't build the XUL filepicker on platforms where we _do_ use a native filepicker implementation. r=cls.
|
2001-10-30 06:10:01 +00:00 |
bryner%netscape.com
|
b0af214b90
|
Removing dead native filepicker implementation. r=pavlov, not part of the build.
|
2001-10-30 05:49:23 +00:00 |
dinglis%qnx.com
|
69c6678b6b
|
fixed lib deps.
|
2001-10-29 15:17:44 +00:00 |
bryner%netscape.com
|
c9c78e694b
|
Removing dead/obsolete file. r=pavlov, not part of the build.
|
2001-10-29 04:43:12 +00:00 |
beard%netscape.com
|
ea71d3cf87
|
Fixing Carbon bustage: peterv's fix wasn't correct, seawood's checkin shouldn't have turned off opening the resource fork on TARGET_CARBON, only on XP_MACOSX.
|
2001-10-28 15:15:32 +00:00 |
peterv%netscape.com
|
9b4a127ffd
|
Trying to fix OS X bustage by setting the entry points for Carbon targets to __NSInitialize and __NSTerminate as __initializeResources and __terminateResources were made #if !TARGET_CARBON.
|
2001-10-28 00:45:00 +00:00 |
seawood%netscape.com
|
9b5ae05e33
|
Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
|
2001-10-27 07:38:18 +00:00 |
seawood%netscape.com
|
3e1cbb069d
|
Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs
|
2001-10-27 05:49:30 +00:00 |
aaronl%netscape.com
|
d21aea8332
|
Bug 106710. Expose anonymous content via accessibility API's. r=jgaunt, sr=waterson
|
2001-10-26 23:47:52 +00:00 |
jaggernaut%netscape.com
|
24505a61c3
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-10-26 04:24:06 +00:00 |
alecf%netscape.com
|
8b0ceb8c3c
|
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
|
2001-10-26 03:18:09 +00:00 |
pinkerton%netscape.com
|
cbad003486
|
adding nsIMenuCommandDispatcher.idl
|
2001-10-25 15:00:45 +00:00 |
pinkerton%netscape.com
|
3714be02c7
|
new file
|
2001-10-25 14:29:14 +00:00 |
pinkerton%netscape.com
|
96d12a2ec0
|
rewrite osx menus to use carbon command events to work around all MenuSelect problems on carbon on 9. r=beard/sr=sfraser, bug#58227
|
2001-10-25 13:58:13 +00:00 |
seawood%netscape.com
|
0f535e7061
|
Land the simple OSX Mach-O build changes.
Bug #75653 r=cls
|
2001-10-25 08:55:53 +00:00 |
dbaron%fas.harvard.edu
|
02f3a2d769
|
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
|
2001-10-25 03:21:53 +00:00 |
bzbarsky%mit.edu
|
12d546bff9
|
Make pasting from remote apps on X time out independently of processor
speed. Bug 87207, patch by Rickard Westman <riw@swipnet.se>, r=pavlov,
sr=blizzard CVS:
----------------------------------------------------------------------
nsClipboard.cpp CVS:
----------------------------------------------------------------------
|
2001-10-25 00:30:30 +00:00 |
bryner%netscape.com
|
03cd3c194e
|
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
|
2001-10-22 22:43:52 +00:00 |
danm%netscape.com
|
8151ac9885
|
rework zoomed window size to use structure region bounds; looks beter on OS X. bug 105657 code=lordpixel r=pinkerton,sfraser,me
|
2001-10-22 22:07:14 +00:00 |
mkaply%us.ibm.com
|
57f031a91e
|
No bug
r=mkaply, sr=blizzard
OS/2 only - removing lots of cruft, general cleanup of widget
|
2001-10-22 20:49:50 +00:00 |
pavlov%netscape.com
|
627f2ad197
|
fix FMW in gtk timer code. bug 83163 r=dbaron sr=mscott
|
2001-10-21 00:44:46 +00:00 |
dbaron%fas.harvard.edu
|
2fe76cd2ac
|
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
|
2001-10-20 23:19:07 +00:00 |
mkaply%us.ibm.com
|
08519cd109
|
No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
|
2001-10-19 21:57:02 +00:00 |
mkaply%us.ibm.com
|
994572ed35
|
No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
|
2001-10-19 21:45:34 +00:00 |
ftang%netscape.com
|
a64c2c46c0
|
fix bug 23363. Implement TSM1.5
r=brade
sr=sfraser
|
2001-10-19 20:51:26 +00:00 |
ftang%netscape.com
|
63ff296384
|
fix 23363. add nsTSMStrategy.cpp to the build
This is part of implement TSM1.5
r=brade
sr=sfraser
|
2001-10-19 20:50:48 +00:00 |
nhotta%netscape.com
|
8e66def5e6
|
Added a call SetOutputErrorBehavior to replace unmapped character by '?' for a window title string,
bug 96875, r=ftang, sr=blizzard.
|
2001-10-19 20:49:08 +00:00 |
pinkerton%netscape.com
|
6630d79543
|
remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098
|
2001-10-19 14:13:20 +00:00 |
dinglis%qnx.com
|
92e5a57fa1
|
Not part of build
convert text to UTF8 instead of ascii
|
2001-10-18 14:19:00 +00:00 |
dinglis%qnx.com
|
ae5904ae09
|
Not part of build
update of photon port
|
2001-10-17 14:11:53 +00:00 |
dinglis%qnx.com
|
c7dcf80ce0
|
Not part of build
fixed up requires
|
2001-10-17 14:09:52 +00:00 |
hyatt%netscape.com
|
47ad649f65
|
Fix for 97805, r=sfraser, sr=waterson, also fixing event prioritization problems on Win32, r=jag, sr=brendan
|
2001-10-17 02:14:43 +00:00 |
ftang%netscape.com
|
865da56c12
|
add new files to the build. Not part of the build yet. Won't impact the tree.
fix bug 23363 r=brade sr=sfraser
|
2001-10-16 22:32:39 +00:00 |
pinkerton%netscape.com
|
26446d9b36
|
for carbon, use the simple defproc to avoid window borders by the OS. also, remove invisible windows from the OS window lists (hidden window is one example). bugs 76990 and 102525. r=sdagley/sr=sfraser.
|
2001-10-16 21:10:51 +00:00 |
bryner%netscape.com
|
aa953f4f2b
|
Removing unused/obsolete rhapsody directories. r=pavlov. Not part of the build.
|
2001-10-16 07:52:56 +00:00 |
dbaron%fas.harvard.edu
|
ed869c764e
|
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
|
2001-10-16 03:53:44 +00:00 |
pavlov%netscape.com
|
121a512eeb
|
fix it so that we don't load winmm.dll until it is needed.. should help startup a bit. bug 104885. r=timeless sr=sspitzer
|
2001-10-16 01:10:29 +00:00 |
blakeross%telocity.com
|
8acecc8399
|
Checking in correct patch (from before)
|
2001-10-16 00:27:26 +00:00 |
blakeross%telocity.com
|
36a9a8f646
|
Mozilla-generated shortcuts use unix-style eol (103466). patch by Daniel Mario Vega <dv5a@dc.uba.ar>. r=pink sr=blake
|
2001-10-15 22:26:20 +00:00 |
blizzard%redhat.com
|
73c1351049
|
Incremental changes to get this building again. Stub out appshell.
|
2001-10-14 19:02:05 +00:00 |
jaggernaut%netscape.com
|
b9f4fd8c36
|
Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc.
|
2001-10-14 04:57:59 +00:00 |
seawood%netscape.com
|
2ae055c744
|
Fix scrollbar leaks by making sure that we decrement the refcnt when Destroy() is called.
bug #101814 r=pavlov
|
2001-10-13 05:50:16 +00:00 |