lpsolit%gmail.com
|
eb159811e9
|
Bug 330519: Remove unused IsInClassification() function from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Tru a=justdave
|
2006-03-15 21:33:34 +00:00 |
|
annie.sullivan%gmail.com
|
19c5b5e582
|
Bug 330216: Fixes JavaScript warning when checking id of nodes with no id, patch by Phil Ringalda <philringnalda@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org
|
2006-03-15 21:20:36 +00:00 |
|
annie.sullivan%gmail.com
|
6440bff753
|
Moves history menu accesskey from H to i to avoid conflict with Help menu. patch by Pam Greene <pamg.bugs@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org
|
2006-03-15 21:11:12 +00:00 |
|
mike.morgan%oregonstate.edu
|
3d9e6a195b
|
Removed htaccess.dist, moved to public/ for dev use only. In production and staging the site will be at the webroot so this stuff is better off in the .conf files for that vhost.
|
2006-03-15 20:58:59 +00:00 |
|
uriber%gmail.com
|
7d6d83cbd0
|
Mark lines for which bidi continuations were created or removed dirty, instead of marking everything dirty when continuations removed. bug=330373 r=roc sr=bzbarsky
|
2006-03-15 20:52:02 +00:00 |
|
igor%mir2.org
|
cba34b6b55
|
Bug 311515: array_sort sorts undefined value and holes via counting them as according to the Ecma standard holes are bigger then undefined values which are bigger then anything else. This allows to simplify sort_compare and shrink jsarray.c code while making sorting of spare arrays faster. r=mrbkap
|
2006-03-15 20:49:09 +00:00 |
|
pedemont%us.ibm.com
|
a9c22aea40
|
Bug 315767 - Submission of large files using multipart-post doesn't work. r=darin, r=aaronr
|
2006-03-15 20:42:50 +00:00 |
|
annie.sullivan%gmail.com
|
780cacb5b6
|
Fixes several bugs with open in tabs: makes menus set selection in command events in case DOMMenuItemActive doesn't get sent, only shows Open in Tabs menuitem if there are two or more items in the menu, and respects browser.tabs.loadFolderAndReplace and browser.tabs.loadBookmarksInBackground prefs. Also moves #include of debug.js to browser.js as this was causing JavaScript errors on the mac. r=ben@mozilla.org sr=darin@meer.net bug=330130
|
2006-03-15 19:59:09 +00:00 |
|
mkaply%us.ibm.com
|
03251da708
|
Line ending issues
|
2006-03-15 19:25:19 +00:00 |
|
rrelyea%redhat.com
|
aab12ab3a8
|
bug 329058 mpmontg.c doesn't compile when MP_CHAR_STORE_SLOW is defined
r=wtc
|
2006-03-15 19:22:32 +00:00 |
|
mkaply%us.ibm.com
|
c3d91d29c4
|
Line ending issues
|
2006-03-15 19:19:31 +00:00 |
|
rrelyea%redhat.com
|
c783f88c97
|
bug 329058 mpmontg.c doesn't compile when MP_CHAR_STORE_SLOW is defined
r=wtc
|
2006-03-15 19:13:12 +00:00 |
|
timeless%mozdev.org
|
ebb8ec503e
|
Bug 330588 - Missing newline in Search.pm
r=vladd,r=Tru
|
2006-03-15 18:38:07 +00:00 |
|
cbiesinger%web.de
|
c9b6fe4fd2
|
326477 extend nsIExpatSink in order to support SAX
patch by Robert Sayre <sayrer@gmail.com> r=sicking sr=peterv
|
2006-03-15 17:45:25 +00:00 |
|
doronr%us.ibm.com
|
f152c254c9
|
Bug 329970 - nsSchemaLoader does not copy over attributes for DERIVATION_RESTRICTION_COMPLEX r=peterv
|
2006-03-15 17:13:09 +00:00 |
|
uriber%gmail.com
|
d5df8654d1
|
Bug 318116: Overflowing inlines in fixed-width RTL blocks overflow to the right instead of to the left. r=dbaron sr=roc
|
2006-03-15 17:10:35 +00:00 |
|
dbaron%dbaron.org
|
c5e544ffdb
|
Fix handling of auto margins on blocks and tables wider than their container. b=96394 r+sr=roc
|
2006-03-15 17:00:57 +00:00 |
|
dbaron%dbaron.org
|
c37d9a2cf3
|
Change our scrolling code so that it is capable of scrolling above and to the left of the viewport, and then use that capability for nsHTMLScrollFrames with RTL directionality. This removes the invariant that the child of a scrollframe (::scrolled-canvas canvas or ::scrolled-content block) will be stretched to fill the entire scrollable area and stops enforcing it, a change that's likely to cause some regressions not yet fixed within the patch. This also fixes directionality detection for the scrollframe holding the canvas (changing which side the scrollbar appears on) and fixes an old bug in the code that paints the focus ring around the canvas (so it's now again visible on all sides, even when the canvas is scrollable). b=192767 r+sr=roc
|
2006-03-15 16:55:19 +00:00 |
|
joshmoz%gmail.com
|
b77c27f1df
|
more cleanup for bug 329337. bump iid, fix memory leak, check event creation return. b=329337 r=biesi
|
2006-03-15 16:52:31 +00:00 |
|
igor%mir2.org
|
6f1486e3be
|
Bug 328664: In js_DecompileValueGenerator search the stack for the value to decompile from the top to bottom to pick up the copy and corresponding code that was pushed to the stack most recently. r=brendan
|
2006-03-15 16:44:24 +00:00 |
|
timeless%mozdev.org
|
441a964e3e
|
Bug 330577 "its" is wrong in comment
r=Tru
|
2006-03-15 16:34:16 +00:00 |
|
masayuki%d-toybox.com
|
c7991fbe55
|
Bug 299368 Hide 'Print Preview' menu item in Mac OS X. patch by Hiro <crot0@infoseek.jp> r=mscott
|
2006-03-15 14:47:06 +00:00 |
|
darin%meer.net
|
621c803bd5
|
fixes bug 327719 "Passing a big double serialize a rounded double" patch by afatecha@idea.com.py r=dbaron sr=darin
|
2006-03-15 14:23:11 +00:00 |
|
martijn.martijn%gmail.com
|
03c8b1815b
|
Bug 326926 - Caret 1px too far to the right in empty inputs/textarea's in win2000 theme, r=neil, sr=rbs
|
2006-03-15 11:59:22 +00:00 |
|
martijn.martijn%gmail.com
|
9f0ff7ef3c
|
Bug 330037 - First check if script/data url's are allowed, r=dveditz, sr=bzbarsky
|
2006-03-15 11:03:25 +00:00 |
|
allan%beaufour.dk
|
0c53db67db
|
[XForms] Show error on invalid qname for lazy created node. Bug 317527, r=me+doronr, patch by aaronr
|
2006-03-15 09:31:13 +00:00 |
|
daumling%adobe.com
|
d5cca305bd
|
Bug 330169: Replaced early exits in ParseNodeToXML() with a jump to skip_child so js_LeaveLocalRootScope() can be called correctly. r=mrbkap
|
2006-03-15 09:23:36 +00:00 |
|
neil%parkwaycc.co.uk
|
ff8c92ef9f
|
Bug 130728 Fix usage of namespaces to resolve CSS error "Unknown namespace prefix 'html'. Selector expected. Ruleset ignored due to bad selector." p=gautheri@noos.fr r=dbaron,mscott sr=me
|
2006-03-15 09:19:17 +00:00 |
|
allan%beaufour.dk
|
f8a15f786a
|
[XForms] Do not dispatch events on form load. Bug 329633. r=aaronr+smaug
|
2006-03-15 09:18:06 +00:00 |
|
neil%parkwaycc.co.uk
|
73398bf860
|
Bug 330198 Workaround extraneous persistence on some elements r=IanN sr=bienvenu
|
2006-03-15 09:12:28 +00:00 |
|
pavlov%pavlov.net
|
131e8794e2
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
bryner%brianryner.com
|
cdc7ad6d9b
|
fixing bustage, bug 330420
|
2006-03-15 06:31:46 +00:00 |
|
jag%tty.nl
|
396ca5826b
|
Attempt to fix btek and -Ports bustage
|
2006-03-15 06:17:19 +00:00 |
|
joshmoz%gmail.com
|
fa432825f4
|
remove dead code from fix for 329337. followup. thanks to bz for catching this.
|
2006-03-15 05:22:53 +00:00 |
|
joshmoz%gmail.com
|
c73db17eff
|
new JEP (Java Embedding Plugin) for Mac OS X, 0.9.5+d. This JEP is a universal binary. b=330462 r=mento
|
2006-03-15 05:01:28 +00:00 |
|
bryner%brianryner.com
|
4cd1e2b280
|
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
|
2006-03-15 04:59:42 +00:00 |
|
mark%moxienet.com
|
58c8f40f48
|
328625 In Camino bookmarks, fix warnings by adding casts, and remove some dead code. Patch by Chris Lawson <bugzilla@chrislawson.net> r=smorgan sr=me
|
2006-03-15 04:51:22 +00:00 |
|
roc+%cs.cmu.edu
|
557b089a47
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
scott%scott-macgregor.org
|
19edf96e88
|
remove some control m's
|
2006-03-15 01:22:45 +00:00 |
|
scott%scott-macgregor.org
|
cd7679909f
|
Bug 330523 --> replace animated scrolling with a fade in / fade out effect for the new mail alert notification. sr=bienvenu
|
2006-03-15 01:17:53 +00:00 |
|
darin%meer.net
|
f814fd1ca7
|
fixes bug 328068 "[osx] gather memory usage data for load events" r=bryner
|
2006-03-15 00:25:05 +00:00 |
|
joshmoz%gmail.com
|
9035e10276
|
Cocoa version of fix for 329337. Carbon->Cocoa very straightforward here. Send DOMMenuItemActive when mouse enters menu item rects. This fixes Places on Mac OS X. b=329337 r=mento sr=ben
|
2006-03-15 00:23:31 +00:00 |
|
hwaara%gmail.com
|
239f3e40de
|
Check-in missing string for bug 302865.
r=#camino
|
2006-03-15 00:08:24 +00:00 |
|
joshmoz%gmail.com
|
53f734d57b
|
Send DOMMenuItemActive when mouse enters menu item rects. This fixes Places on Mac OS X. Cocoa impl coming up. b=329337 r=mento sr=ben
|
2006-03-14 23:58:57 +00:00 |
|
preed%mozilla.com
|
0752088e17
|
Bug 329573: multi-tinderbox.pl doesn't actually kill sub-builds when it's killed; also, use signals more judiciously to communicate with tinderbox (as opposed to state files). r=coop
|
2006-03-14 23:23:02 +00:00 |
|
pavlov%pavlov.net
|
31ef3d11b6
|
use the baseclass members instead of declaring new ones. offshoot of 330510. r=vlad
|
2006-03-14 23:18:42 +00:00 |
|
pavlov%pavlov.net
|
0cffbe252f
|
create fonts lazily. bug 330510. r=vlad
|
2006-03-14 23:17:55 +00:00 |
|
lpsolit%gmail.com
|
3f32ce1c67
|
Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=justdave
|
2006-03-14 23:01:23 +00:00 |
|
joe%retrovirus.com
|
c867d63a62
|
Changes a few remaining ASSERT() calls to NS_ASSERT() calls that I had missed
when working on bug 327349.
bug=330489
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
|
2006-03-14 22:58:59 +00:00 |
|
martijn.martijn%gmail.com
|
dc6918ee00
|
Bug 246712 - Right click This Frame, but then quickly View Page Source causes crash, r+sr=bzbarsky
|
2006-03-14 22:48:09 +00:00 |
|