mark%moxienet.com
a7213b13b5
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
a0302c1e9e
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
4487bd02da
Bustage fix following 337746
2006-06-19 23:49:43 +00:00
jst%mozilla.jstenback.com
1eebb3195b
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
82333c8b3b
fixing bug 341865. r=vlad
2006-06-19 23:41:15 +00:00
brendan%mozilla.org
a422d9cec7
White space police state attack.
2006-06-19 23:38:02 +00:00
myk%mozilla.org
4a6444c9bb
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
8ee8b94569
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
ab87d3edb5
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
fe70714e4a
Bug 342039: Trunk regression: Restart Tabbed extension launches doubles now, r=me
2006-06-19 23:01:14 +00:00
jwalden%mit.edu
a9fd2c7f52
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
2d2124eb15
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
e03eb62472
Bug 341896: Call the branch callback outside GC lock. r=brendan
2006-06-19 22:46:39 +00:00
myk%mozilla.org
6e8f78d355
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
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