Dan Gohman
b89eda796f
Bug 944963 - IonMonkey: Add a ModSelf operator to fix an x86 constraint problem with x%x. r=bhackett
2013-12-02 13:41:54 -08:00
Mike Hommey
bf60896454
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
2013-12-03 06:34:21 +09:00
Mike Hommey
b4eb12b707
Bug 943728 - Convert several resource install using double quotes to INSTALL_TARGETS and editor/libeditor/html/tests to mochitest manifest. r=gps,r=mshal
2013-12-03 06:34:21 +09:00
Mike Hommey
dac5b53f4f
Bug 944634 - mozmake.py (for gyp) handling of escaping (or lack thereof) for defines is wrong. r=ted
2013-12-03 06:34:21 +09:00
Mike Hommey
4389272f4a
Bug 944454 - Wrap non-prefixed freetype headers from newer freetype versions. r=ted
2013-12-03 06:34:21 +09:00
Mike Hommey
f66cffd6be
Bug 944813 - Fix test-package-step after bug 926906. r=mshal
2013-12-03 06:34:20 +09:00
Edwin Flores
2dcc290033
Bug 918135 - More tests for MP3FrameParser r=cpearce
...
This patch introduces two more MP3 test cases to exercise MP3FrameParser:
* vbr-head.mp3: This file contains a Xing header which gives an exact duration
of 10 seconds. However, it only contains 4 MP3 frames total for a real
duration of around 1 second. It is expected that we read the Xing header
and report 10 seconds.
* huge-id3.mp3: This file contains more than 130KB of ID3 tags. When we search
for MP3 frames, we give up after X KB of non-MP3 data. ID3 tags should not
count towards the non-MP3 count, since they can be very large. This test
case makes sure the skipping of ID3 tags works correctly.
2013-12-03 10:25:28 +13:00
Edwin Flores
ad6b57b100
Bug 918135 - Reduce MAX_SKIPPED_BYTES in MP3FrameParser r=cpearce
...
Now that we have stopped counting ID3 tags towards our count of non-MP3 data in
the MP3 frame parser, our threshold for claiming a stream is not MP3 can be far
lower than before.
2013-12-03 10:25:28 +13:00
Edwin Flores
740ce45445
Bug 918135 - Use MP3FrameParser in GStreamer backend for MP3 duration estimation r=cpearce
...
This patch adds support for our home-grown MP3 frame parser to the GStreamer
backend so that our duration estimation is consistent across all platforms.
2013-12-03 10:25:28 +13:00
Edwin Flores
39b4d9dbec
Bug 918135 - Windows-specific changes for MP3FrameParser refactor r=cpearce
2013-12-03 10:25:27 +13:00
Edwin Flores
6510155080
Bug 918135 - Parse VBR headers in MP3FrameParser for calculating exact duration r=cpearce
...
This patch adds support for Xing and VBRI headers to MP3FrameParser so that we
can calculate the exact duration of an MP3 file if these headers are present.
It is also now more robust against large ID3 tags and discontinuities in input.
2013-12-03 10:25:27 +13:00
Edwin Flores
499b236543
Bug 934412 - Add header offset in SharedRGBImage::GetBuffer r=nical
2013-12-03 10:25:27 +13:00
Andrew McCreight
416fbf98c8
Bug 942528 - Make XPCWN more of a normal cycle collected class. r=smaug
2013-12-02 13:17:29 -08:00
Andrew McCreight
744b82250b
Bug 938407 - Null check FinishReportingCallback::mFinishDumping. r=froydnj
2013-12-02 13:11:43 -08:00
Fernando Jiménez
8577cf4780
Bug 928389 - Default to strong listeners added via DOMRequestHelper. Part 2: Webapps. r=fabrice, genelian, bkelly
2013-12-02 21:39:04 +01:00
Fernando Jiménez
f754242b9a
Bug 928389 - Default to strong listeners added via DOMRequestHelper. r=fabrice, genelian, bkelly
2013-12-02 21:39:04 +01:00
Terrence Cole
3eb7b1b363
Bug 945360 - Fix some recent new rooting hazards in SpiderMonkey; r=sfink
2013-12-02 11:11:07 -08:00
Honza Bambas
8d8e11630c
Bug 937582. r=mcmanus
2013-12-02 14:37:37 -05:00
Benoit Girard
e4183dfbd6
Bug 944866 - Pat 1: Add DrawLines to Compositor.h and implement for OGL. r=gal
2013-12-01 15:54:46 -05:00
Brian Smith
7f355c58e6
Bug 945195: Do insecure fallback from TLS 1.0 to SSL 3.0 when we receive a FIN during the initial handshake, r=honzab
...
--HG--
extra : rebase_source : d10091aea21f7d552f682d54383bf43ece7633ed
2013-12-02 10:48:06 -08:00
Ajitesh Gupta
6b707d4378
Bug 917047: Remove the security.enable_md5_signatures pref, r=briansmith
...
--HG--
extra : rebase_source : ae721bc7f91b399e61c2efb869e15ab902c810e0
2013-11-19 16:05:26 -08:00
Mats Palmgren
0f61aada06
Bug 944198 - Only update the color if we're still a color input. r=bz, r=matspal
2013-12-02 13:39:32 -05:00
Arnaud Bienner
9ac6db7f6c
Bug 943966 - Reduce color swatch min size + add a default size for input type color. r=dholbert
2013-11-30 12:36:08 +01:00
Michael Shuen
bc35fec154
Bug 942979 - Stop crashing in nsContentUtils::GetCommonAncestor. r=bzbarsky
2013-12-02 13:38:51 -05:00
Ryan VanderMeulen
a30ff7e67e
Backed out changesets 4117364f58fb and cb99aff2574e (bug 888373) for xpcshell failures.
2013-12-02 13:11:44 -05:00
Ralph Giles
15bd8b322a
Bug 887978 - Enable WebVTT. r=cpearce, bz
...
New global interfaces need to be added to test_interfaces.html
and marked with the same conditional as the pref. The test must
also be updated if the conditional is changed on the pref.
We now pass the track element portion of the imptests.
2013-11-29 16:57:00 -08:00
Ryan VanderMeulen
70fa79869c
Backed out changeset 13c1b3a2d135 (bug 880625) for xpcshell failures.
2013-12-02 13:07:46 -05:00
Daniel Holbert
8fd696c293
backout 01a00ce2b662 (Bug 940381) since its mochitest tweaks may make things less robust instead of more robust
2013-12-02 09:59:38 -08:00
Ralph Giles
b45d38eba2
Bug 944538 - Update libopus to 1.1rc2. r=cpearce
...
Bumped to include the MULT16_32_P16 bugfix.
2013-11-28 14:20:00 -08:00
Jan Beich
235cf51f70
Bug 945046 - Implement private and vsize-max-contiguous reporters on FreeBSD. r=njn, r=glandium
2013-12-02 12:51:27 -05:00
Jan Beich
55c4f8b847
Bug 945046 - Move private, vsize-max-contiguous class implementation under their own ifdef. r=njn
2013-12-02 12:51:26 -05:00
Simone Carletti
a75c03645d
Bug 945002 - Update PSL for .GG and .JE. r=gerv
2013-12-02 12:51:26 -05:00
Martin Stransky
a9b43db353
Bug 943407 - Port GTK2 to GTK3 - build failure - nsWindow::StartRemoteDrawing(). r=karlt
2013-12-02 12:51:26 -05:00
Xidorn Quan
cb2af97b17
Bug 934072 - Part 4: Reftests for complex cjk counter styles. r=jfkthame
2013-12-02 12:51:26 -05:00
Xidorn Quan
68e4d23fbf
Bug 934072 - Part 3: Implement complex CJK ideographic counter styles. r=jfkthame
2013-12-02 12:51:26 -05:00
Xidorn Quan
8dbe908ce9
Bug 934072 - Part 2: Add counter style cjk-decimal. r=jfkthame
2013-12-02 12:51:26 -05:00
Xidorn Quan
98b1f89681
Bug 934072 - Part 1: Support other suffixes in numbered bullet. r=jfkthame
2013-12-02 12:51:25 -05:00
Sumit Agrawal
c4928abe6f
Bug 928321 - Implement a variant of safe-file-output-stream that doesn't flush by default. r=Yoric
2013-12-02 12:51:25 -05:00
Michael Boon
56a6822193
Bug 923237 - Updater should immediately apply update when downloaded manually. r=snorp
2013-12-02 12:51:25 -05:00
Ben Kelly
1031c395ec
Bug 943414: Assert/warn if non-null prompt passed to nsICookieService. r=ehsan
2013-12-02 12:48:12 -05:00
Ben Kelly
65d746dcce
Bug 932418: Don't create and throw away prompt when setting cookie string. r=bz
2013-12-02 12:47:57 -05:00
Aaron Klotz
17bcff457a
Bug 944529: Obtain HDD info for GRE path and Windows directory; r=froydnj
2013-12-02 10:41:44 -07:00
Paul Adenot
1aa9205cb3
Bug 944707 - Stop locking when getting the preferred samplerate from the AudioStream. r=kinetik
...
--HG--
extra : rebase_source : 7c9f858a63c41037fd44a85457cbf401f63c07a9
2013-12-02 15:58:11 +01:00
Ehsan Akhgari
3ec67fcc24
Bug 944844 - Disambiguate the printf functions in GeckoProfilerImpl.h so that they don't conflict with the ones defined in chromium's namespace base; r=BenWa
2013-12-02 12:29:49 -05:00
Jon Coppeard
8df69733b1
Bug 944675 - Fix some spurious rooting hazards in WebGL. r=bjacob
2013-12-02 11:55:25 -05:00
Michael Brennan
6c8629d959
Bug 888373 - Tests for startup/shutdown crash detection API. r=yoric, r=gps
2013-08-20 22:46:38 +02:00
Michael Brennan
5dce57a745
Bug 888373 - Simple API for detecting startup/shutdown crashes. r=yoric
2013-11-15 16:46:44 +01:00
Simone Carletti
0c7ce24c5e
Bug 880625 - Updates to the PSL (A-C). r=gerv
...
This patch also includes an update for the test suite (Bug 943800).
2013-12-02 11:53:32 -05:00
Martin Stransky
c4103ae6b2
Bug 877605 - Port GTK2 to GTK3 - tab widget rendering. r=karlt
2013-12-02 11:53:09 -05:00
Dagger
fabc7455c2
Bug 867957 - Location bar ends up empty when displaying invalid URI error pages. r=dao
2013-12-02 11:52:35 -05:00