bryner%brianryner.com
|
160d10a94b
|
Remove ^M characters. This should fix redwood as a side effect.
|
2003-11-04 07:57:54 +00:00 |
bryner%brianryner.com
|
c8569e38ae
|
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
|
0f2afd62cf
|
ngoing work...
|
2003-11-04 06:52:53 +00:00 |
ben%bengoodger.com
|
e6a3c8a79a
|
Some new script fu... ongoing work in progress
|
2003-11-04 06:52:31 +00:00 |
wchang0222%aol.com
|
c2d639aa9f
|
Set NSS version to 3.9 Beta 2.
|
2003-11-04 05:52:51 +00:00 |
chanial%noos.fr
|
fa9a5a2952
|
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
|
d51989c9b4
|
craft search urls so they support utf8 (bug 201642)
|
2003-11-04 05:08:46 +00:00 |
chanial%noos.fr
|
daca70acb4
|
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
|
d71b4593b8
|
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
|
414e3e7f02
|
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
|
c278ac9e4f
|
Bug #224514 --> automate locale version based on milestone.txt for mozilla/toolkit.
|
2003-11-04 03:51:25 +00:00 |
bzbarsky%mit.edu
|
e77100207e
|
Correctly ignore adjacent type selectors with no combinator. Bug 224188,
r+sr=dbaron
|
2003-11-04 03:16:10 +00:00 |
bzbarsky%mit.edu
|
a3624f8a18
|
Treat any 1xx response like a 100 response. Bug 224537, r+sr=darin
|
2003-11-04 02:20:54 +00:00 |
nelsonb%netscape.com
|
cb4b243066
|
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
|
05d1dbab0a
|
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
|
95de8175be
|
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
|
96055357ca
|
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
|
f0ab5a779e
|
Better cleanup. Plug leaks in pp. bug 222568. r=nicolson (this part).
|
2003-11-04 01:51:54 +00:00 |
nelsonb%netscape.com
|
3e23562169
|
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
|
4c68da0688
|
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
|
805e3434bf
|
fix gap between personal toolbar and tab widget on panther only (bug 223667)
|
2003-11-03 21:00:24 +00:00 |
igor%mir2.org
|
56cd62465f
|
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
|
2341652777
|
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
|
91f52e3dd8
|
Only run browser if user asks for it to be run.
|
2003-11-03 20:19:30 +00:00 |
igor%mir2.org
|
011d5fcfd1
|
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
|
8844a1f96b
|
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
|
3c49ee24c8
|
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
|
de121ea543
|
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
|
0bbeb14dff
|
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
|
6a865fc062
|
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
|
d2c27acd1a
|
Added Kit.makeHashKeyFromPair to make combined key for hashtables from 2 objects
|
2003-11-03 18:04:27 +00:00 |
brendan%mozilla.org
|
2c67a1add3
|
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
|
6a0789819b
|
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
|
e89b48c5ba
|
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
|
124958953d
|
fix ctrl-M's in file
|
2003-11-03 16:43:36 +00:00 |
mostafah%oeone.com
|
8465dd48a5
|
Updated Polish Translation files
|
2003-11-03 15:48:34 +00:00 |
bsmedberg%covad.net
|
c0a7e3fc82
|
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
|
cd0dd31f01
|
Add back $.
|
2003-11-03 14:56:14 +00:00 |
peter%propagandism.org
|
6a45e5e5b5
|
Remove weird wrapping that mscott checked in
|
2003-11-03 14:44:04 +00:00 |
axel%pike.org
|
d72889a634
|
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
|
281447025e
|
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
|
fd97de95f0
|
Bug 224018 unused variables gDumpFileNameCnt, gDumpLOFileNameCnt in nsDocumentViewer.cpp
r=jst sr=jst
|
2003-11-03 13:17:00 +00:00 |
timeless%mozdev.org
|
208d2443aa
|
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
|
c77ed7f368
|
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
|
fd3004d408
|
Additional fix for bug 224313 ().
|
2003-11-03 09:18:29 +00:00 |
darin%meer.net
|
a7819f2c7e
|
adding additional comments to last patch, b=223145
|
2003-11-03 09:10:57 +00:00 |
darin%meer.net
|
db4f2e81e7
|
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
|
316945145b
|
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
|
214031461c
|
bug 224522: collapse menuitem needs a correct accesskey "C".
Moving the crap out of history.properties.
|
2003-11-03 08:05:03 +00:00 |
chanial%noos.fr
|
6592437e19
|
bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now.
|
2003-11-03 07:21:55 +00:00 |