Ehsan Akhgari
9f20e412a4
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
ef4e513fd2
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
8b21c82f7c
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
e6cbf12e80
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
b5c42192ce
Second debugging patch for bug 968200
2014-02-08 10:31:35 -05:00
Alexander Surkov
f61f9e70a4
Bug 957332 - setting caret offset doesn't always clear visual selection, r=tbsaunde
2014-02-08 08:25:11 -05:00
Nathan Froyd
b32b109033
Bug 969022 - remove s*_ids static constructors by explicitly tracking id initialization state; r=bz
2014-02-06 15:05:30 -05:00
Doug Sherk
a305bc27b9
Bug 964421 - Fix APZC gtest to simulate some TabChild behavior. r=kats
2014-02-06 16:34:39 +01:00
Doug Sherk
ffbaa8e658
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
Magnus Melin
ce741f665a
Bug 457296 - allow content manager to removing mail address permissions. r=josh
2014-01-25 21:00:10 +02:00
Jon Coppeard
5fdbc1cb31
Bug 967589 - Add OOM test for runtime creation and fix failures r=billm
2014-02-08 09:40:11 +00:00
Myk Melez
b805ecc994
bug 934760 - implement synthetic APK update flow; r=wesj
2014-02-07 23:50:13 -08:00
Phil Ringnalda
ef3a438040
Back out ed6e04e6fc0c (bug 968642) for breaking Windows plugin tests
...
CLOSED TREE
2014-02-07 21:26:02 -08:00
Jim Blandy
7f51437bfe
No bug: Remove "unsigned comparison" warning in ScriptSource::setIntroducedFilename. rs=waldo
2014-02-07 21:10:51 -08:00
Ehsan Akhgari
8e5a0410a9
Bug 957729 - Disable the slow script signal handler by default when running mochitests under a debugger through mach; r=gps
2014-02-07 23:25:45 -05:00
Ehsan Akhgari
e506f7f137
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-07 23:22:31 -05:00
Phil Ringnalda
bd1e43cf13
Back out 4 changesets (bug 777574) because it's the slaves, not the tests
...
Backed out changeset ce3f48acc244 (bug 777574)
Backed out changeset f3c918a0e91c (bug 777574)
Backed out changeset fd79a8abbbf8 (bug 777574)
Backed out changeset 371e42c987d6 (bug 777574)
--HG--
extra : rebase_source : 04c61c132e85f366088d2318f282acd63b5faa0e
2014-02-07 19:04:02 -08:00
Boris Zbarsky
9ba0ae8d76
Bug 956806 part 2. Share generic getters/setters/methods across all bindings. r=peterv
2014-02-07 15:56:14 -05:00
Boris Zbarsky
2292f3d2fe
Bug 956806 part 1. Output a list of prototype names in PrototypeList.cpp. r=peterv
2014-02-07 15:50:23 -05:00
Shu-yu Guo
e637f2f5ec
Bug 969709 - Fix race in ThreadPool::abortJob; fixes intermittent oranges on a CLOSED TREE. (r=nmatsakis)
2014-02-07 17:39:00 -08:00
Wes Kocher
f9b42e33d3
Merge m-c to inbound despite the CLOSED TREE
2014-02-07 17:38:08 -08:00
Wes Kocher
5842260269
Merge b2g-inbound to m-c
2014-02-07 17:07:59 -08:00
Wes Kocher
fff5adc094
Merge fx-team to m-c
2014-02-07 17:00:34 -08:00
Wes Kocher
16659fa898
Backed out changeset 9add9f9ed1fd (bug 950266) for m3 failures to help clean up this CLOSED TREE
2014-02-07 16:01:21 -08:00
Jim Blandy
5d675289c5
Bug 968575: Add unit tests for Debugger.Source.prototype.introductionType. r=djvj
2014-02-07 12:40:54 -08:00
Jim Blandy
59d3b91afc
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
3f48f0eeea
Bug 879981 - don't break skipintoolbarset test, rs=bustage
...
--HG--
extra : rebase_source : 54485a8f2afab0f68af184069a10a9c5e959fb97
2014-02-07 20:20:35 +00:00
Lucas Rocha
0e72064393
Bug 969445 - Don't show progress bar in about:privatebrowsing (r=mfinkle)
2014-02-07 20:03:42 +00:00
Mark Finkle
faa1067c50
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
be761abd74
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
b02119174f
Merge m-c to fx-team.
2014-02-07 14:43:45 -05:00
Ryan VanderMeulen
9daa2ef756
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
7c1b52160d
Merge m-c to b2g-inbound.
2014-02-07 14:36:00 -05:00
Ryan VanderMeulen
e77e2b92b7
Merge inbound to m-c.
2014-02-07 14:22:17 -05:00
Lucas Rocha
a5c67c9ed9
Bug 966866 - Correctly update SiteIdentityPopup for MIXED_CONTENT_BLOCKED (r=margaret)
2014-02-07 19:21:28 +00:00
B2G Bumper Bot
addd600427
Bumping manifests a=b2g-bump
2014-02-07 11:20:55 -08:00
B2G Bumper Bot
cb9fbd5a0c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aa1e2bec7aab
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #15928 from brendandahl/pdfjs-0.8.997
Bug 966865 - Update pdf.js to version 0.8.997.
========
https://hg.mozilla.org/integration/gaia-central/rev/c5c69e7db367
Author: Brendan Dahl <brendan.dahl@gmail.com>
Desc: Bug 966865 - Update pdf.js to version 0.8.997.
2014-02-07 11:20:10 -08:00
B2G Bumper Bot
86b9d9e3b4
Bumping manifests a=b2g-bump
2014-02-07 11:10:58 -08:00
B2G Bumper Bot
3349c42d94
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b84f23f054b
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 907177 - [Clock] Add integration tests
r=gaye, mcav
2014-02-07 11:10:11 -08:00
Chenxia Liu
9401338644
Bug 968180 - Favicons in URL bar are not fetched after changing an option in settings menu (backout bug 934658). r=mfinkle
2014-02-07 10:42:04 -08:00
Ryan VanderMeulen
6a2890674b
Merge b2g-inbound to m-c.
2014-02-07 13:38:43 -05:00
B2G Bumper Bot
5ec149f529
Bumping manifests a=b2g-bump
2014-02-07 10:35:58 -08:00
B2G Bumper Bot
c35c38b189
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cecf3657eeb4
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #16075 from gabrielesvelto/bug-967662
Bug 967662 - Recompress the PNG images added in bug 833401 r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/237e9bec6237
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 967662 - Recompress the PNG images added in bug 833401 r=kaze
2014-02-07 10:30:10 -08:00
Jared Wein
9520cd8810
Bug 968891 - Disable the button-text fade-out mask during the customization transition. r=Gijs
2014-02-07 13:17:58 -05:00
Gijs Kruitbosch
78c7330cf2
Bug 879981 - make non-removable items fade out and non-draggable and adjust their cursor for Australis, r=mikedeboer
...
--HG--
extra : rebase_source : 710421b85304f29a7a01f63d72f3963a5522f9bc
2014-02-07 18:11:55 +00:00
B2G Bumper Bot
9b195ca992
Bumping manifests a=b2g-bump
2014-02-07 09:46:02 -08:00
YFdyh000
de494f4c93
Bug 961177 (followup) - Add missing 'let' to variable declaration [r=mbrubeck]
2014-02-07 09:41:10 -08:00
B2G Bumper Bot
a5838b4413
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5e5e2e3ee50f
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #16064 from jonallengriffin/gaiatest_version
Bug 968996 - Bump gaiatest to 0.21.5, r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/63724faa0d3a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 968996 - Bump gaiatest to 0.21.5, r=zac
2014-02-07 09:40:11 -08:00
Sam Foster
d7b04d16a6
Bug 969045 - Add feedback item in Settings charm. r=mbrubeck
2014-02-07 09:35:03 -08:00
Stephen Horlander
6b1632ad8e
Bug 968972 - [Australis] Firefox Accounts button is compressed in customize mode with overflow. r=jaws
...
--HG--
extra : rebase_source : 6baee0398d76324402b5ee2d90642f729862aee5
2014-02-07 12:07:48 -05:00