ajschult%verizon.net
c2957317be
package missing sidebar, svg, canvas, loadsave xpt files in Windows installer. bug 320370, r=biesi
...
git-svn-id: svn://10.0.0.236/trunk@186232 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-18 20:30:07 +00:00
timeless%mozdev.org
b5ef4d21fa
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin
git-svn-id: svn://10.0.0.236/trunk@186212 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-18 01:50:50 +00:00
roc+%cs.cmu.edu
f45b594aba
Bug 315346. nsISidebar should be in dom/ since it's a platform thing that we expose as part of the Web API, it's not app-specific. r+sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@185724 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-06 01:29:42 +00:00
mark%moxienet.com
43d1b0980d
Bug 317232, enable SVG in Camino. Camino-only, npotdb. r=pink
...
git-svn-id: svn://10.0.0.236/trunk@185546 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-01 22:25:09 +00:00
dougt%meer.net
432dd07b0b
disable building TestGtkEmbed when tests are disabled. rs=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@185540 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-01 21:09:30 +00:00
jst%mozilla.jstenback.com
b3caccffbd
Fixing bug 318461. Move SetNewDocument() and SetOpenerWindow() from nsIScriptGlobalObject to nsPIDOMWindow to clean out non-script related methods form the nsIScriptGlobalObject interface. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
...
git-svn-id: svn://10.0.0.236/trunk@185536 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-01 19:35:27 +00:00
jst%mozilla.jstenback.com
895df6e6ca
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
...
git-svn-id: svn://10.0.0.236/trunk@185351 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
dae7b0629a
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
git-svn-id: svn://10.0.0.236/trunk@185282 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
f9bdb44b34
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
git-svn-id: svn://10.0.0.236/trunk@185269 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-25 08:16:51 +00:00
bsmedberg%covad.net
cc40c89b83
Bug 311735 - When --disable-libxul, build a little xul.dll with the embedding exports, r=darin (This xul.dll is not built in static builds because it wouldn't have access to the static module list anyway)
...
git-svn-id: svn://10.0.0.236/trunk@185198 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-23 14:16:33 +00:00
timeless%mozdev.org
910daad868
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan
git-svn-id: svn://10.0.0.236/trunk@185034 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-21 06:01:10 +00:00
mark%moxienet.com
12dcf6dbbe
Bug 317077, Enable HTML <canvas> support in Camino. Camino-only, npotdb. r=smfr
...
git-svn-id: svn://10.0.0.236/trunk@185015 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-20 19:51:13 +00:00
bsmedberg%covad.net
50c4961f96
Bug 315563 - Convert the activex code to use the frozen string API, r=darin
...
git-svn-id: svn://10.0.0.236/trunk@184909 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-18 15:58:53 +00:00
dbaron%dbaron.org
ea56e835a3
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@184589 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-14 20:09:51 +00:00
darin%meer.net
484b5f6acb
remove references to necko_data.xpt
...
git-svn-id: svn://10.0.0.236/trunk@184522 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-12 23:08:33 +00:00
darin%meer.net
3ceccfc321
attempt to fix static gtkmozembed build
...
git-svn-id: svn://10.0.0.236/trunk@184519 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-12 20:35:47 +00:00
darin%meer.net
39a4a58990
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@184504 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
0217e2f9a9
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
...
git-svn-id: svn://10.0.0.236/trunk@184456 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-11 14:36:26 +00:00
cls%seawood.org
4c5b20ff98
Rename tmp file to avoid VPATH conflict.
...
Bug #315718 r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@184351 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-09 16:58:24 +00:00
bsmedberg%covad.net
58bd0ec35a
MFCEmbed (with the standalone glue) needs to link against the XPCOM_GLUE versions of XPCOM functions, not the dllimport versions. Bug 315601, this needs ex-post-facto review but I'm checking it in to get mfcembed working.
...
git-svn-id: svn://10.0.0.236/trunk@184317 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-08 21:20:05 +00:00
dougt%meer.net
1a2ecc60c4
Build/config changes to allow static xpcom link for Minimo. b=314880, r=dveditz.
...
git-svn-id: svn://10.0.0.236/trunk@184249 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-07 19:08:03 +00:00
roc+%cs.cmu.edu
a960b5c12b
Bug 314138. Don't use obsolete InitXPCOM, allow InitXPCOM to find the static modules. r+sr=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@183308 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-01 01:26:08 +00:00
roc+%cs.cmu.edu
e766708159
Backing out fix for bug 303484 since it exposed some other issues and doesn't fix any known crashers.
...
git-svn-id: svn://10.0.0.236/trunk@182432 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-18 01:41:11 +00:00
bsmedberg%covad.net
4a67c9ab45
Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls
...
git-svn-id: svn://10.0.0.236/trunk@182373 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-17 14:57:32 +00:00
cbiesinger%web.de
84c23e42e8
bug 312370 forward nsIProgressEventListener calls to the webbrowserpersist
...
consumer
patch by Christian Persch <chpe@gnome.org > r=biesi sr=darin
git-svn-id: svn://10.0.0.236/trunk@182315 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-15 17:27:52 +00:00
cbiesinger%web.de
bd21588b97
Bug 312367 forward GI to the the webbrowserpersist's listener
...
patch by Christian Persch <chpe@gnome.org > r=biesi sr=darin
git-svn-id: svn://10.0.0.236/trunk@182264 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-14 19:05:43 +00:00
bzbarsky%mit.edu
a29f4399fa
Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@182120 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-12 20:16:35 +00:00
bzbarsky%mit.edu
1517e962f4
Attempt to fix splitwindow focus stuff -- bug 305032. Issue found by mrbkap,
...
patch by me, r=mrbkap, sr=jst
git-svn-id: svn://10.0.0.236/trunk@181102 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-28 02:44:16 +00:00
cbiesinger%web.de
e45eac2ae2
bug 306839 properly consume events
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=mtschrep
git-svn-id: svn://10.0.0.236/trunk@180873 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 17:58:30 +00:00
bzbarsky%mit.edu
062485d7c4
Update some GetScriptGlobalObject() callers to the right signature. Bug
...
303084, patch by Bastiaan Jacques <b.jacques@planet.nl >, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@180862 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:50:43 +00:00
bzbarsky%mit.edu
6a5cd09de5
Correct tooltip coords in nsWebBrowser when frames are involved. Bug 171229,
...
r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@180528 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-18 23:08:48 +00:00
cbiesinger%web.de
472fc42093
Bug 306550 gtkmozembed progress flags lack STATE_RESTORING value
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@180497 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-18 14:06:46 +00:00
cbiesinger%web.de
53949a9070
bug 305520 correctly handle 0 as flags value
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@180496 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-18 14:03:45 +00:00
dougt%meer.net
ab8d20953c
This fixes the NS_PRINTING configure option which got broken at some point. b=308629 r/sr=jst@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@180345 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 02:25:37 +00:00
bsmedberg%covad.net
716a29b9c5
Bug 307309 - Make winembed use libxul r=darin
...
git-svn-id: svn://10.0.0.236/trunk@180279 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-15 12:04:57 +00:00
gerv%gerv.net
2983577643
Bug 236613: change to MPL/LGPL/GPL tri-license.
...
git-svn-id: svn://10.0.0.236/trunk@180128 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-13 18:40:56 +00:00
bzbarsky%mit.edu
2e0a876085
Throw if window.open is called on a window that has no chrome. Bug 306804, r+sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@179949 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-10 04:16:59 +00:00
neil%parkwaycc.co.uk
c61c1bdc7e
Make _WIN32_WINN% default to 0x400 c.f. WINVER should fix bug 305187 b=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@179196 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-29 14:22:33 +00:00
locka%iol.ie
e4dedbe7d6
NOT PART OF BUILD. Fix release mode projects for vs2002
...
git-svn-id: svn://10.0.0.236/trunk@179171 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 20:05:31 +00:00
locka%iol.ie
bab0276e99
NOT PART OF BUILD. Bump development environment up to VS2002. Add support for windowless plugins. Factor out functionality from nsPluginHostCtrl into nsPluginHostWnd base class.
...
git-svn-id: svn://10.0.0.236/trunk@179170 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 20:00:31 +00:00
cbiesinger%web.de
75f8708f83
bug 265607 check *aConfirm instead of aConfirm
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@179134 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-27 16:19:03 +00:00
cbiesinger%web.de
9cc83139fb
bug 210373 make gtkmozembed on gtk2 use nsIWebBrowserFocus for focus handling,
...
to fix focus stealing bugs
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@179133 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-27 16:15:49 +00:00
dougt%meer.net
3cfe644125
Fixing linux build bustage for Minimo. b=306087 r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@179103 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 21:03:29 +00:00
smfr%smfr.org
981725806b
Fix bug 305662: fix leakage of nsWebShell and entrained data by breaking a ref cycle between the docShell and nsISecureBrowserUI in a place that works for both embedders and the suite. r=bryner, sr=bz
...
git-svn-id: svn://10.0.0.236/trunk@178751 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 23:48:47 +00:00
cbiesinger%web.de
4b12f37ca3
Bug 275463 embedding/browser/gtk should not use deprecated nsIPref
...
r=marco sr=roc
git-svn-id: svn://10.0.0.236/trunk@178684 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 13:35:40 +00:00
bzbarsky%mit.edu
d1afb179ba
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
...
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl >, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@178642 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 22:24:29 +00:00
roc+%cs.cmu.edu
d225763725
Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!)
...
git-svn-id: svn://10.0.0.236/trunk@178583 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 03:00:06 +00:00
kairo%kairo.at
f23a28fab8
bug 302444 - include unpackaged files in package lists for SeaMonkey installers, r=ajschult sr=Neil
...
git-svn-id: svn://10.0.0.236/trunk@178312 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 23:09:31 +00:00
roc+%cs.cmu.edu
57bffe2488
Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa
...
git-svn-id: svn://10.0.0.236/trunk@177889 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 21:03:12 +00:00
dougt%meer.net
22fb22a1b9
Minimo Linux changes from INDT.
...
** it removes 'icons.h' , 'preference.h' and 'history.h' -> they were not being used anymore.
** it restrutures Minimo.cpp , minimo_callbacks files -> In some places of the source code, there were methods in the wrong file, and so on.
** it changes the varibles and methods naming in all files (gFILENAME_NAME e.g. gPreferenceStruct)
** it creates a new file (minimo_support), and add the respective line in the Makefile.in file.
** it improves the bookmark manager, and also adds the FIND feature into its gtk_tree_view.
** it fixes some small bugs.
r=antonio.gomes@indt.org.br .
git-svn-id: svn://10.0.0.236/trunk@177874 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 19:33:31 +00:00