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

155614 Коммитов

Автор SHA1 Сообщение Дата
masayuki%d-toybox.com 65c18fb078 Bug 321468 [GTK2] Implement nsIKBStateControl Interface (event of accesskeys and shortcut keys are eaten by IME) r=masaki.katakai, sr=roc 2006-03-14 06:07:54 +00:00
ginn.chen%sun.com 0dc6be3bf4 Bug 327530 gobject assertion failures when running yelp with a11y enabled
patch by chpe@gnome.org r=me sr=roc
2006-03-14 05:54:29 +00:00
joe%retrovirus.com 6dd107ecd3 Fixed a scope-o in the NS_ASSERT() function.
bug=327349
r=gavin.sharp@gmail.com
2006-03-14 02:30:00 +00:00
mark%moxienet.com 41c7c1bbbc 330374 7 changes for Tinderbox, including a change to the way builds are uploaded. They now go to yyyy-mm-dd-hh directories according to their build id. r=preed 2006-03-14 02:21:44 +00:00
joe%retrovirus.com bd7b62fd23 Moved Ben's JavaScript ASSERT function to be NS_ASSERT in
toolkit/content/debug.js

debug.js is now included by globalOverlay.js, but if that's not in your
scope you can just #include debug.js directly.

NS_ASSERT() shows a dialog box containing a stack trace when it's called
with a condition that isn't true.  The dialog box will be suppressed in
final builds, but in nightlies and alphas, it's useful for encouraging
bug submissions.  To disable the dialogs, set XUL_ASSERT_PROMPT=0 in
your environment.

bug=327349
r=darin@meer.net, gavin.sharp@gmail.com
2006-03-14 01:56:09 +00:00
rob_strong%exchangecode.com 269cc93d64 Bug 330093 - Extension Manager breaks during startup if there are multiple entries for a single item for the same operations type. r=darin 2006-03-14 00:22:22 +00:00
wtchang%redhat.com bd6113172a Bugzilla Bug 330364: fixed a NULL pointer dereference in
PR_LoadStaticLibrary by moving the PR_LOG statement to the same location
as in pr_LoadLibraryByPathname. The bug was discovered by Coverity's tool.
r=Kenneth Herron,Gavin Sharp.
2006-03-13 21:54:58 +00:00
mark%moxienet.com 84803a0ee0 329801 Completely address review comment, using && instead of ; in shell commands. r=preed 2006-03-13 21:47:12 +00:00
Olli.Pettay%helsinki.fi 37054f078a Bug 329512, Remove NS_XUL_CLICK r+sr=bz 2006-03-13 20:57:36 +00:00
mark%moxienet.com acfe5b8a6e 329801 Tinderbox support for universal binaries. To use, set $Settings::UniversalBinary=1, set an objdir, and use the mozconfig from bug 327848. r=preed 2006-03-13 20:25:30 +00:00
uriber%gmail.com 604df793f0 Implement the LockInScrollView mechanism for the visual iterator. bug=320874 r=smontagu sr=roc 2006-03-13 20:19:05 +00:00
enndeakin%sympatico.ca d319f815e1 Bug 330167, clear lazy state when removing template-built node from document, r+sr=bz 2006-03-13 19:19:08 +00:00
brettw%gmail.com 47430fafa3 Bug 330220 r=annie.sullivan Incorrect behavior when resorting after insertion.
Causes items not to resort, occasional crashes.
2006-03-13 19:13:31 +00:00
neil%parkwaycc.co.uk 1216181f00 Bug 179050 Reuse <textbox type="timed"> in mailnews r=Mnyromyr sr=bienvenu 2006-03-13 17:29:16 +00:00
timeless%mozdev.org 25c4968b91 Bug 329530 Out of memory crash when calling fn.toString where fn is a deeply nested function
patch by jerfa@email.it r=brendan
2006-03-13 17:00:18 +00:00
dougt%meer.net 8f71586703 Minimo only. Fixing bustage when building on linux. patch by romaxa@gmail.com. bug 330145 2006-03-13 15:38:44 +00:00
dougt%meer.net 67795fb2fa Minimo only. Fixing bustage when building with XFT. patch by romaxa@gmail.com. bug 330146 2006-03-13 15:34:48 +00:00
gavin%gavinsharp.com b85e5fe3ff Bug 309289: When moving an extension up/down in the richlistbox widget, it is scrolled to the top of the window, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor/doron 2006-03-13 13:36:34 +00:00
gavin%gavinsharp.com 1f98914466 fix whitespace nits to sync branch/trunk 2006-03-13 13:15:39 +00:00
gavin%gavinsharp.com 7944030153 whitespace nit to sync branch/trunk 2006-03-13 12:45:23 +00:00
jruderman%hmc.edu 68624e5a7d Fix compiler warning. Bug 330308, patch by Giacomo Magnini, r=biesi. 2006-03-13 09:46:28 +00:00
allan%beaufour.dk e432ae5781 [XForms] Move accesskey label into xforms-xhtml.xml. Bug 327998, r=doronr+me, patch by surkov@dc.baikal.ru 2006-03-13 09:06:34 +00:00
gavin%gavinsharp.com a45cc0f1c0 Bug 323761: default page style not available when preferred stylesheet's media is not screen or all, patch by Jonathan Haas <jonathan_haas@web.de>, r=mconnor 2006-03-13 03:18:52 +00:00
gavin%gavinsharp.com aa0d5cf679 Bug 329130: undefined entity error on the about: page when using builds without --enable-official-branding, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=l10n@mozilla.com 2006-03-13 03:16:07 +00:00
bclary%bclary.com 64a948ecc8 Regression test for bug 301574, fix by shutdown 2006-03-13 02:45:26 +00:00
wtchang%redhat.com f35da34b86 Backed out a change in the previous checkin that broke the Windows gcc
(MinGW) build. (Bugzilla bug 330150 and bug 326168)
2006-03-13 02:16:58 +00:00
sharparrow1%yahoo.com 96bf85b6ac Bug 329031 - home/end/ctrl+home/ctrl+end offset calculation cleanup. r=uriber, sr=roc. 2006-03-13 01:13:25 +00:00
timeless%mozdev.org 718a68e83c Bug 330098 XPCCallContext::~XPCCallContext is still wiping out newborn roots causing crashes under [@ js_FinalizeObject] because AllocSlots is calling gc and causing its caller (js_NewObject)'s obj to be destroyed before it's stable
r=mrbkap sr=bz
2006-03-13 00:24:06 +00:00
uriber%gmail.com 46c5e43bfe Added missing parenthese from patch to bug 303884. bug=330284 r+sr=roc 2006-03-13 00:00:58 +00:00
uriber%gmail.com 0f22e434f2 In EnsureBidiContinuation, leave fluid continuations alone, and only re-use non-fluid continuations as bidi continuations. bug=329878 r=smontagu sr=bzbarsky 2006-03-12 22:09:28 +00:00
uriber%gmail.com 4e6f48134e Set bidi attributes on frames being converted to in-flows in nsBidiPresUtils::RemoveBidiContinuation(). bug=330269 r=smontagu sr=bzbarsky 2006-03-12 21:58:47 +00:00
bugzilla%arlen.demon.co.uk d0518de45f Bug 330168 Phishing State should take precedence over Junk State in the message bar
p=me r=neil sr=bienvenu
2006-03-12 21:38:28 +00:00
neil%parkwaycc.co.uk e19f6a698e Make widgets events bubble again as per expectations b=330190 r=bryner 2006-03-12 21:04:39 +00:00
mnyromyr%tprac.de 69d87c56fa Bug 330171: Remove documentation of DPI prefs; p=<stefanh@bluebottle.com>, r=IanN 2006-03-12 20:52:02 +00:00
Olli.Pettay%helsinki.fi 2721d0ccd7 Bug 330013, Dragging a link to the tab bar opens in the currently focused tab, not a new tab, r+sr=bz 2006-03-12 20:12:36 +00:00
Olli.Pettay%helsinki.fi 3efe2532d5 Bug 329435, Fix EventTargetIn (in nsHTMLLabelElement.cpp) to get the target from the event. r+sr 2006-03-12 19:57:14 +00:00
bzbarsky%mit.edu 49978dae09 Fixing typo. Bug 319434 2006-03-12 18:53:24 +00:00
neil%parkwaycc.co.uk 484bca8aad Make widgets generate bubbling events again as that's what extensions (such as multizilla) are expecting b=330190 r=smaug sr=jag 2006-03-12 15:58:26 +00:00
lpsolit%gmail.com 2740481461 Bug 330186: Crash when changing the status of a bug which has dependencies - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure) 2006-03-12 11:59:06 +00:00
uriber%gmail.com 8f61b4a3b6 Attempt to fix WINNT bustage from previous check-in 2006-03-12 10:18:17 +00:00
uriber%gmail.com 1003ca6dd4 Do away with geometry in nsFrameList::GetPrev[Next]VisualFor() and nsLineIterator::CheckLineOrder(). Instead use new helper methods in nsBidiPresUtils for determining visual order of the top level of frames in a line. bug=303884 r=smontagu sr=roc 2006-03-12 09:49:48 +00:00
timeless%mozdev.org a74aa18941 Bug 326961 JS_BeginRequest should JS_ASSERT(cx->thread == js_GetCurrentThreadId())
r=brendan r=mrbkap
2006-03-12 09:38:06 +00:00
timeless%mozdev.org 376cbca96e Bug 329749 Did JS_SealObject mean to call JS_UNLOCK_OBJ instead of JS_UNLOCK_SCOPE ?
r=brendan
2006-03-12 09:35:52 +00:00
darin%meer.net 4aca244416 fixes bug 328903 "Image requests need to cancel properly" r=biesi sr=bzbarsky 2006-03-11 20:32:47 +00:00
tor%cs.brown.edu c1f1294408 Bug 330105 - svg text modification not being drawn (nsSVGGlyphFrame
regression from bug 328926).  r+sr=roc
2006-03-11 17:06:56 +00:00
cst%andrew.cmu.edu b9e7aeb39a Bug 324443 When contentLoadURL is enabled, middle-clicking a background tab should load the link in that tab rather than the current tab
r+sr=neil
2006-03-11 16:46:29 +00:00
cbiesinger%web.de aec7d4f9a2 bug 330030 only set mOutStream if the character encoding name is valid
patch by Nickolay Ponomarev <asqueella@gmail.com> r=biesi sr=darin
2006-03-11 16:05:26 +00:00
neil%parkwaycc.co.uk ae63c1d2b7 Dismiss the context menu when a new page loads b=329521 r=jag sr=bz 2006-03-11 13:39:44 +00:00
steffen.wilberg%web.de 0095a83a44 Bug 325961: Remove a sentence about specifying display resolution since that is no longer possible. r=jwalden, br181=me 2006-03-11 10:51:32 +00:00
jshin%mailaps.org 6f63e28cd3 no bug filed: gettimeofday needs to be quoted with 'use strict' in gettime.pl (r=bz on IRC) 2006-03-11 04:26:04 +00:00