Commit Graph

167448 Commits

Author SHA1 Message Date
Ms2ger
1e7031caa5 Bug 964192 - Remove the required argument to captureEvents/releaseEvents; r=bz 2014-02-09 09:04:39 +01:00
Ms2ger
a3c46f9203 Bug 967206 - Remove !mDoc->EventHandlingSuppressed() assertion in ~nsGlobalWindow; r=mrbkap 2014-02-09 09:04:39 +01:00
Ms2ger
9fd84eb72a Bug 969331 - Part c: Remove the nsresult return value from nsEventTargetChainItem::PostHandleEvent; r=smaug 2014-02-09 09:04:39 +01:00
Ms2ger
f947f129ec Bug 969331 - Part b: Remove the nsresult return value from nsEventTargetChainItem::HandleEvent; r=smaug 2014-02-09 09:04:39 +01:00
Ms2ger
dd2ffc6508 Bug 969331 - Part a: Remove the nsresult return value from nsEventTargetChainItem::PreHandleEvent; r=smaug
No caller actually looks at the return value.
2014-02-09 09:04:38 +01:00
Ms2ger
e002dc0bd2 Bug 952033 - Part f: Use IntSize in CachedSurface; r=roc 2014-02-09 09:04:38 +01:00
Ms2ger
31c7d64437 Bug 952033 - Part e: Use IntSize in VideoSegment; r=roc 2014-02-09 09:04:38 +01:00
Ms2ger
0ae39bb1aa Bug 952033 - Part d: Use IntSize in MediaDecoder; r=roc 2014-02-09 09:04:38 +01:00
Ms2ger
176399514a Bug 952033 - Part c: Use IntSize and IntRect in VideoData; r=roc 2014-02-09 09:04:38 +01:00
Ms2ger
b995cb3325 Bug 952033 - Part b: Use IntSize in CreateOffscreenSurface; r=roc 2014-02-09 09:04:38 +01:00
Ms2ger
2178e3e36e Bug 952033 - Part a: Use IntSize in SurfaceCache; r=roc 2014-02-09 09:04:37 +01:00
Jan Varga
d4273f5817 Bug 953425 - Part d: Add DOMFileRequest::Create(); r=Ms2ger 2014-02-09 09:04:37 +01:00
Ms2ger
bd2713204c Bug 953425 - Part c: Use DOMFileRequest in LockedFile; r=janv 2014-02-09 09:04:37 +01:00
Ms2ger
71e5a13f9d Bug 968766 - Part k: Move the hashmap for named access to document.all into HTMLAllCollection; r=jst 2014-02-09 09:04:37 +01:00
Ms2ger
5c9583103c Bug 968766 - Part j: Remove the nsresult outparam from nsHTMLDocument::GetDocumentAllList and HTMLAllCollection::GetNamedItem; r=jst 2014-02-09 09:04:37 +01:00
Ms2ger
0f6c9634d9 Bug 968766 - Part i: Move the document.all NodeLists into a separate hashtable; r=jst 2014-02-09 09:04:36 +01:00
Ms2ger
58287333e8 Bug 968766 - Part h: Replace GetDocumentAllResult by GetDocumentAllList on nsHTMLDocument; r=jst 2014-02-09 09:04:36 +01:00
Ms2ger
f548523bdf Bug 968766 - Part g: Only unwrap the HTMLAllCollection once; r=jst 2014-02-09 09:04:36 +01:00
Ms2ger
09bd545bd9 Bug 968766 - Part f: Introduce HTMLAllCollection::GetNamedItem; r=jst 2014-02-09 09:04:36 +01:00
Ms2ger
9f405fabb8 Bug 968766 - Part e: Introduce HTMLAllCollection::Item; r=jst 2014-02-09 09:04:35 +01:00
Ms2ger
f78875ab03 Bug 968766 - Part d: Introduce HTMLAllCollection::Length; r=jst 2014-02-09 09:04:33 +01:00
Ms2ger
83789a9334 Bug 968766 - Part c: Remove nsHTMLDocumentSH::GetDocumentAllNodeList; r=jst 2014-02-09 09:02:45 +01:00
Ms2ger
8c0f9c1dfe Bug 968766 - Part b: Store the document.all NodeList in a C++ member rather than a reserved slot; r=jst 2014-02-09 09:02:45 +01:00
Ms2ger
c78269bbca Bug 968766 - Part a: Move the custom HTMLAllCollection code from nsDOMClassInfo.cpp to HTMLAllCollection.cpp; r=jst 2014-02-09 09:02:45 +01:00
Ms2ger
07e0e4bdd1 No bug - Stop building PluginDocument.cpp in unified mode.
It pulls in system headers that conflict with the new code in
HTMLAllCollection.cpp.
2014-02-09 09:02:45 +01:00
Ms2ger
6d2c4d756f Bug 956474 - Enforce that keywords in expressions are recognized; r=wlach 2014-02-09 09:02:44 +01:00
Phil Ringnalda
6b4bd04f8b Merge b-i to m-c 2014-02-08 19:27:54 -08:00
Phil Ringnalda
d8c13ffcb3 Merge m-i to m-c 2014-02-08 19:24:37 -08: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
Ehsan Akhgari
2cbfef3289 Bug 969868 - Use fallible allocations in some places in our plugin code; r=bsmedberg
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 16:04:09 -05:00
Robert Longson
561966bf0b Backout Bug 964200 part 3c 2014-02-08 21:02:30 +00:00
Tim Taubert
5757bf7456 merge m-c to fx-team 2014-02-08 21:34:18 +01: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
Bas Schouten
f19a9efe0c Bug 969580 - Part 2: Discard everything in the surfacecache when Direct2D malfunctions. r=seth 2014-02-08 19:37:39 +00:00
Bas Schouten
f0a3330a21 Bug 969580 - Part 1: Expose DiscardAll to SurfaceCache public interface. r=seth 2014-02-08 19:37:39 +00:00
Bas Schouten
c532a9d43f Bug 805406: Do not validate ThebesLayers when the D2D device is invalid. r=jrmuizel 2014-02-08 19:37:38 +00:00
Ehsan Akhgari
7797108d3f Bug 969871 - Use fallible allocation for text hyphenation; r=jfkthame
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 13:10:44 -05:00
Ehsan Akhgari
60d117e5ba Bug 969866 - Use fallible allocations in some places in our font/text shaping code; r=jfkthame
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 13:10:07 -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
Wan-Teh Chang
2d8a525078 Bug 844784: Update NSPR to NSPR_4_10_4_BETA3. Also includes the fix for
bug 939786.
2014-02-08 08:19:09 -08:00
Ehsan Akhgari
ff47815fe6 Second debugging patch for bug 968200 2014-02-08 10:31:35 -05:00
Alexander Surkov
01f9e1be83 Bug 957332 - setting caret offset doesn't always clear visual selection, r=tbsaunde 2014-02-08 08:25:11 -05:00
B2G Bumper Bot
f5a2f372e2 Bumping manifests a=b2g-bump 2014-02-08 03:46:10 -08:00
B2G Bumper Bot
d0908a56d7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34586ee8ee64
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14292 from KevinGrandon/bug_942460_contacts_position_sticky_headers

Bug 942460 - [Contacts] Implement position:sticky for fixed headers

========

https://hg.mozilla.org/integration/gaia-central/rev/45de63124616
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 942460 - [Contacts] Implement position:sticky for fixed headers r=bkelly
2014-02-08 03:45:16 -08:00
ffxbld
20838cbe86 No bug, Automated HSTS preload list update from host bld-linux64-ec2-400 - a=hsts-update 2014-02-08 03:17:31 -08:00
ffxbld
6eb15e06b1 No bug, Automated blocklist update from host bld-linux64-ec2-354 - a=blocklist-update 2014-02-08 03:13:57 -08:00
Wes Kocher
9897669733 Merge b2g-inbound to m-c 2014-02-07 17:07:59 -08:00
Wes Kocher
c9eba90c31 Merge fx-team to m-c 2014-02-07 17:00:34 -08:00