amardare%qnx.com
6d0ec11abe
Changes for qnx ( photon ) platform. They should not affect runtime/building other platforms.
...
Removed the usage of network.hosts.socks* from the embedding code, as per BUG:237576.
2004-03-18 16:22:23 +00:00
neil%parkwaycc.co.uk
d3889680fd
Bug 162718 Advanced smart browsing preview is not localizable p=vberon@mecano.gme.usherb.ca r=bryner sr=rbs a=chofmann
2004-03-15 23:19:46 +00:00
locka%iol.ie
bd2f68065e
Implement IHtmlDocument2::get_selection and range objects in ActiveX control. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com>. r=adamlock a=jst a=chofmann
2004-03-15 19:20:12 +00:00
locka%iol.ie
0d3305ea71
Add selection and range objects implementations. Not compiled by makefile yet. Checkin on behalf of atremon@elansoftware.com, b=234640 r=adamlock sr=jst a=chofmann
2004-03-14 23:10:03 +00:00
darin%meer.net
b5f0ab457f
disable building extensions (NOT PART OF THE DEFAULT BUILD)
2004-03-12 02:39:30 +00:00
bsmedberg%covad.net
53b2368452
Fix embedlite bustage from bug 233160.
2004-03-09 20:30:17 +00:00
bsmedberg%covad.net
b107850633
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
amardare%qnx.com
f8b8fbcf2a
Changes for the qnx(photon) platform. It should not affect runtime/building other platforms.
...
Removed the mozserver dependency.
2004-03-08 20:27:24 +00:00
pinkerton%aol.net
9dfeb991a7
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
3878bb1dbe
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
f9327e9960
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
e75b3dc615
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
b176eb1e6a
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
1d2d419885
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
40dbde989a
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
d6b0d386ee
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
2004-02-27 17:17:37 +00:00
pinkerton%aol.net
19faaa1139
use encoded filename in content-dispositon header (bug 233798, not part of
...
build)
2004-02-27 16:57:14 +00:00
locka%iol.ie
4a7be88d07
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
528931f674
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
c13cc68678
Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst.
2004-02-24 03:22:35 +00:00
amardare%qnx.com
b7d5d39bbe
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
91b5d879aa
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
6bb265dd92
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
af7fa0750d
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
eb5f956346
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
b4155c6050
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
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
timeless%mozdev.org
cb144109ec
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
b26298f7c2
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
2004-02-11 04:57:07 +00:00
bsmedberg%covad.net
7a922f66fd
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
f7cc1b50e9
Fixing build bustage.
2004-02-09 23:45:47 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
cbiesinger%web.de
c0cfa599ca
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
9538f8ae05
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
71a7773d75
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
4025b93e0c
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
fc0604e652
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
f67839e02e
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
9cd9cc5049
minimo only. cross compiler more sensitive to casting.
2004-02-01 05:22:51 +00:00
neil%parkwaycc.co.uk
6ab4cc4e81
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
9d02d4b1dc
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
8d5926b64c
[minimo only] remove dos line endings.
2004-01-29 22:09:23 +00:00
jst%mozilla.jstenback.com
1804c4910c
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
037a7b9d2e
[minimo only] check of small screen css addition
2004-01-29 22:00:57 +00:00
dougt%meer.net
7f11c36559
http caching disabled per darin and I
2004-01-29 21:55:00 +00:00
bsmedberg%covad.net
34cd8e8bdf
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
8aca4a6967
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
708aba1899
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
21b138c8a0
[Minimo only] Adding simple popup blocking
2004-01-27 08:45:11 +00:00
dougt%meer.net
3aa01b38dd
[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