Commit Graph

2281 Commits

Author SHA1 Message Date
enndeakin@sympatico.ca
c04abaf92b Bug 372047, support reverse direction scales, r=neil,josh 2007-04-09 15:39:57 -07:00
bzbarsky@mit.edu
eeaa1a101b Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc. 2007-03-30 14:11:41 -07:00
Olli.Pettay@helsinki.fi
a1dca72a56 375196, r+sr=roc 2007-03-25 22:38:22 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
jst%mozilla.org
ad0e345e0f 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
405d600298 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
8056af96b4 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
2a7ac23501 Bug 368501, Table Properties Windows Cut Off, r=bz, sr=roc 2007-03-05 21:55:23 +00:00
roc+%cs.cmu.edu
f8cefabfb8 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
a45ef78fd0 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
e4dac66084 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
73da110d58 Bug 336744, r+sr=roc 2007-03-02 07:21:25 +00:00
jonas%sicking.cc
a9c9356be8 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
9d7f938b99 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
88fb576ad6 Bug 371460: Remove clipping functions from views. r+sr=roc. 2007-02-24 15:27:20 +00:00
mats.palmgren%bredband.net
207ae3e22d [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
4862938c93 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
709adbc4ab 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
997dd25704 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
52e27c8271 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
24eee9fe2e 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
284a5ea424 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
073b1fd3fe 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
93f06e008a Bug 308292, listbox getIndexOfItem/getItemAtIndex shouldn't throw exceptions, r+sr=neil 2007-02-16 14:23:35 +00:00
joshmoz%gmail.com
19b60dfc6a remove unused variables, other warning fixes. no bug. r/sr=bz 2007-02-16 08:04:44 +00:00
sharparrow1%yahoo.com
d19f64369b Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
masayuki%d-toybox.com
393abab9b9 Bug 369618 cannot open menu on non-primary display r+sr=roc 2007-02-08 23:23:31 +00:00
sharparrow1%yahoo.com
76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
philringnalda%gmail.com
b7f60f5415 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
b3361bf8f9 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
a39ff30284 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
baec9bd166 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
42cfbd51a9 Bug 326877, close popups when navigating pages, r+sr=bz 2007-01-25 17:59:20 +00:00
dbaron%dbaron.org
c88c6e09b4 Reflow reflow roots and the child of SVG foreignObject with an unconstrained height to avoid triggering page/column breaking. b=366956 r+sr=roc 2007-01-25 02:01:07 +00:00
Olli.Pettay%helsinki.fi
1c6ed6b737 Bug 329126, Remove nsIEventListenerManager::CreateEvent, r=aaronl, r+sr=jst 2007-01-23 07:32:34 +00:00
dbaron%dbaron.org
f6245f0ed9 Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc 2007-01-23 04:06:56 +00:00
roc+%cs.cmu.edu
fa1e88771c Bug 333659. Land layout changes to pass only single-direction textruns to nsIRenderingContext string methods. r=dbaron 2007-01-23 02:58:55 +00:00
dbaron%dbaron.org
e47180b9d5 Make PushStackMemory never fail to simplify callers, and deCOMtaminate the stack memory API. b=366866 r+sr=bzbarsky 2007-01-17 23:53:47 +00:00
dbaron%dbaron.org
73570b69c5 Make non-box frames use nsITheme methods concerning size, border, and padding, so that non-boxes with appearance set will obey the platform-specific theme. b=366722 r+sr=roc 2007-01-17 22:31:07 +00:00
gavin%gavinsharp.com
140279f732 Bustage fix 2007-01-09 20:18:24 +00:00
gavin%gavinsharp.com
a9091e3a38 Bug 365151: fix crash [@ nsStyleContext::GetRuleNode] or [@ nsTreeColumn::GetContent] due to stale nsTreeColumn::mFrame, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=roc 2007-01-09 19:59:38 +00:00
bzbarsky%mit.edu
647c4432cc We might not have a scrollbar frame; deal with that. Bug 366112, r+sr=roc, a=jay for 1.8.0 and 1.8.1 branches 2007-01-09 00:13:08 +00:00
enndeakin%sympatico.ca
902b92ceb1 Bug 365742, crash with drawing empty images in trees, r+sr=neil 2007-01-08 16:31:21 +00:00
neil%parkwaycc.co.uk
763dfbeef9 Rewrite code to avoid using maxLevel b=366183 r=enndeakin sr=roc 2007-01-08 09:15:19 +00:00
jruderman%hmc.edu
bff8190b12 Bug 321073 - "ASSERTION: Should not be called: 'Error' (nsGridLayout2::GetRowCount should not be called)". Patch by Andreas Lange, r=enndeakin, sr=neil rashbrrok. 2007-01-08 05:58:43 +00:00
bzbarsky%mit.edu
afe57a7654 Fix more bustage. Bug 243370 2007-01-08 03:56:06 +00:00
bzbarsky%mit.edu
4ac9c92340 Fixing more bustage, bug 243370. 2007-01-08 03:49:59 +00:00
bzbarsky%mit.edu
44f6465319 Fix build bustage. Bug 243370. 2007-01-08 03:27:19 +00:00
bzbarsky%mit.edu
5bb5b8f623 deCOMtaminate nsIFrame::GetMinSize/GetPrefSize/GetMaxSize. Bug 243370, patch
by Andreas Lange <anlan@lange.cx>, r+sr=roc
2007-01-08 02:57:59 +00:00
bzbarsky%mit.edu
f31edc79b8 Return an already-addrefed nsTreeColumn instead of making assumptions about
object lifetimes.  Bug 309429 followup, patch by Nickolay Ponomarev
<asqueella@gmail.com>, r+sr=neil
2007-01-08 02:41:05 +00:00