blassey@mozilla.com
|
dfd26f92ec
|
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
|
2008-03-05 13:39:29 -08:00 |
jorendorff@mozilla.com
|
35ce5bea9f
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsinvoke.c => js/src/jsinvoke.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
|
2008-03-05 15:00:01 -06:00 |
blizzard@mozilla.com
|
f7d646647b
|
bug 419918 - Add the ability to fire the memory pressure observers from the embedding test app. Taken from Stuart's ramback extension and made available here for testing. r=dougt, sr=pavlov, a=beltzner
|
2008-03-05 11:10:34 -08:00 |
joshmoz@gmail.com
|
5dea3ecb1e
|
protect against obj-c exceptions in printing ui. b=419389 r/sr=roc
|
2008-03-04 09:56:32 -08:00 |
joshmoz@gmail.com
|
b903b64b94
|
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
|
2008-02-29 15:24:53 -08:00 |
benjamin@smedbergs.us
|
819bc13ad2
|
Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
|
2008-02-28 20:34:28 -05:00 |
masayuki@d-toybox.com
|
1c98c2e245
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 07:28:37 -08:00 |
masayuki@d-toybox.com
|
076b8bba8e
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 05:59:25 -08:00 |
masayuki@d-toybox.com
|
600836e7ed
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 03:01:56 -08:00 |
benjamin@smedbergs.us
|
e623eb1082
|
Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
|
2008-02-27 11:33:49 -05:00 |
joshmoz@gmail.com
|
0fa9ad616c
|
remove unused files, rename mac prompt service file to .mm. prep for exceptions handling. b=419389 r/sr=roc
|
2008-02-26 11:37:44 -08:00 |
timeless@mozdev.org
|
54584cc580
|
Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore
|
2008-02-26 08:12:17 -08:00 |
Olli.Pettay@helsinki.fi
|
652c1e007c
|
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
|
2008-02-26 04:40:18 -08:00 |
reed@reedloden.com
|
5d4ef49dd4
|
Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan]
|
2008-02-25 00:59:20 -08:00 |
reed@reedloden.com
|
2806032534
|
Bug 409796 - "No pictures shown in saved file (file name and folder name, containing that file, is in cyrillic)" [p=lolkaantimat@gmail.com (Evgeniy Ivanov [powerfox]) r+sr=biesi a1.9=beltzner]
|
2008-02-23 23:44:07 -08:00 |
benjamin@smedbergs.us
|
270b1c9735
|
Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jscpucfg.c => js/src/jscpucfg.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsdhash.c => js/src/jsdhash.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jshash.c => js/src/jshash.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
|
2008-02-22 16:45:09 -05:00 |
jag@tty.nl
|
05cdb6aefe
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
masayuki@d-toybox.com
|
6e2677d193
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 07:31:27 -08:00 |
jwalden@mit.edu
|
7200901cae
|
Bug 414122 - Packaging changes to no longer ship an effective TLD list as a separate file, since we compile the data into necko now. r=notworthsomeonestimetoreview, a=blocker
|
2008-02-14 16:02:44 -08:00 |
bzbarsky@mit.edu
|
41f1d79e6e
|
Stop treating _new as a special window target. No other browser does. Bug 417067, r+sr=jst, a=beltzner
|
2008-02-13 21:05:25 -08:00 |
reed@reedloden.com
|
a2aaecca91
|
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
|
2008-02-13 03:33:38 -08:00 |
reed@reedloden.com
|
93cee75818
|
Bug 236688 - "crash on form submit which closes the last window" [p=chpe@gmail.org (Christian Persch) r=timeless a1.9=schrep]
|
2008-02-10 22:06:52 -08:00 |
jag@tty.nl
|
6b4aa39072
|
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
|
2008-02-09 02:37:42 -08:00 |
reed@reedloden.com
|
44c7a36222
|
Bug 408676 - "Fix include quotes style for gtkmozembed" [p=romaxa@gmail.com (romaxa) r=mpgritti a1.9=damons]
|
2008-01-29 20:28:26 -08:00 |
dolske@mozilla.com
|
a714da4a56
|
Bug 244273 - improve current HTTP authentication prompt. r=neil,bsmedberg ui-r=johnath, a=blocking-1.9+, a-latel10n=damons
|
2008-01-29 11:33:26 -08:00 |
jorendorff@mozilla.com
|
290dcfc11e
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-01-28 17:32:29 -08:00 |
reed@reedloden.com
|
23bbd145b3
|
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
|
2008-01-20 19:47:25 -08:00 |
kaie@kuix.de
|
454bb73392
|
Follow up to bug 399590, add the new library file to packaging
|
2008-01-18 03:20:15 -08:00 |
benjamin@smedbergs.us
|
66879412cd
|
Merge from cvs-trunk-mirror to mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jshash.c => js/src/jshash.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-01-17 16:40:00 -05:00 |
reed@reedloden.com
|
ac15e5aa0a
|
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
|
2008-01-17 02:11:00 -08:00 |
reed@reedloden.com
|
9e6a8820f7
|
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
|
2008-01-16 22:27:50 -08:00 |
reed@reedloden.com
|
2014207a56
|
Bug 408686 - "Using glib-genmarshal for generation gtkmozembedmarshal*" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep]
|
2008-01-15 17:40:52 -08:00 |
reed@reedloden.com
|
0c878c9e92
|
Bug 408823 - "Killing GTK1, deprecated glib uses" [p=romaxa@gmail.com (romaxa) r=mpgritti a1.9=schrep]
|
2008-01-11 14:16:15 -08:00 |
stuart.morgan@alumni.case.edu
|
f8fdb83edf
|
Bug 312018: Set the print job name before showing the print dialog. r=josh sr=bsmedberg a1.9=schrep
|
2008-01-10 15:44:06 -08:00 |
reed@reedloden.com
|
f99d441e49
|
Bug 409509 - "GtkMozEmbed strings cleanup" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep]
|
2008-01-10 01:01:11 -08:00 |
reed@reedloden.com
|
4aabd6ca92
|
Bug 408490 - "gtkmozembed cannot create profile files" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep]
|
2008-01-08 23:14:02 -08:00 |
jorendorff@mozilla.com
|
c4a67b48bf
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-01-07 16:02:10 -06:00 |
jorendorff@mozilla.com
|
e865f53470
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-01-07 12:35:51 -06:00 |
sdwilsh@shawnwilsher.com
|
8e7fe59222
|
Bug 410804 - nsWebBrowserPersist::MakeOutputStreamFromFile doesn't follow XPCOM rules. r=biesi, sr=biesi, a=schrep
|
2008-01-06 16:23:54 -08:00 |
reed@reedloden.com
|
4e4ec04616
|
Bug 373918 - "gtk_moz_embed_get_nsIWebBrowser not in the glue" [p=asac@jwsdot.com (Alexander Sack) r=bsmedberg a1.9=schrep]
|
2008-01-04 21:51:23 -08:00 |
sdwilsh@shawnwilsher.com
|
1f1340510a
|
Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz
|
2008-01-04 09:55:02 -08:00 |
reed@reedloden.com
|
f9ee4eb39f
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
dougt@meer.net
|
75b1666bda
|
Relanding 398009. Fixes license headers. r/sr=brendan a=vlad
|
2007-12-18 09:42:44 -08:00 |
dougt@meer.net
|
6d62a266e3
|
Relanding 363089. Renaming of variable. r/sr=brendan. a=vlad.
|
2007-12-18 09:36:32 -08:00 |
dougt@meer.net
|
9c77113bb1
|
Relanding fix for 326152. removing gtk1 from tree. r/sr=brendan. a=vlad.
|
2007-12-18 09:31:14 -08:00 |
dougt@meer.net
|
26ccc8d6c4
|
relanding fix for 364205. r/sr= brendan. a=vlad.
|
2007-12-18 09:16:25 -08:00 |
dougt@meer.net
|
01ba630a92
|
re-adding gtkmozembedmarshal.c/h. to version 1.3
|
2007-12-17 17:16:33 -08:00 |
dougt@meer.net
|
5b64700e91
|
re-adding gtkmozembedmarshal.c/h.
|
2007-12-17 17:08:03 -08:00 |
dougt@meer.net
|
71febd0dec
|
Backing out all changes to embedding/browser/gtk/ to '2006-11-01 20:00' due to massive landings of unreviewed changes (MICROB Landings). b=408238, r=bsmedberg, sr=brendan, a=vlad. Good changes/reviewed changes that we backed up will be landing in the next few days.
|
2007-12-17 16:33:03 -08:00 |
jorendorff@mozilla.com
|
634610f01f
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfile.c => js/src/jsfile.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsprf.c => js/src/jsprf.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2007-12-13 13:15:17 -06:00 |
kaie@kuix.de
|
ec1bfcf601
|
fixes bug 406724, r/sr=dveditz, a=schrep
|
2007-12-11 16:23:14 -08:00 |
dtownsend@oxymoronical.com
|
9b0e4bcdd7
|
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and 'random'. s+sr=jst, a=P1 blocking
|
2007-12-06 13:19:16 -08:00 |
kaie@kuix.de
|
a557b8e17c
|
bug 119500, PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported Patch contributed by Petr Kostka r=rrelyea, sr=kengert, a=dsicore Addon Patch to provide dummy implementations for gtk-embedding and camino. r=mark, sr=jst
|
2007-12-04 23:34:55 -08:00 |
stuart.morgan@alumni.case.edu
|
6f2678b14b
|
Bug 401328: Account for appunit/pixel conversion when painting from nsWebBrowser [p=roc]. r=smorgan sr=bzbarsky a1.9=blocking1.9
|
2007-12-03 17:01:59 -08:00 |
stuart.morgan@alumni.case.edu
|
12e481ad5f
|
Follow up to bug 404290, make sure embedding clients don't crash (bug 406108). r+sr=bzbarsky a1.9=blocking1.9
|
2007-12-03 16:31:21 -08:00 |
jorendorff@mozilla.com
|
b57c9929e6
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2007-12-03 17:50:14 -06:00 |
dolske@mozilla.com
|
bacde85933
|
Bug 403115 - Option missing to save password for HTTP auth. r=benjamin, sr=cbiesinger, blocking1.9=mconnor
|
2007-12-03 13:47:45 -08:00 |
reed@reedloden.com
|
8cf37a2a64
|
Bug 405996 - "Fix gtkmozembed to use PRInt64 instead of nsInt64 to make elsa happy" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser a1.9=damons]
|
2007-11-30 23:15:13 -08:00 |
db48x@yahoo.com
|
97d02bfe9b
|
Bug 404290 ÃÂ the size of popup windows needs to be specified in css pixels, not device pixels. r=eli,roc sr=bsmedberg
|
2007-11-27 05:30:09 -08:00 |
jorendorff@mozilla.com
|
27325b5b78
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfile.c => js/src/jsfile.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
|
2007-11-26 13:55:13 -06:00 |
jorendorff@mozilla.com
|
39903b025b
|
Merging from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
|
2007-11-19 15:25:08 -06:00 |
bzbarsky@mit.edu
|
8f63f75429
|
Make find code less sensitive to exactly which nodes return true for IsNativeAnonymous(). Bug 403090, r+sr=mats, a=schrep
|
2007-11-18 10:53:43 -08:00 |
jst@mozilla.org
|
756d0c4ef0
|
Fixing bug 402866. Don't make modal dialogs resizable just because pref dom.disable_window_open_feature.resizable is set to true. r+sr=bzbarsky@mit.edu
|
2007-11-15 15:07:13 -08:00 |
reed@reedloden.com
|
8a1c8ee709
|
Bug 402839 - "Modal dialogs should use Linux's native icons" (part A) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a1.9=schrep]
|
2007-11-14 22:50:40 -08:00 |
peterv@propagandism.org
|
5ba21b5fff
|
Fix for bug 390446 (Javascript is still disabled after leaving a page that had designMode on). r/sr=jst.
|
2007-11-12 06:47:03 -08:00 |
jorendorff@mozilla.com
|
df571c0233
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
|
2007-10-31 10:40:29 -05:00 |
benjamin@smedbergs.us
|
0a4915ceb4
|
Bug 398152 - Remove activex support for OJI, r=mfinkle
|
2007-10-27 00:35:39 -04:00 |
dolske@mozilla.com
|
52cba9f35f
|
Bug 382180: HTTP auth dialogs don't come up if login manager croaks. r=gavin, a=mconnor, aM9=mconnor
|
2007-10-24 14:23:50 -07:00 |
bugzilla@standard8.plus.com
|
b319282079
|
Bug 397403 NS_NewAuthPrompter needs to check if the password manager prompt factory can handle password prompts. r/sr=biesi,a=sayrer
|
2007-10-13 02:27:24 -07:00 |
tglek@mozilla.com
|
a0468b7b36
|
bug 398599. Fix prbool violations. r=bsmedberg a=sayrer
|
2007-10-12 16:47:11 -07:00 |
reed@reedloden.com
|
52130e9698
|
Bug 227986 - "EmbedPrompter should use GtkComboBox on gtk+ 2.4" [p=chpe r=bryner r=timeless sr=blizzard a1.9=sayrer]
|
2007-10-12 16:19:35 -07:00 |
joshmoz@gmail.com
|
cfcbd7f1e1
|
remove obsolete Cocoa embedding impl. b=399035 r=smorgan sr=bsmedberg
|
2007-10-10 08:13:35 -07:00 |
reed@reedloden.com
|
4307dd84e7
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 14:27:30 -07:00 |
dbaron@dbaron.org
|
c53e7acdd2
|
Remove nsFontList/nsIFontList. b=397813 r+sr+a1.9=pavlov
|
2007-10-07 22:01:49 -07:00 |
gerv@gerv.net
|
6dd53e09ca
|
Bug 398009 - fix mangled license headers. a=stuart.
|
2007-10-06 05:08:39 -07:00 |
bzbarsky@mit.edu
|
5f7d419364
|
Remove trunk instances of MOZILLA_1_8_BRANCH interfaces. Bug 347910, r+sr+a=jst
|
2007-10-05 16:37:25 -07:00 |
kaie@kuix.de
|
ad2bb22af2
|
Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor
|
2007-10-03 04:47:26 -07:00 |
kaie@kuix.de
|
61d16d4cd9
|
Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor
|
2007-10-03 04:43:54 -07:00 |
joshmoz@gmail.com
|
f219b51c26
|
remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
|
2007-10-01 16:20:37 -07:00 |
jst@mozilla.org
|
f9c2361632
|
Fixing bug 391777. Make window.close() work on a modal content dialogs. r+sr+a=jonas@sicking.cc
|
2007-09-27 14:53:25 -07:00 |
ted.mielczarek@gmail.com
|
b62c09faf0
|
bug 394190 - seamonkey/thunderbird not starting up due to manifest embedding issues. change manifest embedding in the non-libxul case. r=bsmedberg, a=bz
|
2007-09-26 03:38:29 -07:00 |
gavin@gavinsharp.com
|
a26384b973
|
Back out bug 392055 due to bustage
|
2007-09-23 20:44:28 -07:00 |
sdwilsh@shawnwilsher.com
|
9ee181b52d
|
bustage fix
|
2007-09-23 20:22:46 -07:00 |
roc+@cs.cmu.edu
|
9972360428
|
Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky
|
2007-09-18 16:12:06 -07:00 |
jst@mozilla.org
|
a4b4665459
|
Fixing bug 393900. Make windows opened with showModalDialog() obey window feature prefs. r+sr=jonas@sicking.cc, a=dsicore@mozilla.com
|
2007-09-07 13:30:15 -07:00 |
jwalden@mit.edu
|
9b5364ff65
|
Bug 348748 - Remove cast macros from a possibly-unused file in embedding; r=bsmedberg, a=NPOTDB?+no-functionality-change
|
2007-09-05 15:13:43 -07:00 |
jag@tty.nl
|
167cbfff3a
|
Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg
|
2007-09-05 06:04:54 -07:00 |
asqueella@gmail.com
|
dc5cd213c7
|
Bug 372077 - TestGtkEmbed Application should use gtk_moz_embed_*_startup properly p=romaxa <romaxa@gmail.com> r=timeless
|
2007-09-02 08:50:38 -07:00 |
ted.mielczarek@gmail.com
|
36858dc9bf
|
bug 350616 - embed manifests in all DLLs when building. r+a=bsmedberg
|
2007-08-28 10:38:02 -07:00 |
kherron@fmailbox.com
|
97296ebe2f
|
Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov, a=pavlov.
|
2007-08-26 17:19:15 -07:00 |
mozilla@weilbacher.org
|
d35aa3a819
|
Bug 321517: A text file in a frame is not properly saved (UI patch 2.0), p=sciguyryan, r=neil, sr/a=bzbarsky
|
2007-08-24 14:18:40 -07:00 |
mozilla@weilbacher.org
|
90741e52c0
|
Bug 321517: A text file in a frame is not properly saved (backend patch v3.3), p=sciguyryan, r/sr=cbiesinger, a=bzbarsky
|
2007-08-23 17:31:37 -07:00 |
cbiesinger@gmx.at
|
a23985c0a8
|
more bustage fix
|
2007-08-23 11:09:31 -07:00 |
bzbarsky@mit.edu
|
4274f9c4c4
|
Fix build bustage
|
2007-08-23 10:39:59 -07:00 |
cbiesinger@gmx.at
|
af6d8d5319
|
391100 move nsAutoWindowStateHelper from nsPrompt to nsPromptService r=bz sr=jst a=bz
|
2007-08-23 10:31:39 -07:00 |
masayuki@d-toybox.com
|
bfcfafd234
|
b=392252 fix bustage #2
|
2007-08-22 05:12:37 -07:00 |
masayuki@d-toybox.com
|
a20d56bd8d
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
sdwilsh@shawnwilsher.com
|
4e7d7cfc20
|
Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano, r=cbiesinger, sr=cbiesinger
|
2007-08-17 16:05:26 -07:00 |
jwalden@mit.edu
|
50aa08b817
|
Bug 294800 - Beautify FTP/File/Jar/Gopher dir listings (CSS, icons, sortable columns) so that they don't look like they're from 1995. (Ooh, shiny!) Patch by Dao Gottwald <dao@design-noir.de>, r+sr=bz, r=mano, a=dsicore
|
2007-08-17 15:57:36 -07:00 |
jst@mozilla.org
|
3b2512803a
|
Fixing bug 389634. Remove dependency on XUL windows from modal content dialog opening code (window.showModalDialog()). r=bzbarksy@mit.edu, sr=jonas@sicking.cc
|
2007-08-09 15:03:01 -07:00 |
bzbarsky@mit.edu
|
16e6040261
|
Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking
|
2007-08-07 18:16:09 -07:00 |
bzbarsky@mit.edu
|
325c15a53d
|
Fix bug 389334. r+sr=biesi
|
2007-07-26 18:24:34 -07:00 |
jst@mozilla.org
|
c1b1b4d758
|
Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc
|
2007-07-26 10:52:26 -07:00 |
mozilla.mano@sent.com
|
645edc2eee
|
Bug 294615 - Search/find fails on words containing soft hyphen (­). r+sr=jst.
|
2007-07-24 13:47:42 -07:00 |
dmose@mozilla.org
|
570912b643
|
Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz
|
2007-07-23 17:00:22 -07:00 |
asqueella@gmail.com
|
2af06bedb1
|
Bug 383716 - nsWebBrowserPersist::OnStopRequest doesn't check |status| for failure
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=biesi, sr=bz
|
2007-07-23 16:34:20 -07:00 |
kaie@kuix.de
|
f393d37335
|
Bug 386681, nsIWebProgressListener security: Test for bits, not for absolute values
r=benjamin
|
2007-07-23 03:58:34 -07:00 |
bzbarsky@mit.edu
|
d8a5bd6455
|
More consistent handling of principals for loads across docshell type
boundaries. Bug 388121, r+sr=jst
|
2007-07-17 18:47:07 -07:00 |
kherron@fmailbox.com
|
6f2b92eed8
|
Backing out patch for bug 315687 due to reftest failures on qm-win2k3-01.
|
2007-07-15 08:03:07 -07:00 |
kherron@fmailbox.com
|
7cbecc54cd
|
Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov.
|
2007-07-15 05:27:57 -07:00 |
kherron@fmailbox.com
|
6ce19ad50c
|
Back out patch for bug 315687, due to reftest failures on win32.
|
2007-07-14 10:07:33 -07:00 |
kherron@fmailbox.com
|
0c6bd69b22
|
Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov.
|
2007-07-14 07:42:55 -07:00 |
flamingice@sourmilk.net
|
02f7e98d65
|
Bug 129921, nsIWebBrowserPersist should support resume, Patch by Tom Germeau, r=biesi, sr=jst
|
2007-07-13 10:31:10 -07:00 |
peterv@propagandism.org
|
f7ff5666a6
|
Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz.
|
2007-07-11 06:05:05 -07:00 |
mats.palmgren@bredband.net
|
db9a36b35c
|
Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst
|
2007-07-10 06:53:01 -07:00 |
bzbarsky@mit.edu
|
ced8f1a4b0
|
Use a Subsumes() check, not a same-origin one. r+sr=jst
|
2007-07-09 21:14:00 -07:00 |
philringnalda@gmail.com
|
8c1b7b23d4
|
Bug 387189 - nsMIMEInfoHandleAction type doesn't exist, patch by Mook <mook.songbird@gmail.com>, r+sr=dmose
|
2007-07-08 15:45:41 -07:00 |
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
dmose@mozilla.org
|
ec036ba262
|
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
|
2007-07-05 12:31:44 -07:00 |
mats.palmgren@bredband.net
|
8472e864db
|
Remove non-cairo PostScript support. b=385577 r=kherron sr=pavlov
|
2007-07-05 04:29:51 -07:00 |
peterv@propagandism.org
|
4fb110bb30
|
Bustage fix, bug 386255 (Trunk XULRunner compile error in nsIEditingSession::MakeWindowEditable). Pending r=sicking.
|
2007-07-02 06:49:39 -07:00 |
peterv@propagandism.org
|
6662efd338
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
peterv@propagandism.org
|
90c374d7c3
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
peterv@propagandism.org
|
7bf2741259
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
bzbarsky@mit.edu
|
11cd15d771
|
Make the ranges used by find code able to span anonymous content. Bug 384706,
r+sr=sicking
|
2007-06-18 20:01:03 -07:00 |
kherron@fmailbox.com
|
de40e9c8b1
|
Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger.
|
2007-06-16 13:57:44 -07:00 |
kherron@fmailbox.com
|
d04e5ca122
|
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
|
2007-06-16 12:53:59 -07:00 |
mats.palmgren@bredband.net
|
df0f128cb1
|
Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir
|
2007-06-15 19:13:52 -07:00 |
mats.palmgren@bredband.net
|
266f784855
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 11:02:58 -07:00 |
leon.sha@sun.com
|
ab581cee9c
|
Bug 253926 Print to file doesn't cancel properlyPatch by leon.sha@sun.comdarin.moz: review+benjamin: superreview+
|
2007-06-12 22:48:17 -07:00 |
dwitte@stanford.edu
|
7694faac8b
|
cvs removing unbuilt and unmaintained p3p module. bug 366611.
|
2007-06-10 23:25:52 -07:00 |
mozilla@weilbacher.org
|
58a7060568
|
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
|
2007-06-10 15:13:08 -07:00 |
gavin@gavinsharp.com
|
94d232c05d
|
Backing out the patch for bug 350616 to see if it will fix the windows orange
|
2007-06-09 20:41:57 -07:00 |
ted.mielczarek@gmail.com
|
51e027a329
|
bug 350616 - Need to figure out VC8 CRT issues with the XULRunner stub (and with embedding) - embed manifests in everything. r=bsmedberg
|
2007-06-08 05:47:41 -07:00 |
vladimir@pobox.com
|
1b9bc6a942
|
b=382482, error when accessing navigator.offlineResources (NS_ERROR_XPC_CANT_GET_PARAM_IFACE_INFO) -- missing xpt file from packaging manifests; patch from dcamp@mozilla.com, r+sr=vlad
|
2007-06-05 17:03:12 -07:00 |
sdwilsh@shawnwilsher.com
|
5089b2dda4
|
Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor
|
2007-05-21 17:03:33 -07:00 |
mats.palmgren@bredband.net
|
039f630bca
|
Move nsIDocShellTreeItem::childOffset to nsDocShell and remove all uses except internally by nsDocShell (it should be removed eventually). b=376562 r=Olli.Pettay sr=bzbarsky
|
2007-05-17 20:49:14 -07:00 |
mark.finkle@gmail.com
|
21ddeaec46
|
bug 367519. r=bsmedberg. add XUL and SVG mime type support to the mozilla activex control. Also updated some deprecated ATL macros.
|
2007-05-16 19:19:50 -07:00 |
bent.mozilla@gmail.com
|
e3e1e8965c
|
Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg.
|
2007-05-16 13:06:01 -07:00 |
Olli.Pettay@helsinki.fi
|
5767c4440b
|
Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst
|
2007-05-15 01:50:33 -07:00 |
Olli.Pettay@helsinki.fi
|
065327c30f
|
Seamonkey/Win bustage
|
2007-05-14 05:16:56 -07:00 |
Olli.Pettay@helsinki.fi
|
ab3daf1d7f
|
Seamonkey/Win bustage
|
2007-05-14 05:02:38 -07:00 |
Olli.Pettay@helsinki.fi
|
7817abfbca
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
timeless@mozdev.org
|
fb92eab385
|
Bug 379723 gtk_moz_embed_set_directory_service_provider not in gluepatch by tomeu@tomeuvizoso.net r=timeless
|
2007-05-13 07:52:52 -07:00 |
Olli.Pettay@helsinki.fi
|
40178e46a3
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
Olli.Pettay@helsinki.fi
|
e1fb8b073b
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
neil@parkwaycc.co.uk
|
00f6f7bfc3
|
Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi
|
2007-05-09 01:40:41 -07:00 |
bzbarsky@mit.edu
|
7e3d62ddea
|
Make nsIDocShellTreeItem inherit from nsIDocShellTreeNode. Bug 377303,r=bsmedberg, sr=biesi
|
2007-05-06 14:06:28 -07:00 |
bzbarsky@mit.edu
|
086c2eb0c0
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me
|
2007-05-01 15:24:20 -07:00 |
mats.palmgren@bredband.net
|
7cf34d1a7e
|
Bustage fix for TestGtkEmbed. b=326152
|
2007-04-30 17:13:44 -07:00 |