123906 Commits

Author SHA1 Message Date
peter%propagandism.org
cb4426e692 Adding copies of trunk version of NodeSet.* (to ease merging of TX_WALKER_BRANCH). r=sicking. 2003-11-04 09:53:16 +00:00
bryner%brianryner.com
85bbf36cce Remove ^M characters. This should fix redwood as a side effect. 2003-11-04 07:57:54 +00:00
bryner%brianryner.com
d9647f99f2 Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does. 2003-11-04 07:42:52 +00:00
ben%bengoodger.com
9ade0b95e7 ngoing work... 2003-11-04 06:52:53 +00:00
ben%bengoodger.com
1d30610917 Some new script fu... ongoing work in progress 2003-11-04 06:52:31 +00:00
wchang0222%aol.com
d45bb29e40 Set NSS version to 3.9 Beta 2. 2003-11-04 05:52:51 +00:00
chanial%noos.fr
1e5de0b577 Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse! 2003-11-04 05:31:55 +00:00
pinkerton%netscape.com
20e11f0ffa craft search urls so they support utf8 (bug 201642) 2003-11-04 05:08:46 +00:00
chanial%noos.fr
4773dba6c8 bug 224569: Cookie Manager and Exceptions window should remember column size. patch by Steffen Wilberg <steffen.wilberg@web.de> r=me.
some flex tweaking, also
2003-11-04 05:02:35 +00:00
chanial%noos.fr
2aca0d0992 bug 224453: Alt-F4 and close button should return to normal mode (IE behavior) 2003-11-04 04:18:57 +00:00
bienvenu%nventure.com
dfa71bc029 additional fix for 223560, clean up ldap server migration, fix handling of ifdef ldap, r/sr=mscott 2003-11-04 03:56:10 +00:00
scott%scott-macgregor.org
efe0b09e2e Bug #224514 --> automate locale version based on milestone.txt for mozilla/toolkit. 2003-11-04 03:51:25 +00:00
bzbarsky%mit.edu
35a384e555 Correctly ignore adjacent type selectors with no combinator. Bug 224188,
r+sr=dbaron
2003-11-04 03:16:10 +00:00
bzbarsky%mit.edu
fa6142d08b Treat any 1xx response like a 100 response. Bug 224537, r+sr=darin 2003-11-04 02:20:54 +00:00
nelsonb%netscape.com
0feb5dfd5f Fix numerous errors (mostly off-by-1 errors) in the code that formats
and prints certs and CRLs.  This code is common to certutil and pp.
Bug 222568  r=nicholson (for this portion).
2003-11-04 02:16:42 +00:00
bzbarsky%mit.edu
0fc82ad629 Refactor child element handling such that we don't duplicate event-firing code
all over (now we just do it in nsGenericElement and nsXULElement).  Bug 223349,
r=sicking, sr=peterv
2003-11-04 02:15:28 +00:00
bryner%brianryner.com
602eb22f1c Convert imgContainerGIF to use nsCOMArray instead of nsSupportsArray. Bug 224621, r=darin, sr=tor. 2003-11-04 02:14:11 +00:00
bzbarsky%mit.edu
5252fca867 Fix crash when frameset is wiped out before onload events on all subframes have
fired.  Bug 212563, r+sr=jst
2003-11-04 02:01:23 +00:00
nelsonb%netscape.com
bc763436c5 Better cleanup. Plug leaks in pp. bug 222568. r=nicolson (this part). 2003-11-04 01:51:54 +00:00
nelsonb%netscape.com
374349f143 Rename get_oid_string to CERT_GetOidString and export it. Also, export
CERT_DestroyOidSequence.  bug 222568.  r=jpierre (for this portion).
2003-11-04 01:48:39 +00:00
bryner%brianryner.com
374b88e17b fix for mac blocker bug 224526. Make sure to initialize the widget atoms. r=brendan. 2003-11-04 01:08:48 +00:00
pinkerton%netscape.com
62754c7283 fix gap between personal toolbar and tab widget on panther only (bug 223667) 2003-11-03 21:00:24 +00:00
igor%mir2.org
da6b0bef31 Return type of Context.initStandardObject(ScriptableObject) is changed back to Scriptable for binary compatibility. 2003-11-03 20:42:32 +00:00
brendan%mozilla.org
cd582ddebe Move ComputeThis call up in js_Invoke so __noSuchMethod__ sees the correct |this| parameter. 2003-11-03 20:23:23 +00:00
ben%bengoodger.com
7723c8271d Only run browser if user asks for it to be run. 2003-11-03 20:19:30 +00:00
igor%mir2.org
8349b3ea49 Removal of possibility to alter JavaAdapter through an external property as such functionality is redundant and can be emulated with altering JavaAdapter in the scope object after Context.initStandardObjects returns. 2003-11-03 19:58:17 +00:00
igor%mir2.org
7d26c9eb27 Use reflection to access JavaAdapter to allow to use NativeJavaObject with JavaAdapter classes absent. 2003-11-03 19:55:37 +00:00
pinkerton%netscape.com
04d207ce3a don't run bookmark menu building code on separate thread as it would case
re-entrancy crashes at startup.
2003-11-03 19:54:43 +00:00
varga%nixcorp.com
c925cbe5f1 Fix for bug 223530. null pointer dereference in nsTreeContentView.cpp [@ nsTreeContentView::ContentRemoved ]
r=me sr=bz patch by Nate Nielsen <nielsen@memberwebs.com>
2003-11-03 19:11:50 +00:00
igor%mir2.org
80c54a080a When converting function to Java interface and checking for the previous wrapping, do not use key stored in ClassCache.javaAdapterIFGlueMasters as it can be thrown away when caches are emptied and instead construct a key object from the passed class and uniqueness tag. 2003-11-03 18:15:00 +00:00
igor%mir2.org
bef3bd17c6 In NativeJavaClass.constructSpecific use passed scope, not function pointer as scope source so shared system scope with custom top scope and custom wrap factory would work. 2003-11-03 18:06:49 +00:00
igor%mir2.org
2c30bb423d Added Kit.makeHashKeyFromPair to make combined key for hashtables from 2 objects 2003-11-03 18:04:27 +00:00
brendan%mozilla.org
2e7b972ae2 Fiddle a bit cosmetically to make arena member comparisons have the same form; add a comment. 2003-11-03 17:47:43 +00:00
blizzard%redhat.com
438d23222f Bug #213734. Browser crashes when loading URL [@ XftDrawGlyphFontSpec ][@ nsFontMetricsXft::DrawString ]. Make sure to use the length of the spec buffer, not the length of the string in determining how many glyphs to render. r=jshin, sr=dbaron 2003-11-03 17:44:54 +00:00
bsmedberg%covad.net
2034fc15f9 Bug 212222 - Load default prefs from the GRE and from the application. r/sr=alecf/darin
NOTE: This is only the backend work necessary to load prefs. The actual separation of prefs into application/embedding will happen in another bug.
2003-11-03 16:46:13 +00:00
scott%scott-macgregor.org
5c66914f1c fix ctrl-M's in file 2003-11-03 16:43:36 +00:00
mostafah%oeone.com
6862fc2936 Updated Polish Translation files 2003-11-03 15:48:34 +00:00
bsmedberg%covad.net
9b6ea3d765 Make the Mozilla build configurator ouput the correct results for --enable-chrome-format. This
does not affect the generated configure script.
2003-11-03 15:26:51 +00:00
peter%propagandism.org
317d541bbe Add back $. 2003-11-03 14:56:14 +00:00
peter%propagandism.org
06c2d7a77b Remove weird wrapping that mscott checked in 2003-11-03 14:44:04 +00:00
axel%pike.org
0c3c5720f1 bug 204727, p3p stylesheet cleanup, factor 5 stylesheets into one generating 5 to be packed with XUL preprocessor, r=bryner, sr=heikki 2003-11-03 13:57:35 +00:00
timeless%mozdev.org
ef317c5660 Bug 224088 warning: unused variable nsresult rv' in member function nsDocShellEditorData::~nsDocShellEditorData()'
r=glazou sr=peterv
2003-11-03 13:18:38 +00:00
timeless%mozdev.org
90d07db2d1 Bug 224018 unused variables gDumpFileNameCnt, gDumpLOFileNameCnt in nsDocumentViewer.cpp
r=jst sr=jst
2003-11-03 13:17:00 +00:00
timeless%mozdev.org
42ab2c193e Bug 116413 negative VoidArray index in GetMenuAt() in View menu on Mac
r=jfrancis sr=jst
2003-11-03 13:14:45 +00:00
timeless%mozdev.org
1debe840bc Bug 214959 Xdefs.h not found while building with xft support on solaris
patch by selsky@columbia.edu r=blizzard sr=rbs
2003-11-03 13:11:56 +00:00
peter%propagandism.org
84dc28afc8 Additional fix for bug 224313 (). 2003-11-03 09:18:29 +00:00
darin%meer.net
2e48347cf6 adding additional comments to last patch, b=223145 2003-11-03 09:10:57 +00:00
darin%meer.net
bb123973dd fixes bug 223145 "Numeric IPv6 addresses don't work" patch=lorenzo@colitti.com r+sr=darin 2003-11-03 08:54:49 +00:00
chanial%noos.fr
4249292cca bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus. 2003-11-03 08:14:10 +00:00
chanial%noos.fr
3fd3695714 bug 224522: collapse menuitem needs a correct accesskey "C".
Moving the crap out of history.properties.
2003-11-03 08:05:03 +00:00