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

161277 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu f7a9d3e68b Make document observers QI to nsIDocumentObserver. Fixes fallout (tree orange)
from bug 340733; reviews pending.
2006-06-20 06:29:17 +00:00
timeless%mozdev.org 9c0b8e78dc Bug 338087 Tinderbox 'L' popups are broken in Firefox trunk due to misuse of DOM Range
patch by Olli.Pettay@gmail.com r=timeless
2006-06-20 06:28:37 +00:00
gavin%gavinsharp.com b2ae2d4306 Bug 341908: make sure we deal with invalid templates correctly, r=mconnor 2006-06-20 05:07:00 +00:00
gavin%gavinsharp.com aa75f3b04d Bug 327101: Ctrl+Left should close autocomplete, r=mconnor 2006-06-20 04:44:26 +00:00
bzbarsky%mit.edu 54bf378394 Rev the iid. Bug 335689, r+sr=dbaron 2006-06-20 04:21:56 +00:00
gavin%gavinsharp.com 1bdedd18e3 Bug 210246: DOM Nodes viewer paste command should allow multiple insertion points, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-06-20 03:22:03 +00:00
bzbarsky%mit.edu d5968aa228 Make the URIs of principals immutable. Bug 339822, r=dveditz, sr=darin 2006-06-20 03:17:41 +00:00
gavin%gavinsharp.com 1fbf2cc7de Bug 338305: fix other cases of the preprocesor not handling dots in define names, r=bsmedberg 2006-06-20 03:05:06 +00:00
rob_strong%exchangecode.com 855dcb2f92 Bug 307358 - Missing notification after auto-check finds updates to Extensions. patch=michael.wu, r=rob_strong 2006-06-20 02:58:31 +00:00
gavin%gavinsharp.com 47e4b3d836 Bug 333920: convertSherlockFile needs to set ._type, r=mconnor 2006-06-20 02:53:47 +00:00
gavin%gavinsharp.com e4ea1fc98e Bug 335820: icons in engine manager need padding, r=mconnor 2006-06-20 02:38:39 +00:00
darin%meer.net 0bb12bafa5 fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky 2006-06-20 02:05:10 +00:00
mike.morgan%oregonstate.edu a2264eb8a4 Added better checking when attempting to find latest buildId. 2006-06-20 01:21:04 +00:00
rob_strong%exchangecode.com 5960aa3ac1 Bug 335238 - update requests for disabled extensions should have some 'disabled' indicator in the request. patch=Dave Townsend (Mossop), r=rob_strong 2006-06-20 01:03:01 +00:00
bzbarsky%mit.edu f48c94d814 Use iterators that deal with observers being removed to iterate the observers array when notifying Bug 340733, r+sr+branch181=sicking 2006-06-20 01:02:55 +00:00
igor.bukanov%gmail.com 496b676b35 Bug 341877: Reverting the previous commit, the patch was broken. 2006-06-20 00:50:17 +00:00
dbaron%dbaron.org fc3ea3b702 Make conditions that cause additional pass for shrink wrap case less restrictive so that we do the additional pass inside a shrink-wrap scrollframe. b=325680 r+sr=roc 2006-06-20 00:46:32 +00:00
rob_strong%exchangecode.com 44b5bdcc24 last checkin was for bug 342086 2006-06-20 00:45:48 +00:00
rob_strong%exchangecode.com 88521032a4 typo in _updateDependentItemsForID - dependantID should be dependentID. patch=michael.wu, r=rob_strong 2006-06-20 00:42:11 +00:00
dbaron%dbaron.org b5743aca18 Root the result of JSObjectFromInterface. b=341640 r=markh sr=jst 2006-06-20 00:38:46 +00:00
mark%moxienet.com 0b93bcc02c 342081 Default finding to case-insensitive. r=ben sr=ben a/1.8.1=darin 2006-06-20 00:38:16 +00:00
mark%moxienet.com 82a9eea34f 209989 After Find Again (Ctrl-G/F3), text highlighting color becomes green. Patch (tweak) by Peter Kasting <pkasting@google.com>. r=dbaron 2006-06-20 00:30:18 +00:00
mrbkap%gmail.com acc4f6893f Prevent assertions when a document that has had document.open called is closed
suddenly (without an intervening document.close call). bug 332896, r=bzbarsky, sr=sicking
2006-06-19 23:51:32 +00:00
mark%moxienet.com 20d228a20d Bustage fix following 337746 2006-06-19 23:49:43 +00:00
jst%mozilla.jstenback.com b0f9f4aa31 Fixing bug 340144. Crash if calling sessionStorage.removeItem() with a non-existing key. r=enndeakin@sympatico.ca, sr=bzbarsky@mit.edu 2006-06-19 23:48:07 +00:00
pavlov%pavlov.net aacc931ee0 fixing bug 341865. r=vlad 2006-06-19 23:41:15 +00:00
brendan%mozilla.org 6c46252312 White space police state attack. 2006-06-19 23:38:02 +00:00
myk%mozilla.org 41e498b216 add a bookmarks context menu item for refreshing a microsummary; bug=341555; r=mconnor; a=mconnor for 1.8 branch 2006-06-19 23:16:27 +00:00
mhammond%skippinet.com.au e71eb0674f Fix the chrome building process in the Python/DOM work. Not part of the build. 2006-06-19 23:13:14 +00:00
roc+%cs.cmu.edu 4100b4fb09 Bug 317278. Reland patch that reflows lines again if we detect some already-placed floats need to move to the next line. This time, with changes to nsSpaceManager's PushState/PopState infrastructure so that dynamic allocations are never required; the saved state is always stack-allocated by callers. r+sr=dbaron 2006-06-19 23:06:59 +00:00
dietrich%mozilla.com c7a2b68de6 Bug 342039: Trunk regression: Restart Tabbed extension launches doubles now, r=me 2006-06-19 23:01:14 +00:00
jwalden%mit.edu ab6176d991 Bug 342070 - make-jars.pl: CSS preprocessing not turned on for CSS file implicitly in same directory as jar.mn - the patch jminta /wishes/ had been written and committed four hours ago. r=bsmedberg 2006-06-19 22:59:18 +00:00
igor.bukanov%gmail.com 278380aac4 Bug 341877: Infrastructure to properly mark native iterator state during GC without changing public API. r=brendan 2006-06-19 22:53:51 +00:00
igor.bukanov%gmail.com 7c5b6c6457 Bug 341896: Call the branch callback outside GC lock. r=brendan 2006-06-19 22:46:39 +00:00
myk%mozilla.org 621e2e6e9f Merge the microsummary picker with the Name field in the add bookmark and bookmark properties dialog, hiding the picker if no microsummaries are available.
bug=337825
r=mconnor
a=mconnor for checkin to 1.8 branch
2006-06-19 22:15:59 +00:00
roc+%cs.cmu.edu ed24f023c0 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 2d19d6072f 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 7d135fa451 bustage fix from Bug 336176, thanks for philor+ispiked for the help. 2006-06-19 21:18:08 +00:00
bzbarsky%mit.edu 9c73386999 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 66d9ce92e5 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 64681af28a 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 88f015828a 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 6d8f040b57 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 e54f887672 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 f214e62c50 - only count enabled testcases in coverage measurement 2006-06-19 19:35:24 +00:00
jminta%gmail.com 97bb172785 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 6a968204c5 bug 333923 - adding missing files that were erroneously committed to 1.8 branch 2006-06-19 19:13:50 +00:00
edburns%acm.org 13c820fb79 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 2a81b8d8ae 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 94ebff8d92 Bug 341672 - xsd:double validation has a bug. r=aaronr,smaug 2006-06-19 18:34:05 +00:00