leon.sha%sun.com
8c7a251d5e
Bugzilla Bug 356045
...
xul tree-table, cells in the first row are exposed in a mess.
Patch by Evan.Yan@Sun.COM .
ginn.chen: review+
aaronleventhal: review+
2006-11-15 05:29:09 +00:00
philringnalda%gmail.com
e75e81af9b
Bug 347615: Feed related strings in content.dtd should be removed, patch by <cedric.corazza@wanadoo.fr>, r=gavin
2006-11-15 03:45:32 +00:00
peterv%propagandism.org
d9a9f1a614
Try to fix ports bustage.
2006-11-15 01:38:31 +00:00
edburns%acm.org
d46bb64d9d
Add new first argument to PlugletFactory.initialize(): the string that
...
is the path to the jar from which the pluglet is loaded.
SECTION: Changes
M classes/org/mozilla/pluglet/PlugletFactory.java
M classes/org/mozilla/pluglet/PlugletFactoryAdaptor.java
- Add new first argument to PlugletFactory.initialize(): the string that
is the path to the jar from which the pluglet is loaded.
M examples/MediaPlayer/JMPlayer.java
M test/test.java
- Account for new first argument
M src/PlugletFactory.cpp
- new JNI signature for initialize.
2006-11-15 01:11:42 +00:00
ghendricks%novell.com
f387152614
Added patch for 2.22.1
2006-11-15 00:44:28 +00:00
peterv%propagandism.org
3a07404f49
Try to uninline constructor and destructor again to reduce codesize increase.
2006-11-15 00:31:52 +00:00
nelson%bolyard.com
3ce134cf12
Export two new functions that were added in NSS 3.11:
...
SSL_ForceHandshakeWithTimeout and SSL_ReHandshakeWithTimeout
Bug 127960. r=alexei.volkov,wtchang
2006-11-15 00:14:42 +00:00
stridey%gmail.com
c467e0ac74
Camino only - Bug 155956: Make 'zoom' button zoom window to fit contents. Patch by Torben <torben@Spamfence.net>. r=hwaara sr=pink
2006-11-14 23:52:05 +00:00
cpeyer%adobe.com
1aa9a0f987
*** empty log message ***
2006-11-14 23:42:06 +00:00
stridey%gmail.com
1f39e3a3e1
Camino only - Bug 325845: Esc should cancel incomplete edit, not commit it, when closing Bookmark Info panel. r=Wevah sr=smorgan
2006-11-14 23:34:51 +00:00
peterv%propagandism.org
98f37d67cb
Part of the fix for bug 193678 (support exslt:common - allow txXPathNode to hold a strong ref to its root). r/sr=sicking.
2006-11-14 23:23:20 +00:00
benjamin%smedbergs.us
5e0c598927
From bug 313309 - fix static-iid declarations, which merged badly in the meantim
2006-11-14 23:12:10 +00:00
ccooper%deadsquid.com
22e0bdb747
- include subgroup_testgroups table
2006-11-14 22:50:05 +00:00
bzbarsky%mit.edu
730516b0a1
Remove securityCompareURIs() from nsIScriptSecurityManager. Bug 327243, r+sr=jst
2006-11-14 22:46:45 +00:00
bzbarsky%mit.edu
b37af4e57a
Part of fix for bug 359341 that somehow didn't make it in the first time. r+sr=roc
2006-11-14 22:32:40 +00:00
bzbarsky%mit.edu
3dff1c63ef
Once we find a window, stop looking, dammit. Bug 360579, s+sr=jst
2006-11-14 22:30:33 +00:00
wsharp%adobe.com
d228c21a46
intptr to uintptr
2006-11-14 22:21:11 +00:00
benjamin%smedbergs.us
ea3df14d53
Fix extraneous semicolon
2006-11-14 22:18:51 +00:00
wsharp%adobe.com
8ed570e4c1
bug 360720. various 64-bit type fixes.
2006-11-14 22:15:14 +00:00
tony%ponderer.org
a4eb8a5a41
Bug 356355: numeric domain normalization only happens on enchash table values
...
patch v2 (additional fixes)
r=mmchew
2006-11-14 22:12:08 +00:00
joshmoz%gmail.com
e8b317b9f3
Since some platforms do string operations within local file ::Load, we shouldn't declare that objects being created/destroyed from static ctor/dtor is not legal throughout the entire ::Load function. That only needs to be true around the actual PR_LoadLibrary calls. Fixing this stops the ridiculous amount of warning output that we get from every debug mac build. Also removing unused old mac local file impls. b=326837 r=bsmedberg
2006-11-14 22:06:00 +00:00
mozilla.mano%sent.com
480e437415
Bug 349128 - Focus lost pressing enter in empty location bar. r=gavin.
2006-11-14 21:57:10 +00:00
dschaffe%adobe.com
608880562b
bug 360596 cleanup the tamarin tests source, all tests pass, the test harness to run the tests will be added soon, also the abc code for each test will hopefully get hosted on the ftp site since we do not have a compiler to create the test abc files yet
2006-11-14 21:34:32 +00:00
ccooper%deadsquid.com
f3ce4789d6
- fix check for testcase ID
2006-11-14 21:32:07 +00:00
benjamin%smedbergs.us
6156697db7
Bug 345517 additional fixup - don't use some additional unfrozen methods, r=gavin
2006-11-14 21:25:56 +00:00
benjamin%smedbergs.us
8c57888aec
Bug 313309 - Table-driven QI part 3 - use weak statics for interface IDs, r=shaver. This will break VC6 and gcc2.9x, which is ok
2006-11-14 21:21:37 +00:00
mattwillis%gmail.com
e9b419409f
bug 360696 - Follow up fix.
2006-11-14 21:16:14 +00:00
mattwillis%gmail.com
8dd5d0caf2
bug 360696 - Follow up fix. Patch by Clint Talbert <cmtalbert@myfastmail.com>, r1/2=lilmatt
2006-11-14 21:06:53 +00:00
olav%bkor.dhs.org
62e10c29fc
Do commit-time fix: Add comment explaining the sql modes that are removed
2006-11-14 20:51:04 +00:00
lpsolit%gmail.com
12613356d8
Bug 346091: editparams.cgi should validate the 'timezone' parameter - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
2006-11-14 20:45:48 +00:00
ccooper%deadsquid.com
d4615cb201
b=355548
...
- display regression bug ID in simple view of testcase
b=355459
- display enabled/community enabled status in simple testcase view for admin users
b=359744
- display testcases in testcase/subgroup sort order when printing
b=360621
- validate view testcase forms prior to submission
Misc.
- use JSON filters to limit view testcase results
- add enabled toggle for entity form widgets where appropriate
2006-11-14 20:23:31 +00:00
mattwillis%gmail.com
653d696c55
bug 360696 - Strict warning fixes and typo fixes. Patch by Stefan Sitter <ssitter@googlemail.com> r1/2=lilmatt
2006-11-14 19:11:36 +00:00
mkanat%bugzilla.org
8c269dc244
Bug 349256: Make the webservice get_bug into a stable API
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
2006-11-14 19:10:52 +00:00
lpsolit%gmail.com
bf2e229346
Bug 323031: process_bug.cgi crashes when encountering a deleted user account and when strict_isolation is on - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-11-14 19:02:01 +00:00
lpsolit%gmail.com
59fbd04f10
Bug 115650: No TITLE attribute on buglinks on process_bug.cgi - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
2006-11-14 18:30:53 +00:00
stejohns%adobe.com
fdcadc240c
Bug 360675: fix compiler warnings in VS2003 & VS2005 for some variations of the Microsoft Platform SDK (which includes headers that warn at Warning Level 4)
2006-11-14 17:37:37 +00:00
olav%bkor.dhs.org
b71305658b
Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute failed: Field 'status_whiteboard' "....
...
Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
2006-11-14 17:17:36 +00:00
wsharp%adobe.com
e22b72d060
reverting changes to shell's project file. These were incorrectly merged in from shel64 project. This should be back to 1.2 now.
2006-11-14 15:11:41 +00:00
wsharp%adobe.com
0dab6fbd12
bug 360602. fix windows build
2006-11-14 15:05:57 +00:00
wsharp%adobe.com
8dc5859f02
update shell64 second time. CVS files were incorrectly copied from shell project causing problems
2006-11-14 15:05:14 +00:00
wsharp%adobe.com
92ce7c964b
bug 360602. Mac 64-bit porting work. Switched "IA64" designation to "AMD64". Added AVMPLUS_64BIT target for code that is 64-bit specific instead of x86_64 specific. Other changes listed in bug record - lots of intptr changes, op_abs_jump fixes. 64-bit shell is launching and running until emitNativeThunk which needs 64-bit specific ASM generation.
2006-11-14 14:44:27 +00:00
mattwillis%gmail.com
d630c05e5d
bug 343793 - Edit title immediately after creating event via drag-n-drop. Patch by jminta, r=lilmatt, ctalbert
2006-11-14 03:18:23 +00:00
mattwillis%gmail.com
d62062395c
bug 349586 - checkin booboo
2006-11-14 02:33:58 +00:00
mattwillis%gmail.com
9d34510300
bug 349586 - Add migrator. Patch by jminta with contributions by lilmatt and ctalbert. r=ctalbert,lilmatt,jminta ui-r=mvl
2006-11-14 01:56:57 +00:00
stejohns%adobe.com
cd16a95ab6
added .cvsignore files for Tamarin for common Mac XCode build directories and files.
2006-11-14 01:44:17 +00:00
lpsolit%gmail.com
154265ae39
Bug 360489: Can't locate object method "type_name" via package "Bugzilla::Field" when listing custom fields - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-11-14 01:18:37 +00:00
stejohns%adobe.com
667bc5a991
added .cvsignore for Tamarin files including VC7/VC8 projects files
2006-11-14 01:18:26 +00:00
wtchang%redhat.com
f6144cb805
Bugzilla Bug 359484: made the fix for bug 341707 work for the SSL2 client
...
hello case. r=nelsonb,alexei.volkov
2006-11-14 01:09:54 +00:00
stejohns%adobe.com
7870ad3203
Revert incorrect checkin of MMgc.vcproj to correct build breakage
2006-11-14 01:01:08 +00:00
mozilla.mano%sent.com
eba769de5a
Bug 348369 - Tabbrowser steals focus any time the current browser changes. r=gavin.
2006-11-14 01:00:06 +00:00