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

2330 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 847bd485ed Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky 2007-05-03 23:11:02 +00:00
joshmoz%gmail.com 9d5731da5c Remove some files as part of bug 379319. r=enn sr=dbaron 2007-05-02 18:13:18 +00:00
masayuki%d-toybox.com 7728e98df0 Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc 2007-05-02 15:34:36 +00:00
joshmoz%gmail.com e287fbfacf Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron 2007-05-02 07:46:50 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(0) to using this API.  Bug 378780.  API introduction part by me,
r+sr=jst.  Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
bzbarsky%mit.edu 2d5fe3f3f1 Fix bug 379229, r+sr=dbaron 2007-04-30 06:17:03 +00:00
mats.palmgren%bredband.net 1894ac7a93 Create a rendering context before calling GetPrefSize and friends and assert in those methods that we have one. b=379090 r+sr=dbaron 2007-04-29 22:24:59 +00:00
Olli.Pettay%helsinki.fi cb29d90bf1 Bug 377899, Cycle between nsXULTooltipListener and nsGlobalWindows causes leaks, r=neil,sr=peterv 2007-04-25 17:18:50 +00:00
longsonr%gmail.com ef32bae159 Bug 377833 - Crash on SVG element nested in a xul:stack. r+sr=bzbarsky 2007-04-24 08:14:58 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
enndeakin%sympatico.ca 940b2b49c6 Bug 374570, constrain popups to frame, r+sr=roc 2007-04-20 18:20:04 +00:00
enndeakin%sympatico.ca dece13b41d Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc 2007-04-20 10:56:49 +00:00
jst%mozilla.org 71f39fc4d8 Fixing bug 377449. Remove unnecessary arguments from LaunchTooltip(). r+sr=neil@parkwaycc.co.uk 2007-04-16 23:22:34 +00:00
neil%parkwaycc.co.uk a4e7426ff8 Fix tooltip crash (regression from bug 376802) b=377473 r+sr=jst 2007-04-15 11:25:53 +00:00
neil%parkwaycc.co.uk 506eceaebc Bug 377035 Allow <tree> to be anonymous parent of <treechildren> r=Enn sr=roc 2007-04-12 21:18:47 +00:00
neil%parkwaycc.co.uk c7d36e05d3 Bug 376802 Use one global tooltip listener instead of creating one for each XUL element that needs one r=Smaug sr=jst 2007-04-12 20:59:01 +00:00
mozilla.mano%sent.com d2af51e29f Bug 377181 - 'Jump to here' system preference is not followed by (new) non-native scrollbars. r-cbarrett, sr=roc. 2007-04-12 00:36:41 +00:00
joshmoz%gmail.com 83796afab8 Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc 2007-04-11 00:25:11 +00:00
enndeakin%sympatico.ca aefe5ea431 Bug 372047, support reverse direction scales, r=neil,josh 2007-04-09 22:39:57 +00:00
bzbarsky%mit.edu d9f302946b Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch by
Taras Glek <tglek@mozilla.com>, rs=roc.
2007-03-30 21:11:47 +00:00
Olli.Pettay%helsinki.fi caa7e9b8e7 375196, r+sr=roc 2007-03-26 05:38:22 +00:00
jst%mozilla.org 2c832499fa Followup fix for bug 371200. Don't pass in inconsistent closure data to the pref observer. r+sr=neil@parkwaycc.co.uk 2007-03-20 21:22:12 +00:00
dbaron%dbaron.org 260b595874 When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc 2007-03-20 00:58:20 +00:00
neil%parkwaycc.co.uk 604ebd0758 If we can't find anywhere from which to extend a range, give up and just select the end item b=372591 r=enn sr=roc 2007-03-07 13:25:13 +00:00
Olli.Pettay%helsinki.fi 3bfd9bfeea Bug 368501, Table Properties Windows Cut Off, r=bz, sr=roc 2007-03-05 21:55:23 +00:00
roc+%cs.cmu.edu d9a0686127 Bug 363253. Move scrollframe attribute-setting out of reflow to a post-reflow callback. r+sr=dbaron 2007-03-05 01:39:53 +00:00
enndeakin%sympatico.ca a32f28c033 Bug 357257, autocomplete items cut off by the word 'Suggestions', r=gavin,neil,sr=neil 2007-03-02 17:58:55 +00:00
mats.palmgren%bredband.net 9fc7ad3f56 Add a list for popup frames in the frame constructor state and treat them like other out-of-flows. b=344340 r+sr=bzbarsky 2007-03-02 12:03:02 +00:00
Olli.Pettay%helsinki.fi 5da0bac0ae Bug 336744, r+sr=roc 2007-03-02 07:21:25 +00:00
jonas%sicking.cc ad95d9030f Bug 371083: Second installment in our exiting series 'deCOMtaminate the XBL code'. r/sr=jst 2007-02-27 00:14:01 +00:00
dbaron%dbaron.org b985c7a438 Clean up IsFrameOfType methods to call their base class IsFrameOfType methods reliably. b=341326 r+sr=roc 2007-02-24 18:33:33 +00:00
sharparrow1%yahoo.com 90d1fd161d Bug 371460: Remove clipping functions from views. r+sr=roc. 2007-02-24 15:27:20 +00:00
mats.palmgren%bredband.net 8fbeafb607 [DEBUG only] Warn when 'key' cannot be found. b=370453 r=neil@httl.net sr=bzbarsky 2007-02-24 05:42:36 +00:00
sharparrow1%yahoo.com 199d4d164d Bug 370379: Create views less frequently. Stops creating views for -moz-hidden-unscrollable, opacity, fixed backgrounds, and scrollbars, plus removes some unneeded methods from views and view managers. r+sr=roc. 2007-02-24 00:23:42 +00:00
jst%mozilla.org d4160fada0 Fixing bug 371200. Make us have only one pref observer for browser.chrome.toolbar_tips rather than having every single XUL tooltip listener listen for changes to the pref only to update a global variable. r+sr=jonas@sicking.cc 2007-02-22 22:38:25 +00:00
bzbarsky%mit.edu 072e700041 deCOMtaminate SetBounds(), GetChildBox(), GetNextBox(), GetParentBox(),
GetVAlign(), GetHAlign().  Remove GetInset().  Bug 243370, patch by Andreas
Lange <anlan@lange.cx>, r+sr=roc
2007-02-22 18:05:14 +00:00
roc+%cs.cmu.edu 2ba784a51b Bug 370589. Put the prescontext into bidi mode when XUL trees detect a bidi string. r=smontagu,sr=dbaron 2007-02-21 02:04:51 +00:00
asqueella%gmail.com 3486f2d6a5 bug 257868 follow-up: fix a typo in the previous patch (left-over from an older patch with a different method signature) 2007-02-18 19:46:12 +00:00
asqueella%gmail.com 3be3ebf36a bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
2007-02-18 17:34:09 +00:00
jonas%sicking.cc 9eea4cd5fe Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest. 2007-02-16 23:02:08 +00:00
enndeakin%sympatico.ca 46457a87ee Bug 308292, listbox getIndexOfItem/getItemAtIndex shouldn't throw exceptions, r+sr=neil 2007-02-16 14:23:35 +00:00
joshmoz%gmail.com 94eb54893c remove unused variables, other warning fixes. no bug. r/sr=bz 2007-02-16 08:04:44 +00:00
sharparrow1%yahoo.com 2bdae2af37 Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
masayuki%d-toybox.com 8eeb762eba Bug 369618 cannot open menu on non-primary display r+sr=roc 2007-02-08 23:23:31 +00:00
sharparrow1%yahoo.com c78720aa24 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
philringnalda%gmail.com 1260891962 Bug 368902: Unnecessary looping over collapsed children in nsSprocketLayout, patch by Andreas Lange <anlan@lange.cx>, r+sr=bzbarsky 2007-02-01 07:24:28 +00:00
Olli.Pettay%helsinki.fi 7bea6078a1 Bug 243370, deCOMtaminate parts of nsIFrame that come from nsIBox, part 2, p=anlan@lange.cx, r+sr=roc 2007-01-31 16:02:42 +00:00
cvshook%sicking.cc 0c24c4a4c3 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
bzbarsky%mit.edu 32ea7d9340 Make mComputedWidth private, with a getter/setter, and make the setter update
the resize flags.  Bug 367442, r+sr=dbaron
2007-01-26 00:05:12 +00:00
enndeakin%sympatico.ca 6dba01a76a Bug 326877, close popups when navigating pages, r+sr=bz 2007-01-25 17:59:20 +00:00