Neil Deakin
ed0329d0a7
Bug 510388, check descendant documents for focus when closing popups, r=bz,sr=smaug
2009-08-27 08:51:41 -07:00
Bobby Holley
8c7074e5db
Bug 510001 - Fixed the hardcoded port and added an onerror debugging dump for the test for bug 507902. r=lumpy
2009-08-27 11:38:10 +02:00
Jonathan Watt
cc6158ce27
Bug 508179. Implement 'pointer-events:none;' for all elements. r=roc, r=dbaron.
2009-08-26 20:53:35 -07:00
Josh Aas
0f2817d579
Bustage fix for bug 435041.
2009-08-26 18:21:50 -07:00
Josh Aas
d8264ff87b
Implement Cocoa NPAPI event model. b=435041 sr=roc
2009-08-26 17:29:47 -07:00
Robert O'Callahan
7042373a92
Backing out patch for bug 497495
2009-08-26 14:50:16 -07:00
Robert O'Callahan
4453cced60
Backed out changeset e2927bb26412
2009-08-26 14:49:18 -07:00
Serge Gautherie
2889699516
Merge for "Backed out changeset: f6bf83b50648" of
...
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Fv1) Move code to automationutils.py from automation.py.in
which fails on Windows boxes (though works locally :-/)
2009-08-26 22:38:42 +02:00
Serge Gautherie
e2676420d0
Backed out changeset: f6bf83b50648
2009-08-26 22:36:55 +02:00
Serge Gautherie
0d86432574
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Fv1) Move code to automationutils.py from automation.py.in
...
r=ted.mielczarek
2009-08-26 18:36:40 +02:00
Timothy Nikkel
5bd7481f48
Bug 511323. The anonymous block frame that a combobox control frame creates to display the selected option when not dropped down shouldn't inherit the background color of the combobox because it leads to duplicate backgrounds.
...
--HG--
extra : rebase_source : 23c293381e850974836b07b30352b2780f3f495e
2009-08-26 09:33:37 -07:00
Zack Weinberg
64f6d4d0dd
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
...
Bug 497495 part 3b: update users of queryframe macros (strictly mechanical change). r=dbaron
--HG--
extra : rebase_source : ee672a17934227b408b83dc6b5cc4e4909652f72
2009-08-26 09:27:42 -07:00
Neil Deakin
0beee44e9d
Bug 508477, add a flag to distinguish key focus navigation from other types of focus navigation, allows initial focused textboxes in a dialog to be selected by default, r=smaug
2009-08-26 09:19:41 -07:00
Neil Deakin
7f629101b9
Bug 511673, hidden panels have an empty state, but should be 'closed', r=roc
2009-08-26 09:19:38 -07:00
Peter Van der Beken
cf46d66dc3
Fix for bug 510677 (Avoid XPCCallContext for WrapNativeToJSVal). r/sr=jst.
...
--HG--
extra : rebase_source : 647f360f5603a2f9ade579a9911ba51af1db91b5
2009-08-14 21:00:24 +02:00
Jesse Ruderman
5e9bd401e7
Fix typo in assertion message
2009-08-25 21:50:41 -07:00
Jesse Ruderman
eb73a7d1c9
Bug 420424 - remove bogus assertion. r=bz
2009-08-25 18:45:07 -07:00
Doug Turner
60ae41e157
Bug 512520 - remove Maemo geolocation providers. r=staurt
2009-08-25 15:08:56 -07:00
Timothy Nikkel
cdd3018172
Bug 511323. If a dropdown combobox (select) is given a translucent background color make sure to draw an opaque color on the dropdown's opaque widget so we don't get garbage painted. r=roc
2009-08-25 12:07:57 -07:00
Robert O'Callahan
46904b4862
Bug 507926. Make sure CreateWindowEx doesn't fail when we're creating an invisible window. r=jmathies
2009-08-25 12:00:46 -07:00
Benjamin Smedberg
ba372f3a4c
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
Timothy Nikkel
a468df22eb
Bug 508927. In list box body frame don't return a frame for an item that is not in its child list, and don't destory a frame if it is not in the childlist. r=bzbarsky
2009-08-25 08:37:07 -04:00
Boris Zbarsky
8f435d226b
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
...
--HG--
extra : rebase_source : ae1c0155ec32b0887eff27ded77c6ba2b37dda64
2009-08-24 20:51:57 -04:00
Boris Zbarsky
e47cf7870b
Backed out changeset 59ae87416f96 (bug 488249 followup) to fix test orange.
...
--HG--
extra : rebase_source : 0108b501163d0114ef96a9059023fad69accd9e1
2009-08-24 20:50:52 -04:00
Boris Zbarsky
03ca855cdc
Bug 488249 build bustage fix.
2009-08-24 16:28:21 -04:00
David Zbarsky
0aa6350041
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
2009-08-24 16:02:07 -04:00
Boris Zbarsky
728dbbbd07
Bug 506481. Make sure that we'll scroll to the selected option even if it's added after our initial reflow but before we finish adding initial option kids. r=mats
2009-08-24 14:17:56 -04:00
Bobby Holley
02baffb518
Bug 510001 - Second round of debugging dumps for the test for bug 507902. r=lumpy
2009-08-24 12:49:41 +02:00
Olli Pettay
68c7971972
Bug 510465 - Initial zoom level of print preview depends on the zoom level of galley presentation, r=roc
2009-08-24 12:55:28 +03:00
Serge Gautherie
a129d6ee41
Bug 502292 - Minimum size of scrollbar thumb is far too small; (Cv1) Disable failing test for now; Patch author says test is broken.
2009-08-24 06:46:06 +02:00
Serge Gautherie
92837df91f
Bustage fix for: Bug 502292 - Minimum size of scrollbar thumb is far too small; (Bv1) Switch "failing" test to '!='.
2009-08-24 06:16:08 +02:00
Sylvain Pasche
ba587c30b5
Bug 502292 - Minimum size of scrollbar thumb is far too small; r=(jmathies + neil) ui-r=beltzner
2009-08-24 04:03:03 +02:00
Mats Palmgren
4b7f82e95a
Crash test for bug 430374.
2009-08-24 01:21:49 +02:00
Mats Palmgren
6bd2529458
Crash test for bug 321894.
2009-08-24 01:21:40 +02:00
L. David Baron
5036ad40dd
Backed out changeset 6b686281f9ac (Bug 445765) for causing a 3% Txul (Twinopen) regression on Linux.
2009-08-23 08:06:58 -07:00
Timothy Nikkel
5375b192d3
Bug 445765. In getting the device context from a docshell don't go through nsIBaseWindow::GetMainWidget because that always returns the device context for the primary screen when called on toplevel docshell. r=dbaron
2009-08-23 08:16:52 +02:00
Michael Ventnor
393f4ad8c7
Use the correct area for computing the gradient image for 'background-position: fixed' gradients. (Bug 509681) r=roc
2009-08-22 10:10:12 -07:00
Mats Palmgren
b4f7befaba
Don't call CalculateContentBottom inside PR_MAX(), which evaluates its arguments twice. (Bug 511482) r=dbaron
2009-08-22 10:10:11 -07:00
Steffen Wilberg
01e9933edd
Bug 221602: Don't ship comm.jar, final nail. r=bsmedberg
...
--HG--
extra : rebase_source : e345a68817d6909cc93bec65df23c015b2797f32
2009-08-21 21:26:02 +02:00
Ryo Kawaguchi
f6adb8114c
Implement background-image: -moz-image-rect(), which allows a region of an image to be used as a background image. (Bug 113577) r=roc, dbaron
2009-08-21 13:39:25 -07:00
peterv@propagandism.org
2d8aaafab9
Bug 461640 - Box objects should participate in cycle collection, r=smaug
...
--HG--
extra : rebase_source : 337d82f08d17641dd4306c55743a076f53a4a22f
2009-08-21 15:51:08 +03:00
Olli Pettay
96d6e39cec
Bug 461640 - Box objects should participate in cycle collection, r=peterv
...
--HG--
extra : rebase_source : 274ffed884d7b8ed753796a67f4682df141e821e
2009-08-21 15:50:15 +03:00
Bobby Holley
a5e6aa7436
Bug 510001 - Added debugging dumps for the test for bug 507902. r=jwalden
2009-08-21 12:05:27 +02:00
Karl Tomlinson
f46b4eab5b
Bug 511326 Move libasound out of global OS_LIBS r=doublec
2009-08-21 10:08:18 +12:00
Zack Weinberg
430c5ceb95
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
2009-08-20 14:52:48 -07:00
Zack Weinberg
59e4f8561c
Bug 511147: Avoid the slow greedy-operator path for A > B ~ C selectors. r=dbaron
2009-08-20 14:52:47 -07:00
Brian Birtles
4e96b6eb1b
Bug 507067: Fix GetAnimVal and GetBaseVal's handling of em/ex/etc. units inside display:none elements by using nsComputedDOMStyle's method for resolving style contexts for such elements. r=dbaron
2009-08-20 14:52:47 -07:00
Zack Weinberg
36c0b9d09f
Bug 443976: Parsing support for the unicode-range: descriptor in @font-face. r=dbaron
2009-08-20 14:52:47 -07:00
Zack Weinberg
926f1a65a4
Fix parenthesis-matching while parsing format() function in @font-face src: descriptor. (Bug 511333) r=dbaron
2009-08-20 14:52:47 -07:00
L. David Baron
5c542710ad
Fix parenthesis-matching while parsing local() function in @font-face src: descriptor. (Bug 511333) r=zweinberg
2009-08-20 14:52:47 -07:00
Zack Weinberg
eb2100a887
Fix DEBUG-only crash parsing empty 'src' descriptor of @font-face rule. (Bug 511304) r=dbaron
2009-08-20 14:52:47 -07:00
Jonathon Jongsma ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
b603ef9875
Implement CSS transitions: implement the parsing and computation of the transition properties. (Bug 435441) r=bzbarsky
2009-08-20 14:52:47 -07:00
Masayuki Nakano
ca9d43d4d7
Bug 486735 Verdana.ttf gets a very thick underline with spelling errors r=dbaron+jboriss
2009-08-20 23:33:06 +09:00
Bob Clary
9f0a65ef06
Bug 499315 - add support of "script" tests to reftests, r=dbaron.
2009-08-20 00:56:22 -07:00
Bob Clary
0c9e4dfc0f
bug 498685 - Add isDebugBuild to reftest sandbox, r=dbaron.
2009-08-20 00:56:22 -07:00
Zack Weinberg
5c032e5046
Bug 431948 - when skipping a malformed ruleset inside an @-rule, do not consume the close brace that ends the @-rule, lest we skip too much; r=dbaron
2009-08-19 15:11:30 +02:00
Serge Gautherie
56edb82acd
Bug 508760 - Remove MSVC6 support from the tree; (Fv1) layout/svg/base/src/*; r=longsonr
2009-08-19 15:08:31 +02:00
tnikkel@gmail.com
4fa0a523dd
Bug 509602, r=smaug, sr=neil
2009-08-19 14:34:06 +03:00
Mats Palmgren
407d615659
Backout bug 506349 since it caused a test failure.
2009-08-19 04:24:29 +02:00
Mats Palmgren
2d89c6c693
Flush the sink before zooming (restyle processing). b=506349 r=bzbarsky
2009-08-19 03:10:07 +02:00
Masayuki Nakano
db7a62f0c8
Bug 509956 Bogus code in nsTextFrame::IsFloatingFirstLetterChild r=dbaron
2009-08-18 13:46:47 +09:00
Timothy Nikkel
5d0e3b32b3
Bug 503791. ComboboxControlFrame should not assume that the origin of the screen is (0,0) because that is not true with more than one display. r=dbaron
2009-08-17 20:21:07 -07:00
Timothy Nikkel
84ffcd3b7a
Bug 503791. Make sure that the device context has a widget so that it can determine what screen it is on. r=dbaron
2009-08-17 20:21:07 -07:00
Zack Weinberg
c50a2c3b1f
Bug 497495 (frame poisoning) part 2: Introduce nsIPresShell::AllocateMisc/FreeMisc functions; add an as-yet-unused "code" parameter to AllocateFrame/FreeFrame; fix up nsFrame to match; use AllocateMisc/FreeMisc for all non-frame pres arena objects; move clearing of frame objects from nsFrame::operator new to AllocateFrame. r=roc sr=dbaron
2009-08-17 20:21:06 -07:00
Zack Weinberg
8d369053f7
Bug 497495 (frame poisoning) part 1: Move the frame arena code to its own file and rename the class to nsPresArena. r=roc
2009-08-17 20:21:06 -07:00
Timothy Nikkel
80119bbe6d
Bug 510748 - still get assertions "reflow state computed incorrect width" and "non-root frame's desired size changed during an incremental reflow"; Don't report any padding or border on both axes if scrollbars are hidden; r=dbaron
2009-08-18 00:38:12 +02:00
Mats Palmgren
c8e416aeee
Use the right key for the overflow frame list frame property. b=508892 r=fantasai
2009-08-18 00:01:06 +02:00
John Daggett
a93f35e453
adding reftest fonts (no effect on build)
2009-08-17 13:10:11 +09:00
Frédéric WANG
3667f6c4cb
mathml spelling correction r=karlt b=389721
2009-08-17 09:53:42 +12:00
Olli Pettay
72a18ed5c6
Bug 473805 - Prevent resize event loops, r=dbaron
...
--HG--
extra : rebase_source : e0476c7c1b390ebe194e508c3c728d517483989b
2009-08-15 11:49:20 +03:00
Daniel.S
7bb22adca4
Bug 477462: Create tests for margin collapsing, phase 3. r=dbaron
2009-08-14 14:59:45 -07:00
Hashem Masoud
b71a1a1cfa
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
2009-08-14 16:09:00 +02:00
Neil Rashbrook
157c6529e0
Bug 510323 Multiline <select> doesn't ignore middle clicks correctly r=smaug
2009-08-14 11:59:24 +01:00
Robert O'Callahan
b8e126f83c
Bug 507334, part 2: Blit multiple rectangles when scrolling rather than blitting only the largest single rectangle, and avoid repainting opaque content that covers the scrolling content. r=dbaron
2009-08-13 19:09:51 -07:00
Robert O'Callahan
4ddd47e32d
Bug 507334, part 1: Remove nsDisplaySummary optimization, since it introduces extra display items that would disable the optimizations in part 2. r=dbaron
2009-08-13 19:09:50 -07:00
L. David Baron
1af3c0529c
Don't resolve a bogus non-element parent when we don't need to and it confuses things. (Bug 510071) r=bzbarsky
2009-08-13 19:09:49 -07:00
Markus Stange
f2ba84dee3
Bug 510149 - Changes to nsLayoutUtils::GetFrameTransparency. r=roc
...
--HG--
extra : rebase_source : 024d18340b423827524eb725d961d0907b90338d
2009-08-14 10:08:13 +12:00
Felipe Gomes
b0e97d0c8b
Bug 503541 - Fine grained control of gesture registration on widgets (Win7). r=smaug+roc, sr=smaug
2009-08-13 13:54:09 -07:00
Olli Pettay
f35e90abbe
Bug 508373 - Generated content may cause reference loops, r=roc
2009-08-13 22:29:42 +03:00
Timothy Nikkel
b59153150f
Bug 508927. Assuming that the binding parent of the listboxbody content is the listbox content (and hence parent of listitems) is just wrong. Use ChildIterator instead to access the XBL nodes of the listboxbody content and get the frame constructor to pass the listboxbody frame the right container. r=bzbarsky, a=beltzner for CLOSED TREE
2009-08-13 11:38:22 -04:00
Olli Pettay
bfc896c351
Bug 503639 - [Mac OS X] Right-click on menu from folder from bookmark bar triggers context menu, r=enn
...
--HG--
extra : rebase_source : 8d7d4a2ae4a5cf9fca6f7b4961b9ebd5ba79255f
2009-08-13 12:11:42 +03:00
Arpad Borsos
498f72af15
Bug 509380 - Optimize nsPeekOffsetStruct for memory usage; r+sr=roc
2009-08-10 09:47:11 +02:00
Jesse Ruderman
68b319d377
Add reftest for default width and height of <canvas> (bug 291285, bug 293225)
2009-08-12 20:07:02 -07:00
Timothy Nikkel
5d073a4d86
Bug 500063. "ASSERTION: Already have an undisplayed context entry for aContent" while running leak tests. r=bzbarsky
2009-08-12 18:35:28 -04:00
L. David Baron
e44eaaded8
Add additional test for :first-letter extension across pseudo-elements, and note failures with bug number now that bug has been filed.
2009-08-12 15:20:52 -07:00
Bobby Holley
920b3a1b0a
Orange fix for bug 507902 tests. r=jwalden
2009-08-13 00:15:24 +02:00
Markus Stange
df51e1d007
Bug 509876 - Clean up SyncFrameViewGeometryDependentProperties. r=roc
...
--HG--
extra : rebase_source : fdf898d51147231f33df507d28d927924dc465b8
2009-08-13 08:48:30 +12:00
Boris Zbarsky
60dcec90a6
Adding some tests
2009-08-12 16:34:32 -04:00
Peter Van der Beken
144462aae3
Fix for bug 500850 (Make inline style use wrapper cache and slimwrappers), add unlinking. r/sr=bz.
...
--HG--
extra : rebase_source : ec60be3645c020dd171e0ea4866759d6a508799c
2009-08-10 16:15:49 +02:00
Bobby Holley
2958db9e76
Tests for bug 507902.r=joe
2009-08-12 16:23:39 +02:00
Bobby Holley
4275f152b5
Bug 507902 - nsImageFrame static Icon Loads should not use the mListener of the first instantiated nsImageFrame.r=bz,joe
2009-08-12 16:23:38 +02:00
Neil Deakin
d01476b77a
Bug 230081, use proper cursors for frameset border resizing, r=dbaron
2009-08-12 10:03:35 -04:00
Olli Pettay
5575b12b86
Bug 501257 - Implement HTML 5's HTMLElement.classList property, p=sylvain.pasche@gmail.com, r=smaug, sr=sicking
...
--HG--
extra : rebase_source : cbbd5a5679af57f97122082213f44491431d87e3
2009-08-12 11:55:14 +03:00
timeless@mozdev.org
75dff8d71f
Bug 507367 incorrect null check in nsSVGPatternFrame::GetTargetGeometry
...
r=jwatt
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
3c817bcdd3
Bug 506645 nsTypedSelection::AddItem doesn't always null check aOutIndex
...
r=smaug
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
0fcff0c86c
Bug 506628 deadcode in nsPluginInstanceOwner::ProcessEventX11Composited
...
r=karlt
2009-08-12 11:49:54 +02:00
timeless@mozdev.org
ce03efff0f
Bug 506627 find_dest_id abuses XQueryTree
...
r=karlt
2009-08-12 11:49:54 +02:00
timeless@mozdev.org
58d9ac5cce
Bug 506258 nsFrameSelection::ConstrainFrameAndPointToAnchorSubtree doesn't seem to use anchorFrame or anchorFrameOffset
...
r=roc
2009-08-12 11:49:54 +02:00
timeless@mozdev.org
532204e19d
Bug 506251 BuildTextRunsScanner::AssignTextRun does not use lastContent
...
r=roc
2009-08-12 11:49:54 +02:00
Karl Tomlinson
b7026b73e3
fix for ambiguous sqrt from dc8ef04fc953 b=297467
...
--HG--
extra : rebase_source : 79cea2a70f177f0d6709ec3c97b228ece1b4b48b
2009-08-12 12:04:42 +12:00
Frédéric Wang
e13641fddf
b=297467 menclose r=karlt rs=roc
2009-05-29 13:08:35 +02:00
Jonathan Griffin
1a040ce855
Add invalidate reftest for bug 237766. r=dbaron
2009-08-11 10:58:12 -07:00
Simon Montagu
e1d91ed29b
Ensure that block elements with display changed to inline are formatted as bidi embeddings. Bug 503957, r=dbaron
2009-08-11 00:16:20 -07:00
Felipe Gomes
f694038dde
Bug 503042 - Implement a way to detect a touch enabled device. r=vlad, sr=dbaron
2009-08-10 19:59:06 -07:00
L. David Baron
08e90a1a5b
Make lines with only a bullet take up height. (Bug 179596 / Bug 507187) r=roc
2009-08-10 19:48:42 -07:00
L. David Baron
af28c93900
Make the quirks mode line height algorithm's check for bullets check whether there's a bullet rather than checking whether it's an HTML LI. (Bug 179596) r=roc
2009-08-10 19:48:42 -07:00
L. David Baron
814000c9e5
When a block without lines has a bullet, give the line we fake its full line height. (Bug 179596) r=roc
2009-08-10 19:48:42 -07:00
Jonas Sicking
fbd09820fd
Back out bug 431098
2009-08-10 16:40:29 -07:00
L. David Baron
eacfdf386b
Remove InspectorCSSUtils, part 4: Remove nsIInspectorCSSUtils and nsInspectorCSSUtils. (Bug 371655) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
a97b2f066a
Remove InspectorCSSUtils, part 3: Remove the trivial methods and replace their callers with appropriate internal calls. (Bug 371655) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
0777df2200
Remove InspectorCSSUtils, part 2: Move remaining substantive code to inDOMUtils. (Bug 371655) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
8befa369a6
Remove InspectorCSSUtils, part 1: Move GetStyleContextForContent to nsComputedDOMStyle. (Bug 371655) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
863d371153
Run output of debug builds through fix-linux-stack/fix-macosx-stack. (Bug 385248) r=ted
2009-08-10 15:52:29 -07:00
L. David Baron
da3ed02210
Add more parameters to nsStyleSet::ResolveStyleForRules. (Bug 435441) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
8a55dca08c
Make computed style (and canvas text styling, which shares the same code) avoid using style data that was influenced by pseudo-elements. (Bug 505515) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
1f2c562740
Add flags to pseudo-elements, and add one that says which ones are expected to contain elements. (Bug 505515) r=bzbarsky
2009-08-10 15:52:29 -07:00
L. David Baron
c46fca41b6
Make style contexts know whether they have data from a pseudo-element. (Bug 505515, Bug 435441) r=bzbarsky
2009-08-10 15:52:29 -07:00
Daniel Holbert
d7268d95e2
Bug 508692: Fix build warning - rename nsSubDocumentFrame method so it doesn't hide inherited method (s/GetMargin/GetMarginAttributes/) r=dbaron
2009-08-10 12:42:53 -07:00
Serge Gautherie
90d18014ce
Bug 504480 - runtests.py.in needs to do a '-silent' run first, as runreftest.py does; (Bv1) Fix runtests.py.in, Sync' runreftest.py; r=ted.mielczarek
2009-08-10 18:33:31 +02:00
Boris Zbarsky
2a08719d6b
Bug 508050. Make sure to reparent views when pulling overflows from our prevsibling. r=roc
2009-08-10 10:54:22 -04:00
Boris Zbarsky
0b7287a7e6
Bug 509170. Correctly invalidate the canvas frame on resizes of the root element. r=roc
2009-08-10 10:54:22 -04:00
Boris Zbarsky
294d2e51ec
Bug 509155. Don't store outline structs in the rule tree if outline-color:inherit is set on the root element. r=dbaron
2009-08-10 10:54:22 -04:00
Boris Zbarsky
3a7c74d351
Bug 509156. Don't assert on GetUniqueStyleData calls if we're using our parent's struct before the call. r=dbaron
2009-08-10 10:54:21 -04:00
Boris Zbarsky
20e4f93193
Bug 508900. Fix assertion due to us not unsetting all the bits we should unset. r=dbaron
2009-08-10 10:54:21 -04:00
Jesse Ruderman
7a7e78b40f
Bug 509269 - reftest should deal with missing root. r=dbaron. May fix 468211-3 orange, too.
2009-08-08 17:50:50 -07:00
Jesse Ruderman
15f353dc91
Add crashtests for bug 463350, bug 473278, and bug 493118
2009-08-08 16:00:38 -07:00
Jesse Ruderman
f5c860500e
Add crashtest for bug 460900
2009-08-08 16:00:33 -07:00
Jesse Ruderman
13a73e0e0d
Add crashtest for bug 420785
2009-08-08 15:32:58 -07:00
Jesse Ruderman
22a651b89e
Add crashtest for bug 403148
2009-08-08 15:32:54 -07:00
Jesse Ruderman
fa58b4d16c
Add reftest for bug 398682
2009-08-08 15:32:52 -07:00
Jesse Ruderman
de261ae255
Add reftest for bug 398095
2009-08-08 15:17:40 -07:00
Jesse Ruderman
62b746b5dd
Bug 424780 - Typing into <select> dropdown can cause nsStringBuffer leak. r=sicking
2009-08-08 15:00:26 -07:00
L. David Baron
2a1001c588
Call InvalidateColumns more often. (Bug 506871) r=roc
2009-08-07 14:17:02 -07:00
Timothy Nikkel
c6c0ae66f9
Bug 497519 part 2. Only do special handling for legends whose content parnt is an HTML fieldset. bzbarsky
2009-08-07 15:51:25 -04:00
Timothy Nikkel
c20df0835f
Bug 497519 part 1. Clear the undisplayed map correctly in the presence of XBL. r=dbaron,bzbarsky
2009-08-07 15:51:25 -04:00
Boris Zbarsky
5be8c26635
Bug 415394. Don't let the listbox row-munging kill our block wrapper, if we have one. r=dbaron
2009-08-07 15:51:25 -04:00
Wan-Teh Chang
43845b217a
Merge
2009-08-07 08:57:53 -07:00
Benjamin Smedberg
f64f98647c
Fix static-analysis bustage by using treehydra instead of dehydra. My theory is that the dehydra type cache is becoming confused by GCC tree GC which is reusing tree pointers for different types.
2009-08-07 11:16:26 -04:00
Masayuki Nakano
1300347b88
Bug 128647 [RFE] Handler for WM_COPY/WM_CUT/WM_PASTE/WM_CLEAR r=ere+roc, sr=roc
2009-08-08 00:11:17 +09:00
Boris Zbarsky
589bd34dc6
Bug 508919. Stop leaking nsStyleBorder objects. r=dbaron
2009-08-07 10:38:44 -04:00
Robert O'Callahan
cc3fc234ee
Bug 506615. XUL decks should not have wididgets. r=dbaron
2009-07-30 14:54:42 +12:00
Michael Ventnor
f89f2766b4
Bug 479220: Implement support for CSS gradients: -moz-linear-gradient() and -moz-radial-gradient(). r=roc, dbaron
2009-08-01 08:53:40 -07:00
David Zbarsky
51d7da3c19
Bug 507487: Selectors should have dual atoms so they can correctly (and case-sensitively) match non-HTML elements in text/html documents, part 2: fix RuleHash to hash tag selectors twice when needed. r=dbaron
2009-08-01 08:53:40 -07:00
David Zbarsky
1a6e5fcda6
Bug 499655: Selectors should have dual atoms so they can correctly (and case-sensitively) match non-HTML elements in text/html documents, part 1. r=dbaron
2009-08-01 08:53:40 -07:00
L. David Baron
e01619e223
Bug 434733: Additional tests.
2009-08-01 08:53:40 -07:00
Makoto Kato
63a9fda84f
Bug 434733: Don't apply width on colgroups to columns that have their own width. r=dbaron
2009-08-01 08:53:40 -07:00
L. David Baron
7fbb9db0a5
Separate RuleProcessorData and derived structs into their own header file to reduce include dependencies. (Bug 435441) r=bzbarsky
...
--HG--
rename : layout/style/nsIStyleRuleProcessor.h => layout/style/nsRuleProcessorData.h
2009-08-01 08:53:40 -07:00
L. David Baron
fdf121fa7c
Don't resolve a new context for the root when we're computing rem units for the root. (Bug 478321) r=bzbarsky
2009-08-01 08:53:40 -07:00
L. David Baron
d823ebd44b
Merge backout of changeset 358af1196dc2 (bug 499655) until we get bug 507487 sorted out.
2009-07-31 09:40:17 -07:00
L. David Baron
389de5e6db
Backed out changeset 358af1196dc2 (bug 499655) until we get bug 507487 sorted out.
2009-07-31 09:39:53 -07:00