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 |
|
mrbkap%gmail.com
|
390716870f
|
VC8 doesn't like the copyright sign in jscompat.h. Issue found by jshin, bug 328589, r=gerv/mrbkap
|
2006-03-11 04:05:13 +00:00 |
|
vladimir%pobox.com
|
024f6bdc6e
|
b=330107, pango font backend truncates float values to ints due to integer PANGO_SCALE, r=dbaron
|
2006-03-11 01:36:28 +00:00 |
|
mrbkap%gmail.com
|
68ad7cb404
|
Use __declspec(dllexport/dllimport) on OS/2. Patch from Andy Willis <abwillis1@gmail.com>, bug 301064, r=mrbkap
|
2006-03-11 01:35:21 +00:00 |
|
lpsolit%gmail.com
|
cd774bba1c
|
Bug 329334: User::match_field() may redirect you outside your Bugzilla installation - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk
|
2006-03-11 01:06:41 +00:00 |
|
beng%bengoodger.com
|
2a9e312db8
|
329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com
|
2006-03-10 23:48:40 +00:00 |
|
pavlov%pavlov.net
|
4d95ee0a45
|
fix double glyph drawing with svg. bug 330095. r=vlad
|
2006-03-10 23:42:35 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
f9e4bc3f36
|
Bug 326814 Port TB's dynamic 3-pane generation to mailnews - deck patch
p=me r=neil sr=bienvenu
|
2006-03-10 23:31:27 +00:00 |
|
tor%cs.brown.edu
|
441b9a7998
|
Bug 330041 - <svg:image> upside down and color shifted with cairo gfx.
Also fixes artifacts on animated gifs with cairo gfx. r=vlad
|
2006-03-10 22:27:37 +00:00 |
|
mgalli%geckonnection.com
|
50a1f348cb
|
Fix toggle homebar menu item.
|
2006-03-10 22:09:04 +00:00 |
|
mgalli%geckonnection.com
|
ad876c4912
|
Homebar command for toggle.
|
2006-03-10 22:05:39 +00:00 |
|
mgalli%geckonnection.com
|
dffa483443
|
Homebar menu entry.
|
2006-03-10 22:02:35 +00:00 |
|
darin%meer.net
|
518720a354
|
fix comment typo
|
2006-03-10 21:38:02 +00:00 |
|
mgalli%geckonnection.com
|
0046f5a2a4
|
Fix to homebar. All the items with local icons are stored first.
|
2006-03-10 21:32:12 +00:00 |
|
martijn.martijn%gmail.com
|
774a05423f
|
Bug 324447 - contents of tab move up a pixel as it closes, r=mconnor
|
2006-03-10 21:26:29 +00:00 |
|
brettw%gmail.com
|
1776867707
|
Bug 328598 r=vladimir Rollback 0-fill deleted DB entries and vacuum on
explicit clear to improve shutdown times.
|
2006-03-10 21:02:32 +00:00 |
|
mike.morgan%oregonstate.edu
|
2dd271a96d
|
Missing _file from the end of the auto_prepend argument... I owe Aravind a beer.
|
2006-03-10 20:52:05 +00:00 |
|
joshmoz%gmail.com
|
017ab91bbd
|
fix up window creation coordinates in Cocoa widgets. b=325336 r=mento
|
2006-03-10 20:51:48 +00:00 |
|
timeless%mozdev.org
|
e0b0545c82
|
Bug 329754 three coverity complaints about jsj_JSObject.c
r=mrbkap sr=bz
|
2006-03-10 20:44:48 +00:00 |
|
bmlk%gmx.de
|
510fbf6ef1
|
Every frame where the frame construction is not controlled by
the display-type needs to be mentioned in IsSpecialContent, canvas in this case, bug 329692 r/sr=bzbarsky
|
2006-03-10 20:03:07 +00:00 |
|
cbiesinger%web.de
|
66bb25e028
|
last checkin was bug 328187
|
2006-03-10 19:57:37 +00:00 |
|
brettw%gmail.com
|
42c99db36e
|
Bug 329854 r=joe.hughes Add a excludeReadOnlyFolders to query options for
use when filing.
|
2006-03-10 19:44:28 +00:00 |
|
rob_strong%exchangecode.com
|
59a75b9f67
|
Bug 330004 - Extension Manager is unable to install new extensions. r=darin
|
2006-03-10 19:40:42 +00:00 |
|