Commit Graph

158248 Commits

Author SHA1 Message Date
Jacek Caban
27a3029fcd Bug 944913 - Fixed char16_t/wchar_t mismatch in tollkit/. r=ehsan
--HG--
extra : rebase_source : c33427dd7c1c2db3d2741b8c2e0d1b4a0359a0a4
2013-12-03 16:07:22 +01:00
Jacek Caban
4ca5cc9b17 Bug 944907 - Fixed char16_t/wchar_t mismatch in netwerk/. r=mcmanus
--HG--
extra : rebase_source : dc84d4a33b8df669b63b62c5e3aaf06ef3ff1a6d
2013-12-03 15:54:59 +01:00
Boris Zbarsky
1bda52d451 Bug 945572 followup. Add missing Element.h include, so we actually have an AsElement() defined. r=bustage 2013-12-03 10:10:39 -05:00
Boris Zbarsky
ecda4675ae Bug 945573. Make nsITextControlElement::GetPlaceholderNode return Element*. r=smaug 2013-12-03 09:40:12 -05:00
Boris Zbarsky
58a7c3f5a4 Bug 945572 part 6. Make NS_NewElement take an Element** outparam instead of an nsIContent** one. r=smaug 2013-12-03 09:40:11 -05:00
Boris Zbarsky
e85a2bc705 Bug 945572 part 5. Make NS_NewSVGElement take an Element** outparam instead of an nsIContent** one. r=smaug 2013-12-03 09:40:11 -05:00
Boris Zbarsky
6c38b1b68c Bug 945572 part 4. Make NS_NewXMLElement take an Element** outparam instead of an nsIContent** one. r=smaug 2013-12-03 09:40:11 -05:00
Boris Zbarsky
17af4f2754 Bug 945572 part 3. Make NS_NewMathMLElement take an Element** outparam instead of an nsIContent** one. r=smaug 2013-12-03 09:40:11 -05:00
Boris Zbarsky
181a8d5aa0 Bug 945572 part 2. Make NS_NewXULElement take an Element** outparam instead of an nsIContent** one. r=smaug 2013-12-03 09:40:11 -05:00
Boris Zbarsky
9c1855a0bd Bug 945572 part 1. Make NS_NewHTMLElement take an Element** outparam instead of an nsIContent** one. r=smaug 2013-12-03 09:40:10 -05:00
Kevin Simons
c8d26f9326 Bug 945314 - Workaround crash with Cairo surfaces in Skia backend. r=mstange
A patch for bug 924102 introduced a MOZ_CRASH assertion for surfaces
of type other than SURFACE_SKIA or SURFACE_DATA being passed to
DrawSurface. Previously surfaces of other types were simply ignored.
On Linux, there are still several hardcoded surfaces of type Cairo
(found in gfxXlibNativeRenderer and friends) and as a result, the
Skia backend crashes always on Linux currently.

This workaround ignores Cairo surfaces passed to DrawSurface.
2013-12-03 08:52:06 -05:00
Shelly Lin
8873339903 Bug 941283 - OpusTrackEncoder should write pre-skip at the original samplerate. r=rillian 2013-12-02 11:54:35 +08:00
Khaled Hosny
fe84e8aadd Bug 928675 - Don't center sub/superscripts relative to each other. r=fredw 2013-12-03 08:51:21 -05:00
Dan Glastonbury
8fcf8f2e03 Bug 921215 - Handle being passed NULL ptr for either surface or gl to SharedSurface_IOSurface::Create by returning NULL. r=mattwoodrow 2013-12-03 13:11:27 +10:00
Jan Gerber
d3041f814e Bug 884275 - Report 'maybe' instead of 'probably' from canPlayType('video/webm'). r=rillian 2013-12-03 08:50:30 -05:00
Ehsan Akhgari
e34bb769e3 Bug 945589 - Add include guards to ScriptedNotificationObserver.h 2013-12-03 08:20:53 -05:00
Christian Holler
49dd465967 Bug 945568 - Properly handle OOM in ReadFile. r=terrence
--HG--
extra : rebase_source : 4734a64a1c89b43421f8dab0bda417cf7b8978c3
2013-12-03 03:33:55 +01:00
Nicolas Silva
16948fa98a Bug 929506 - fix context bug in BasicTextureImage. r=bjacob 2013-12-03 11:44:49 +01:00
Nicolas Silva
aec70a903e Bug 929506 - Check that gl->MakeCurrent returns true when using OpenGL on the Compositor side. r=bjacob 2013-12-03 11:44:46 +01:00
Nicolas Silva
095eb9bbc7 Bug 929506 - Check that the GLContext is not destroyed in MakeCurrent. r=bjacob 2013-12-03 11:44:37 +01:00
Carsten "Tomcat" Book
e8b7ad5f14 Merge m-c to mozilla-inbound 2013-12-03 11:29:37 +01:00
Carsten "Tomcat" Book
6b8ed20e59 merge b2g-inbound to mozilla-central 2013-12-03 10:41:51 +01:00
Carsten "Tomcat" Book
c40b2ecd96 merge fx-team to mozilla-central 2013-12-03 10:39:56 +01:00
Jan de Mooij
9d20f5ea84 Bug 945437 - Fix Ion usecount check in Compile function. r=h4writer 2013-12-03 10:38:26 +01:00
Carsten "Tomcat" Book
6d6392ef29 merge mozilla-inbound to mozilla-central 2013-12-03 10:14:06 +01:00
Henri Sivonen
3a4f183829 Bug 942706 - Remove nsIPluginTagInfo and unused associated methods. r=johns. 2013-12-03 10:36:13 +02:00
Henri Sivonen
e1039e6e8b Bug 393246 - Make URL fixup not query for Windows legacy encoding. r=bzbarsky. 2013-12-03 10:36:13 +02:00
Mike Hommey
a607ccb1d6 Bug 945496 - Disable unified builds on tbpl debug builds. r=ehsan
Until we can do something better
2013-12-03 16:53:39 +09:00
Mike Hommey
5b889e470a Bug 945496 - Disable unified builds on non-nightly builds. r=ehsan 2013-12-03 16:53:37 +09:00
Olli Pettay
764f17ce04 Bug 943729 - Crash in TimeRanges::TimeRange, r=giles 2013-12-03 09:22:37 +02:00
Drew Willcoxon
6397fa9317 Bug 874743 - Fix PlacesDBUtils.jsm error in intermittent test_parser_diagnostics_unprintables.html failure. r=mak 2013-12-02 20:21:58 -08:00
Gaia Pushbot
6b8f948865 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/001672effec8
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #14175 from yurenju/minilla-sim4

Bug 897325: Part 3 - preload apps for certain carriers r=@ochameau f=@acperez

========

https://hg.mozilla.org/integration/gaia-central/rev/3ba85adebdde
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 897325: Part 3 - preload apps for certain carriers
2013-12-02 20:15:24 -08:00
Phil Ringnalda
d6060acb53 Back out 14d1050e721b (bug 940541) for Windows b-c bustage 2013-12-02 19:48:43 -08:00
Mike Hommey
2390b810ba Bug 945563 - Remove unused macros in nsCSSColorUtils.cpp (BLACK, WHITE and LIGHT_FACTOR). r=roc 2013-12-03 12:32:03 +09:00
Mike Hommey
c73581c5a6 Bug 945532 - Add missing includes in OpusParser.h. r=kinetik 2013-12-03 12:30:47 +09:00
Mike Hommey
0ff7478a84 Bug 945532 - Kill LE* functions in OggCodecState.cpp and use Endian.h functions instead. r=kinetik 2013-12-03 12:30:45 +09:00
Phil Ringnalda
4463250ee6 Bug 925200 - Disable test_browserElement_oop_CloseApp.html for making it impossible to run mochitest-2 on some builds
CLOSED TREE
2013-12-02 19:29:35 -08:00
Phil Ringnalda
ee3f873a64 Bug 942470 - Disable test_user_agent_updates.html for intermittently failing to unset its override of the UA string, breaking other tests
CLOSED TREE
2013-12-02 19:24:30 -08:00
Mike Hommey
2692200c54 Bug 938686 - Add nestegg_packet_discard_padding to layout/media/symbols.def.in, attempting to unbust windows build on a CLOSED TREE 2013-12-03 10:53:00 +09:00
Ryan VanderMeulen
f5648e07cc Backed out changeset 77c1f23afc1c (bug 933483) for mochitest-bc failures. 2013-12-02 20:31:18 -05:00
Ralph Giles
e2b0162596 Bug 938686 - Fix a signed-comparison warning. r=BUSTAGE CLOSED TREE 2013-12-02 16:25:22 -08:00
Jeff Walden
5df864e216 Bug 943839 - Simplify Anchor and get rid of JS_AnchorPtr. r=terrence
--HG--
extra : rebase_source : f2d9e039f758b6078c57f601537effe8c7c39f82
2013-12-02 15:43:30 -08:00
Cameron McCormack
dea227dbd9 Bug 944246 - Make getComputedStyle pass in anonymous content when resolving pseudo-element style. r=bz 2013-12-03 10:57:50 +11:00
Ehsan Akhgari
44f80d0787 Bug 945509 - Include 2D.h in gfxFont.h because it uses ScaledFont; r=glandium 2013-12-02 18:53:14 -05:00
Karl Tomlinson
06680fb48c b=938450 use an OfflineAudioContext to test decodeAudioData at different sample rates f=padenot
--HG--
extra : transplant_source : %CF.%22r%F8%BB%D7%21%17%E9%96%19y1%5B%D0%E6%F0%D1%18
2013-12-03 12:23:49 +13:00
Karl Tomlinson
e945bf9c01 b=938450 load the expected file only once and remove unused monoTest parameter
--HG--
extra : transplant_source : %8C%A4%04%FB%9E%F3%1D%90%DB%C7%B1-e.%1C%08%B7%84%7Fl
2013-12-03 12:21:00 +13:00
Karl Tomlinson
fb8b48b239 b=938450 reduce the number of offset parameters to compareChannels() f=ehsan
findFirstNonZeroSample() won't return an offset > buffer length, so clamping
the result to <= 2048 is not necessary.

--HG--
extra : transplant_source : %28HV%B3%9A%AA%D6%8C6n%FD%18%AE%D6g%83%03%EA%09%D4
2013-12-03 12:20:46 +13:00
Karl Tomlinson
254bd0d87e b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan
--HG--
extra : transplant_source : %93W%BC%84%FF%10%9B%F5%CD5%98%0E%F0/%F2R%B9W%1E%94
2013-12-03 12:13:15 +13:00
Karl Tomlinson
3d801a1806 b=938450 test lengths of decoded audio and change 48k wav files to 48k f=padenot
New wave files differ from those generated from ogg files using sox 14.4.1 and
libvorbis 1.3.3 by being one quantum less on about half of the samples.

--HG--
extra : transplant_source : B%27%8F%2B%40%22%C5%25%0CS%22%28%40%C0%C3%0EM%87%87%A7
2013-12-03 12:10:38 +13:00
Karl Tomlinson
50bcc068a7 b=938450 process all input samples in decodeAudioData r=padenot
--HG--
extra : transplant_source : %01%B2%FE%DA%BE%2CcX%B9%A7%60%15%FB%08%C5%2AS%99%B28
2013-12-03 12:09:01 +13:00