Граф коммитов

2913 Коммитов

Автор SHA1 Сообщение Дата
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