dougt%meer.net
1e937de1a3
Build/config changes to allow static xpcom link for Minimo. b=314880, r=dveditz.
2005-11-07 19:08:03 +00:00
roc+%cs.cmu.edu
e27280dcf7
Bug 314138. Don't use obsolete InitXPCOM, allow InitXPCOM to find the static modules. r+sr=bsmedberg
2005-11-01 01:26:08 +00:00
roc+%cs.cmu.edu
f8cddec44f
Backing out fix for bug 303484 since it exposed some other issues and doesn't fix any known crashers.
2005-10-18 01:41:11 +00:00
bsmedberg%covad.net
db13868592
Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls
2005-10-17 14:57:32 +00:00
cbiesinger%web.de
250cc4f62d
bug 312370 forward nsIProgressEventListener calls to the webbrowserpersist
...
consumer
patch by Christian Persch <chpe@gnome.org> r=biesi sr=darin
2005-10-15 17:27:52 +00:00
cbiesinger%web.de
226c31c8aa
Bug 312367 forward GI to the the webbrowserpersist's listener
...
patch by Christian Persch <chpe@gnome.org> r=biesi sr=darin
2005-10-14 19:05:42 +00:00
bzbarsky%mit.edu
cf82394840
Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan
2005-10-12 20:16:35 +00:00
bzbarsky%mit.edu
1b31b43868
Attempt to fix splitwindow focus stuff -- bug 305032. Issue found by mrbkap,
...
patch by me, r=mrbkap, sr=jst
2005-09-28 02:44:16 +00:00
cbiesinger%web.de
3d92e3b89a
bug 306839 properly consume events
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=mtschrep
2005-09-23 17:57:18 +00:00
bzbarsky%mit.edu
0154f05af9
Update some GetScriptGlobalObject() callers to the right signature. Bug
...
303084, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-09-23 14:50:43 +00:00
bzbarsky%mit.edu
2fdae80e93
Correct tooltip coords in nsWebBrowser when frames are involved. Bug 171229,
...
r+sr=roc
2005-09-18 23:08:48 +00:00
cbiesinger%web.de
0a438eb44e
Bug 306550 gtkmozembed progress flags lack STATE_RESTORING value
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-09-18 14:05:49 +00:00
cbiesinger%web.de
9bcb123dc8
bug 305520 correctly handle 0 as flags value
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-09-18 14:02:41 +00:00
dougt%meer.net
465333ff84
This fixes the NS_PRINTING configure option which got broken at some point. b=308629 r/sr=jst@mozilla.org
2005-09-16 02:25:37 +00:00
bsmedberg%covad.net
f91ad167b8
Bug 307309 - Make winembed use libxul r=darin
2005-09-15 12:04:57 +00:00
gerv%gerv.net
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
bzbarsky%mit.edu
98f698b036
Throw if window.open is called on a window that has no chrome. Bug 306804, r+sr=jst
2005-09-10 04:16:59 +00:00
neil%parkwaycc.co.uk
f894e33aab
Make _WIN32_WINN% default to 0x400 c.f. WINVER should fix bug 305187 b=bsmedberg
2005-08-29 14:22:33 +00:00
locka%iol.ie
636159d05c
NOT PART OF BUILD. Fix release mode projects for vs2002
2005-08-28 20:05:31 +00:00
locka%iol.ie
7eb92dd53e
NOT PART OF BUILD. Bump development environment up to VS2002. Add support for windowless plugins. Factor out functionality from nsPluginHostCtrl into nsPluginHostWnd base class.
2005-08-28 20:00:31 +00:00
cbiesinger%web.de
e7586138a3
bug 265607 check *aConfirm instead of aConfirm
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-08-27 16:18:25 +00:00
cbiesinger%web.de
8c3ad799f4
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
2005-08-27 16:14:36 +00:00
dougt%meer.net
67ca169e0c
Fixing linux build bustage for Minimo. b=306087 r=bsmedberg
2005-08-26 21:03:29 +00:00
smfr%smfr.org
c3ec6baef4
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
2005-08-23 23:48:47 +00:00
cbiesinger%web.de
d29c9821c9
Bug 275463 embedding/browser/gtk should not use deprecated nsIPref
...
r=marco sr=roc
2005-08-23 13:35:40 +00:00
bzbarsky%mit.edu
692c9e00f2
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
...
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
roc+%cs.cmu.edu
6e23b199ec
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\!)
2005-08-22 03:00:06 +00:00
kairo%kairo.at
b53e5bc6bc
bug 302444 - include unpackaged files in package lists for SeaMonkey installers, r=ajschult sr=Neil
2005-08-19 23:09:31 +00:00
roc+%cs.cmu.edu
56b0974569
Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa
2005-08-16 20:59:39 +00:00
dougt%meer.net
b781de9b5f
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 .
2005-08-16 19:33:31 +00:00
bzbarsky%mit.edu
0be172785b
Removing unused code. Bug 303102, r+sr=jst
2005-08-15 02:49:22 +00:00
cbiesinger%web.de
b54d6bce01
bug 297388 make nsIWebBrowserStream implement ReadSegments correctly (by just
...
forwarding to the underlying pipe)
r=caillon sr=darin
2005-08-13 16:32:00 +00:00
cbiesinger%web.de
1ddcc16e21
Bug 297238 incorrect parameter specification for signal open-uri of gtkembedmoz
...
patch by chpe@gnome.org r=mpgritti sr=roc
2005-08-13 12:09:54 +00:00
cbiesinger%web.de
aaca860bc9
bug 97580 back out the original patch for this bug, since it's not necessary
...
anymore and breaks plugins
patch by chpe@gnome.org r=blizzard sr=roc
2005-08-13 11:58:00 +00:00
dbaron%dbaron.org
4f125b95bb
Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin
2005-08-12 22:53:22 +00:00
jst%mozilla.jstenback.com
0d8b79a0bf
Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org
2005-08-12 04:11:00 +00:00
bugzilla%arlen.demon.co.uk
ed78b6e25d
Bug 303675 downloads fail silently if the default download path is invalid, e.g. leads to a removed drive
...
p=me r=cbiesinger sr=neil.parkwaycc.co.uk a=asa
2005-08-08 10:56:34 +00:00
smfr%smfr.org
d234a13c97
Fix bug 202014: add UI to the Mac Print Dialog Extension (PDE) that allows the user to select which headers and footers to print. Patch by Conrad Carlen, r=pinkerton, sr=me, a=asa.
2005-08-08 03:19:55 +00:00
smfr%smfr.org
e8c318c2a8
Fix bug 202014: add UI to the Mac Print Dialog Extension (PDE) that allows the user to select which headers and footers to print. Patch by Conrad Carlen, r=pinkerton, sr=me, a=asa.
2005-08-08 03:08:43 +00:00
smfr%smfr.org
b781a97846
Fix bug 302962. When someone calls Activate() or Deactivate() on an nsWebBrowser which doesn't have a content viewer yet (and hence no pres shell), don't just bail because nsGlobalWindow will complain. Instead, change nsDocShell to make the content viewer on demand, and go ahead and pass the activate/deactivate onto the dom window. This fixes a serious focus bug in Camino.
...
r/sr=bryner, a=bsmdedberg.
2005-08-06 20:28:42 +00:00
dougt%meer.net
9f0f4900e9
Make embedding\minimo a noop for window platforms.
2005-08-05 03:50:37 +00:00
dougt%meer.net
897f293443
cvs remove after moving to mozilla/minimo. npodb
2005-08-05 00:12:42 +00:00
dougt%meer.net
8113ffd902
Removing WinCE specific stuff. Reverting to a place before wince work.
...
All new work is in mozilla/minimo/ NPODB
2005-08-05 00:10:59 +00:00
dougt%meer.net
96f41b2090
removing code after move to mozilla/minimo
2005-08-05 00:09:54 +00:00
dougt%meer.net
133c017695
NPODB. Removing dead debug code. build changes to compile on linux.
2005-08-04 22:41:31 +00:00
dougt%meer.net
20a78ee090
Globe icon. npodb
2005-08-04 22:25:53 +00:00
dougt%meer.net
49b44be67d
Adding Spatial Navigation to the mix. NPODB
2005-08-04 22:18:28 +00:00
dougt%meer.net
32732d2845
modifier is a int. npodb
2005-08-04 16:51:03 +00:00
dougt%meer.net
1c3b09c5d9
-O1 seams like a more reasonable flag. npodb
2005-08-04 02:19:22 +00:00
dougt%meer.net
46274fe271
Implemented hacky preloading for Windows CE based on msdn.microsoft.com article. NPODB.
2005-08-04 02:18:40 +00:00
dougt%meer.net
41ad4454a9
Adding Phone API to MinimoCE. Including NSS in static build of MinimoCE. Adding Rebase code to package.sh npodb.
2005-08-03 23:56:40 +00:00
dougt%meer.net
bbedf4f439
Simple Phone support API. NPODB.
2005-08-03 23:55:15 +00:00
mgalli%geckonnection.com
bb90e65b66
Eliminated all the image references from the source. Preserving skinability. Some other cleanup and half way fix to the progress style blue bar (using real percentage).
2005-08-03 21:59:36 +00:00
jst%mozilla.jstenback.com
9700a6e483
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
2005-07-30 20:57:07 +00:00
dougt%meer.net
2b54633315
backing out last change to smallscreen css.
2005-07-29 02:26:26 +00:00
dougt%meer.net
477d274b54
Not part of default build -- WINCE ONLY
...
Better tabbrowser support from Macrio.
Adding Browser Status Filter via some nasty makefile magic.
Adding rules to make packaging happen via make installer.
Adding a jsconsole dump feature. this should really be a js comp
2005-07-29 01:16:17 +00:00
dougt%meer.net
d2a3a24db4
NPODB. Making the zip command actually work.
2005-07-28 15:27:01 +00:00
dougt%meer.net
5a39a2dd58
NPODB. Adding an explict FINAL_LINK_LIBS to avoid linking to xulapp_s
2005-07-28 15:25:45 +00:00
dougt%meer.net
d213233c9c
*** empty log message ***
2005-07-28 02:19:46 +00:00
cbiesinger%web.de
3d15ef402a
Bug 265599 crash in [@ GtkPromptService::Prompt]
...
patch by Christian Persch <chpe@gnome.org> r=mpgritti sr=roc a=bsmedberg
2005-07-26 20:39:57 +00:00
dougt%meer.net
04068176ba
WinCE only. remove snav.dll -- it is statically build. reorder minimo-link-names to make diffing being generated one easier. Added GetScreenSize so that we can calculate the screensize when opening a new window. NPODB.
2005-07-26 16:06:25 +00:00
mkaply%us.ibm.com
09e3c6ec6f
OS/2 build bustage
2005-07-25 20:59:23 +00:00
dougt%meer.net
456222cd22
Fixing more of the bustage. npodb
2005-07-25 19:21:18 +00:00
dougt%meer.net
2e878e484a
Fixing bustage caused by Bug 296561. NPODB
2005-07-25 16:53:20 +00:00
dougt%meer.net
b0a3408bf1
Multiple browserStatusHandler objects with progress stuff and urlbar tied to each tab. fix by marcio. npodb
2005-07-25 16:16:52 +00:00
dougt%meer.net
43b1d95927
disabling string 1.0 abi support. npodb
2005-07-23 04:40:07 +00:00
dougt%meer.net
3af3ff63b1
removing window size from css. adding smaller size for the toolbar in css. npodb
2005-07-22 22:18:34 +00:00
dougt%meer.net
48ab35ea39
Adding transfer.gif, moving skin files into skin directory in jar. Fixing up the NewTab button on the toolbar. I also added some ssr css rules to our chrome css file. this might need to be trimmed back. NPODB
2005-07-22 20:45:56 +00:00
dougt%meer.net
598bd38181
Minimo chrome changes by Marcio <taboca@gmail.com>. npodb
2005-07-22 18:41:52 +00:00
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
dougt%meer.net
bffc355ca0
Updating WinCE Minimo mozconfig files to pull the right NSPR Branch. Also adding required libraries and component names to final-* files. Not part of the default build.
2005-05-10 01:35:07 +00:00
db48x%yahoo.com
47f5029263
bug 249782: Make Mozilla compile with Microsoft Visual Studio 2005
...
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver
2005-05-07 06:20:43 +00:00
bryner%brianryner.com
12bc8d4362
sync'ing camino and embedding code - null check for bug 274784.
2005-05-04 20:55:24 +00:00
bryner%brianryner.com
592dbdc176
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
dougt%meer.net
dff61ced76
This is application usings the internal APIs. NOT PART OF FIREFOX BUILD
2005-05-02 16:59:21 +00:00
dougt%meer.net
c33dc38219
Major changes from the INDT team:
...
Refactored code to be more managable.
A real "global history" was implemented. Now, the users can view, edit, delete and activate all the visited web sites througt a graphical user interface (tree data structure).
The "expandable bar" was remove. The new menutoolbutton replace it.
Improved the "preference window" . The user can set up the proxy and block popup windows using it
Users can edit bookmark properties.
NOT PART OF FIREFOX BUILD.
2005-05-02 16:36:18 +00:00
pedemont%us.ibm.com
950dbb684d
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
jshin%mailaps.org
1a8118258c
bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa)
2005-04-30 02:57:57 +00:00
jshin%mailaps.org
cfc9a39dbb
bug 166127 search string in Japanese doesn't match exactly : patch by saito@densan.co.jp, r/sr=jst, a=asa
2005-04-30 01:37:00 +00:00
dougt%meer.net
373d7db1ba
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-04-29 13:33:49 +00:00
dougt%meer.net
70410f78e2
Enabling enough stuff so that maps.google.com works.
2005-04-27 21:00:24 +00:00
maxf%magma.ca
764671c4f5
Fix bustage. This is to get the QNX build of mozserver working, and does not
...
affect any Tinderbox builds.
2005-04-26 17:37:02 +00:00
cbiesinger%web.de
d8c391d46f
289843 release references to the listener when the download is complete
...
r=bz sr=darin a=asa
2005-04-26 14:07:21 +00:00
dougt%meer.net
0e3a234cc2
Moving mozconfig into its own diretory as I expect more of these mozconfig
...
files to follow. not part of normal build.
2005-04-25 15:38:39 +00:00
cbiesinger%web.de
354da0f60d
Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
...
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
dougt%meer.net
765a461967
disable crypto while I work on coreconf. WINCE ONLY. Not part of normal build
2005-04-23 00:21:35 +00:00
dougt%meer.net
b612c13e8c
Default WINCE mozconfig file. Not part of normal build
2005-04-22 20:18:53 +00:00
mconnor%steelgryphon.com
86b1d7e538
land windowwatcher portions of jst's fix for bug 289949, r+sr+a=brendan
2005-04-21 21:21:11 +00:00
dougt%meer.net
0fb65284c8
Adding default prompt service.
...
Fixed message box dialogs from being hidden.
Fixed PPC Connections from blocking too long when starting app.
Fixed startup problem where multiple clicking on application would cause no application to launch. This problem might still existin in the build.
Attempting to handle resize events via (WM_SIZE) messages
Initial check in of all.js for wince.
WINDOWS CE ONLY. Not part of default build.
2005-04-20 23:12:12 +00:00
neil%parkwaycc.co.uk
5faac92152
Exception-proof the clearing of the username and password from a URL in case it doesn't understand the concept b=290829 r=biesi sr=dveditz a=asa
2005-04-20 17:06:45 +00:00
cbiesinger%web.de
44c27eb6f1
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
...
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
maxf%magma.ca
50d99bf925
Photon-only changes. These only affect QNX builds, which are not part of
...
Tinderbox. See QNX PR23898. The input group for clipboard copy/paste was
always hard coded to 1. To support other input groups, the real input group
being used by the user must be passed from the gui client (i.e. from voyager
via PtWeb to mozserver) or taken from the mouse/keyboard event. My QNX
email address is mfeil@qnx.com . r=amardare@qnx.com
2005-04-12 16:03:14 +00:00
bsmedberg%covad.net
4a69f1e082
Bug 288370 - Build XULRunner on Mac, and add makefile vars to link against XPCOM frozen sharedlibs reliably r=darin a=asa
2005-04-11 15:19:42 +00:00
cbiesinger%web.de
6914d334d3
Bug 289650 nsIWebBrowserPersist should inherit from nsICancelable
...
r=darin sr=bz a=asa
2005-04-10 12:37:36 +00:00
mkaply%us.ibm.com
d608f1c35a
OS/2 build bustage
2005-04-07 13:07:25 +00:00
bsmedberg%covad.net
4a1289d020
s/MOZ/MOZILLA/
2005-04-06 06:03:11 +00:00
bsmedberg%covad.net
d808ee8eac
Bug 288626 - internal API
2005-04-06 05:48:03 +00:00
darin%meer.net
130fb0d326
patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky
2005-04-06 01:33:28 +00:00
bsmedberg%covad.net
a8306ce1ab
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 23:48:43 +00:00
bsmedberg%covad.net
371a460f97
Rename a few nsModule.cpp files so that libxul will link on platforms that use ar+ranlib r=darin
...
embedding/components/build/nsModule.cpp -> nsEmbeddingModule.cpp
2005-04-05 23:28:18 +00:00
cbiesinger%web.de
6c453d00e6
228968 r=bz sr=darin
...
- add a new nsIWebProgressListener2 interface, inheriting from
nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
progressListener attribute
- make webbrowserpersist support listeners that implement
nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
nsIWebProgressListener2 interface
And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
darin%meer.net
d284e2a1c9
landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
2005-04-05 22:27:48 +00:00
bzbarsky%mit.edu
813e5b6e35
Add the prompt-service contract to nsEmbedCID.h
2005-04-05 22:27:45 +00:00
gerv%gerv.net
20506e2dfc
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-04-05 22:27:44 +00:00
ccarlen%netscape.com
a2a47e6744
Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa
2005-04-05 22:27:40 +00:00
bryner%netscape.com
21aa965ffc
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2005-04-05 22:27:38 +00:00
sfraser%netscape.com
31244ab644
Part of fix for bug 201257, missed in previous checkin. r=brade/sr=alecf.
2005-04-05 22:27:36 +00:00
cmanske%netscape.com
771d82bb3d
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2005-04-05 22:27:34 +00:00
locka%iol.ie
18ec756b71
Remove nsDOMWalker & nsIDOMWalker altogether. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com
2005-04-05 22:27:32 +00:00
locka%iol.ie
f8f3d4ccfb
Turn nsDOMWalker into an XPCOM object. b=155066 r=ccarlen sr=kin
2005-04-05 22:27:30 +00:00
rods%netscape.com
2d1b671a26
Add the new pluggable dialog work, in build, not used
...
BUg 135441 r=dcone,pink sr=attinasi
2005-04-05 22:27:28 +00:00
akkana%netscape.com
e52c2f648b
123087: Redesign Find API, rewrite new find algorithm.
...
Not yet enabled by default; needs testing. r=brade sr=kin.
2005-04-05 22:27:26 +00:00
mjudge%netscape.com
a4b3566111
115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work.
2005-04-05 22:27:25 +00:00
sfraser%netscape.com
d4e52b25f7
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2005-04-05 22:27:22 +00:00
locka%iol.ie
1bba0af83f
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2005-04-05 22:27:21 +00:00
gerv%gerv.net
e9a1411ed6
License changes, take 2. Bug 98089. mozilla/embedding/.
2005-04-05 22:27:19 +00:00
gerv%gerv.net
1bc889f2c0
Oops.
2005-04-05 22:27:17 +00:00
scc%mozilla.org
2ae4eca8e0
bug #98089 : ripped new license
2005-04-05 22:27:16 +00:00
pinkerton%netscape.com
79292d2d2f
separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127
2005-04-05 22:27:15 +00:00
kandrot%netscape.com
33e4c5b8e3
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2005-04-05 22:27:14 +00:00
sfraser%netscape.com
228b0265ea
Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin
2005-04-05 22:27:13 +00:00
shaver%mozilla.org
d81f299054
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2005-04-05 22:27:12 +00:00
danm%netscape.com
346a7db5f7
unbuilding deprecated prompt files (cleaning up my mess)
2005-04-05 22:27:11 +00:00
danm%netscape.com
9a84f86866
removing duplicate nsIDialogParamBlock definition until the original can be removed.
2005-04-05 22:27:10 +00:00
danm%netscape.com
eec9c4da6e
more prompt stuff moved to embedding components. bug 72112 continues
2005-04-05 22:27:09 +00:00
danm%netscape.com
3bcb28d13f
new embedding promptservice component. bug 72112 r=hyatt,pinkerton
2005-04-05 22:27:08 +00:00
rickg%netscape.com
75bb6c7484
preloader update. r=peterl, sr=attinasi
2005-04-05 22:27:07 +00:00
chak%netscape.com
633d1e5d8c
Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
...
r=ccarlen,sr=alecf
Fix for #71994
MfcEMbed must implement Get/SetVisibility of nsIEmbeddingSiteWindow
r=chak
2005-04-05 22:27:06 +00:00
attinasi%netscape.com
5f27dfb87d
Trying to fix stinky bustage: removing appstartup from the build.
2005-04-05 22:27:05 +00:00
chak%netscape.com
1c2d93b262
Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
...
r=ccarlen,sr=alecf
2005-04-05 22:27:04 +00:00
danm%netscape.com
45e29ec06b
partial nsWindowMediator embedding analogue (not yet hooked up to build) r=sfraser,valeski
2005-04-05 22:27:03 +00:00
bsmedberg%covad.net
eba32117aa
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 22:00:32 +00:00
bsmedberg%covad.net
385b97b0d8
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 17:32:01 +00:00
bsmedberg%covad.net
085fdd3fbb
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 17:21:39 +00:00
dougt%meer.net
a96b514ea0
Fixing bustage. patch by Koen Kooi. r=dougt
2005-03-31 17:56:09 +00:00
dougt%meer.net
39508ab7b5
Coverity Warning in Embedding. Bug 287861. r=brendan
2005-03-29 21:52:19 +00:00
shaver%mozilla.org
a5d9e858e1
bug 288177: don't build embed-sample.jar for toolkit apps; (orig) patch from sipaq, r=bsmedberg/me, sr=darin
2005-03-29 19:34:24 +00:00
dougt%meer.net
eb33153de4
For Minimo CE 0.004:
...
Attemping to control Low memory situations.
Setting up a PPC Connection when loading a URL.
2005-03-28 17:11:49 +00:00
darin%meer.net
08146eec42
landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
2005-03-25 03:41:33 +00:00
dougt%meer.net
8128f903da
fixes leak and build bustage. r=dougt
2005-03-25 00:21:36 +00:00
dougt%meer.net
2d37d4d14b
1. Added local start page.
...
2. Added status window and control window seperate from main app
3. Allowing more time for apps when Minimo is placed in background.
2005-03-24 21:48:46 +00:00
dougt%meer.net
e946bd3e35
Missing File.
2005-03-24 21:18:46 +00:00
timeless%mozdev.org
27af4de78f
Bug 287383 heap corruption from ReplaceChar/StripChars
...
r=darin sr=darin
2005-03-24 18:42:56 +00:00
bugzilla%arlen.demon.co.uk
01fcf62a47
Bug 285683 Remove cookie.properties
...
p=me r=dwitte rs=darin
2005-03-21 21:25:25 +00:00
dougt%meer.net
0c80e105fc
Updates from INdT. r=dougt.
2005-03-20 18:40:18 +00:00
bzbarsky%mit.edu
08831d64cf
Fix comments to clearly distinguish services and components. Bug 285080,
...
r=biesi, sr=darin
2005-03-17 05:06:27 +00:00
dougt%meer.net
23e3ce3060
Fixing build bustage. XP_UNIX isn't defined for Makefile's, only source files. Using MOZ_WIDGET_TOOLKIT works in Makefiles.
2005-03-14 20:00:44 +00:00
cbiesinger%web.de
bf94a50628
Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
...
r=bz sr=darin
2005-03-13 17:03:44 +00:00
dveditz%cruzio.com
40ba69c24c
bug 283103 disable accept button in security dialogs when not focused
...
(suite version of bug 260560) r=caillon, sr=neil.parkwaycc, a=caillon
2005-03-10 22:26:47 +00:00
bsmedberg%covad.net
eef6b7396f
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
2005-03-10 18:44:11 +00:00
bryner%brianryner.com
a821ecc6cf
Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
2005-03-10 00:39:28 +00:00
neil%parkwaycc.co.uk
01f871df34
Bug 285163 Make the hostname visible on the download dialog r=caillon sr=dveditz
2005-03-09 23:45:03 +00:00
jst%mozilla.jstenback.com
eb65bc6267
Fixing bug 284993. Make sure the new content viewer is properly initialized before fireing location changed notifications. r=bzbarsky@mit.edu, sr=darin@meer.net
2005-03-09 14:31:02 +00:00
bzbarsky%mit.edu
1711505f5a
Fix modeline to match file type. Bug 251968, patch by Andreas Lange
...
<anlan@ida.liu.se>, r+sr=bzbarsky
2005-03-09 06:48:31 +00:00
bzbarsky%mit.edu
bd5524f803
Make oncontextmenu default-prevention work in embedding. Bug 230281, patch by
...
jst, r=adamlock, sr=bzbarsky
2005-03-08 21:55:10 +00:00
gandalf%firefox.pl
c2d3232365
bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
2005-03-08 17:21:36 +00:00
bzbarsky%mit.edu
c12db33b40
Fix ActiveX impl of innerText to not just be the same as innerHTML. Bug
...
282317, r=adamlock
2005-03-07 22:36:54 +00:00
dougt%meer.net
fb96e2e9ed
Enter into WinCE directory if XP_UNIX isn't defined
2005-03-07 21:01:05 +00:00
dougt%meer.net
b896c42adb
Fixing close box. cleanup code a bit. NOT PART OF BUILD
2005-03-07 20:47:24 +00:00
bzbarsky%mit.edu
d624665bc9
Add the prompt-service contract to nsEmbedCID.h
2005-03-07 16:07:11 +00:00
bzbarsky%mit.edu
cb3e3ab8a5
Add nsEmbedCID and move the webbrowser contractid to it. Bug 258039, r=darin
2005-03-06 20:53:33 +00:00
jst%mozilla.jstenback.com
cef561a155
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-04 02:01:54 +00:00
bzbarsky%mit.edu
eeb71482bd
Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
...
on nsPIWindowWatcher and use it from nsDocShellTreeOwner. Bug 282296, r=danm,
sr=jst
2005-03-03 17:26:34 +00:00
cbiesinger%web.de
1769fbf5e5
281343 show an error message when filenames are too long; and convert that error
...
to an nsresult
patch by Son Le <son.le0@gmail.com> r=biesi sr=darin
2005-03-02 18:16:37 +00:00
dougt%meer.net
ec6948d408
More UI updates. r=dougt.
2005-03-01 21:35:20 +00:00
smfr%smfr.org
911aca795e
Fix bug 283046 (missing file input labels in embedders) -- add some new dirs to the emebdding jar file. r=gandalf, sr=bz.
2005-03-01 16:29:37 +00:00
bzbarsky%mit.edu
cc3c78f387
Fixing build bustage. Bug 283125
2005-02-27 19:04:26 +00:00
bzbarsky%mit.edu
f411c17a49
Create a service that can be asked whether a given webnavigation (or a
...
"typical" webnavigation) supports loading of a certain MIME type. Bug 283125,
r=biesi, sr=darin
2005-02-27 18:33:27 +00:00
timeless%mozdev.org
55fef21ff9
Bug 205140 Prefs: remove "network.http.*.timeout"
...
r=darin sr=darin
2005-02-27 16:18:51 +00:00
bsmedberg%covad.net
4b68fa447a
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
bzbarsky%mit.edu
fb6f18399c
Persist the "code" and "archive" attributes of applets. Bug 276453, r=biesi, sr=jst
2005-02-24 04:16:06 +00:00
jst%mozilla.jstenback.com
5e17dc1a02
Fixing bug 277574. Make sure all modal dialogs, not just the ones that come from DOM calls, bring the requesting tab to focus. r=dveditz@cruzio.com, sr=darin@meer.net
2005-02-23 23:31:37 +00:00
bzbarsky%mit.edu
ae7da9ac49
Make documentation a little more explicit about the ownership model. Bug
...
283108, r=biesi, sr=darin
2005-02-23 06:14:44 +00:00
dougt%meer.net
46809fd404
Removing Canonify based on bsmedberg%covad.net changes to nsIChromeRegistry. Fixing build bustage.
2005-02-22 22:43:53 +00:00
bsmedberg%covad.net
aab6284169
Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben
2005-02-22 21:49:45 +00:00
gandalf%firefox.pl
55f47589b7
Bug 279768: Move locales from ./embedding and ./xpfe to ./dom/locales and ./toolkit/locales (global, part 2); r=bsmedberg
2005-02-20 21:15:00 +00:00
bsmedberg%covad.net
6308fe5e8d
Backout bug 278534 due to tinderbox orange.
2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
500173e4bd
Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben
2005-02-19 15:35:36 +00:00
dougt%meer.net
3010ea82ec
branching from embedding/tests/winembed. Minor changes to make it more WinCE-ish. Needs lots of love to make it lovable. NOT PART OF BUILD
2005-02-17 06:59:10 +00:00
dougt%meer.net
dc2d7cf63f
Minimo specific changes -- adding full screen, font zooming. fixing toolbar icons. NOT PART OF NORMAL BUILD.
2005-02-17 00:21:56 +00:00
dougt%meer.net
f091bcce8d
Removing plugin support from the ARM version of MINIMO. I haven't been able to find a single ARM plugin. Removing plugin support does save us a bit of RSS. This isn't part of the mozilla.org build
2005-02-16 17:50:51 +00:00
darin%meer.net
472b64e4ab
fixes bug 241864 "M18a2 Crash after trying to save page and visiting other url or reload current url - [@ ntdll.dll - ???] [@nsCOMPtr<nsIURI>::assign_assuming_AddRef]" patch by son.le0@gmail.com, r=bzbarsky, sr=darin, a=asa
2005-02-16 08:02:08 +00:00
cbiesinger%web.de
ce1e5bcb15
Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
...
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
marco%gnome.org
3b75a60f66
Bug 224454 Add the prompt to the windo group if there is one.
...
r=marco sr=blizzard
2005-02-07 12:40:57 +00:00
cbiesinger%web.de
448d97e5eb
Bug 277599 gtk's embedprompter should wrap text in the check box
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=blizzard
2005-02-06 18:04:38 +00:00
cbiesinger%web.de
9c3a8be3c7
Bug 280222 Incorrect GTK_SIGNAL_OFFSET for dom_focus_{in,out}
...
patch by Crispin Flowerday <crispin@flowerday.cx> r=marco sr=blizzard
2005-02-06 17:57:49 +00:00
dwitte%stanford.edu
c59255018d
tidy up popup blocker code. b=279710, r+sr=dveditz.
2005-02-06 08:29:38 +00:00
pedemont%us.ibm.com
dfe140175e
Bug 256911 - Implement weakref support for SetWebBrowserChrome. r=darin, sr=shaver
2005-02-04 23:32:32 +00:00
timeless%mozdev.org
0f5d164759
Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID
...
r=mrbkap sr=bz
2005-02-04 05:05:10 +00:00
bzbarsky%mit.edu
9b1e4081f8
Fix up FindItemWithName so it does the walk across windows (more) correctly.
...
Bug 278916, r=danm, sr=jst
2005-02-04 04:28:07 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
gerv%gerv.net
f5cf6f08bf
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 15:28:15 +00:00
dougt%meer.net
e5dae86af3
Fixes 280231. WinCE build changes; r=benjamin
2005-01-30 04:03:53 +00:00
cst%andrew.cmu.edu
cd2b6f3cbf
Bug 278051 remove quotes from embedding modules macros
...
r=zack sr=alecf
2005-01-29 00:44:55 +00:00
roc+%cs.cmu.edu
2a34aa6a5d
Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc
2005-01-23 23:58:32 +00:00
neil%parkwaycc.co.uk
129f36bc0c
Bug 225952 gtkmozembed2.cpp abuses nsXPIDLCString r=bryner sr=jst
2005-01-21 09:48:16 +00:00
dougt%meer.net
748d35a7ad
Improvements to the Minimo linux front end. UI Changes include:
...
Bookmarks
Tabbed Browsing
Progress Indicator
Page Info
Autocomplete in Open Dialog
Save as
Open file.
Much of these changes are from 10LE. Thanks! r=dougt
2005-01-20 23:57:46 +00:00
bzbarsky%mit.edu
ea6e694902
Use the right allocator to allocate strings we're passing out to GTK. Bug
...
273337, patch by Todd A. Fisher <toddf@simosoftware.com>, r+sr=bryner
2005-01-20 17:05:44 +00:00
bzbarsky%mit.edu
33df545e4d
Fix comments on cancel() method. Bug 252011, patch by Daniel Kraft
...
<domob@daniel-kraft.net>, r+sr=bzbarsky
2005-01-20 17:01:51 +00:00
marco%gnome.org
286e9923db
97580 Add EmbedPrivate::GetSize to match Resize
...
and don't call Resize if the allocation didn't
change dimensions.
Patch by tommi.komulainen@iki.fi r=blizzard sr=bryner
2005-01-20 10:26:44 +00:00
marco%gnome.org
055bf4938d
242024 on gtk_moz_embed_set_app_components actually call the registration
...
hook of the component.
Patch by chpe@gnome.org r=bryner sr=blizzard
2005-01-19 09:46:53 +00:00