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

2253 Коммитов

Автор SHA1 Сообщение Дата
morse%netscape.com 3b3fabac52 bug 84244, continually trying to open cookperm.txt, r=sfraser, sr=alecf, a=asa 2001-06-12 23:45:11 +00:00
rginda%netscape.com 2e1366a89d - not built -
put getCellProperties in the right place
2001-06-12 23:44:23 +00:00
rginda%netscape.com 3fb1067c09 - not built -
fixed props and scope commands to used getCurrentFrame, instead of console.curre
ntFrameIndex
2001-06-12 23:43:57 +00:00
rginda%netscape.com 630b9df3ff - not built -
fixed props and scope commands to used getCurrentFrame, instead of console.currentFrameIndex
2001-06-12 23:43:46 +00:00
morse%netscape.com b5742ceaa1 bug 81593, inefficient use of strlen, coded by drepper, r=morse, sr=blizzard, a=asa 2001-06-12 23:37:04 +00:00
hwaara%chello.se edad25332f #81237, "IRC Chat has bizarre menu position and keyboard shortcut". r=doron, sr=ben, a=asa. 2001-06-12 23:26:00 +00:00
rginda%netscape.com c2b54f9fcf - not built -
add some styles for the new source, stack, and script outliners
2001-06-12 20:28:47 +00:00
rginda%netscape.com 7f7a3f53e5 - not built -
add strings for "no stack" error and "not available" value
2001-06-12 20:28:13 +00:00
rginda%netscape.com a6a892459b - not built -
add entities for the new outliners and their headers
2001-06-12 20:27:42 +00:00
rginda%netscape.com dded67ac00 - not built -
adding support for source, stack, and script list outliners.

include venkman-outliners.js in the party.
add the three outliners mentioned above, with splitters and grippies and all that jazz.
2001-06-12 20:26:47 +00:00
rginda%netscape.com 96e02bc3ea - not built -
fix HAS_XPCOM test broken by XPCDOM landing
2001-06-12 20:25:41 +00:00
rginda%netscape.com a7f072fb13 - not built -
adding support for source, stack, and script list outliners.

add startupTests() function to run a few tests on startup.
add cont() to continue from a debugTrap()
add focusSource() to bring a filename/linenumber up in the source text outliner
fix window._content code in init()
add const for "no stack" error
2001-06-12 20:25:09 +00:00
rginda%netscape.com d3bc382027 - not built -
add "not available" message id
2001-06-12 20:23:09 +00:00
rginda%netscape.com 21ab1c462c - not built -
adding support for source, stack, and script list outliners.

add onDebugTrap and onFrameChanged handlers, to be called by debugger.js when something happens that the UI might want to know about.
moved breakpoint related display()s into debugger.js
refactored break, clear, fbreak, and fclear command handlers to use set[Future]Breakpoint()
added handlers for clicks on the three outliners
2001-06-12 20:22:37 +00:00
rginda%netscape.com ccd5b22a3b - not built -
adding support for source, stack, and script list outliners.
moved breakpoint related status display()s from handlers.js to here, to that you get console feedback when you set a breakpoint with the UI.
moved initDebugger() and attachDebugger() to the top of the file.
add setCurrentFrameByIndex(), clearCurrentFrame(), getCurrentFrameIndex(), and getCurrentFrame(), migrated code that accessed console._currentFrameIndex to these functions.
make setBreakpoint() smarter (it doesn't blindly clear any breakpoints before setting the new one anymore.  that spewed extra "clearing breakpoint" "setting breakpoint" messages.  now we scan the breakpoint list ourselves for dupes.)
2001-06-12 20:19:24 +00:00
rginda%netscape.com d5d9568e4b - not built -
package outliners.js and new images
2001-06-12 20:13:23 +00:00
rginda%netscape.com 8d9b51a7d9 - not built -
initial add of outliner utility file
2001-06-12 20:12:50 +00:00
bzbarsky%mit.edu 76d4c982c3 Add an accesskey for Help > Help Contents. Bug 83417. Patch by Stephen
Walker (walk84@usa.net).  r=bzbarsky@mit.edu, sr=blake, a=dbaron
2001-06-12 20:05:57 +00:00
rginda%netscape.com 237d3740a5 - not built -
initial add of some debugger images
2001-06-12 19:59:31 +00:00
ben%netscape.com c8b1465b80 Content packs extension. Part of "correct" implementation for 65251 (if any implementation of this feature can be considered
"correct"). NOT PART OF BUILD.
2001-06-12 08:57:16 +00:00
heikki%netscape.com b0b3de93e4 Bug 83557, make xmlextras work in embedding. XMLHttpRequest is more like a DOM class now, events are fired and executed on the proper context, and a lot of JS specific code was removed. Patch by jst, r=heikki, sr=vidur, a=asa@mozilla.org. 2001-06-11 22:16:10 +00:00
morse%netscape.com c1f5a00554 bug 83625, session cookies not getting set, r=alecf, sr=darin, a=asa 2001-06-11 17:20:37 +00:00
peterv%netscape.com 41e276f85a Fix for bug 81414 (transformiix standalone won't build, MOZ_XSL->!TX_EXE). Code by Axel Hecht, r=peterv/cls, sr=scc, a=dbaron. 2001-06-10 16:45:36 +00:00
axel%pike.org bb6d5738cf missing part of backing out 81414, yac 2001-06-10 13:50:59 +00:00
axel%pike.org 04e434600d Backing out fix for 81414, I have no idea what win is doing here 2001-06-10 12:55:01 +00:00
axel%pike.org d8dcf941d3 fixing windows bustage, sorry, I missed that one in my tree 2001-06-10 11:55:00 +00:00
axel%pike.org 9aa0ba5306 bug 81414, build standalone transformiix, MOZ_XSL->!TX_EXE, r=peterv,cls, sr=scc, a=dbaron (on behalf of drivers) 2001-06-10 11:30:48 +00:00
blakeross%telocity.com ff2bd016ec Fixing a typo in my checkin yesterday. 2001-06-09 17:43:07 +00:00
blakeross%telocity.com f6bf7c0465 Add UI to control the looping of animated images (64831). r=hixie sr=ben a=asa 2001-06-08 19:39:47 +00:00
blakeross%telocity.com f011c906a1 Oops, missed tree closure... 2001-06-08 16:46:05 +00:00
blakeross%telocity.com 2d68b181d4 Add UI to control the looping of animated images (64831). r=hixie sr=ben a=asa 2001-06-08 16:44:17 +00:00
axel%pike.org 1984359552 bug 83878, renaming nsLoadListenerProxy to txLoadListenerProxy, to fix static builds, r=peterv, sr=jst, a=dbaron (on behalf of drivers) 2001-06-08 07:14:19 +00:00
cmanske%netscape.com ccd2282f15 Fixed Form Manager (Wallet) UI to conform to new editable menulists, b=82655, r=morse, sr=kin, a=asa-drivers 2001-06-08 04:22:11 +00:00
mcafee%netscape.com 6a5b2c4c42 fix for unix bustage, need tabs here not spaces. 2001-06-08 02:05:31 +00:00
morse%netscape.com 84b53b0d93 bug 62730, put wallet xul files into language packs, coder=ftang, r=morse, sr=alecf, a=asa 2001-06-08 00:55:59 +00:00
morse%netscape.com bd17fbce12 bug 84263, wrong tabs in cookie viewer, r=valeski/timeless, sr=alecf, a=asa 2001-06-08 00:43:01 +00:00
rginda%netscape.com b0cf4618fe 0.8.2 changes 2001-06-07 00:53:28 +00:00
rginda%netscape.com 69707191a6 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- copy client.userAgent code from chatzilla 0.8.1x
- implement getConnectionCount()
2001-06-07 00:52:57 +00:00
rginda%netscape.com 4d90b6eb73 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- return false the first time through onClose(), and disconnect from all servers.  This makes sure we keep the window around long enough to send the QUIT messages.
- close window if client.userClose is set and we disconnected from the last server.
2001-06-07 00:52:26 +00:00
rginda%netscape.com dd46726fb7 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- hook up onclose event.
- apply patch from 75226, fixes initial splitter position.
2001-06-07 00:51:51 +00:00
rginda%netscape.com 412b6489a5 - not built -
- add dummy escape/unescape if it isn't there
2001-06-07 00:51:00 +00:00
rginda%netscape.com 0d5cf581b6 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- fix HAS_XPCOM test (XPCDOM broke it.)
- add jsenv.HAS_NSPR_EVENTQ
2001-06-07 00:50:20 +00:00
rginda%netscape.com c738450f77 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- changes to work with new socket interface.
- correct isOp detection in setTopic
- remove checks for undefined exceptions
- route data-available immediatley.  inserting a data-available event to be routed later caused disconnect events to be recieved out of order.
2001-06-07 00:49:47 +00:00
rginda%netscape.com f3ae1a3f2f chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

check nextLine before using it.
2001-06-07 00:49:19 +00:00
rginda%netscape.com fa44a96e55 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- factor chatzilla specific code out of this file.  Callbacks into chatzilla specific code are now used, making this file more generic.
- according to darinf (the current necko guy), using openOutputStream with asyncRead is a bad thing.  Most of the changes in this file involve migrating from usage of openOutputStream to asyncWrite.
- Changes also include fixing the function declaration syntax to match the rest of the code (two lines, named functions.)
2001-06-07 00:48:45 +00:00
rginda%netscape.com b953ac7908 chatzilla only.
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- Add stub allowPort method.
- Fix signature for handleContent method, bug 80993
2001-06-07 00:48:03 +00:00
oeschger%netscape.com 3ef3871a77 for 5768 on ns side, totally innocuous, r=walk84, don't hurt me 2001-06-07 00:32:52 +00:00
valeski%netscape.com f59075592b r=sfraser. sr=rpotts. no a= sorry, but this is crashing lots of folks 2001-06-06 00:27:36 +00:00
dougt%netscape.com 9174af6517 Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko 2001-06-06 00:10:09 +00:00
oeschger%netscape.com 2fceed6502 home button images for help window, NOT PART OF BUILD 2001-06-05 23:41:12 +00:00