mozilla.mano%sent.com
c263ab4dc5
Bug 300590 - Expose bidi.browser.ui, seamonkey part. r+sr=neil.
2005-09-01 05:34:31 +00:00
bryner%brianryner.com
1194334ac1
Fix for crashes in document.addBinding():
...
- Don't allow the old binding to go away as we insert the new binding into the chain.
- When swapping the nsXBLInsertionPoint array for a content node, remove any entries from the old list that are also in the new list, so that we don't delete them.
Bug 296375, r+sr=bzbarsky.
2005-09-01 04:38:29 +00:00
masayuki%d-toybox.com
7e709162b7
Bug 295223 Bookmark menu collapses when hovering folder in level 1, quickly marking another folder in level 1, and then hovering folder in level 2 (subfolder of first folder). r+sr=bryner
2005-09-01 04:08:33 +00:00
bzbarsky%mit.edu
f82d146879
Fix crash bug 306580. r+sr=bryner
2005-09-01 04:04:10 +00:00
jst%mozilla.jstenback.com
d7b16affa4
Fixing bug 304423. Make window instanceof Object and Window etc be true again. This regressed with the split window landing. The fix here is to make the inner and outer windows share the outer's XPConnect prototype (but only that, everything below that on the proto chain comes from the inner window). To make this work with fastback we also needed a way to tell XPConnect to restore an old prototype for the window object when going back/forward. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2005-09-01 03:56:35 +00:00
jst%mozilla.jstenback.com
03b0092894
Fixing bug 304423. Make window instanceof Object and Window etc be true again. This regressed with the split window landing. The fix here is to make the inner and outer windows share the outer's XPConnect prototype (but only that, everything below that on the proto chain comes from the inner window). To make this work with fastback we also needed a way to tell XPConnect to restore an old prototype for the window object when going back/forward. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2005-09-01 03:51:12 +00:00
bzbarsky%mit.edu
ff7e54e813
Make sure to null out the weak parent ptr in session history entries as
...
needed. Bug 305181, r=bryner, sr=jst
2005-09-01 02:40:12 +00:00
jst%mozilla.jstenback.com
b56f380d84
Followup comment change for bug 306630.
2005-09-01 00:24:09 +00:00
darin%meer.net
735db1b2e3
fixes bug 304444 "[W] UMR: Uninitialized memory read in nsDiskCacheEntry::Swap(void) {1 occurrence}" patch by alfredkayser@nl.ibm.com, r=timeless, sr=darin
2005-09-01 00:20:14 +00:00
jst%mozilla.jstenback.com
fd7e2b6210
Fixing bug 306630. Make <frame src=javascript:...> work again. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
2005-08-31 23:55:23 +00:00
roc+%cs.cmu.edu
9711031a79
Bug 305944. Fix handling of event clipping regression. r+sr=roc, patch by Eli Friedman
2005-08-31 23:06:39 +00:00
neil%parkwaycc.co.uk
0e9399d843
Bug 269568 Prevent crash by starting drag session before firing drag enter event patch also seems to fix a couple of my other drag-and-drop issues r+sr=bryner
2005-08-31 22:56:37 +00:00
neil%parkwaycc.co.uk
d3972a7d46
Backing out because gavin's port doesn't seem to fix Firefox
2005-08-31 22:49:31 +00:00
jwalden%mit.edu
0b9f7965f9
Bug 305818 - Document the removal of the Check Now buttons from Options-Advanced-Update. r=steffen
2005-08-31 22:43:29 +00:00
cltbld
6541aab49c
Automated update from host egg
2005-08-31 22:22:19 +00:00
pavlov%pavlov.net
2844aa2ba0
adding support for toDataURL and toDataURLAs on canvas. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad
2005-08-31 22:16:51 +00:00
pavlov%pavlov.net
6232847cca
adding support for image encoding. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad
2005-08-31 22:15:33 +00:00
bryner%brianryner.com
a475440a84
Abort restoring the presentation if firing pagehide/unload stopped the load. Bug 305995, r+sr=bzbarsky.
2005-08-31 22:01:46 +00:00
mkaply%us.ibm.com
e46d1a929d
Bumping to 0.4 - support for certificates, custom prefs, proxies, and using the ZIPWriter
2005-08-31 21:51:35 +00:00
mkaply%us.ibm.com
091e730175
Certificate support
2005-08-31 21:50:58 +00:00
mkaply%us.ibm.com
c0a5b8f460
Support for arbitrary preferences
2005-08-31 21:22:50 +00:00
mkaply%us.ibm.com
08a44181a4
Cert support
2005-08-31 21:21:07 +00:00
jruderman%hmc.edu
ab17472c6c
Fix typo in a comment (bug 305292). r=darin, sr=bz.
2005-08-31 21:14:14 +00:00
roc+%cs.cmu.edu
b3067884a8
Bug 297508. Allow native theme drawing to overflow the frame bounds in a reliable way by setting the frame's overflow area. Use this to work around drawing errors in some GTK2 themes. r=bryner,sr=blizzard
2005-08-31 21:00:52 +00:00
neil%parkwaycc.co.uk
c4b6a07345
Bug 302575 URL bar gets confused about which URI is loaded r=bz sr=darin
2005-08-31 21:00:40 +00:00
mvl%exedo.nl
60fbbca06b
remove dump statement.
2005-08-31 20:53:47 +00:00
mvl%exedo.nl
26ee5f68b8
Do a better job at displaying many conflicting events.
...
bug 251771, patch by gekacheka, r=mvl.
2005-08-31 20:49:47 +00:00
aaronleventhal%moonset.net
2b6992ad0b
bug 306235. Keyboard stops working on window restore of Thunderbird main window from minimized state. Partial backout of now unnecessary part of bug 258285. r+sr=bryner
2005-08-31 20:43:39 +00:00
dougt%meer.net
1d9a7fe2d8
This patch does the following:
...
* Removes #ifndef WINCE around the OleRegisterMgr. I have implemented the
required OLE functions in the windows ce shunt layer.
* In nsWindow::InitEvent, i moved code from outside of the if-statement as it
was only being used within the true block.
* In nsWindow::EventIsInsideWindow, we need to treat Activation events are
non-fatal. That is to say, if a popup window gets an activation event, it
shouldn't cause the popup to go away on windows ce.
* Removing the #ifndef WINCE around the dialog code. Now eWindowType_dialog
really will get you a dialog just like on Windows.
* I have stubbed out MA_* defines in the WinCE shunt layer. This allowed us
to remove the #ifdef in nsWindow::ProcessMessage.
Window CE only. r/sr=dveditz. b=297683
2005-08-31 20:23:09 +00:00
bryner%brianryner.com
8ecd5a1213
Fix a couple of regressions from the last checkin for bug 305167. r+sr=jst.
2005-08-31 20:10:41 +00:00
bzbarsky%mit.edu
e602153748
Install browserconfig.properties as a file, not a symlink, Bug 305946, patch
...
by Hanspeter <niederstrasser@gmail.com>, r=bsmedberg
2005-08-31 20:03:40 +00:00
bob%bclary.com
bdf5838886
Clone WINNT5.1.mk for Windows Server 2003
2005-08-31 19:56:10 +00:00
mats.palmgren%bredband.net
ea68978e57
Fix compile warning from my last checkin. b=217903
2005-08-31 19:53:39 +00:00
mrbkap%gmail.com
ef53519297
bug 305452: Don't run timeouts that were set after the page was put into the bfcache (e.g., from a mousemove handler). Instead, store them in the timer list and wait for the page to be pulled out of the bfcache to run them. Also fix a couple of refcounting botches so that timeouts suspended in a page put into the bfcache get cleaned up instead of leaking. r=bryner sr=jst
2005-08-31 19:47:48 +00:00
mats.palmgren%bredband.net
52d0c5315c
Avoid trying to make an inside bullet frame its own sibling. b=217903 r+sr=bzbarsky
2005-08-31 19:38:59 +00:00
webmail%kmgerich.com
36cfd38277
bug 306509 [Mac] DL manager background doesn't scroll with content, r=mano, a=asa
2005-08-31 19:01:43 +00:00
bsmedberg%covad.net
0bb578089d
Bug 306344 bustage fix: NS_COM_GLUE and NS_HIDDEN_() are not compatible, and we wanted NS_COM_GLUE here (verified by mrbkap)
2005-08-31 18:23:36 +00:00
pinkerton%aol.net
e36e1d053e
rebranding trunk as 1.0+
2005-08-31 18:11:25 +00:00
cltbld
980b0f59db
Automated update from host egg
2005-08-31 17:51:29 +00:00
bsmedberg%covad.net
25893b0dca
Bug 303599 - Many problems if NtfsDisable8dot3NameCreation set to 1 - r=darin
2005-08-31 17:50:32 +00:00
bsmedberg%covad.net
43570f1870
Bug 306355 followup - put the activex defaults before the app-specific overrides r=dougt
2005-08-31 17:47:38 +00:00
bugzilla%standard8.demon.co.uk
b28a23f916
Follow up patch to bug 300338 - tidy MsgComposeCommands.js. Patch by Serge GAUTHERIE <gautheri@noos.fr>. r=dmose,sr=bienvenu
2005-08-31 17:44:26 +00:00
bzbarsky%mit.edu
d4b89719f4
Sync up the MIME type list in parser with what nsContentDLF has, and improve
...
the error handling for cases when a mismatch does happen. Bug 306502,
r=mrbkap, sr=brendan
2005-08-31 17:33:54 +00:00
bsmedberg%covad.net
3e2adc9538
Bug 306334 - XULRunner debug doesn't link on mac r=darin/brendan
2005-08-31 17:20:09 +00:00
mrbkap%gmail.com
5befaddbbf
bug 306591: Make sure that this is an object, since we're calling functions that operate only on objects. r=brendan sr=shaver
2005-08-31 17:08:24 +00:00
dougt%meer.net
7c92a50901
Using a autocompleting url bar
2005-08-31 17:05:59 +00:00
igor%mir2.org
85981364ca
Info about bug 306584
2005-08-31 16:36:32 +00:00
bugzilla%standard8.demon.co.uk
2dfddb5beb
Bug 132180 eliminate nsFileSpec in address book. Patch 4 - remove unused code from vcard functions that also happens to include file spec related code. r=dmose,sr=bienvenu
2005-08-31 16:32:22 +00:00
igor%mir2.org
38754de3cc
Fixing bug 306584:
...
Do not assume that all frames have line number information available.
2005-08-31 16:24:24 +00:00
dbaron%dbaron.org
2d0c5674de
Only accept a decimal point as part of a number when there are digits after it. Remove unused IS_ALPHA. b=306504 r+sr=bzbarsky
2005-08-31 16:15:58 +00:00