Benjamin Stover
|
608b301129
|
Bug 656041 Some parts of page scroll at different rates in Fennec r=roc
|
2011-06-14 09:20:29 -07:00 |
|
Jonas Sicking
|
5f95458332
|
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
|
2011-06-14 00:56:49 -07:00 |
|
Matt Brubeck
|
830f102cc9
|
Bug 663959 - Mark crashtests as asserting intermittently [r=ehsan]
|
2011-06-13 14:24:04 -07:00 |
|
L. David Baron
|
21f6d8d9c6
|
Remove notion of percentage of intrinsic size: remove code that handles percentages (which are no longer set thanks to the previous patch) and make them invalid. (Bug 611099) r=dholbert
Needed to help CSS 2.1 meet Proposed Recommendation entrance criteria.
|
2011-06-12 18:52:32 -07:00 |
|
L. David Baron
|
81e96fe621
|
Change IsPercentageAware (which tests whether an inline box's width depends on the width of its container) to check the correct general statement of when the width of a replaced element depends on its container's width, and in doing so avoid depending on the notion of percentage intrinsic size. (Bug 611099) r=dholbert
Needed to help CSS 2.1 meet Proposed Recommendation entrance criteria.
|
2011-06-12 18:52:32 -07:00 |
|
Masayuki Nakano
|
f96e0ef619
|
Bug 663041 layout should use mozilla::Preferences r=roc
|
2011-06-12 11:30:16 +09:00 |
|
Randell Jesup
|
98b0626e03
|
Bug 505108: Don't leak strings on early returns from Area::ParseCoords(), fix how CString is freed. r=roc
|
2011-06-11 16:40:39 -04:00 |
|
Steven Michaud
|
efe681f006
|
Bug 661636 - [10.7 SDK] QuickDraw APIs undefined when doing 32-bit builds using the OS X 10.7 SDK. r=bgirard
|
2011-06-11 09:12:58 +02:00 |
|
Michael Ventnor
|
383f357ec8
|
Bug 663028 - Make Print Preview themable with CSS, and modernize its look r=roc
|
2011-06-10 20:07:26 +10:00 |
|
Simon Montagu
|
b202223ff2
|
Bug 263359 part 1.5: remove nsDirectionalFrame. r=roc
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
a156186d20
|
Bug 263359 part 1: refactor bidi resolution code, combining InitLogicalArray and CreateBlockBuffer. r=roc
|
2011-04-11 10:59:30 +03:00 |
|
Ehsan Akhgari
|
c29fd423ea
|
Merge cedar into mozilla-central
|
2011-06-08 17:46:13 -04:00 |
|
Sebastian Kromp
|
1052ad8280
|
Bug 578564. Remove nsIFrameSetElement and just use nsHTMLFrameSetElement instead. r=bzbarsky
--HG--
rename : content/html/content/public/nsIFrameSetElement.h => content/html/content/src/nsHTMLFrameSetElement.h
|
2011-06-08 12:04:10 -07:00 |
|
Mounir Lamouri
|
dbc8f56eea
|
Merging cedar with mozilla-central.
|
2011-06-07 11:06:50 +02:00 |
|
Masayuki Nakano
|
4f6c245f00
|
Bug 661101 backout a part of 9014863a7e2a which was included to the mq file unexpectedly
|
2011-06-07 16:44:56 +09:00 |
|
Masayuki Nakano
|
b0bca8f976
|
Bug 661101 widget should use mozilla::Preferences r=roc
|
2011-06-07 16:38:00 +09:00 |
|
Benjamin Stover
|
4d6860feb1
|
Bug 658076 nsSubDocumentFrame uses content to get docshell r=bz
|
2011-06-08 09:04:16 -07:00 |
|
Benoit Girard
|
468e5acf13
|
Asynchronous layer-based plugin painting on Mac b=598425 r=roc,josh
|
2011-05-19 17:08:14 -04:00 |
|
Mounir Lamouri
|
af81ce3c72
|
Merging cedar with mozilla-central.
|
2011-06-03 12:06:08 +02:00 |
|
Masayuki Nakano
|
a1fdb33535
|
Bug 660568 nsImageFrame::IconLoad must call Preferences::RemoveObservers() r=roc
|
2011-06-03 15:07:10 +09:00 |
|
Matheus Kerschbaum
|
7406ce377f
|
Bug 660762 - Remove --disable-mathml support. r=roc
|
2011-06-02 13:11:33 +02:00 |
|
Mounir Lamouri
|
0c784be5a4
|
Merging cedar with mozilla-central.
|
2011-06-01 10:06:55 +02:00 |
|
Boris Zbarsky
|
76f757828a
|
Bug 598833 part 12. Add dom::Element::UpdateState and use it in various places where elements update their own state. r=smaug,sdwilsh,mounir
|
2011-05-31 21:46:57 -04:00 |
|
Boris Zbarsky
|
7867f56859
|
Bug 598833 part 7. Make IntrinsicState protected. r=smaug
|
2011-05-31 21:46:57 -04:00 |
|
Boris Zbarsky
|
142a55fcd8
|
Bug 598833 part 1. Move IntrinsicState from nsIContent to Element. r=smaug
|
2011-05-31 21:46:56 -04:00 |
|
Timothy Nikkel
|
85cdf3236a
|
Bug 621551. If someone is trying to get the offset between frames in different document hierarchies just crash right away so we get useful stacks. r=roc
|
2011-05-31 17:53:21 -05:00 |
|
Josh Aas
|
aceea2590e
|
Bug 660721: Move nsPluginInstanceOwner to its own files. r=roc
--HG--
rename : layout/generic/nsObjectFrame.cpp => dom/plugins/base/nsPluginInstanceOwner.cpp
|
2011-06-01 00:37:54 -04:00 |
|
Mounir Lamouri
|
454f172816
|
Merging cedar with mozilla-central.
|
2011-05-31 12:17:48 +02:00 |
|
Simon Montagu
|
55461dc596
|
Don't adjust the horizontal position for text-indent on right-to-left lines. Bug 641444, r=dbaron
|
2011-05-31 11:03:27 +03:00 |
|
Robert O'Callahan
|
e59d6c5b6a
|
Bug 646757. Don't construct useless nsDisplayOwnLayers. r=tnikkel
|
2011-05-31 11:12:06 +12:00 |
|
Simon Montagu
|
dc7e814c0b
|
Don't use cached inflow length for empty frames. Bug 660416, r=roc
|
2011-05-30 18:19:13 +03:00 |
|
Ms2ger
|
1bad80a509
|
Bug 659743 - Part c: Reduce QIing in nsImageMap; r=smaug
|
2011-05-30 13:35:45 +02:00 |
|
Ms2ger
|
e18ad59abc
|
Bug 659743 - Part b: Remove nsImageMapUtils; r=smaug
|
2011-05-30 13:00:00 +02:00 |
|
Ed Morley
|
9e71e5b9ac
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Masayuki Nakano
|
85c451e309
|
Bug 660121 Remove all pref related methods from nsContentUtils r=roc
|
2011-05-29 08:42:57 +09:00 |
|
Masayuki Nakano
|
a28bd9e01f
|
Bug 659913 part.3 Use AddObservers and RemoveObservers if the caller uses these methods of Preferences two or more times r=roc
|
2011-05-29 08:39:27 +09:00 |
|
Masayuki Nakano
|
1593568b21
|
Bug 659913 part.1 Remove nsContentUtils::GetPrefBranch() r=roc
|
2011-05-29 08:39:27 +09:00 |
|
Ms2ger
|
35e44f908f
|
Bug 659113 - Remove nsIDOMNSHTMLDocument; r=bz
|
2011-05-28 09:43:57 +02:00 |
|
Ms2ger
|
bfe60518ca
|
Bug 659990 - Remove nsIDOMNSHTMLHRElement; r=peterv
|
2011-05-28 09:43:44 +02:00 |
|
Masayuki Nakano
|
2b6aea130f
|
Bug 660401 Re-land the previous backed out patch
|
2011-05-28 16:03:00 +09:00 |
|
Masayuki Nakano
|
4dede19235
|
Bug 660401 temporary backout the patches for bug 659820 and bug 659821 for investigating talos regression
|
2011-05-28 13:50:19 +09:00 |
|
Josh Aas
|
ad51d92173
|
Bug 653116: Sort plugins from most to least recently modified. Search them in this order for MIME/extension matches. They should also appear in this order in about:plugins. r=jst r=bent
|
2011-05-28 00:08:26 -04:00 |
|
Daniel Holbert
|
8e2fd7a748
|
Bug 662089: Make text after #endif in nsObjectFrame.cpp into a comment, to fix build warning. r=roc
|
2011-06-06 11:02:28 -07:00 |
|
Masayuki Nakano
|
1f171993d1
|
Bug 659820 part.4 Replace nsContentUtils::Get(Char|String)Pref() with Preferences::GetC?String() r=roc
|
2011-05-27 13:53:03 +09:00 |
|
Josh Aas
|
7e100ff63c
|
Bug 606641: When creating a plugin from a stream, use the same creation path for both embedded and full screen plugins. r=jst
|
2011-05-26 21:49:56 -04:00 |
|
Oleg Romashin
|
d0ac388d68
|
Bug 624165 Cleanup plugins code, remove kill MOZ_COMPOSITED_PLUGINS and MOZ_USE_IMAGE_EXPOSE r=dougt
|
2011-05-25 16:54:30 -04:00 |
|
Masayuki Nakano
|
49814a538d
|
Bug 659536 part.2 Replace nsContentUtils::GetIntPref() with Preferences::GetInt() or Preferences::GetUint() r=roc
|
2011-05-25 15:32:00 +09:00 |
|
Masayuki Nakano
|
060287addd
|
Bug 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() r=roc
|
2011-05-25 15:31:59 +09:00 |
|
Matheus Kerschbaum
|
35f86c76ad
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
|
Ms2ger
|
fb6f5dd0ca
|
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
|
2011-05-23 18:46:36 +02:00 |
|