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

185147 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky@mit.edu 0bcdaa7bd7 Log parser token refcounting, and fix a number of token leaks in view-source that were also leaking strings. Bug 402633, r+sr=mrbkap 2007-11-07 09:28:22 -08:00
bzbarsky@mit.edu 76c723b485 Handle image embeds with a null URI. Bug 402320, r+sr=jst 2007-11-07 09:25:57 -08:00
bzbarsky@mit.edu fbf6a41b48 HTMLAppletElement.code should not be an absolute URI. Bug 400485, r+sr=sicking 2007-11-07 09:18:44 -08:00
bzbarsky@mit.edu dac3d16a14 If we moved but did not reflow either the caption or the inner table, invalidate the relevant area. Bug 379353, r=bernd, sr=roc 2007-11-07 09:17:30 -08:00
bzbarsky@mit.edu 3d5125628d Don't set our separator count to -1 when we really have 0 of them. Bug 400157, r+sr=dbaron 2007-11-07 09:16:09 -08:00
bzbarsky@mit.edu 9049c9f1af Implement hixie's first-line proposal: only inherit properties that inherit by default from ::first-line. Inherit the reset properties from its style parent (which is the node that we'd inherit from if the ::first-line were not there). Bug 395623, r+sr=dbaron, a=beltzner 2007-11-07 09:13:00 -08:00
bzbarsky@mit.edu fcb3515eaa Refactor and improve sibling frame finding, especially for popups. Bug 386642, r+sr=roc, a=vlad 2007-11-07 09:04:16 -08:00
bzbarsky@mit.edu b0e8154180 Fix bug 390975: when a form that is not an ancestor of a form control is removed, clear the control's mForm pointer if it points to the now-removed form. r+sr=jst, a=damons 2007-11-07 09:01:23 -08:00
dholbert@cs.stanford.edu a885817005 Bug 398215 - Add RTL case for handling overflow width in BoxReflow. r+sr=roc, a=blocking1.9+ 2007-11-07 03:18:30 -08:00
dholbert@cs.stanford.edu 65a5db4f35 Bug 381152 - prevent bandRects from having height > nscoord_MAX. r+sr=roc, a=blocking1.9 2007-11-07 03:03:10 -08:00
rflint@ryanflint.com 41df986eda Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-07 02:03:29 -08:00
rflint@ryanflint.com ccd5d9ffbf Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-07 01:44:56 -08:00
rflint@ryanflint.com 23b29d3d6b Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-07 01:37:16 -08:00
reed@reedloden.com 09cf0c6fc5 Bug 353981 - "Problems with globalAlpha being ignored sometimes" [p=philip@zaynar.demon.co.uk (Philip Taylor) r+sr+a1.9=vlad] 2007-11-07 01:19:22 -08:00
reed@reedloden.com 0f4bce72f8 Bug 401298 - "Including jsapi.h generates many warnings with certain compiler configurations (e.g. gcc 3.4 -Wstrict-prototypes)" [p=wes@page.ca (Wesley W. Garland) r=mrbkap a1.9=brendan] 2007-11-07 01:17:35 -08:00
reed@reedloden.com 2575ec453f Bug 118312 - "NS_THEME_TREEVIEW* implementations (GTK)" [p=twanno@lycos.nl (Teune van Steeg) r+sr+a1.9=roc] 2007-11-07 01:14:58 -08:00
reed@reedloden.com d349eff40d Bug 282180 - "sync xpfe button.xml with toolkit button.xml" ((Bv1a-TK) <button.xml>) [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano a1.9=beltzner] 2007-11-07 01:11:05 -08:00
reed@reedloden.com 1828b0472a Bug 398313 - "Java plugin doesn't show up in disabled state (Add-ons Manager)" [p=Mossop r+sr=jst a=blocking1.9+] 2007-11-07 01:06:40 -08:00
reed@reedloden.com 89bcd27e48 Bug 393285 - "Add OS and ABI for restricting the blocklist checks" (unit tests) [p=Mossop r=rob_strong] 2007-11-07 00:59:02 -08:00
reed@reedloden.com 4c03464f06 Bug 393285 - "Add OS and ABI for restricting the blocklist checks" (classinfo fixes) [p=Mossop r=rob_strong a=blocking-firefox3+] 2007-11-07 00:57:19 -08:00
reed@reedloden.com 1ae9826f12 Bug 393285 - "Add OS and ABI for restricting the blocklist checks" [p=Mossop r=rob_strong a=blocking-firefox3+] 2007-11-07 00:56:29 -08:00
reed@reedloden.com ae3cd40bf9 Bug 387701 - "Painting problems when scrolling page with Java applet" [p=cpearce r=roc a=blocking1.9+] 2007-11-07 00:54:06 -08:00
reed@reedloden.com 915a272b8c Bug 380464 - "crashed [@ gfxPlatformGtk::SetSurfaceGdkWindow] in case where I used to see bug 263160" [p=vlad r=stuart a=blocking1.9+] 2007-11-07 00:51:53 -08:00
rflint@ryanflint.com 5aec86a892 Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-07 00:50:18 -08:00
joshmoz@gmail.com bce4292c38 Ensure proper event targetting when popup windows are open, fixes autoscroll cancelling. b=385034 r=smichaud sr=roc 2007-11-06 23:53:24 -08:00
joshmoz@gmail.com 8aa0cc8c7d Correctly support right-side command, option, shift, and control keys. b=400355 r=masayuki sr=jag 2007-11-06 23:40:58 -08:00
joshmoz@gmail.com 941546e1c9 Sanitize/optimize Cocoa nsIWidget move and resize implementations. Don't do drawing we don't need to, don't call setFrame: more than once when we don't need to, general cleanup and null checks. b=402176 r=vlad sr=roc 2007-11-06 23:36:10 -08:00
joshmoz@gmail.com 5168792afe fix default titlebar color values on Mac OS X 10.4. b=402660 r=cbarrett sr=roc 2007-11-06 23:30:21 -08:00
joshmoz@gmail.com 09e297786b webloc file cannot be opened by drag and drop into open tab/window, patch by Stan Shebs. b=358340 r=smorgan r=josh sr=roc 2007-11-06 23:28:36 -08:00
rflint@ryanflint.com eed1061c77 Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-06 23:16:47 -08:00
rflint@ryanflint.com d304003339 Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-06 23:08:19 -08:00
rflint@ryanflint.com fb2c172ec9 Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-06 23:07:04 -08:00
rflint@ryanflint.com aefeca0900 Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-06 22:59:01 -08:00
rflint@ryanflint.com 45c84da71d Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-06 22:56:44 -08:00
jruderman@hmc.edu 64d6fd9d6a Fix bug 398880, getElementsByClassName('') leaks an nsVoidArray. r=sayrer, sr=jst, a=blocking1.9+. 2007-11-06 22:46:35 -08:00
jruderman@hmc.edu b6c57e11be Fix bug 313984 by turning this bogus assertion into a warning. r=peterv, sr=jst, a=debug-only change. 2007-11-06 22:44:02 -08:00
pavlov@pavlov.net ee1ae854c1 bug 394751. hang with long lines of text and page break characters. patch from Chris Pearce <chris@pearce.org.nz>. r=me 2007-11-06 22:35:38 -08:00
rflint@ryanflint.com 47cbc980a2 Free Gnomestripe (Bug 399937 - NPOTB) 2007-11-06 22:16:56 -08:00
mozilla.mano@sent.com e43545ee53 Bug 392427 - Better, still temporary, unstarred icon. Image from Alex Faaborg. 2007-11-06 21:09:48 -08:00
sspitzer@mozilla.org 11b4d829f9 new icons from faaborg for bug #387996: add a "Places" folder to the bookmarks menu, populated with smart folders. rs=dietrich 2007-11-06 21:09:48 -08:00
annie.sullivan@gmail.com 000c9ae4a2 Attempt to fix corrupt icon for livemarks bug=327543 2007-11-06 21:09:48 -08:00
reed@reedloden.com 2b69899c9c Bug 251910 - "No hover highlighting (i.e. mouse-tracking) in Bookmarks/History sidebar" (follow-up patch) [p=dao r=sspitzer aM9=mconnor] 2007-11-06 21:09:48 -08:00
mconnor@steelgryphon.com 78db421741 bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver 2007-11-06 21:09:48 -08:00
rob_strong@exchangecode.com 2c79d2887d Bug 396121 - make Applications prefpane the right height on all primary platforms. r=mconnor, a1.9=mconnor 2007-11-06 21:09:48 -08:00
myk@mozilla.org 279e26bd59 bug 377784: new Applications prefpane, which replaces the Download Actions dialog and the Feeds prefpane and provides a better UI for configuring handlers for MIME types and protocol schemes; r=gavin, ui-r=mconnor 2007-11-06 21:09:47 -08:00
kherron@fmailbox.com bb0401d1c1 Bug 362239 - Replace 'desktop background' monitor image on Windows with something nicer. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp, uireview=beltzner. 2007-11-06 21:09:47 -08:00
db48x@yahoo.com 25606af466 Bug 388334 - Page Info theme should be more reusable by extensions. patch by Florian Quèze <f.qu@queze.net>, r=mano 2007-11-06 21:09:47 -08:00
asqueella@gmail.com a471949f5c switch the monitor images for bug 386163; I mixed them in the previous check-in 2007-11-06 21:09:47 -08:00
philringnalda@gmail.com 16b9314078 Bug 388207 - Remove the bogus and never-(properly-)shown 'it's our fault :-(' feed preview error, r=mano 2007-11-06 21:09:47 -08:00
reed@reedloden.com 7718681b98 Bug 251910 - "No hover highlighting (i.e. mouse-tracking) in Bookmarks/History sidebar" (underline & cursor:pointer for winstripe) [p=dao r=sspitzer a1.9=mconnor] 2007-11-06 21:09:47 -08:00