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

1726 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com 6f138c7969 Fixing crasher bug 73331. When cleaning up incorrect content in the HTML content sink we ended up creating frames for content that was about to be taken out of the document shortly after only to be inserted into the document again at a different place, this caused frame construction to happen for the new content that was about to be moved. So we created frames for no good reason and the frames we created got distroyed immediately after they've been created. The frame construction left old frames around that held on to anonymous content that was partly torn down and didn't have a valid document pointer, this caused a crash later on in the style resolution code. r=harishd@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org). 2001-05-30 02:25:52 +00:00
saari%netscape.com 13f4b7f55a fixing 826710 blocker. r=me,sr=hyatt,a=mcafee Make sure we null out the focused element after the focus is supressed, and after the container is torn down. Also, make sure we don't do unnecessary command updating when focus is suppressed 2001-05-29 23:22:11 +00:00
jst%netscape.com a19e5985d1 Making these interfaces compile w/o changes to domstubs.idl, not part of the build. 2001-05-28 01:46:11 +00:00
jst%netscape.com 2ca65812ef Checking in Jonas Sicking's (sicking@bigfoot.com) DOM Level 2 traversal interfaces, see bug 82625 for more details, not part of the build. 2001-05-26 10:04:05 +00:00
jst%netscape.com 9993244d03 Fixing bug 81928 which caused errors in JS executed in XUL files to be silently ignored. The problem was that nsJSContext::GetGlobalObject() was relying on the global object in a context to be a XPConnect wrapped object, but this was not the case when XUL files loaded prototype scripts. r=brendan@mozilla.org, sr=jband@netscape.com, a=blizzard@mozilla.org. 2001-05-26 07:44:19 +00:00
joki%netscape.com 300c54251d Fix for 80996, prevent attempted access to freed event listeners by throwing out old ELM when loading new page. sr:jst, r:nisheeth 2001-05-23 06:33:28 +00:00
jst%netscape.com 372a877971 Backing out dbaron's last change for bug 42321 which prevented mozilla from running the JS GC when going from page to page, this caused bugscape blocker bug 5073. r/sr=vidur&rpotts 2001-05-23 00:15:54 +00:00
rods%netscape.com 2945ee5e62 adding pane/frameset/frame/iframe navigation
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
jst%netscape.com e452814a51 Checking in vidur@netscape.com's fix for regression bug 82051, this fixes a common crash on opening/closing windows and or loading webpages, this is a completely safe fix. r=peterv@netscape.com, sr=jst@netscape.com 2001-05-22 10:48:22 +00:00
jst%netscape.com 7f62fa9565 Checking in fix for xpcdom regression bug 81915. Adding resolve hook to the HTML document helper, r=peterv@netscape.com, sr=scc@mozilla.org 2001-05-21 12:37:38 +00:00
dbaron%fas.harvard.edu ca406deb8e 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. 2001-05-19 16:05:10 +00:00
jst%netscape.com 77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
jst%netscape.com 12950382be Random whitespace cleanup. 2001-05-19 09:14:19 +00:00
jst%netscape.com 32ade0e2b5 Fixing problem with setting oldstyle 'replaceable' properties from JS that was exposed by the recent JS engine resolver fixes. I had simply forgotten to set *objp to tell XPConnect that something was resolved in the ::NewResolve() call. r=pollmann@netscape.com, sr=jband@netscape.com 2001-05-19 09:13:32 +00:00
vidur%netscape.com 3018715592 Continuing fix for bug 18843. Added onload and onerror events for loaded scripts. Node scriptable helper now uses the owner document for adding a refernce when a property is added. This addresses the case of unparented nodes as well. r=nisheeth, sr=jst 2001-05-19 01:21:43 +00:00
mstoltz%netscape.com 8c0cd58b30 Re-checking-in my fix for 47905, which was backed out last night because of a bug in some other code that was checked in along with it. This checkin was not causing the crasher and is unchanged. See earlier checkin comment - in short, this adds same-origin to XMLHttpRequest and cleans up some function calls in caps, removes some unnecessary parameters. r=vidur, sr=jst. 2001-05-19 00:33:51 +00:00
dbaron%fas.harvard.edu a29fe8e589 Don't run JS GC when creating a new window. b=42321 r,sr = jst,brendan 2001-05-18 23:11:53 +00:00
blizzard%redhat.com 678b80f10b Back out mstoltz because of blocker bug #81629. Original bugs were 47905 79775. 2001-05-18 17:41:23 +00:00
jst%netscape.com eec197281b Checking in fix for bug 81308 which caused JS errors in XUL prototype scripts to not be shown on the console, patch by sfraser@netscape.com, sr=sfraser@netscape.com, jst@netscape.com, r=pollmann@netscape.com 2001-05-18 07:25:56 +00:00
mstoltz%netscape.com 11f7b8f900 Bug 47905 - adding security check for XMLHttpRequest.open.
Added nsIScriptSecurityManager::CheckConnect for this purpose.
Also cleaned up the security check API by removing some unnecessary
parameters. r=vidur@netscape.com, sr=jst@netscape.com

Bug 79775 - Forward button broken in main mail window. Making
WindowWatcher not call GetSubjectPrincipal if the URL to be loaded is
chrome, since the calling principal is superfluous in this case.
No one has been able to find the root cause of this problem, but
this checkin works around it, which is the best we can do for now.
r=ducarroz@netscape.com, sr=jst@netscape.com
2001-05-18 06:56:29 +00:00
javi%netscape.com 764e73d78d Fix for Bug 80841 r=mcgreer@netscape.com sr=jst@netscape.com
Make sure an entropy collector is generated and feed data from every
  100th mouse to the entropy collector.
2001-05-18 00:02:52 +00:00
jst%netscape.com 91a4c3123e Checking in fix for xpcdom regression bug 81265, the call to initialize liveconnect per context was dropped in the xpcdom landing, fix by beard@netscape.com (plus some additional cleanup by me), r=pollmann@netscape.com, sr=jst@netscape.com 2001-05-17 09:01:03 +00:00
cls%seawood.org 0a04a7de86 Updating intermodule dependencies. Should fix senna tb bustage. 2001-05-17 06:22:23 +00:00
jst%netscape.com a31bb729c2 Removing GetNewListenerManager() from nsIDOMEventReceiver since it's not needed any more, no real code changes. r=pollmann@netscape.com, rs=vidur@netscape.com 2001-05-17 06:04:04 +00:00
bstell%netscape.com b7843cb476 bug 79608, r=ftang, sr=vidur
for the embedding API: add get/set charset (GI'able from GlobalWIndow)
2001-05-17 02:15:27 +00:00
axel%pike.org 7b14605df5 moving nsOutlinerSelection from nsISecurityCheckedComponent to class info, r=mstoltz, sr=jst, bug 80907 2001-05-16 08:13:12 +00:00
radha%netscape.com b1eefd23cb Fix for bug # 72197 javascript urls cause problems with history r= rpotts sr=blizzard 2001-05-15 22:26:19 +00:00
jst%netscape.com 44705c7b56 Fixing the remaining part (xpcdom regression) of bug 61984, r=harishd@netscape.com, sr=vidur@netscape.com 2001-05-15 20:58:58 +00:00
jst%netscape.com 751a6f7ccd Fixing the remaining part (xpcdom regression) of bug 61984, r=harishd@netscape.com, sr=vidur@netscape.com 2001-05-15 20:58:31 +00:00
peterv%netscape.com 1fe4acdae1 Add DOM ClassInfo for Transformiix classes. r=Pike, sr=jst. 2001-05-15 20:35:23 +00:00
jst%netscape.com 892417cdfb Checking in Boris Zbarsky's (bzbarsky@mit.edu) fix for bug 79818, making more CSSRules implement DOM interfaces. r=bryner, sr=jst 2001-05-15 08:26:13 +00:00
anthonyd%netscape.com 26a94095a5 comments for the nsIDOMRange.idl, JUST comments, nothing to see here. 2001-05-15 06:09:47 +00:00
jst%netscape.com e09aa22a3c Wrap debug fprintf inside #ifdef DEBUG, bug #78629, patch by cls@seawood.org, sr=me. 2001-05-14 09:56:10 +00:00
jst%netscape.com 1b8d0828ee Use JS_ValueToECMAInt32() in stead of JS_ValueToInt32() to avoid errors when trying to convert random strings to numbers. r=rginda@netscape.com, sr=jband@netscape.com 2001-05-14 08:54:17 +00:00
joki%netscape.com 83de3b5600 Fix for 78987, modify Init*Event signatures to meet standards. sr:hyatt, r:jst 2001-05-14 01:54:11 +00:00
jst%netscape.com 5264639fd4 Making items in CSSRuleList's accessable from JS using the array syntax (i.e. rulelist[n]). r=peterv@netscape.com, rs=vidur@netscape.com 2001-05-13 22:16:45 +00:00
jst%netscape.com 3111d0b6b9 Removing unecessary #includes 2001-05-13 09:52:35 +00:00
jst%netscape.com a981ea1d33 Making document.write and document.writeln callable with no arguments, this is needed for backwards compatibility. This is a regression from the XPCDOM landing. r=bryner, sr=hyatt. 2001-05-13 00:27:58 +00:00
jst%netscape.com 510bacd103 Fixing xpcdom regression bug 79737 that caused problems on bugzilla. HTMLFormElement's resolve hook wasn't implemented so form controls in a form weren't shadowing DOM properties on form elements. Also fixing problem with select[n] = new Object(). r=pollmann@netscape.com, sr=jband@netscape.com 2001-05-12 05:26:07 +00:00
blakeross%telocity.com 5f6f3decb8 Making selection dnd work again (second part of 79793). r=ben sr=jst 2001-05-12 05:16:57 +00:00
darin%netscape.com b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
jst%netscape.com 63960a3db1 Checking in fix from jband@netscape.com that enumerates all interfaces w/o loading xpt files on statup unless they contain DOM interfaces (that start with 'nsIDOM'). sr=jst@netscape.com 2001-05-11 05:24:12 +00:00
jst%netscape.com dcd9255936 Removing nsIJSScriptObject from the build. sr=vidur@netscape.com 2001-05-11 05:19:46 +00:00
jst%netscape.com 8c18734d72 Making document.styleSheets appear as a JS array, trivial regression from the xpcdom landing. r=pollmann@netscape.com 2001-05-11 04:45:15 +00:00
mkaply%us.ibm.com 7a39c7fbb8 senna REQUIRES bustage - jsconsole 2001-05-11 03:42:43 +00:00
danm%netscape.com 53b145bb57 making Deactivate() stop making the window visible, which occasionally caused reactivation problems and bug 78364, among others. r=hyatt,pinkerton 2001-05-11 03:18:01 +00:00
pinkerton%netscape.com b4c75043a6 separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127 2001-05-11 01:52:11 +00:00
mstoltz%netscape.com 59c995612e Fixes for bugs 79796, 77203, and 54060. r=jband@netscape.com,
sr=brendan@mozilla.org
2001-05-11 00:43:27 +00:00
jst%netscape.com d7b63b8f8f Fixing screwup with old 'replaceable' properties and window.location in the xpcdom landing, r=pavlov@netscape.com, sr/rs=jband@netscape.com 2001-05-10 09:45:46 +00:00
jst%netscape.com a3068ac97c Fixing muerte (BSD/OS 4.2) bustage. 2001-05-09 01:39:02 +00:00
dbaron%fas.harvard.edu 0ef8e1ef44 Fix AIX bustage by removing |const| from signature of |Prompt| that isn't in the XPIDL-generated interface (although it shouldn't really matter). sr=jst 2001-05-08 22:43:25 +00:00
jst%netscape.com bbf3cd485c Replacing uuid since the last one mozbot gave me was already used, I can not believe this! 2001-05-08 21:33:42 +00:00
peterv%netscape.com c1facb2e41 Another mac bustage fix (remove nsJSDOMEventListener.cpp). 2001-05-08 20:35:28 +00:00
dbaron%fas.harvard.edu f0e8255e36 Fix gcc 2.7.2.3 bustage with enum values from different anonymous enums. r=shaver 2001-05-08 19:43:47 +00:00
dbaron%fas.harvard.edu 2d11d389ae Add newline at end of file to fix HP bustage. 2001-05-08 19:28:46 +00:00
dbaron%fas.harvard.edu 32c43cb5ef Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES. 2001-05-08 19:19:03 +00:00
jst%netscape.com ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
leaf%mozilla.org a755724867 merging for jst. 2001-05-08 17:14:15 +00:00
jst%netscape.com 2d222be91e Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:02:10 +00:00
jst%netscape.com 6f4b5a29d3 Adding makefile, not part of the build yet. 2001-05-08 12:34:29 +00:00
cls%seawood.org 6f256984a9 Let the use of PR_Log() be controlled by a toplevel build option. All places that set FORCE_PR_LOG to force logging on need to wrap that #define FORCE_PR_LOG in a MOZ_LOGGING ifdef.
It's on by default. Set
--disable-logging (unix)
NO_LOGGING=1 (win32)
moz_logging = 0  (mac)
to turn it off globally.

Bug #53226 r=sspitzer,leaf,sfraser
2001-05-05 10:18:53 +00:00
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
scc%mozilla.org 6860a0a739 bug #75504; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs| 2001-05-03 10:09:59 +00:00
edburns%acm.org 6466960f18 r=sr=jst
bug=http://bugzilla.mozilla.org/show_bug.cgi?id=78224
This fix modifies NavigatorImpl::JavaEnabled() so that it consults
the nsIJVMManager to see if java is enabled, rather than consulting
the plugin sub-system to see if the there is a plugin for the
java mime-type.

M nsGlobalWindow.cpp
2001-05-02 22:04:10 +00:00
hyatt%netscape.com 9ac35d4459 Fix for 76495. r=danm, sr=rpotts 2001-05-01 22:54:11 +00:00
jst%netscape.com 9a75868ba7 Adding new interface file, not part of the build. 2001-04-29 21:43:17 +00:00
cls%seawood.org 00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
arik%netscape.com 96627cc8b7 moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. Fixes bug 69922, r=dr, sr=brendan, a=blizzard. 2001-04-28 02:42:23 +00:00
arik%netscape.com 6316cae1ec moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. fixes bug 69922, r=dr, sr=brendan, a=blizzard 2001-04-28 02:39:07 +00:00
hyatt%netscape.com 8130400b54 Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov 2001-04-25 19:52:49 +00:00
heikki%netscape.com ca3a97dba5 Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann. 2001-04-24 00:04:11 +00:00
pinkerton%netscape.com 8958249d79 use openDialog instead of open to get around security manager when opening console. r=rginda/a=asa, bug 59748 2001-04-23 22:35:53 +00:00
dr%netscape.com 2e8fbd1253 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +00:00
hyatt%netscape.com 174428fb65 Fix for my 0.9 focus issues. r=saari, sr=brendan 2001-04-18 01:41:20 +00:00
harishd%netscape.com fa9d1080cf 68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore
r=heikki
sr=jst
2001-04-17 23:23:33 +00:00
joki%netscape.com 26b7f822c3 Fixes for Create/Init/Dispatch of new DOM events. Bugs 25889, 71544, 52129, 61022, 71823. sr:jst, hyatt 2001-04-17 05:52:11 +00:00
shaver%mozilla.org a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
hyatt%netscape.com 26a2d9444e Adding support for advancing and rewinding the focus using the command dispatcher. r=saari, sr=jst 2001-04-11 03:05:42 +00:00
ccarlen%netscape.com 2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
disttsc%bart.nl 72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
jst%netscape.com 904ac5d31d Adding nsIDOMNSHistory.idl, not part of the build. 2001-04-08 01:40:04 +00:00
mjudge%netscape.com e96ac1c564 sr = jst r = kin. 66318 extra dom stubs needed for editor 2001-04-07 00:44:06 +00:00
jst%netscape.com e10fb02984 Adding interface file, not part of the build. 2001-04-06 23:20:01 +00:00
jst%netscape.com 83255539f5 Removing file whose name is too long for the mac filesystem. Not part of the build. 2001-04-06 23:17:48 +00:00
dprice%netscape.com 8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
disttsc%bart.nl 6a962f1525 Fix senna bustage by removing unnecessary #include. r=shaver 2001-04-05 02:12:09 +00:00
sfraser%netscape.com ae21d8429d Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin 2001-04-04 23:48:03 +00:00
Xiaobin.Lu%eng.Sun.com a9d3572b4c Bug 68933 r=sr=Mike Shaver
Add declaration of GetPluginHost
2001-04-04 22:13:04 +00:00
Xiaobin.Lu%eng.Sun.com 4792dfec88 Bug 68933 r=sr=Mike Shaver
Add GetPluginHost method in order to be used by JavaEnabled implementation
2001-04-04 22:12:26 +00:00
Xiaobin.Lu%eng.Sun.com 574b2e720e Bug 68933 r=sr=Mike Shaver
Due to nsIJVMManger.idl change, IsJavaEnabled changed to GetJavaEnabled
2001-04-04 22:11:12 +00:00
Xiaobin.Lu%eng.Sun.com 12e4926e06 Bug 68933 r=sr=Mike Shaver
Reimplemented the JavaEnabled() function done by jst@netscape
2001-04-04 22:09:56 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
scc%mozilla.org 70de2e4a46 landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
jst%netscape.com 717b547dfd New file, not part of the build. 2001-04-01 01:17:43 +00:00
jst%netscape.com efd308526b Adding new files, not part of the build yet. 2001-04-01 01:10:59 +00:00
disttsc%bart.nl dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
heikki%netscape.com 433cc081c2 Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
morse%netscape.com d8762db686 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00
radha%netscape.com 0ee149dabb Fixes related to bug # 71756 r=rpotts, valeski 2001-03-28 03:35:38 +00:00
danm%netscape.com 0daa4060c2 implement window.scrollbars.visible. bug 58539 r=hyatt,pinkerton 2001-03-27 23:23:09 +00:00
disttsc%bart.nl f4edb65ad4 bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
jst%netscape.com 6d0655e486 Adding interface file, not part of the build yet. 2001-03-26 10:45:45 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
timeless%mac.com dfebd58a9a these files were not supposed to have been committed, reverting to previous version. sorry 2001-03-23 09:41:36 +00:00
mkaply%us.ibm.com 416831c77e Mac breakage - forgot MANIFEST 2001-03-23 04:27:07 +00:00
mstoltz%netscape.com 519500116e Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
danm%netscape.com 06e8fcaf7f match rev 1.3 of nsPIWindowWatcher.idl. r=ccarlen,hyatt (hyatt also r=ed my previous checkins) 2001-03-23 03:16:51 +00:00
mkaply%us.ibm.com f7bc155180 #36665
r=saari, sr=hyatt
Enablement of a DOM event for displaying a context menu
2001-03-23 03:14:46 +00:00
jst%netscape.com 1221466f58 Fixing bug 72476. Check for a null document *both* times we access the document pointer, this causes a crash if window.location is set on a window that doesn't contain a document (which can be the case when the window is a frame in a frameset). r=pollmann@netscape.com, sr=vidur@netscape.com 2001-03-22 07:11:49 +00:00
timeless%mac.com e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
mkaply%us.ibm.com 70a669a405 No bug
r=javier, sr=jst
Change some PR_CALLBACK to JS_DLL_CALLBACK
2001-03-19 21:46:25 +00:00
blizzard%redhat.com ef1092aba4 Fix bug #72313. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf 2001-03-19 17:56:04 +00:00
pchen%netscape.com caf1e8941a bug 69810, r=mcafee, sr=hyatt, a=asa, #define INCLUDE_XUL 1 for mac dom project, fixes nsFocusController::GetControllers() to QI currently focused element to a xul element and call GetControllers() on it if QI succeeds. 2001-03-16 23:38:36 +00:00
blakeross%telocity.com ce5984e559 Removing files that got checked in accidentally. 2001-03-14 02:51:02 +00:00
blakeross%telocity.com 808aba4ffa Fix 49334: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
Fix 70404: assertions for datetime and finger. r=dougt, sr=rpotts

Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca)
2001-03-14 02:51:01 +00:00
joki%netscape.com 8e53706e23 Fix 49120 (Force event handler compilation when properties accessed from JS) and 53640 (Fix event capture to work starting from text nodes) r:peterv, sr:jst 2001-03-13 11:37:16 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
shaver%mozilla.org ce5d19a70d 31847: Need to solve problem of JS roots for event handler funcs
Fix from brendan, r=dbaron, sr=shaver.
2001-03-11 17:11:11 +00:00
mkaply%us.ibm.com 06a62886d8 #70961
r=jst, sr=erik
DOM changes to implement the dir attribute (document.dir) needed for Bidi
2001-03-10 00:50:54 +00:00
danm%netscape.com 719e3af4ce window positioning security check is now more conversant with multiple monitors. bug 67523 r=hyatt,pinkerton 2001-03-09 02:12:51 +00:00
disttsc%bart.nl 09677a326a Fix potential dangling pointers of the form:
const char* foo = NS_ConvertUCS2toUTF8(bar).get();

sr=scc
2001-03-08 13:57:08 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
waterson%netscape.com 7a6cf95a43 Bug 70699. Fix windows makefile to create .obj files in win32_x.obj. Tip o' the cap to gverdun@acm.org. r=jst, sr=shaver 2001-03-07 00:43:11 +00:00
jst%netscape.com 4162a5ee8e Adding ElementCSSInlineStyle interface, not part of the build yet. 2001-03-03 11:43:56 +00:00
jst%netscape.com c547412990 Renaming nsIDOMHTMLIEElement to nsIDOMNSHTMLElement. Not part of the build. 2001-03-03 09:39:08 +00:00
jst%netscape.com 88c4e1d520 Adding window interface for JS specific methods. Not part of the build. 2001-03-03 03:10:02 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
mstoltz%netscape.com 33c8110175 bug 47905, adding security check to XMLHttpRequest.open(). r=heikki, sr=brendan 2001-03-02 00:09:20 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
danm%netscape.com 48ff9b0878 moving window opening code to WindowWatcher component. bug 67368 r=hyatt,jst 2001-02-26 00:37:55 +00:00
jst%netscape.com 99b90e47bd Adding interface not part of the build yet. 2001-02-24 12:47:22 +00:00
jst%netscape.com 289eda773f Adding new makefile, not part of the build yet. 2001-02-24 12:44:27 +00:00
jst%netscape.com b62759e317 Addign XBL DOM interface files, not part of the build yet. 2001-02-24 12:28:46 +00:00
jst%netscape.com 75c3bf8ceb New domstubs.idl file, not part of the build yet. 2001-02-24 12:15:01 +00:00
jst%netscape.com b4be84e32b Adding XUL DOM interfaces, not part of the build yet. 2001-02-23 10:07:18 +00:00
jst%netscape.com 26951cd647 Removing unused file. 2001-02-23 07:17:27 +00:00
jst%netscape.com 174a20bb6c Adding file back since it's needed after all, not part of the build. 2001-02-23 07:16:56 +00:00
jst%netscape.com e3d5a280dd Removing unused file. 2001-02-23 06:37:55 +00:00
dbaron%fas.harvard.edu 916e9104b8 Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes. 2001-02-22 12:20:04 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
waterson%netscape.com 9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
waterson%netscape.com 9cae476583 First checked in; not yet part of the build. 2001-02-21 01:13:03 +00:00
heikki%netscape.com 5c811dfbf3 Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
dbaron%fas.harvard.edu 402efee973 Fix leak in message compose window (and probably other places) by breaking a global->controllers->controller->global cycle resulting from having implementations of nsIController in JavaScript. b=56703 r=waterson@netscape.com sr=brendan@mozilla.org 2001-02-17 19:02:25 +00:00
mkaply%us.ibm.com 7cf807aad9 Fix senna REQUIRES bustage 2001-02-17 04:11:55 +00:00
danm%netscape.com 9b0604a906 preparing to move window opening code to a component, but currently ifdefed out. bug 67368 r=hyatt,pinkerton 2001-02-17 02:46:48 +00:00
radha%netscape.com b2d6bb81e1 Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
aaronl%chorus.net ab4d0dcaee Pref accessibility.browsewithcaret implemented, bug=49508, r=sfraser, sr=waterson 2001-02-15 05:07:46 +00:00
jst%netscape.com ae7641f21e Removing unused file. 2001-02-13 05:20:40 +00:00
jst%netscape.com 4c6ef4b31a Fixing bug 68266 (patch from brendan@mozilla.org). nsJSContext::EvalueateScript n' friends didn't return the complete result string if the result contained embedded null characters. r=jst@netscape.com, sr=rpotts@netscape.com 2001-02-13 04:00:59 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
blakeross%telocity.com 1f06c84d3c Only declare a string ptr when necessary. r=timeless 2001-02-12 21:48:01 +00:00
jst%netscape.com 48bdd5352b Interface cleanup. Not part of the build. 2001-02-10 05:03:46 +00:00
jst%netscape.com 5d292bc777 Interface cleanup. Not part of the build. 2001-02-10 03:51:13 +00:00
jst%netscape.com e5ade4e5a2 Interface cleanup. Not part of the build. 2001-02-09 12:01:35 +00:00
jst%netscape.com 34fb8853af Interface cleanup. Not part of the build. 2001-02-09 11:56:32 +00:00
jst%netscape.com 1b9c404fb0 Interface cleanup. Not part of the build. 2001-02-09 11:47:40 +00:00
jst%netscape.com 178b45894b Interface cleanup. Not part of the build. 2001-02-09 11:39:07 +00:00
jst%netscape.com b583d26e8c Interface cleanup. Not part of the build. 2001-02-09 11:30:21 +00:00
jst%netscape.com afbd4d40e5 Interface cleanup, not part of the build. 2001-02-09 11:20:07 +00:00
bryner%uiuc.edu 120c2b4fd9 bug 67527 -- cleaning up psm module registration (both psm 1.x and PIP). r=javi, sr=brendan. 2001-02-06 23:10:16 +00:00
jst%netscape.com 251da7aa44 Fixing bug 58753. Making document.referrer work for documents in [i]frames and window.open()'ed windows. r=mstoltz@netscape.com and pollmann@netscape.com, sr=vidur@netscape.com 2001-02-03 01:17:00 +00:00
jband%netscape.com 1f75c2d2c3 part of the fix to bug 66950. r=rogerl sr=brendan 2001-02-02 08:38:06 +00:00
jst%netscape.com 5530b85619 Fixing bug 63484. Making mozilla not spit out messages about javascript errors when reporting a javascript warning. r=pollmann.netscape.com, sr=brendan@mozilla.org 2001-02-02 08:10:53 +00:00
jst%netscape.com c291c89e75 Checking in patch from toml@us.ibm.com. This fixes bug 66413, crash when closing windows after using LiveConnect. r=me, sr=jband@netscaoe.com 2001-02-02 06:05:17 +00:00
jst%netscape.com 6150d40bf0 Removing unused file. 2001-02-02 01:35:59 +00:00
dbaron%fas.harvard.edu 1e046d05c0 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
hyatt%netscape.com 61e8d2ad00 Impl getAnonymousElementByAttr, r=jst, sr=ben 2001-01-27 00:43:54 +00:00
mjudge%netscape.com a79e1f9316 R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
av%netscape.com 742e999c4d Part of the 61388 fix. Adding mechanism for refreshing plugin list and reloading the page to DOM, sr=vidur, a=r=jst. 2001-01-23 22:29:41 +00:00
jst%netscape.com d2b388f505 Renaming interfaces that were incorrectly converted by my IDLC to XPIDL script. 2001-01-23 19:55:34 +00:00
pinkerton%netscape.com 06cbf7d7ec probably a cut/paste error. RemoveEventListenerByIID() shouldn't be implemented by calling AddEventListenerByIID() ;) r=danm/sr=ben 2001-01-23 04:32:53 +00:00
pinkerton%netscape.com 817ba1e2d4 since we've decided upon no DnD w/out XUL, commenting out hookup of XBL drag handlers. r=saari, sr=sfraser 2001-01-23 00:41:54 +00:00
jst%netscape.com b767fb5895 Fixing cut n' paste error, not part of the build yet. 2001-01-22 08:17:06 +00:00
jst%netscape.com c8befdc9cf Interface cleanup, not part of the build yet. 2001-01-22 04:34:24 +00:00
jst%netscape.com e3aeb66f2f Interface cleanup, not part of the build yet. 2001-01-22 04:15:37 +00:00
jst%netscape.com 7927354a2b Interface cleanup, not part of the build yet. 2001-01-22 04:09:29 +00:00
jst%netscape.com 6bcebbe36c Interface cleanup, not part of the build yet. 2001-01-22 04:01:04 +00:00
jst%netscape.com 9a35f34ac4 Interface cleanup, not part of the build yet. 2001-01-22 02:54:07 +00:00
jst%netscape.com 5d9b61129a Interface cleanup, not part of the build yet. 2001-01-22 02:36:07 +00:00
jst%netscape.com df95c98e64 Renaming files to make the mac happier, not part of the build yet. 2001-01-22 01:59:47 +00:00
jst%netscape.com 7ef39af6f6 Renaming file to make the mac happier. Not part of the buidl yet 2001-01-22 01:53:58 +00:00
jst%netscape.com 4501a3c0f1 Removing file that's not needed. 2001-01-22 01:26:07 +00:00
jst%netscape.com a8be43e1f0 Removing emacs backup file that was accidentally checked in. 2001-01-21 22:27:24 +00:00
jst%netscape.com 90258e047d Removing file that was checked in by mistake. 2001-01-21 11:28:12 +00:00
jst%netscape.com 643a8a1269 Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet. 2001-01-21 10:12:42 +00:00
jst%netscape.com 8eb270b0cd Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet. 2001-01-21 09:21:24 +00:00
jst%netscape.com b00f5d736e Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet. 2001-01-21 09:10:30 +00:00
jst%netscape.com cb75ceb9ca Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet. 2001-01-21 08:51:04 +00:00
jst%netscape.com 1be3a2b618 Script that converts IDLC files to XPIDL files. 2001-01-21 08:43:22 +00:00
jst%netscape.com b9e9b31f2e Padding hexadecimal numbers in IID's with zero's to make my life a bit easier when converting the DOM to use XPConnect. 2001-01-21 06:11:05 +00:00
jst%netscape.com 704e24cec3 Removing unused file. 2001-01-21 04:31:24 +00:00
jst%netscape.com 7be22b4194 Whitespace cleanup, fixing up 3 space indentation. No code changes. 2001-01-18 07:44:29 +00:00
mccabe%netscape.com 14af6c2324 Add missing semicolon. Thanks Brian for the ring. 2001-01-17 02:05:14 +00:00
mccabe%netscape.com cc7fb1f8e7 (Trivial, trivial) fix to 65179.
Add an fflush after printing JS errors from xul or content to the console, to facilitate debugging.  #ifdef DEBUG, because I don't know all of the performance consequences.

Thanks to neil@parkwaycc.co.uk for the suggestion.
2001-01-17 01:18:48 +00:00
jst%netscape.com 045cc1a30d Fixing bug 58285. The various scroll methods on the window object need to flush pending layout notifications so that the presentation is up-to-date when the scolling is done. r=heikki@netscape.com, r=pollmann@netscape.com, sr=vidur@netscape.com 2001-01-13 01:51:45 +00:00
ben%netscape.com c85b487427 bug 56719, support deep merging for XUL overlays; 57108, remove the hidden form
from all XUL documents and remove the document.controls collection that
referenced hidden form's elements collection. r=waterson@netscape.com,
a=hyatt@netscape.com
2001-01-10 01:08:23 +00:00
anthonyd%netscape.com dbd36fbbfb bug fix for 62796
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
jst%netscape.com 474a9be591 Major cleanup of nsLocation.cpp, this also fixes bug 64041. sr=rpotts@netscape.com, r=dbaron@fas.harward.edu. 2001-01-09 01:16:36 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00