bsmedberg%covad.net
df550d0124
Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa
2005-07-21 13:33:43 +00:00
dougt%meer.net
4d66ea41e7
Updating UAString in all.js npodb
2005-07-20 18:46:04 +00:00
masayuki%d-toybox.com
02b22c05d0
Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor
2005-07-20 08:40:13 +00:00
dougt%meer.net
9193643dbd
Fixing the Alreading Running check. NPODB
2005-07-20 01:35:58 +00:00
dougt%meer.net
9ba372350c
droping the explict font names and sizes for now. Ignoring ignored security dialogs. Adding a pref that only works in my build which makes the (X) close box be an (ok) box. widget changes are required to honor this pref. npodb
2005-07-19 19:50:12 +00:00
dougt%meer.net
08dd2a17d0
Windows CE only. NPODB
...
1) Making application look alot more XP via appshell and appshellservice
2) Adding a splashscreen. need art love, but code is in place for CE.
3) Greatly simplified window creation using appshel.
4) moving pip stuff out of static link.
5) Manually ripping out cruft in chrome files that I do not think I need.
2005-07-19 17:19:06 +00:00
dougt%meer.net
27a8627cd2
Minimo chrome changes -- removing unused functions. NPODB
2005-07-19 17:12:59 +00:00
dougt%meer.net
855d4e1bc9
cleaner google maps hack NPODB
2005-07-19 17:10:28 +00:00
timeless%mozdev.org
c4a2f49030
Bug 300084 Remove advanced.always_load_images pref
...
patch by bugzilla@mcsmurf.de r=dougt moa=dougt
2005-07-11 18:20:46 +00:00
dougt%meer.net
3c9c6d833a
Updating Minimo Wince package list to include PSM shared libs. Also to use the correct all.js
2005-07-11 16:40:35 +00:00
masayuki%d-toybox.com
7a8a16183e
Bug 293185 When ActiveX control plug-in is installed buttons in a flash document no longer work. patch by <VYV03354@nifty.ne.jp> r+sr=jst, a=asa
2005-07-08 14:13:32 +00:00
dougt%meer.net
125fd20dc6
cleanup shutdown of minimo/wince.
2005-07-07 19:03:11 +00:00
kairo%kairo.at
4f05523ffe
bug 299463 - File res/hiddenWindow.html missing in installer build, fix GRE installer as well, r+sr=dveditz a=asa
2005-07-07 16:01:41 +00:00
cbiesinger%web.de
2f21e9c3ee
Bug 298842 make the temp file part of nsITransfer
...
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
dougt%meer.net
2924a20fb7
Addin CO project to linux minimo mozconfig
2005-07-06 18:24:41 +00:00
dougt%meer.net
bbafa7161e
Updating minimo wince mozconfig's to use NSS WINCE branch.
2005-07-06 05:04:35 +00:00
dougt%meer.net
c3c6de702e
updating xpidl to use host tool
2005-07-05 18:48:09 +00:00
cbiesinger%web.de
2abc571b34
Bug 297594 Crash closing popup (gtkmozembed)
...
patch by chpe@gnome.org r=mpgritti sr=blizzard a=asa
2005-07-04 14:02:29 +00:00
dougt%meer.net
a3eb04a7c2
Begin building NSS/PSM. update the fonts and sizes in preferences. npodb
2005-07-01 20:48:03 +00:00
bsmedberg%covad.net
3ceabf9126
mfcembed bustage fix from bug 271802
2005-07-01 15:02:08 +00:00
bsmedberg%covad.net
a15b94bcd8
Bug 271802 - nsPrintDialogUtil uses a localizable string for a preference with no apparent reason, patch by dbaron, r=bsmedberg, a=asa
2005-07-01 12:32:15 +00:00
cvshook%sicking.cc
0e9ae70de9
Bug 296764: Move html keybindings to chrome to make sure they work even with js turned off
...
r=bsmedberg sr=jst a=bsmedberg
2005-06-29 22:41:59 +00:00
bsmedberg%covad.net
a04b81838a
Fix windows bustage from bug 298047 by not using threadsafe-isupports in xpcom glue client code r=darin
2005-06-29 22:00:58 +00:00
dougt%meer.net
6107e9a648
fixes packager.sh. using full paths. npodb
2005-06-29 19:50:09 +00:00
dougt%meer.net
f67a32df3f
Using bash and pushd to fix OBJ/SRC issues. npodb
2005-06-29 17:22:05 +00:00
dougt%meer.net
bd2a85af8b
Making minimo.xul the default start_url. NPODB
2005-06-28 06:22:49 +00:00
dougt%meer.net
b028ef10ab
Minimo xul front-end. NPODB
2005-06-28 06:21:00 +00:00
dougt%meer.net
c62e35cf5b
Missed removing this include line. npodb
2005-06-28 05:40:59 +00:00
dougt%meer.net
87405ee8b5
Start on a packaging script. npodb
2005-06-28 04:59:53 +00:00
dougt%meer.net
c1aff88d39
Better idle event handling. removal of unneeded files. NPODB
2005-06-28 04:11:13 +00:00
cbiesinger%web.de
64b871f53a
297374 add missing |this.| to fix a JS syntax error
...
r=neil sr=darin a=bsmedberg
2005-06-24 19:39:25 +00:00
dougt%meer.net
984847720c
Remving toolkit components from our link. I am not actually sure why i enabled them here... hmm. NPODB
2005-06-22 15:46:09 +00:00
jst%mozilla.jstenback.com
a7ceeedb51
Fixing bug 295093. Check the window chrome flags when opening a new window before pushing the callee context onto the context stack. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=dveditz@curzio.com
2005-06-21 21:42:08 +00:00
joshmoz%gmail.com
f3708056af
better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa
2005-06-20 19:24:51 +00:00
dougt%meer.net
288e067dd8
Massive change to start minimo on CE using xul and other advanced features. NPODB
2005-06-17 18:42:08 +00:00
peterv%propagandism.org
c8dcb1a2d2
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
2005-06-16 13:10:58 +00:00
dougt%meer.net
e2f11b0eb1
Fixing build bustage when building non-statically. NPODB
2005-06-14 17:25:32 +00:00
scott%scott-macgregor.org
c1a61cf1a3
Bug #297227 --> Depend build fails to build PrintPDE.plugin
...
Patch by Mark Mentovai
jhpedemonte: review+
peterv: superreview+
a=asa
2005-06-13 19:54:10 +00:00
dougt%meer.net
550c60801f
Software Keyboard impl. Works only under WINCE currently. NPODB
2005-06-09 19:34:18 +00:00
smfr%smfr.org
1ef11d5a20
Fix bug 188130: fix XML prettyprinting in embedding apps by adding required resources to embed-jar.mn. r=bsmedberg, a=asa
2005-06-09 04:05:10 +00:00
jst%mozilla.jstenback.com
43fe817836
Fixing bug 296850. Unregress frame injection bug 246448. r=bzbarsky@mit.edu, sr+a=brendan@mozilla.org
2005-06-07 23:34:22 +00:00
timeless%mozdev.org
ceb559d09a
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00
dougt%meer.net
41cc8cddbf
Bumping the UA string override. NPODB
2005-06-02 04:20:39 +00:00
cls%seawood.org
34066213a5
Path translation fixes for msys.
...
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
joshmoz%gmail.com
e6acd8ece7
more bustage fixes for Mac OS X 10.4 build patch. by Mark Mentovai. b=292530
2005-06-01 21:15:09 +00:00
joshmoz%gmail.com
0feedf0e41
more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530
2005-06-01 20:52:53 +00:00
joshmoz%gmail.com
f111ec1cfa
fix building on Mac OS X 10.3.x "Panther". Patch by Mark Mentovai. b=292530 r=me
2005-06-01 20:13:21 +00:00
joshmoz%gmail.com
06ca0acf9b
more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan
2005-06-01 18:53:30 +00:00
timeless%mozdev.org
9ad10e656a
Bug 293124 useless initialization after memset in CMozillaBrowser::OnSaveAs
...
patch by bugzilla@mcsmurf.de r=timeless sr=tor a=shaver
2005-06-01 18:32:15 +00:00
cls%seawood.org
90fcdb00a0
Use dashes instead of backslashes for program options to avoid msys shell expansion.
...
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:28:35 +00:00