Commit Graph

2461 Commits

Author SHA1 Message Date
pinkerton%aol.net
40806fd1ab work around bug in chrome reg that won't register locales w/out content.
(bug 234109, patch from bsmedberg, r=pink/sr=bryner)
2004-03-04 00:39:06 +00:00
locka%iol.ie
b4f0b587ca Fix "View Source" operation on popup menu. Move default profile into a member variable. b=228600 r=darin sr=bzbarsky 2004-03-03 21:24:19 +00:00
amardare%qnx.com
bcc40086df Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
Updated the embedded stuff to use the new PtWebServer API ( libPtWeb.so.3 ).
2004-03-02 19:21:40 +00:00
dougt%meer.net
06086a0274 When prompting/alerting the user (during a form post, etc.), the dialog that is displayed is wider than the viewable screen on small screens. This patch reduces the min size of the dialog. b=229156, r=blizzard 2004-03-02 05:07:08 +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
darin%meer.net
c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
chanial%noos.fr
4e74ed990f Bug 235187: nsContextMenuInfo shouldn't use low-level API and remove presContext FindFrameBackground.
r=ccarlen, sr=bz
(file not used by the xul apps)
2004-02-28 02:00:23 +00:00
bryner%brianryner.com
ed98c9a308 deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc. 2004-02-27 17:17:37 +00:00
pinkerton%aol.net
78979b9349 use encoded filename in content-dispositon header (bug 233798, not part of
build)
2004-02-27 16:57:14 +00:00
locka%iol.ie
5b8c3629f9 Fix crash in get_all implementation. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=233251 r=adamlock sr=jst 2004-02-25 20:23:22 +00:00
cbiesinger%web.de
958da29c87 removing now-unused mpfilelocprovider, superceded by profile/dirserviceprovider.
bug 235431, r=ccarlen sr=bz
2004-02-24 21:45:22 +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
amardare%qnx.com
1cd4d9e725 Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.
2004-02-20 23:36:43 +00:00
amardare%qnx.com
9b29f5859b Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.
2004-02-20 23:06:30 +00:00
amardare%qnx.com
f5b34fbe07 Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.

Added the minimo-qnx for the qnx platform.
2004-02-20 23:04:07 +00:00
bzbarsky%mit.edu
3802922e91 Remove bogus method that makes backgrounds on the canvas unhappy. Bug 219302,
r+sr=roc
2004-02-20 00:39:09 +00:00
bzbarsky%mit.edu
f332931041 Fix comment. Bug 234895, patch by Simon Miller <mozbugs@nuvisions.ch>,
r=biesi, sr=bzbarsky
2004-02-20 00:17:35 +00:00
jshin%mailaps.org
cf9d6a4895 bug 233485 : add 'size' parameter to nsAutoBuffer (patch for customers) : r=ccarlen, sr=rbs) 2004-02-19 11:00:29 +00:00
darin%meer.net
8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
timeless%mozdev.org
01040a802f Bug 232642 [ActiveX] crash if access twice the same html element
patch by atremon@elansoftware.com r=adamlock sr=jst a=chofmann
2004-02-17 16:07:36 +00:00
bryner%brianryner.com
92499cbd13 Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron. 2004-02-11 04:57:07 +00:00
bsmedberg%covad.net
814b876053 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2004-02-11 02:10:04 +00:00
jst%mozilla.jstenback.com
41e764909a Fixing build bustage. 2004-02-09 23:45:47 +00:00
jst%mozilla.jstenback.com
505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
cbiesinger%web.de
f96f808236 Bug 232771 Typo in definition of GTK_MOZ_EMBED_CLASS
patch by Crispin Flowerday <mozilla@flowerday.cx> r+sr=blizzard
2004-02-07 22:23:07 +00:00
cbiesinger%web.de
e306687216 Bug 232456 Escape key doesn't cancel Gtk alerts
patch by Crispin Flowerday <mozilla@flowerday.cx> sr=bryner r=blizzard
2004-02-07 22:21:42 +00:00
dbaron%dbaron.org
1e6ed08cc8 Fix some incorrect string usage and improve performance in a few places that show up in an LXR search for the previous pattern. b=232339 r=jshin sr=darin 2004-02-03 18:23:41 +00:00
locka%iol.ie
c8c083d7a6 Implement outerHTML. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=232281 r=adamlock sr=jst 2004-02-02 21:02:25 +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
bryner%brianryner.com
42adb9f1be More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron 2004-02-01 10:09:07 +00:00
dougt%meer.net
1afb858b5c minimo only. cross compiler more sensitive to casting. 2004-02-01 05:22:51 +00:00
neil%parkwaycc.co.uk
50248a9c72 Bug 231750 gtk alert text should be selected p=mozilla@flowerday.cx r=blizzard sr=bryner 2004-01-30 10:55:44 +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
jst%mozilla.jstenback.com
90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +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
bsmedberg%covad.net
7d79d7ba8b Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin 2004-01-28 23:45:17 +00:00
cbiesinger%web.de
f6c5e08a49 Bug 62760
make the helper app dialog always select "Save to disk" if the server sent
content-disposition:attachment, not only if we first see this content type
r=bzbarsky rs=darin
2004-01-28 23:18:20 +00:00
darin%meer.net
a7ca15c1f4 updating basebrowser and PPEmbed project file to reflect mozipcd being
renamed mozilla-ipcd.  see bug 226481.  r/sr=dbaron
2004-01-28 22:33:34 +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
jst%mozilla.jstenback.com
ce1edc1dc9 Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com 2004-01-24 00:46:17 +00:00
dbaron%dbaron.org
0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
neil%parkwaycc.co.uk
84428dc828 Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron 2004-01-23 13:31:07 +00:00
dougt%meer.net
a3f8224cd8 [minimo only] there are no default/ prefs any longer 2004-01-21 07:05:19 +00:00
dougt%meer.net
4f4123a17f [minimo only] Minimo, now renamed. 2004-01-21 06:50:52 +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