Commit Graph

58184 Commits

Author SHA1 Message Date
cmanske%netscape.com
24189be5e5 Replaced titledbuttons with button (part of 19565), onclick with oncommand in dialogs. Added more text styles (34894) 2000-04-15 02:03:52 +00:00
brendan%mozilla.org
5e87596782 Always call resolve for each object in a prototype chain (35738, r=shaver). 2000-04-15 02:01:02 +00:00
cmanske%netscape.com
48f67d5e5a Fix null pointer bugs (35785 and nonfiled), fixes editor bug 35885. r=evaughan 2000-04-15 01:57:16 +00:00
mccabe%netscape.com
71eac1e422 Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
Fix implementations and their callers, and restore error printing to stderr even when the error is successfully logged to the console service, to make life easier for people who go to the trouble to invoke Mozilla with -console.
2000-04-15 01:56:47 +00:00
gagan%netscape.com
1e9dd41460 Fix for 32813. Moved the hardcoded tests out into a separate file and added functionality to specify that file. Look at urltests.dat in this directory for more info. 2000-04-15 01:47:17 +00:00
gagan%netscape.com
1b5a686b76 First checkin of all the url parsing related tests. Not in the build. 2000-04-15 01:44:57 +00:00
pavlov%netscape.com
d7d20c2000 fix for bug #20901 (Unix Paste should request CLIPBOARD selection) 2000-04-15 01:08:34 +00:00
tajima%eng.sun.com
e6236e7f51 added #if XlibSpecificationRelease >=6 for OpenVMS build problem, r=colin@theblakes.com.
X11R6 base system will get no impact with the changes.
2000-04-15 00:53:31 +00:00
tajima%eng.sun.com
5c0f02ca73 Fix for IME status window problems: 30879,30097,29836. r=erik@netscape.com. 2000-04-15 00:45:51 +00:00
edburns%acm.org
98ee9417b4 bug=http://bugzilla.mozilla.org/show_bug.cgi?id=32011
Added ability to allow Native webclient client to populate
the listener class hash table and provide an InstanceOf function.

This enables listeners to work for the future.
2000-04-15 00:27:35 +00:00
scc%netscape.com
ab3abd034b new ideas about string conversion 2000-04-15 00:05:17 +00:00
ruslan%netscape.com
3485166c98 Implement firing of OnStartRequest regardless of the error code but don't
enable it yet till the webshell is fixed.
2000-04-15 00:01:23 +00:00
akkana%netscape.com
b92f151eba 35814: add clipboard type to editor paste methods, and call the right type 2000-04-14 23:38:21 +00:00
pavlov%netscape.com
4432eff8e8 hack to fix 35594 so that evaughan can land his box changes 2000-04-14 23:27:19 +00:00
shaver%mozilla.org
94f9b142a7 Replace stupid and evil BYTECODE_ITER hack with proper use of back-patch
chained PatchGotos goodness.  (PatchGotos seasoned to taste.)
r=brendan
2000-04-14 23:27:09 +00:00
attinasi%netscape.com
42d2660689 Using the 40-url-dup.txt file now so that the timing values are from the second run of the page, which should be from cache, thus further eliminating the latency variabilities. Not part of build 2000-04-14 23:26:21 +00:00
scc%netscape.com
63a7e424bf Added signatures to prevent automatic incorrect promotion of |char| to |PRUnichar| 2000-04-14 23:20:31 +00:00
scc%netscape.com
f0e3d7164f Added a new type, |incompatible_char_type| to help build signatures that prevent automatic incorrect promotion from |char| to |PRUnichar|. Kind of a hack, but the right way (specializing |nsAWritable| for |PRUnichar| can't be made to compile everywhere) 2000-04-14 23:19:14 +00:00
mccabe%netscape.com
e518706656 Make XPInstall JavaScript errors get logged to the console service. 2000-04-14 23:14:48 +00:00
attinasi%netscape.com
a08059bf4b Newest run data added. Not part of build 2000-04-14 23:13:19 +00:00
attinasi%netscape.com
7891c3aeb3 Each URL is duplicated so the second time all images and the page itself will be from cache: catches the rogue image that is not on the file system, and it also limits the effect of the file system in skewing the numbers. Not part of build 2000-04-14 23:12:20 +00:00
jband%netscape.com
a5764bd971 NOT PART OF BUILD. Getting recent fixes to this stuff we aren't building yet safely into cvs 2000-04-14 23:06:39 +00:00
mjudge%netscape.com
50dbac491d new reason for notification 2000-04-14 23:03:57 +00:00
mjudge%netscape.com
6dd854c7e8 adding reason to notification 2000-04-14 23:03:16 +00:00
mjudge%netscape.com
aab121da58 new spi addition for reason for notification 2000-04-14 23:02:51 +00:00
mccabe%netscape.com
f41551b0ad Remove unused pref. 2000-04-14 23:02:50 +00:00
jband%netscape.com
f373a4c39a NOT PART OF BUILD - removing this badly named and unused work around file 2000-04-14 23:01:11 +00:00
mjudge%netscape.com
b12e881502 fixing another api change on notifyt selection 2000-04-14 23:01:09 +00:00
mjudge%netscape.com
533234a976 fixing selection speed. only copying to clipboard on mouse up 2000-04-14 23:00:30 +00:00
sgehani%netscape.com
c47c63db6e Added libjsj.so to yield working build after installation using the Linux installer. 2000-04-14 22:59:55 +00:00
robinf%netscape.com
f591d2b968 removing this file from default and template autorun 2000-04-14 22:55:26 +00:00
jband%netscape.com
87704af1b7 fix bug 32150. Expose to JavaScript the scriptable interfaces on plugin objects implementing nsIPluginInstance. Given an embed tag with a plugin named 'foo' that has an xpcom interface named 'nsIFoo' with a method 'bar', this fix allows JS code (with the UniversalXPConnect privilege) to call document.foo.nsIFoo.bar() 2000-04-14 22:54:48 +00:00
jband%netscape.com
1a6a4ffc83 extracted the declaration of nsObjectFrame into a separate .h file so that it can be accessed by nsHTMLEmbedElement.cpp. This is needed to fix bug 32150 2000-04-14 22:48:30 +00:00
robinf%netscape.com
7e055b91df removing old file; replacement is Install.bmp 2000-04-14 22:46:36 +00:00
robinf%netscape.com
99fd399813 *** empty log message *** 2000-04-14 22:40:27 +00:00
ftang%netscape.com
86dc9b35f1 improve superscript/subscript/fraction in the transliteration fallback add latin fallback for U+1Exx 2000-04-14 22:32:03 +00:00
nhotta%netscape.com
78aa05f534 Added popup menus for default charsets, bug 32720, 32802, r=ducarroz. 2000-04-14 22:24:30 +00:00
nhotta%netscape.com
60433bf192 Increased height of pref window for new items in messages, bug 32720, 32802. 2000-04-14 22:22:51 +00:00
nhotta%netscape.com
099670cfb4 Added new conversion functions. 2000-04-14 22:17:57 +00:00
cmanske%netscape.com
f23eaa74fb Removing blue background css for cells with border=0 2000-04-14 21:51:51 +00:00
radha%netscape.com
051db5b733 Add Keywords menu by the urlbar 2000-04-14 21:49:50 +00:00
saari%netscape.com
4272fa7e4b Fix for 27936, double carets in message compose window. reviewed by hyatt many moons ago, tested by many. 2000-04-14 21:49:34 +00:00
saari%netscape.com
2e98b4944e Adding saftey checks to Mac dynamic menu MDEF to stop some crashes brade has been seeing. 2000-04-14 21:39:27 +00:00
valeski%netscape.com
673a539153 re-write of multi-mixed converter so it handles binary data. also have the unknown decoder looking for script tags. 2000-04-14 21:27:32 +00:00
ssu%netscape.com
ce3bc49dd4 added check for OS_TARGET env var to build nsztool. Affects only windows platforms. 2000-04-14 21:26:25 +00:00
akkana%netscape.com
9f53106968 29794: tell docshell to disable meta-refresh 2000-04-14 21:19:44 +00:00
jbetak%netscape.com
0fc1eb458e 34719 Available Charset list box doesn't contain anythig - removed hidden XUL box element 2000-04-14 21:16:13 +00:00
ruslan%netscape.com
848ca9862f Fix 35508, 33762, 35024. 2000-04-14 21:10:27 +00:00
putterman%netscape.com
c8bac5508b Fix for 35865. Frequent crashes when using standalone msg window. r=mscott. 2000-04-14 21:01:59 +00:00
akkana%netscape.com
dc5f88ce32 15275: track Pavlov's change to the clipboard API (which broke this feature). r=pavlov 2000-04-14 21:01:31 +00:00