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

295 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 24a61f105a Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
cbiesinger%web.de 752ca9bf45 bug 357427 Make the nullplugin use nsIPrefBranch instead of nsIPref
r+sr=jst
2006-10-21 16:01:14 +00:00
cst%yecc.com 35f2b13097 Bug 355299 Update obsolete plugin-related URLs
r+sr=jst
2006-10-05 23:06:49 +00:00
timeless%mozdev.org 204a110dff Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
mkaply%us.ibm.com dcef1afa27 OS/2 build break 2006-09-05 18:52:22 +00:00
timeless%mozdev.org bb15c48132 Bug 336965 Useless null check of shell in NPP_SetWindow
r=jst sr=jst
2006-06-25 07:17:19 +00:00
gavin%gavinsharp.com b9b66cc05b Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky 2006-05-25 21:22:32 +00:00
mkaply%us.ibm.com 2078de8abb 259140 - r/sr=mkaply (OS/2 only) - patch from Peter Weilbacher - resync default plugin to match Windows 2006-05-23 01:28:05 +00:00
bryner%brianryner.com 41e6c02b2f Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
timeless%mozdev.org a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
mark%moxienet.com 37ed7cf6e3 Excellent, we no longer have any Jaguar tinderboxes! 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. Third time's the charm. r=josh sr=pink 2006-02-17 20:54:32 +00:00
mark%moxienet.com 7bb38d5b84 backout 322578 asdecode and resources (again) due to jaguar fire (again) 2006-02-14 06:15:27 +00:00
mark%moxienet.com 98ea1dbed0 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink. This will break the build on Mac OS X 10.2 ("Jaguar"), and it's not going to be fixed. See bug 299214. 2006-02-14 03:42:42 +00:00
mark%moxienet.com 9258492ae5 322578 backing out due to 10.2 bustage 2006-01-27 22:19:42 +00:00
mark%moxienet.com 10a5517288 322578 Bustage fix for Mac OS X 10.2 build hosts (why haven't these tinderboxes been upgraded?!) 2006-01-27 21:49:08 +00:00
mark%moxienet.com 0b604cd819 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink 2006-01-27 21:00:32 +00:00
bryner%brianryner.com 82d6fa213e Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
mark%moxienet.com 4bc6c3332f Cleaning up obsolete dead code, see bug 314432. r=josh sr=pink 2005-12-28 18:21:33 +00:00
timeless%mozdev.org b78d0c2416 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
mark%moxienet.com e9b3b45c67 Bug 314432, Get rid of TVector glue in Default Plugin on Mac/Intel. Built but not used in Firefox. r=josh 2005-11-17 21:38:05 +00:00
dbaron%dbaron.org 8e1263ab28 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
cbiesinger%web.de 2388dfe31c bug 307879 destroy the stream in the nullplugin
r=jst sr=darin
2005-09-15 16:06:31 +00:00
cbiesinger%web.de 35e9d8cbd4 bug 301052 call NPN_{Push,Pop}PopupsEnabledState around window opening
functions, so that they don't get blocked
r+sr=jst
2005-09-07 12:54:11 +00:00
smfr%smfr.org 16f1158f3b Fix bug 306177: fix the "click here to get the plugin" action of the Default Plugin by enabling popups from the plugin. r=mark, sr=jst. 2005-09-04 19:30:32 +00:00
timeless%mozdev.org 4ee0a411c1 Bug 283542 OOM crash [@ nsSanePluginInstance::GetDeviceOptions][@ nsSanePluginInstance::GetActiveDevice]
patch by b.jacques@planet.nl r=jst sr=jst a=asa
2005-07-01 04:28:17 +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 49db0e310b * Fixes some build problems when trying to build non-static. (removing link
libraries that don't exist on Windows CE)

* Taking xxx advice and making GetNAME always return a GDI forcing us to use
GetTextMetrics instead of GetFontData (which doesn't exist on Windows CE)

* Windows CE on ARM doesn't support C++ exceptions.  In the windows plugin code
uses catches to ensure that the plugins don't crash mozilla.  On windows ce on
arm, we have no choice but to disable CALL_SAFETY_ON.

* On Windows CE, VerQueryValue internal structure can not be modified so
callers must do a bit of string conversion.

* Disabling more code in nsOSHelperAppService for Windows CE.

* Enabling the Windows Registry code in XPCOM since the Window CE shunt now
supports the limited set needed (all but notification).

Bug=297683, r=Ere Maijala, sr=Dan Veditz, a=Asa
2005-06-16 21:20:45 +00:00
joshmoz%gmail.com 37a2ff46af build on Xcode 2.1 which uses per-build configuration build directories. b=296900 r=josh r=cls r=bsmedberg a=bsmedberg 2005-06-08 02:50:56 +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
bzbarsky%mit.edu d2523ff115 Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com 2005-05-13 17:49:43 +00:00
bsmedberg%covad.net 5cde02f558 Fix build bustage, bug 288626. 2005-04-06 04:29:55 +00:00
dbaron%dbaron.org 844ed1c45c Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
bryner%brianryner.com f5257db823 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
bzbarsky%mit.edu c7e80eea54 Make nullplugin dialog not show up on clicks with buttons other than the left
mouse button.  Bug 270377, patch by Vincent Caron <v.caron@zerodeux.net>,
r=bryner, sr=bzbarsky
2005-01-20 17:04:20 +00:00
smfr%smfr.org 84b4d075ff Part of fix in bug 154894: nuke the resource files on a 'distclean' so that a stray _NullPlugin.rsrc doesn't break subsequent objdir builds. 2005-01-16 21:17:36 +00:00
bsmedberg%covad.net 72fc87c54c Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin 2004-12-04 04:51:43 +00:00
gerv%gerv.net b92568bebe Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
timeless%mozdev.org a14a802332 Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
timeless%mozdev.org ea2f3df3b9 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
darin%meer.net f94aa8151e fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
darin%meer.net 96c79cea45 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
blakeross%telocity.com 15eeec005c Fix 234369 - Firefox calls itself Navigator when installing plugins. 2004-08-03 07:53:34 +00:00
neil%parkwaycc.co.uk ad2eb5b9f6 Fix compiler warnings by actually using declared variables b=217089 p=gautheri@noos.fr r/sr=alecf 2004-05-27 19:32:39 +00:00
jst%mozilla.jstenback.com 88bffa22d5 Fixing regression bug 241592. Make the default plugin deal with the new fixed plugin streaming code, and make the new streaming code deal with the stream being closed from a Write[Ready] call. r=darin@meer.net, sr=brendan@mozilla.org 2004-05-02 16:46:52 +00:00
neil%parkwaycc.co.uk b1966faa9d Removing unused variable b=217089 p=mbockelkamp@web.de r=timeless sr=alecf 2004-04-29 22:58:55 +00:00
pedemont%us.ibm.com 3187097d54 fix tbird build bustage: missing headers 2004-04-28 22:14:32 +00:00