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
Jim Blandy
c2ce0f2fbc
Bug 968575: Add unit tests for Debugger.Source.prototype.introductionType. r=djvj
2014-02-07 12:40:54 -08:00
Jim Blandy
34e28e0465
Bug 968580: Use the term 'introductionType', as appearing in the Debugger API, throughout the code base. r=djvj
2014-02-07 12:36:03 -08:00
Gijs Kruitbosch
e4d778b08c
Bug 879981 - don't break skipintoolbarset test, rs=bustage
...
--HG--
extra : rebase_source : 54485a8f2afab0f68af184069a10a9c5e959fb97
2014-02-07 20:20:35 +00:00
Lucas Rocha
f1f42ff250
Bug 969445 - Don't show progress bar in about:privatebrowsing (r=mfinkle)
2014-02-07 20:03:42 +00:00
Mark Finkle
7705fbde4d
Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there (test changes) r=lucasr
2014-02-07 14:49:35 -05:00
Mark Finkle
2ba8b9636c
Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there r=lucasr
2014-02-07 14:49:32 -05:00
Ryan VanderMeulen
394ed67dc4
Merge m-c to fx-team.
2014-02-07 14:43:45 -05:00
Ryan VanderMeulen
ca0a74c56b
Backed out 2 changesets (bug 968891, bug 966599) for mochitest-bc failures on a CLOSED TREE.
...
Backed out changeset 718ba55ff175 (bug 968891)
Backed out changeset 0a8f966b8332 (bug 966599)
2014-02-07 14:38:47 -05:00
Ryan VanderMeulen
69a3aec6f8
Merge m-c to b2g-inbound.
2014-02-07 14:36:00 -05:00
Ryan VanderMeulen
4635913456
Merge inbound to m-c.
2014-02-07 14:22:17 -05:00