bclary%bclary.com
4c6955719e
JavaScript Test Library - Regression test for bug 331664, by Brendan Eich
2006-04-11 18:29:29 +00:00
bclary%bclary.com
b27ebeec48
JavaScript Test Library - Regression test for bug 332472, by Wladimir Palant
2006-04-11 18:18:11 +00:00
bclary%bclary.com
b185ee48c3
JavaScript Test Library - regression test for bug 328443, by Jesse Ruderman
2006-04-11 18:04:48 +00:00
bclary%bclary.com
49530f6507
JavaScript Test Library - Regression test for bug 330812, by Igor Bukanov
2006-04-11 17:53:02 +00:00
bclary%bclary.com
3eac92ea2b
JavaScript Test Library - Regression test for bug 328664, by Hermecz Vajk
2006-04-11 17:42:02 +00:00
brettw%gmail.com
061e521441
Update readme and add patch file to repository for bug 331158.
2006-04-11 17:35:25 +00:00
brettw%gmail.com
f89d9ab4f7
Bug 331158 r=vladimir Preload database cache for faster autocomplete and other operations.
2006-04-11 17:09:43 +00:00
brettw%gmail.com
38955688fc
Bug 331158 r=vladimir Add preload capability to storage service for sqlite pager cache.
2006-04-11 17:06:55 +00:00
Olli.Pettay%helsinki.fi
d8829e2853
Bug 330494, changing the category names per bz' suggestion
2006-04-11 17:05:25 +00:00
bclary%bclary.com
46def5be45
JavaScript Test Library - tweak section 6 to not depend on whitespace settings, no bug, not part of the build
2006-04-11 17:05:14 +00:00
brettw%gmail.com
caa2a242e6
Bug 331158 r=vlad Add preload capability to sqlite pager cache.
2006-04-11 17:05:08 +00:00
bugzilla%standard8.demon.co.uk
9db49ec7d8
Bug 333169 Enable nsBookmarksService to open a window when not using xpfe's commandline service. r/sr=Neil
2006-04-11 16:59:06 +00:00
aaronr%us.ibm.com
47d30fe29b
[XForms] Get rid of unnecessary switch debug console warning. Bug 332872, r=doronr+olli
2006-04-11 16:47:49 +00:00
masayuki%d-toybox.com
6fb048961a
Bug 327003 Don't commit the IME composition string when Mozilla is deactivated r=roc+masaki.katakai+timeless sr=roc
2006-04-11 16:37:58 +00:00
masayuki%d-toybox.com
152c9dd6c3
Bug 333221 IDC_SELECTANCHOR cursor is no longer required. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc
2006-04-11 16:26:34 +00:00
masayuki%d-toybox.com
e0ac7bfaac
Bug 330276 Drop support for pre-Win2k platforms (Win9x/Me/NT4). #2 patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc
2006-04-11 16:21:25 +00:00
kairo%kairo.at
54be0c0be3
bug 333415 - Lanuagepack-Link broken in cs_nav_prefs_appearance.xhtml (sorry - was my fault), p=opitz.michael@inode.at r=IanN
2006-04-11 16:18:29 +00:00
mike.morgan%oregonstate.edu
1d9c651072
Fixed absence of Thunderbird install extensions, per comments and discussion in bug 333518.
...
Install instructions will only show up if Thunderbird is _one of_ the supported applications
for the addon being displayed.
2006-04-11 16:13:52 +00:00
mkaply%us.ibm.com
d719612b81
remove some unnecessary cert code
2006-04-11 15:43:53 +00:00
mkaply%us.ibm.com
2581ceffaa
*** empty log message ***
2006-04-11 15:43:32 +00:00
mark%moxienet.com
2273767651
332939 Can't print on Mac. Retain PMPrintSession object. r=josh sr=pink
2006-04-11 15:31:15 +00:00
cbiesinger%web.de
55f9f3d9c7
bug 333263 only call Read() when mPermissionsFile is initialized
...
r=mvl sr=darin
2006-04-11 15:09:51 +00:00
daniel%glazman.org
de745d931f
New preference "toolkit.defaultChromeFeatures" to override the default features of xulrunner-based main window; b=333582, r=benjamin@smedberg.us
2006-04-11 15:03:27 +00:00
allan%beaufour.dk
0ae7829d30
XTF ignores base class intrinsic state. Bug 332980, r=smaug, sr=bzbarsky
2006-04-11 15:00:34 +00:00
cltbld
01077d2d89
Automated update from host egg
2006-04-11 14:51:27 +00:00
benjamin%smedbergs.us
7d93ac03ea
Bug 318041 part 0 - add configure flag --with-embedding-profile=default|basic|minimal to define supported configuration sets, r=dougt
2006-04-11 14:46:57 +00:00
kairo%kairo.at
3b506b4915
bug 286110 - prepare build environment for --enable-ui-locale in suite, r=bsmedberg
2006-04-11 14:24:49 +00:00
benjamin%smedbergs.us
0b70a74f81
Bug 326925 - components should be loaded with RLTD_NOW, r=darin - This is an experimental checkin that has the potential to affect Ts times on linux machines, especially nonstatic builds.
2006-04-11 13:28:21 +00:00
jwatt%jwatt.org
c62d927714
Partial fix for bug 331630. Remove nsEventStatus. r=olli.pettay@gmail.com, sr=bzbarsky@mit.edu
2006-04-11 13:17:29 +00:00
mike.morgan%oregonstate.edu
902baf07fd
Fixed newest list type, which should have been pointing at main.DateAdded instead of version.DateUpdated. See bug 333530.
2006-04-11 07:44:05 +00:00
mhammond%skippinet.com.au
ddc3994123
Move all Python initialization code into a new global
...
PyXPCOM_EnsurePythonEnvironment. At the same time remove the old, dead
code behind PYXPCOM_USE_PYGILSTATE and LOADER_LINKS_WITH_PYTHON.
Not part of the default build.
2006-04-11 06:12:14 +00:00
mhammond%skippinet.com.au
100a5904cd
PyXPCOM_LogError should always write the error message, even if there is
...
no traceback or exception info.
Not part of the build.
2006-04-11 06:04:23 +00:00
ajschult%verizon.net
e2eb0d68f7
Bug 333353: fast-update queries for all updates for mozilla/ (not fast). r=bsmedberg
2006-04-11 04:53:03 +00:00
jst%mozilla.jstenback.com
f4f7012c0b
Fixing bug 321299. Make sure XPConnect wrappers get properly reparented when moving nodes from document to document. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
2006-04-11 03:49:44 +00:00
bugzilla%micropipes.com
ac8c4ecfc7
fix for 333107
2006-04-11 03:47:29 +00:00
bugzilla%micropipes.com
09565a011c
fix for 332824
2006-04-11 03:08:07 +00:00
sharparrow1%yahoo.com
43495f2460
Bug 332927: missed a file
2006-04-11 02:20:24 +00:00
sharparrow1%yahoo.com
3b62c93943
Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups)
2006-04-11 01:48:48 +00:00
martijn.martijn%gmail.com
198842fdb0
Bug 332499 - Misplaced listbox for floated select, patch by Marc Liddell, r+sr=roc
2006-04-11 01:18:41 +00:00
gavin%gavinsharp.com
ed4eaf83f7
Bug 308973: Rebrand Firefox trunk builds to "Minefield", patch by beltzner, r=mconnor
2006-04-10 23:58:24 +00:00
darin%meer.net
395bbbe780
fixing typos in comment
2006-04-10 23:43:12 +00:00
mattwillis%gmail.com
95ada99a79
fix xremote regression
2006-04-10 23:25:19 +00:00
mgalli%geckonnection.com
8ee59d606b
Fix, bug 331627
2006-04-10 22:58:03 +00:00
mattwillis%gmail.com
e6ba4ba673
fix build bustage
2006-04-10 22:49:12 +00:00
brettw%gmail.com
68da6f7048
Bug 328598 r=bryner Expire history as you browse for faster shutdown times. Now
...
that we don't write a bunch of stuff at shutdown, we can re-enable 0 fill for
security.
2006-04-10 22:30:54 +00:00
brettw%gmail.com
633819fb98
Bug 328598 r=bryner Expire history as you browse for faster shutdown times.
2006-04-10 22:29:32 +00:00
mrbkap%gmail.com
27527439f7
Fixing build bustage
2006-04-10 22:16:34 +00:00
mrbkap%gmail.com
7970a7888a
Try fixing bug 326497 again, this time allowing DOM constructors to be wrapped in cross-domain settings, since some of them can be used (e.g., Location). r+sr=jst for the DOM bits, r=brendan sr=shaver for the XPConnect bits.
2006-04-10 21:40:28 +00:00
mattwillis%gmail.com
79a17634a0
bug 332717: Rework and simplify Makefile. r=dmose,sr=bsmedberg
2006-04-10 21:31:11 +00:00
mattwillis%gmail.com
daf1edcc85
bug 332717: Rework and simplify Makefile. r=dmose,sr=bsmedberg
2006-04-10 21:31:10 +00:00