Commit Graph

83957 Commits

Author SHA1 Message Date
peterv%netscape.com
b5b28ccdae Fixing regression bug 81918 (Setting preferred style sheet via HTTP headers is broken). r=glazman, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@95596 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 13:01:41 +00:00
jst%netscape.com
942543ef20 Fixing build bustage, apparently msvc doesn't like the C++ style PRUint8(...) casts here, changing them to old C style casts. r=peterv@netscape.com
git-svn-id: svn://10.0.0.236/trunk@95595 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 12:42:47 +00:00
jst%netscape.com
ed452fb3f8 Checking in fix for xpcdom regression bug 81915. Adding resolve hook to the HTML document helper, r=peterv@netscape.com, sr=scc@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@95594 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 12:37:38 +00:00
ben%netscape.com
20f633bb37 Fix for 63758 - region selection button cut off during profile creation.
Patch from Conrad Carlen (ccarlen@netscape.com) - just increase the height of the wizard dialog by an em.
Not pretty, but it works. All this is going to be rewritten anyway to use the XBL wizard stuff hewitt is working on.
r=ben@netscape.com, sr=alecf@netscape.com


git-svn-id: svn://10.0.0.236/trunk@95593 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 11:36:56 +00:00
scc%mozilla.org
8d0f39b611 bug #28952: r=jst, sr=scc, checking in patch by drepper@cygnus.com which fixes |nsCRT::strtok| to handle 8-bit delimiter characters correctly when the high bit is set.
git-svn-id: svn://10.0.0.236/trunk@95592 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 10:45:44 +00:00
peterv%netscape.com
f6e0006b97 Fix typo.
git-svn-id: svn://10.0.0.236/trunk@95591 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 09:47:03 +00:00
peterv%netscape.com
eca99bbf6e Fix for regression bug 81823 (rel attribute should be treated case insensitive). r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@95590 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 08:24:35 +00:00
rginda%netscape.com
e0f36cbef2 - not built -
add enumerateScripts() method to jsdIDebugger service
don't create a new debugger context if the user trys to call on[ForRuntime]() multiple times


git-svn-id: svn://10.0.0.236/trunk@95587 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 07:18:10 +00:00
rginda%netscape.com
84d028bd7c - not built -
enumerate existing scripts on load for the case where the user has js.debugger.autoload set.  This will allow for the setting of breakpoints in scripts that were loaded before the debugger.


git-svn-id: svn://10.0.0.236/trunk@95586 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 07:16:06 +00:00
rpotts%netscape.com
2c9ec5ebb5 another patch for bug #65777. This one removes the intermediate window that is created for mailto:// URLs that are explicitly target to a new window...
git-svn-id: svn://10.0.0.236/trunk@95585 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 06:50:51 +00:00
pavlov%netscape.com
bb6baf7dcd fixing bug 65708 r=bryner sr=jst
git-svn-id: svn://10.0.0.236/trunk@95584 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 06:14:37 +00:00
rginda%netscape.com
7b2d61c2b7 - not built -
add onForRuntime() method to jsdIDebuggerService to let native code turn on the deubgger (on() can only be called from js)
register an app-start observer so we can turn on the debugger at startup if "js.debugger.autostart" pref is true.
r=peterv, bug 81840


git-svn-id: svn://10.0.0.236/trunk@95583 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 06:00:12 +00:00
jst%netscape.com
1028bdf510 Removing unnecessary forward declaration of nsIScriptObjectOwner.
git-svn-id: svn://10.0.0.236/trunk@95582 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 03:29:19 +00:00
jst%netscape.com
2088775c72 Removing #include...
git-svn-id: svn://10.0.0.236/trunk@95581 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 03:14:39 +00:00
jst%netscape.com
8624d42638 Removing uneccessary #include
git-svn-id: svn://10.0.0.236/trunk@95580 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 03:11:25 +00:00
blakeross%telocity.com
8439edfc5f Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this.
git-svn-id: svn://10.0.0.236/trunk@95579 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 01:09:16 +00:00
blakeross%telocity.com
49d721b4c8 Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this.
git-svn-id: svn://10.0.0.236/trunk@95578 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 01:07:47 +00:00
mkaply%us.ibm.com
8f9de3b761 More IRIX bustage - CRLF
git-svn-id: svn://10.0.0.236/trunk@95577 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 00:02:10 +00:00
mkaply%us.ibm.com
c09a77965f #76020
r=waterson, sr=attinasi
Remove mDefaultDirection stuff - IBMBIDI does this correctly


git-svn-id: svn://10.0.0.236/trunk@95576 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 22:49:34 +00:00
mkaply%us.ibm.com
9ee3e47d06 #76020
r=waterson, sr=attinasi
Remove mDefaultDirection stuff - IBMBIDI does this correctly


git-svn-id: svn://10.0.0.236/trunk@95575 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 22:44:05 +00:00
mkaply%us.ibm.com
c64a38f6d1 IRIX bustage
More CR/LF bustage, this time from pavlov.
Something is going horribly wrong (dougt, peterl and now pavlov)


git-svn-id: svn://10.0.0.236/trunk@95574 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 22:38:29 +00:00
pavlov%netscape.com
b31666bd9f fixing bug 32269 r=bryner sr=scc
git-svn-id: svn://10.0.0.236/trunk@95570 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 21:21:44 +00:00
blakeross%telocity.com
dc32f052ff Defer retrieval of jvmmgr service until necessary (81560, patch by jrgm@netscape.com). r=doron sr=blake
git-svn-id: svn://10.0.0.236/trunk@95566 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 19:55:39 +00:00
blizzard%redhat.com
11efaf1bb5 Fix bug #81826. When using plug/socket ( like in nautilus ) popup menus will some times come up in the wrong place. Invalidate the position cache based on the true toplevel window instead of the widget toplevel. r=pavlov,sr=tor
git-svn-id: svn://10.0.0.236/trunk@95565 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 19:44:41 +00:00
pavlov%netscape.com
9f1ed24319 fixing bug 80011 r=bryner sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@95564 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 19:26:21 +00:00
leaf%mozilla.org
50f5b50641 Automated update
git-svn-id: svn://10.0.0.236/trunk@95563 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 17:45:12 +00:00
tor%cs.brown.edu
0e5426dd9d Bug 81794 - prevent crash with an invalid iCCP chunk and plug a memory
leak.  Patch by Glenn Randers-Pehrson, r=tor, sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@95562 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 17:42:44 +00:00
tor%cs.brown.edu
6a5f93bd9e Update tree libmng to 1.0.1 rs=blizzard
git-svn-id: svn://10.0.0.236/trunk@95561 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 17:36:25 +00:00
mcgreer%netscape.com
4cc601003e bug 81276, remaining features in device manager
r=javi, sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@95558 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 14:18:03 +00:00
despotdaemon%netscape.com
31e104d3c6 Pseudo-automatic update of changes made by simon@softel.co.il.
git-svn-id: svn://10.0.0.236/trunk@95557 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 13:53:25 +00:00
hewitt%netscape.com
5526864d86 after doing an admin -kb, trying again to repair corrupt google icon
git-svn-id: svn://10.0.0.236/trunk@95556 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 10:06:06 +00:00
hewitt%netscape.com
952af05288 another attempt to fix corrupt google icon
git-svn-id: svn://10.0.0.236/trunk@95555 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 10:04:19 +00:00
hewitt%netscape.com
a1ad605178 78221 - new clicked images for toolbar buttons (last part of earlier checkin)
git-svn-id: svn://10.0.0.236/trunk@95554 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 09:55:45 +00:00
hewitt%netscape.com
54d41eab53 79757 - new modern theme preview image for prefs
git-svn-id: svn://10.0.0.236/trunk@95553 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 06:55:12 +00:00
hewitt%netscape.com
b970023065 78221 - more new modern3 goodness, including redesigned sidebar tabs, lighter tab widget colors, and some minor tweaks here and there, r=andreww, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@95552 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 06:40:12 +00:00
hewitt%netscape.com
69847ccb9d 78882 - Dragging a bookmark into the personal toolbar causes all items to be deleted, r=ben, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@95551 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 05:58:25 +00:00
sgehani%netscape.com
c4f6bd31e9 Add pause/resume to mac installer download. (b=77979; r=ssu; sr=mscott)
git-svn-id: svn://10.0.0.236/trunk@95550 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-20 00:15:29 +00:00
waterson%netscape.com
2dc6540456 Bug 81763. Fix inefficient use of strlen(). Patch provided by Ulrich Drepper (drepper@cygnus.com), sr=waterson.
git-svn-id: svn://10.0.0.236/trunk@95549 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 20:14:42 +00:00
ccarlen%netscape.com
ae35e88c15 Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts
git-svn-id: svn://10.0.0.236/trunk@95547 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 18:31:20 +00:00
nboyd%atg.com
275058c8c5 Subject:
Rhino: behavior update for IdScriptable subclasses
        Date:
             Fri, 18 May 2001 11:45:00 +0200
       From:
             Igor Bukanov <igor.bukanov@windriver.com>
 Organization:
             Wind River
         To:
             Norris Boyd <nboyd@atg.com>




The attached patch introduces separation between id-base properties in
prototype instances and the rest of objects so it is possible to
allocate some ids for each instance and the rest only for prototype. The
patch adds to each descendants of IdScriptable a special prototypeFlag
which set to true only if object serves as a global prototype and all
methods that check/return ids first check for that flag. (This is the
reason for the patch size: diff is not very well in dealing with
indentation changes.)

In this way ids for prototype properties are completely hidden from
potential subclasses and there is no need to define methods like
getMaximumId in most cases, only if some ids present in each instance,
IdScriptable.maxInstanceId should be overridden to return max id present
in each instance.

The patch also replaces 2 boolean fields in IdScriptable by bit masks in
the setupFlag field.


git-svn-id: svn://10.0.0.236/trunk@95546 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 17:39:50 +00:00
dbaron%fas.harvard.edu
3c82d8e703 Fix gcc 2.7.2.3 crash on startup (orange on speedracer and worms tinderboxes). gcc 2.7.2.3 doesn't seem to follow the rule in C++ 12.2, clause 5, on the lifetime of temporaries bound to references.
git-svn-id: svn://10.0.0.236/trunk@95545 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 16:05:10 +00:00
gerv%gerv.net
e7707914e4 Make it possible to set the location of the bookmarks file. Bug 31623. r=timeless, sr=waterson. Pref for this is browser.bookmarks.file - you need to edit your pref.js manually. I seem to remember you need to double your backslashes on Windows...
git-svn-id: svn://10.0.0.236/trunk@95544 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 15:57:08 +00:00
gerv%gerv.net
724b59be5f Remove hardwired "Mozilla" and "Netscape" strings from DTD files. Part of bug 80838. r=rchen, sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@95543 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 15:54:29 +00:00
gerv%gerv.net
62b7841ff9 Refactor translation backend to support multiple translation providers. Bug 77207. r=timeless, sr=alecf.
git-svn-id: svn://10.0.0.236/trunk@95542 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 15:47:26 +00:00
gerv%gerv.net
b7e328f7bc New fonts prefs panel. Bug 28899. r=fabian, sr=ben.
git-svn-id: svn://10.0.0.236/trunk@95541 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 15:44:13 +00:00
blizzard%redhat.com
f91c882955 Fix allocator mismatch in bug #70207. r=pavlov,arik sr=scc
git-svn-id: svn://10.0.0.236/trunk@95540 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 14:29:25 +00:00
blizzard%redhat.com
f52f4e880a Fix bug #70220. Harden *Stream functions so that you can't call them unless the widget has been realized. r=pavlov, rs=brendan
git-svn-id: svn://10.0.0.236/trunk@95539 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 14:23:38 +00:00
jst%netscape.com
95a151d346 Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@95538 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 12:31:20 +00:00
rbs%maths.uq.edu.au
fd0fc93229 Turn on different values for the multiple levels of superscript shifts and subscript shifts
git-svn-id: svn://10.0.0.236/trunk@95537 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 12:18:37 +00:00
rbs%maths.uq.edu.au
6a97b46ae5 Keep <maction> passive if possible. Make the restyle actiontype issue a StyleChange reflow command targeted at the selected frame
git-svn-id: svn://10.0.0.236/trunk@95536 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 12:09:41 +00:00