Commit Graph

161481 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
9c2da8d1b9 Bug 341695. Never look at the mRect coordinates of SVG foreignobject frames, SVG uses them for other things. r+sr=tor 2006-06-19 22:06:41 +00:00
zach%zachlipton.com
462cb1e027 Provide better error handling by defining an error handler in Litmus::DBI. When a database error is thrown, this handler will take care of calling Litmus::Error::internalError() and displaying a proper error message to the user. This should do much to prevent 500 Internal Server Errors and the blank pages that previously popped up. 2006-06-19 22:05:16 +00:00
jminta%gmail.com
fc48968172 bustage fix from Bug 336176, thanks for philor+ispiked for the help. 2006-06-19 21:18:08 +00:00
bzbarsky%mit.edu
878f5ab09c Remove ourselves as an observer when we're done building the DOM, not when we
get destroyed, since the DOM can be messed with in ways that confuse us between
those two points in time.  Bug 341062, r=mrbkap, sr=sicking
2006-06-19 21:10:29 +00:00
bzbarsky%mit.edu
9a60679a4c Save the principal in the session history entry so that reloading a data: URL
will do the right thing.  Also, change CheckLoadURI to allow null
principals to load things that anyone can load (e.g. http:// URIs).  Bug
337260, r=dveditz, sr=jst
2006-06-19 21:08:45 +00:00
bzbarsky%mit.edu
9509962b32 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
lpsolit%gmail.com
31fbfa9477 Bug 304601: Bugzilla::Config's :locations exports need to be in their own module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave
Bug 328637: Remove all legal_* versioncache arrays - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

Bug 110503 - Eliminate versioncache
2006-06-19 20:15:18 +00:00
lpsolit%gmail.com
ae070720a6 Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-06-19 20:00:41 +00:00
bryner%brianryner.com
c2391975f2 Close the autocomplete popup if a context menu is opened (bug 296526), patch by martijn, r=me 2006-06-19 19:55:33 +00:00
ccooper%deadsquid.com
dd7caa2186 - only count enabled testcases in coverage measurement 2006-06-19 19:35:24 +00:00
jminta%gmail.com
cc38fd4245 Bug 336176 follow-up. Make sure pinstripe file gets pre-processed. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor 2006-06-19 19:32:41 +00:00
mattwillis%gmail.com
4fb5f0ef3a bug 333923 - adding missing files that were erroneously committed to 1.8 branch 2006-06-19 19:13:50 +00:00
edburns%acm.org
b1081b103c I now have the pluglet.dll XPCOM module loading. The reason it was not
loading: it depends on jvm.dll, which was not on my path.  I had to add
%JDKHOME%\jre\bin\client to my path and now it loaded. Thanks to shaver
and plasticmillion on #developers for the tip to use depends.exe, the
Dependency Walker.  What a nice tool.

Of course, there is now a crash after it loads, which will be my next
step after this checkin.

A plugins/src/iPlugletEngine.idl
A plugins/src/iPlugletManager.idl

- make IDL files for our external interfaces.

M plugins/src/Makefile.in

- move PlugletEngine.cpp to the top of the list.

M plugins/src/PlugletEngine.cpp
M plugins/src/PlugletEngine.h

- big changes here.  Make this a proper generic XPCOM component.

- use the iPlugletManager interface, and the nsICategoryManager
  to make sure we get called at startup.

M plugins/src/Pluglet.cpp
M plugins/src/Pluglet.h
M plugins/src/PlugletFactory.cpp
M plugins/src/PlugletFactory.h
M plugins/src/PlugletInputStream.cpp
M plugins/src/PlugletInputStream.h
M plugins/src/PlugletLoader.cpp
M plugins/src/PlugletManager.cpp
M plugins/src/PlugletPeer.cpp
M plugins/src/PlugletStreamInfo.cpp
M plugins/src/PlugletStreamListener.cpp
M plugins/src/PlugletViewWindows.cpp
M plugins/src/PlugletsDir.cpp
M plugins/src/Registry.cpp

- remove static method PlugletEngine::GetJNIEnv, in favor of instance
  method and use of nsIServiceManager.
2006-06-19 18:50:01 +00:00
jwalden%mit.edu
6c812cebf9 Bug 335822 - Deleting all search engines leaves useless separator in search box dropdown, search bar is useless. Patch by Michael Wu <michael.wu@mozilla.com>, r=gavin 2006-06-19 18:37:57 +00:00
doronr%us.ibm.com
903a64db6e Bug 341672 - xsd:double validation has a bug. r=aaronr,smaug 2006-06-19 18:34:05 +00:00
vladd%bugzilla.org
0acdea23a2 Spelling patch: use the right spelling form for 'returned'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:31:30 +00:00
mattwillis%gmail.com
0d2810902c bug 333923 - converts Sunbird preferences from xpfe to toolkit. r=jminta 2006-06-19 18:29:55 +00:00
vladd%bugzilla.org
b5bdc498ef Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:27:04 +00:00
vladd%bugzilla.org
e4054c6dae Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:17:23 +00:00
lpsolit%gmail.com
351a31d751 Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave 2006-06-19 17:30:24 +00:00
jminta%gmail.com
de5acb7829 Bustage fix from bug 306079 2006-06-19 17:24:54 +00:00
brettw%gmail.com
f8412be55e Bug 332002 r=ben Different order in places between new and imported profile 2006-06-19 17:18:24 +00:00
jminta%gmail.com
434d24fff2 Bug 329642 Remove global delete listener to make cancel dialog always work, r=mvl 2006-06-19 17:03:47 +00:00
sergei_d%fi.tartu.ee
67c4481714 [BEOS]Need implementation of ArgvReceived and RefsReceived, bug 129411, p=sergei_d, r=thesuckiestemail, sr=bsmedberg, BeOS-only changes 2006-06-19 17:02:56 +00:00
jminta%gmail.com
171c85a7a1 Bug 306079 Create a proper prefs file, rather than initializing prefs from .properties, r=mvl 2006-06-19 16:58:53 +00:00
brettw%gmail.com
a54888a781 Bug 335291 r+sr=bz Make trunk popup events safer 2006-06-19 16:54:53 +00:00
jminta%gmail.com
0ca4026be6 Bug 339083 Copy/Paste meeting-request stopped working. r=mvl 2006-06-19 16:53:03 +00:00
jminta%gmail.com
a2a994ff61 Bug 338957 Paste doesn't work when in the day/week views. r=mvl 2006-06-19 16:50:35 +00:00
vladd%bugzilla.org
03cbcc2521 Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:43:49 +00:00
vladd%bugzilla.org
b74e9ed058 Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:41:17 +00:00
vladd%bugzilla.org
a12c355d7f Spelling patch: 'precentage' -> 'percentage'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:36:47 +00:00
vladd%bugzilla.org
dde58671b5 Spelling patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:31:13 +00:00
vladd%bugzilla.org
4de7d46592 Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:25:02 +00:00
brettw%gmail.com
fb7d7366ea Bug 336990 r=bryner Deleting a livemark causes bookmarks to disappear - make annotation service more tolerant of errors 2006-06-19 16:23:56 +00:00
vladd%bugzilla.org
2491a8d94c Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:23:33 +00:00
vladd%bugzilla.org
4a61882732 Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:21:02 +00:00
vladd%bugzilla.org
819a8c43ea Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:18:42 +00:00
vladd%bugzilla.org
fa38389308 Spelling patch: 'usefull' -> 'useful' in contrib/bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:12:41 +00:00
vladd%bugzilla.org
5a06cbfaba Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:02:18 +00:00
vladd%bugzilla.org
067acbb665 Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:58:33 +00:00
vladd%bugzilla.org
ef3be4372d Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:49:02 +00:00
vladd%bugzilla.org
735f8b8805 Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:47:17 +00:00
vladd%bugzilla.org
2229adc554 Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:45:38 +00:00
vladd%bugzilla.org
2d98cdc39a Spelling in code comments patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:44:32 +00:00
vladd%bugzilla.org
bcf36b3e3e Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:41:01 +00:00
vladd%bugzilla.org
0d7d3bf68f Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:39:53 +00:00
vladd%bugzilla.org
eafbb1aa0d Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:09:22 +00:00
masayuki%d-toybox.com
59eb9eae67 Bug 271815 GTK2 IM over-the-spot doesn't work with Chinese IM because the editor doesn't return correct caret position r=timeless, sr=roc 2006-06-19 15:00:58 +00:00
vladd%bugzilla.org
e838c5c53d Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:00:46 +00:00
vladd%bugzilla.org
ba4f12f92a Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 14:56:56 +00:00