fantasai
|
a56a409be0
|
Bug 492627 - Remove Placeholder Continuations [Part III: Remove current float-splitting code.] r=roc
|
2009-08-31 11:25:35 -07:00 |
Bobby Holley
|
2e5e064117
|
Bug 513544 - Crash [@nsImageFrame::DisplayAltFeedback] - r=bzbarsky
|
2009-08-30 23:06:11 +02:00 |
Jesse Ruderman
|
8a9fb4d41e
|
Add more crashtests
|
2009-08-27 21:11:40 -07:00 |
Jesse Ruderman
|
305909d6eb
|
Add crashtests
|
2009-08-27 19:48:20 -07:00 |
Benjamin Smedberg
|
c4ea86fa0e
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
Neil Deakin
|
77d8234458
|
Bug 501815, don't allow drops on plugins, r=smaug
|
2009-08-27 08:51:46 -07:00 |
Bobby Holley
|
3d858e75c8
|
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
|
6dcdab69f3
|
Bug 508179. Implement 'pointer-events:none;' for all elements. r=roc, r=dbaron.
|
2009-08-26 20:53:35 -07:00 |
Josh Aas
|
f671c2a9b1
|
Bustage fix for bug 435041.
|
2009-08-26 18:21:50 -07:00 |
Josh Aas
|
ab7c8b7d33
|
Implement Cocoa NPAPI event model. b=435041 sr=roc
|
2009-08-26 17:29:47 -07:00 |
Robert O'Callahan
|
2824c696a7
|
Backed out changeset e2927bb26412
|
2009-08-26 14:49:18 -07:00 |
Zack Weinberg
|
7167944a1b
|
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 |
Jesse Ruderman
|
068aa0a05a
|
Fix typo in assertion message
|
2009-08-25 21:50:41 -07:00 |
Benjamin Smedberg
|
28fb767bd1
|
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 |
Boris Zbarsky
|
79edda8c98
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
--HG--
extra : rebase_source : ae1c0155ec32b0887eff27ded77c6ba2b37dda64
|
2009-08-24 20:51:57 -04:00 |
David Zbarsky
|
ac5c73f4b2
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
Bobby Holley
|
38dba79565
|
Bug 510001 - Second round of debugging dumps for the test for bug 507902. r=lumpy
|
2009-08-24 12:49:41 +02:00 |
Mats Palmgren
|
742aa1c846
|
Don't call CalculateContentBottom inside PR_MAX(), which evaluates its arguments twice. (Bug 511482) r=dbaron
|
2009-08-22 10:10:11 -07:00 |
Ryo Kawaguchi
|
3ec02d1d9c
|
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 |
Bobby Holley
|
5077b8780f
|
Bug 510001 - Added debugging dumps for the test for bug 507902. r=jwalden
|
2009-08-21 12:05:27 +02:00 |
Zack Weinberg
|
af8d8584e5
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
Masayuki Nakano
|
5aad76917e
|
Bug 486735 Verdana.ttf gets a very thick underline with spelling errors r=dbaron+jboriss
|
2009-08-20 23:33:06 +09:00 |
Masayuki Nakano
|
8284425f44
|
Bug 509956 Bogus code in nsTextFrame::IsFloatingFirstLetterChild r=dbaron
|
2009-08-18 13:46:47 +09:00 |
Zack Weinberg
|
9b2abfa277
|
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 |
Timothy Nikkel
|
1ce350ed3f
|
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
|
1b67ecb41a
|
Use the right key for the overflow frame list frame property. b=508892 r=fantasai
|
2009-08-18 00:01:06 +02:00 |
Hashem Masoud
|
44f7f9d413
|
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
|
2009-08-14 16:09:00 +02:00 |
Robert O'Callahan
|
fda356b057
|
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 |
Markus Stange
|
82fbaced2e
|
Bug 510149 - Changes to nsLayoutUtils::GetFrameTransparency. r=roc
--HG--
extra : rebase_source : 024d18340b423827524eb725d961d0907b90338d
|
2009-08-14 10:08:13 +12:00 |
Arpad Borsos
|
7cab7268ce
|
Bug 509380 - Optimize nsPeekOffsetStruct for memory usage; r+sr=roc
|
2009-08-10 09:47:11 +02:00 |
Bobby Holley
|
e18da6dece
|
Orange fix for bug 507902 tests. r=jwalden
|
2009-08-13 00:15:24 +02:00 |
Markus Stange
|
a43cb60f2d
|
Bug 509876 - Clean up SyncFrameViewGeometryDependentProperties. r=roc
--HG--
extra : rebase_source : fdf898d51147231f33df507d28d927924dc465b8
|
2009-08-13 08:48:30 +12:00 |
Bobby Holley
|
7f9fcf14d3
|
Tests for bug 507902.r=joe
|
2009-08-12 16:23:39 +02:00 |
Bobby Holley
|
2fab987d8a
|
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
|
f346087031
|
Bug 230081, use proper cursors for frameset border resizing, r=dbaron
|
2009-08-12 10:03:35 -04:00 |
timeless@mozdev.org
|
fcfe1c832f
|
Bug 506645 nsTypedSelection::AddItem doesn't always null check aOutIndex
r=smaug
|
2009-08-12 11:49:55 +02:00 |
timeless@mozdev.org
|
aa7410844b
|
Bug 506628 deadcode in nsPluginInstanceOwner::ProcessEventX11Composited
r=karlt
|
2009-08-12 11:49:54 +02:00 |
timeless@mozdev.org
|
ece9b7ee50
|
Bug 506627 find_dest_id abuses XQueryTree
r=karlt
|
2009-08-12 11:49:54 +02:00 |
timeless@mozdev.org
|
2e9d91b1af
|
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
|
66a18b2d29
|
Bug 506251 BuildTextRunsScanner::AssignTextRun does not use lastContent
r=roc
|
2009-08-12 11:49:54 +02:00 |
L. David Baron
|
4727073782
|
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
|
cb02cd38ee
|
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
|
3a0f45abb6
|
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 |
Daniel Holbert
|
0d5094b409
|
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 |
Boris Zbarsky
|
79ee7d50a4
|
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
|
955162db7c
|
Bug 509170. Correctly invalidate the canvas frame on resizes of the root element. r=roc
|
2009-08-10 10:54:22 -04:00 |
Jesse Ruderman
|
5fc0f455da
|
Add crashtests for bug 463350, bug 473278, and bug 493118
|
2009-08-08 16:00:38 -07:00 |
Jesse Ruderman
|
59ef5912bc
|
Add crashtest for bug 420785
|
2009-08-08 15:32:58 -07:00 |
Benjamin Smedberg
|
b89ee0760d
|
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 |
Robert O'Callahan
|
77babb3293
|
Backout bug 504524 due to test failure
|
2009-08-05 17:33:51 +12:00 |