Alexander Surkov
4aa0692608
Bug 956032 - text selection change event is missed when selected text becomes unselected, r=tbsaunde
2014-02-11 20:18:31 -05:00
Bill McCloskey
817fc83d9d
Bug 960783 - Support "new out-of-process window" menu item in nightly (r=felipe,bsmedberg,trevor,ted)
2014-02-11 09:01:08 -08:00
Anuj Agarwal
429db16898
Bug 970977 - Create reftests for bug 477915. r=fredw
2014-02-11 13:41:32 -05:00
Max Vujovic
2b722685f9
Bug 948265 - [CSS Filters] Change nsSVGFilterProperty to track an nsStyleFilter chain instead of a single nsIURI and nsSVGFilterFrame. r=roc
2014-02-09 20:31:03 -08:00
Ehsan Akhgari
d1964b92f6
Bug 970727 - Move DEFFILE to moz.build; r=mshal
2014-02-11 11:28:54 -05:00
Brian O'Keefe
e3f6084e7a
Bug 772828 - Part b: use RESOURCE_FILES in moz.build instead of manual rules in Makefile.in; r=mshal
2013-11-05 13:37:54 -05:00
Ali Akhtarzada
e8daa9d85e
Bug 967743 - Make moz elements use DrawTarget context. r=mattwoodrow
2014-02-11 09:22:45 -05:00
Masayuki Nakano
5b112a02ec
Bug 969219 Simplify constructor of InternalTransitionEvent r=smaug
2014-02-11 14:35:25 +09:00
Masayuki Nakano
1f4dd60cc8
Bug 968725 Simplify constructor of InternalAnimationEvent r=smaug
2014-02-11 14:35:25 +09:00
Masayuki Nakano
807b7a13b2
Bug 964153 Remove unnecessary constructor of WidgetTouchEvent and don't copy its widget in Duplicate() r=smaug
2014-02-11 14:35:25 +09:00
L. David Baron
20e815fd1f
Bug 970647 patch 3: Rename (to match convention) and better share nsStyleDisplay* variable in nsIFrame::Preserves3DChildren. r=mattwoodrow
2014-02-10 17:03:25 -08:00
L. David Baron
d20f2fd0fd
Bug 970647 patch 2: Fix indentation and bracing in nsIFrame::Preserves3DChildren. r=mattwoodrow
2014-02-10 17:03:25 -08:00
L. David Baron
c7aad1f0e0
Bug 970647 patch 1: Remove some null-checks and simplify control flow in nsIFrame::HasPerspective and nsIFrame::ChildrenHavePerspective. r=mattwoodrow
2014-02-10 17:03:25 -08:00
Ehsan Akhgari
82ebdc883f
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Olli Pettay
eb2b15d9d4
Bug 969671 - Warn about use of sync XHR in the main thread, r=sicking/ehsan
...
--HG--
extra : rebase_source : 4af00da28a4e8b6cc1209d9a5e098d9914286deb
2014-02-10 20:35:25 +02:00
Robert Longson
b9cfc63542
Fix and enable reftest for Bug 964200
2014-02-10 18:48:05 +00:00
Sotaro Ikeda
668cb0f47f
Bug 957391 - Call nsIFrame::SchedulePaint() in ImageLoader::DoRedraw(). r=mattwoodrow
2014-02-10 09:34:11 -05:00
Mohit Sinha
98882a0f83
Bug 969867 - Treat U+2063 and U+2064 as invisible operators. r=karlt
2014-02-10 08:58:33 -05:00
Timothy Nikkel
04e2d25bc0
Bug 966510. Scroll frame display items are never opaque. r=roc
...
The content they contain may be moved, so any region that is opaquely covered at paint time may not be later.
This problem was made worse by bug 951467 because it made the bounds of the scroll layer item be the bounds of the scrollport is all cases (making it return wrong results even at paint time), instead of the bounds of the contained content (meaning the results would only be wrong after async scroll).
2014-02-10 04:56:30 -06:00
Matt Woodrow
996cc1f13f
Bug 968042 - Clear mNextPaintCompressed after painting. r=roc
2014-02-10 15:24:28 +13:00
Mats Palmgren
58c02b28b6
Bug 968174 - Don't schedule a paint if the pres context was detached during the delay. Re-enable the assertions from bug 967758. r=roc
2014-02-10 02:14:38 +00:00
Cameron McCormack
6666ead436
Bug 969961 - Turn CSS Variables pref on in tests that rely on it. r=philor
2014-02-10 11:56:35 +11:00
Robert O'Callahan
ad18b5ade8
Bug 947588. Part 5: Fix tests to pass even if regular HTML content is not displaying hexboxes for control characters. r=jfkthame
...
--HG--
extra : rebase_source : 8eea41432c267b4ace85d1230c5dba76fe7cc3c4
2014-02-05 23:23:50 +13:00
Robert O'Callahan
0eda1dacc2
Bug 947588. Part 4: Set -moz-text-discard:none in devtools, XUL, text inputs, plaintext documents, view-source documents. r=heycam
...
--HG--
extra : rebase_source : 2db920396d9c5f8de51c4385250f2903629441fc
2014-02-05 23:23:08 +13:00
Robert O'Callahan
c21981933e
Bug 947588. Part 3.9: Remove CRs from plaintext.css. r=heycam
...
--HG--
extra : rebase_source : 0cf0bb02d4edcc848f71ec498fd2521312521ae8
2014-02-05 23:22:21 +13:00
Robert O'Callahan
9fbd39be16
Bug 947588. Part 3: Map nsStyleText::mControlCharacterVisibility to TEXT_HIDE_CONTROL_CHARACTERS flag in nsTextFrame. r=jfkthame
...
Note that this is set up so any use of gfxTextRun outside of nsTextFrame
shows hexboxes for control characters.
--HG--
extra : rebase_source : 83335c85c4db4a6391f18924aad566b00fd6a66c
2014-02-05 23:16:23 +13:00
Robert O'Callahan
cc11be0db5
Bug 947588. Part 1: Add "-moz-control-character-visibility" property to the style system. r=heycam
...
Ideally we'd make this property inaccessible to Web content style sheets, but
that seems hard since view-source and plain text documents seem to load in a
context that's very similar to Web content as far as the style system is
concerned. It doesn't matter much since it's quite safe and unlikely to be
discovered or used by anyone.
--HG--
extra : rebase_source : 009aafc992afd07fd76a9026afe0f6994b4b214a
2014-02-05 23:08:48 +13:00
Robert Longson
e3376add57
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange
2014-02-09 09:46:16 +00:00
Ms2ger
18126df3e8
Bug 968805 - Pass nsIDocument to nsIContentViewer.loadStart; r=smaug
2014-02-09 09:04:40 +01:00
Ms2ger
500735e91f
Bug 969035 - Outparamdel NS_NewContentViewer; r=bz
2014-02-09 09:04:40 +01:00
Ms2ger
f51c90f787
Bug 969006 - Use nsIDocShellTreeItem::ItemType in nsXULPopupManager::MayShowPopup; r=bz
2014-02-09 09:04:39 +01:00
Ms2ger
b995cb3325
Bug 952033 - Part b: Use IntSize in CreateOffscreenSurface; r=roc
2014-02-09 09:04:38 +01:00
Ehsan Akhgari
87f8d4a9ea
Bug 969879 - Use infallible allocation to store the style information for CSS transitions and animations; r=dbaron
2014-02-08 16:56:40 -05:00
Robert Longson
561966bf0b
Backout Bug 964200 part 3c
2014-02-08 21:02:30 +00:00
Robert Longson
76cd3f521c
Bug 964200 (Part 3c fix reftest) - Implement Filter Effects Module feDropShadow filter. r=mstange
2014-02-08 20:25:14 +00:00
Robert Longson
2eba8eeb09
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter. r=mstange
2014-02-08 20:16:22 +00:00
Ehsan Akhgari
76312b6425
Bug 969879 - Use fallible allocation to store the style information for CSS transitions and animations; r=dholbert
...
It seems like the sizes for these data structures can be controlled from
Web content, and we are already prepared to deal with OOM conditions,
except that we are using infallible allocations by mistake.
2014-02-08 15:11:36 -05:00
Robert Longson
aa363c2347
Bug 964200 (Part 3a moz2d) - Implement Filter Effects Module feDropShadow filter. r=mstange
...
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-08 16:49:46 +00:00
Doug Sherk
a1acaa79fc
Bug 964421 - Add a mechanism to HandleLongTap(Up) to allow content to preventDefault touches and stop panning while long tapping. r=kats
2014-02-07 18:13:50 +01:00
Max Vujovic
c040ed0337
Bug 948265 - [CSS Filters] Make nsSVGIntegrationUtils and nsSVGUtils call nsSVGFilterInstance directly instead of through nsSVGFilterFrame. r=roc
2014-02-06 10:42:35 -08:00
Gijs Kruitbosch
af63e2aba8
Bug 627974 - panels that aren't toplevel shouldn't overlap the taskbar, r=Enn
2014-02-07 17:35:09 +00:00
Ryan VanderMeulen
c81970ba83
Backed out changeset d4251829067b (bug 948265) for bustage.
...
CLOSED TREE
2014-02-07 11:05:39 -05:00
Frédéric Wang
1449e2b1de
Bug 963324 - Import mismatch menclose reftests from the MathJax testsuite. r=karlt
2014-02-07 10:48:42 -05:00
Max Vujovic
e71610817d
Bug 948265 - [CSS Filters] Make nsSVGIntegrationUtils and nsSVGUtils call nsSVGFilterInstance directly instead of through nsSVGFilterFrame. r=roc
2014-02-07 10:48:39 -05:00
Anuj Agarwal
d8b45f188f
Bug 477915 - Remove frame->AddStateBits from ReLayoutChildren. r=fredw
2014-02-07 10:21:49 -05:00
Carsten "Tomcat" Book
e3aafe9e11
merge fx-team to mozilla-central
2014-02-07 09:52:32 +01:00
Phil Ringnalda
002e238b14
Back out e386c02b4b9a (bug 963324) for timeouts in the reftests it added
...
CLOSED TREE
2014-02-06 19:36:26 -08:00
Neil Deakin
f93b0f7997
Bug 966241, revert some of bug 941051 and just use Intersect instead of IntersectRect, r=neil
2014-02-06 20:08:31 -05:00
Cameron McCormack
18a7888afc
Bug 969099 - Initialize nsPresContext::mIsChrome eagerly. r=roc
2014-02-07 14:08:49 +11:00
L. David Baron
6d9425e5a1
Bug 91419 patch 9: Fix comments and debugging output referring to "special" frames. r=mats
2014-02-06 17:45:33 -08:00