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

167167 Коммитов

Автор SHA1 Сообщение Дата
bclary%bclary.com 2262d9a10c JavaScript Test Library - cause unimplemented tests to fail, and remove them from normal test runs, rs=brendan, bug 349823 2006-08-23 05:21:02 +00:00
brendan%mozilla.org 96bc42b5b9 Check in smontagu's patch for bug 349488 (r=me). 2006-08-23 04:49:11 +00:00
brendan%mozilla.org 3aec31b74a Fixed bogus assertion (349818). 2006-08-23 04:19:17 +00:00
bzbarsky%mit.edu 412f72b084 Use a better way of detecting a newly-opened window. Bug 346404, r=biesi, sr=jst 2006-08-23 04:10:05 +00:00
bzbarsky%mit.edu ce07b58281 Only inherit the principal into the child if it's got a docshell of the same
type.  Bug 349769, r+sr=jst
2006-08-23 04:07:52 +00:00
brendan%mozilla.org dda48368de Normalize empty statement to {} to decompile labeled empty statements round-trip-ably (349596, r=mrbkap). 2006-08-23 02:19:56 +00:00
brendan%mozilla.org ee81be8501 Must set and clear TSF_OPERAND around js_MatchToken at let body/expr boundary (349602, r=mrbkap). 2006-08-23 02:16:38 +00:00
mrbkap%gmail.com 84675385e0 Update the caret's position and size after reflows. bug 334609, r+sr=roc 2006-08-23 02:06:39 +00:00
mrbkap%gmail.com a144a89690 Fixing orange by not clobbering flags added during js_EmitTree. bug 349605, r=brendan 2006-08-23 01:56:33 +00:00
brendan%mozilla.org ca9c6db460 Fix let expressions in bracketed forms within for loop head (349605, r=mrbkap). 2006-08-23 00:41:59 +00:00
vladimir%pobox.com 5b9fb3729a make AGL support optional, for now, in quartz2 surface; r=me 2006-08-23 00:41:53 +00:00
scott%scott-macgregor.org 34e5009318 Bug #349670 --> password manager doesn't show passwords anymore. also, confirm before removing all passwords. Porting a patch from seamonkey. 2006-08-23 00:30:45 +00:00
vladimir%pobox.com 28af4801aa more new-graph fixes 2006-08-23 00:10:57 +00:00
cltbld 7cc3d890df Automated update from host egg.office.mozilla.org 2006-08-23 00:09:06 +00:00
vladimir%pobox.com b93d8d52e3 partial backout of 234999; not bumping MACOSX_DEPLOYMENT_TARGET to 10.3 yet, since that breaks old tinderboxes 2006-08-23 00:01:07 +00:00
vladimir%pobox.com 66d1eb05d2 more new-graph fixes 2006-08-22 23:39:13 +00:00
vladimir%pobox.com 8215465026 more new-graph fixes 2006-08-22 23:38:26 +00:00
rhelmer%mozilla.com 2796468aa1 required for lightning talkback b=348679 2006-08-22 23:13:31 +00:00
cltbld b219c46b3a Automated update from host egg.office.mozilla.org 2006-08-22 23:09:04 +00:00
vladimir%pobox.com f2f3d7b34b b=234999, bump MacOS X min version to 10.3 for PPC and use 10.3.9 sdk for ppc universal builds, r=mento 2006-08-22 23:06:20 +00:00
ccooper%deadsquid.com 5a8e13c498 b=349746
- add trusted coverage display
2006-08-22 23:02:43 +00:00
gavin%gavinsharp.com 24ee7b3b4a Bug 349757: fix "Show only this frame" which was broken because of a simple omission from the patch for bug 335334, r=obvious_fix 2006-08-22 22:58:23 +00:00
julien.pierre.bugs%sun.com 45f5a763d7 Fix for bug 225525 . Resolve race assigning NSSCertificate fields which leaked memory and slot reference. r=nelson 2006-08-22 22:54:11 +00:00
mkanat%bugzilla.org d747418858 Bug 349555: Move dependency validation from post_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-08-22 22:52:10 +00:00
brendan%mozilla.org ea08a2d612 Add SRC_DECL offset printing (not part of build). 2006-08-22 22:42:56 +00:00
mkanat%bugzilla.org 4297b5fd16 Bug 349561: Move the strict_isolation check from post_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-08-22 22:42:25 +00:00
mkanat%bugzilla.org a2d778c073 Bug 349558: Move validations of global enum fields from post_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-08-22 22:30:27 +00:00
bienvenu%nventure.com ebd97c3b06 fix history navigation in standalone message window, sr=mscott, 74959 2006-08-22 21:58:39 +00:00
bienvenu%nventure.com dc2e565d35 fix 349569, crash closing stand-alone msg window opened from cross-folder saved search, sr=sspitzer, and fix history navigation in standalone message window, sr=mscott, 74959 2006-08-22 21:55:37 +00:00
vladimir%pobox.com 2ca25a53e2 add real mac system fonts impl for thebes, first pass (based on original mac code), r=me 2006-08-22 21:47:39 +00:00
vladimir%pobox.com 1dd914d9e1 add 10.3 API workarounds to cairo-quartz2-surface, r=me 2006-08-22 21:46:01 +00:00
mark%moxienet.com c4ca5ed6ec 339346 Proper CJK input in Flash impossible (NS_KEY_DOWN events sent during IME input). Watch the TSM document during keydown. If it doesn't belong to the window, send events to TSM before dispatching keydown to give plugins a crack at the data. Send keydowns if TSM doesn't handle the event. r=josh sr=pink 2006-08-22 20:04:11 +00:00
mark%moxienet.com 9adc1883b9 348398 Double-clicking deselected tree item in background window opens previously selected item. Kill double-clicks when activating or deactivating a window, or on keypresses or text input. r=josh sr=pink 2006-08-22 19:48:36 +00:00
ccooper%deadsquid.com fe87d034a1 - order opsyses by name 2006-08-22 19:31:43 +00:00
vladimir%pobox.com 0541692638 b=349725, fix off-by-one error in files list of xml output, r=rhelmer 2006-08-22 18:36:16 +00:00
gavin%gavinsharp.com fd9c7ebf04 Bug 349598: remove unnecessary dumps, r=dietrich 2006-08-22 17:23:10 +00:00
lpsolit%gmail.com 33d265704e Bug 300436: In votes.cgi, the bug description should not link to voters - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk 2006-08-22 16:11:28 +00:00
joshmoz%gmail.com 6739ff99a6 clean up nsDeleteObserver, fix comment. no actual code changes. 2006-08-22 15:56:41 +00:00
hwaara%gmail.com d4a99d5272 Fix bug 333765 (along with 290212, 317952 and some others). Cmd-clicking and shift-clicking was broken in the bookmark menu (and context menus). There were also issues for 3rd party mice that had a button tied to cmd/shift click.
We now work around the problem by using alternate menuitems for all bookmark menuitems. r=hwaara, sr=pinkerton. Patch by froodian (stridey@gmail.com)
2006-08-22 08:05:14 +00:00
bmlk%gmx.de 260c8a2aa1 adjust col frames instead of asserting that the number of cols is wrong bug 347725 r/sr=bzbarsky 2006-08-22 06:08:15 +00:00
fligtar%gmail.com fa6eb6fe59 fixed cake sessions and user models 2006-08-22 04:24:19 +00:00
nelson%bolyard.com 80a2861232 Fix race in CERT_NewTempCertificate. Bug 341323. r=julien,rrelyea 2006-08-22 03:30:14 +00:00
mats.palmgren%bredband.net 197aeb9174 Don't steal floats from descendant float containing blocks. b=348887 r+sr=roc 2006-08-22 03:04:18 +00:00
mats.palmgren%bredband.net 4222509024 Fix an "ASSERTION: same old and new parent frame". b=348708 r+sr=bzbarsky 2006-08-22 02:29:24 +00:00
bclary%bclary.com 4eb6cb5cae JavaScript Test Library - regression test for bug 349484, by Jesse Ruderman 2006-08-22 01:40:47 +00:00
mats.palmgren%bredband.net 02eaae11b6 Improve error handling in nsCSSFrameConstructor::CreateContinuingFrame() and its callers. b=337419 r+sr=roc 2006-08-22 01:33:46 +00:00
bclary%bclary.com af27ecfdf7 JavaScript Test Library - regression test for bug 349507, by Jesse Ruderman 2006-08-22 01:27:44 +00:00
bclary%bclary.com 8ea965b247 JavaScript Test Library - regression test for bug 349499, by Jesse Ruderman 2006-08-22 01:21:43 +00:00
myk%mozilla.org af9a6dd4de make the microsummary service stop loading about:blank in new hidden iframes to work around a crash when about:blank and another URI are both loading in a doc shell
bug=344305
r=bzbarsky
2006-08-22 01:15:44 +00:00
bclary%bclary.com 9b94a788d7 JavaScript Test Library - regression test for bug 349493, by Jesse Ruderman 2006-08-22 01:13:54 +00:00