Commit Graph

41 Commits

Author SHA1 Message Date
daniel%glazman.org
bc87818cea [minimo only] remove max-height constraints; b=247843; r/sr=dbaron 2004-06-21 12:28:04 +00:00
dveditz%cruzio.com
c1609e013d bug 243699 block disk: and help: protocols r=bz,sr=bryner,a=brendan 2004-05-20 05:47:29 +00:00
dougt%meer.net
8a359d0860 Minimo only. Adding local html 2004-04-26 17:40:10 +00:00
dougt%meer.net
fc4667da32 Minimo only. disable dtd debug 2004-04-26 17:11:24 +00:00
dougt%meer.net
0ad12a1af6 MINIMO Only.
These changes include
pointing the start page to a local file.
fixing up the packaging files to do a clober of the dist/Embed directory.
updating the ipkg version.
2004-04-26 06:33:22 +00:00
dougt%meer.net
84d6a291b9 MINIMO ONLY
Fixing UA string preference.  It must be a pref not a user_pref.

Minimo Application UI changes:
  Replaced toolbar with context menu
  Replaced throbber with url bar bg color fading.
  Added URL Bar autocomplete
  Added mosaic style url open events
2004-04-21 14:51:42 +00:00
gerv%gerv.net
8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
timeless%mozdev.org
c63638e441 Bug 205077 Prefs: Networking cleanup for trunk
patch by benc@chuang.net r=darin a=mkaply
2004-04-08 06:43:34 +00:00
darin%meer.net
e01a4d3c15 disable building extensions (NOT PART OF THE DEFAULT BUILD) 2004-03-12 02:39:30 +00:00
bsmedberg%covad.net
255960bb10 Bug 233160 - separate style overlays out of nsIXULChomeRegistry r+sr=hyatt with additional lookovers from dbaron+bz 2004-03-09 19:59:09 +00:00
mconnor%myrealbox.com
3de2156526 Bug 236124 network.http.pipelining.firstrequest is unused and should be removed - patch by Michael Lefevre (michaell+bmo@michaellefevre.com), r+sr=darin 2004-03-02 01:04:35 +00:00
bryner%brianryner.com
078b6c6ce9 Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst. 2004-02-24 03:22:35 +00:00
dbaron%dbaron.org
1af04467ad Fix --disable-xul for non-MINIMO builds by building chromelite. b=232254 r=dougt 2004-02-01 23:23:19 +00:00
dougt%meer.net
1afb858b5c minimo only. cross compiler more sensitive to casting. 2004-02-01 05:22:51 +00:00
dougt%meer.net
7d8d55f402 minimo only - making the stop icon act like a throbber when page loading. wacking g_prints to save a tad of footprint. And, yes. These are the xpm's I am using for now. 2004-01-30 07:36:31 +00:00
dougt%meer.net
318541819f [minimo only] remove dos line endings. 2004-01-29 22:09:23 +00:00
dougt%meer.net
d49d4a457e [minimo only] check of small screen css addition 2004-01-29 22:00:57 +00:00
dougt%meer.net
f023ec527b http caching disabled per darin and I 2004-01-29 21:55:00 +00:00
dougt%meer.net
528750f97a [Minimo only] Adding simple popup blocking 2004-01-27 08:45:11 +00:00
dougt%meer.net
f09892f06e [minimo only] Minimo app vanity clean up. Merging stop and reload buttons. Autosizing URL entry bar on focus. Fixed chrome lite library so that it doesn't require any linking to necko. Adding ipkg build stuff. 2004-01-27 01:46:05 +00:00
dbaron%dbaron.org
86f02907b6 Allow this to compile in a build with trace-malloc enabled. 2004-01-26 23:00:30 +00:00
dougt%meer.net
b2ccf115af [minimo only] Minimo, the app, lives -- inital checkin 2004-01-21 06:48:40 +00:00
dougt%meer.net
a8f167755f [minimo only] change to all.js so that cookies work. 2004-01-21 06:42:56 +00:00
bsmedberg%covad.net
047415ef80 Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:22:43 +00:00
caillon%returnzero.com
03937573d2 230953 - Remove traces of dtd-debug. r+sr=jst 2004-01-15 04:50:10 +00:00
darin%meer.net
a519fe2fb1 removing reference to arm-linux-gcc in mozconfig and adding new mozconfig-arm for all the cross-compilation options 2004-01-06 21:51:03 +00:00
darin%meer.net
619719576f updating minimo mozconfig to reflect latest build options 2004-01-06 21:40:17 +00:00
dougt%meer.net
ff1cd8e027 explictly linking against the necko lib for nsStandardURL. minimo only 2003-12-23 06:40:43 +00:00
bsmedberg%covad.net
0c471686e7 bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
dougt%meer.net
1047311991 adding default preferences to minimo 2003-12-21 20:35:18 +00:00
darin%meer.net
b6e4152b0d making minimo packager use MOZ_OBJDIR instead of a hardcoded objdir path. 2003-11-03 02:16:56 +00:00
dougt%meer.net
72b7fb4f84 Cleaner way to support nostdc++ 2003-07-31 00:21:29 +00:00
timeless%mozdev.org
267497e472 Adding the ablity to disable view source.
patch by dougt r=bz,sr=darin,b=199335
2003-07-30 23:57:39 +00:00
dougt%meer.net
4d1e649d24 adding disable-view-source. r+sr=me 2003-07-30 03:21:30 +00:00
dougt%meer.net
4b2e17fc5a Making packaging a bit simplier 2003-07-23 06:04:27 +00:00
dougt%meer.net
a73acf9130 fixing a couple of makefile. not part of normal build. 2003-07-23 06:00:28 +00:00
dougt%meer.net
e282392120 Adding comments and a new README file 2003-07-23 04:41:35 +00:00
dougt%meer.net
7c5e60bf64 mozconfig update. 2003-07-23 04:36:09 +00:00
dougt%meer.net
dcba296416 libstdc++ stub 2003-07-23 04:34:08 +00:00
dougt%meer.net
41f2c6c6e5 Not part of mozilla build. r+sr=darin/dougt 2003-07-23 04:33:17 +00:00
dougt%meer.net
111c375c43 Minimo build file. - Not part of the mozilla build. 2003-07-09 04:57:30 +00:00