Daniel Holbert
638f6d9bd4
Bug 805607 - Mark content/xbl/src as FAIL_ON_WARNINGS. r=bz
2012-10-26 10:49:57 -07:00
Daniel Holbert
f6e984bc20
Bug 805606: Add DebugOnly annotation to fix build warning in nsXBLDocumentInfo.cpp. r=Ms2ger
2012-10-26 10:49:57 -07:00
David Burns
3b5adc3d66
Bug 805635: making sure we close the file on import_script; r=mdas
2012-10-26 16:23:52 +01:00
Gregor Wagner
53172eba0c
Bug 805646 - Allow access fields in manifest files. r=ddahl
2012-10-26 12:34:48 -07:00
Santtu Lakkala
ad6fdae966
Bug 802544: Skip plugin remember click-to-play checkbox for pages without host. r=margaret
2012-10-26 22:09:11 +03:00
Jonathan Kew
1bfe978044
bug 805787 - fix for build failure in nsNodeUtils.cpp with Apple clang 4.0 or other not-up-to-date versions. r=dbaron
2012-10-26 15:48:29 +01:00
Benoit Girard
5d9fdabc64
Bug 805792 - Avoid another extra copie when calling RenderTile. r=Cwiiis
...
--HG--
rename : layout/style/test/test_viewport_units.html => layout/style/test/test_rem_unit.html
extra : rebase_source : 3b18b7c42691b655264b615044e28cb448fde7a6
2012-10-26 10:44:48 -04:00
Bill McCloskey
d48c07ff09
Bug 803907 - Simplify GC root iteration (r=terrence)
2012-10-26 11:53:31 -07:00
Bill McCloskey
44c1337852
Bug 803907 - Remove some unused GC functions (r=terrence)
2012-10-26 11:53:25 -07:00
Bill McCloskey
2e35cd555e
Bug 803907 - Remove some GC debugging functions (r=terrence)
2012-10-26 11:53:20 -07:00
Bill McCloskey
b8c104da8b
Bug 803907 - Remove JS MapRoots (r=terrence)
2012-10-26 11:51:35 -07:00
Bill McCloskey
f8f8d7017f
Bug 692267 - Remove js/src/gc/Heap.h from INSTALLED_HEADERS (r=terrence)
2012-10-26 11:18:50 -07:00
Bill McCloskey
2e039c483d
Bug 692267 - Remove jsgc.h from INSTALLED_HEADERS (r=terrence)
2012-10-26 11:17:24 -07:00
Ehsan Akhgari
439bc84904
Add a comment about MOZ_BEGIN_ENUM_CLASS/MOZ_END_ENUM_CLASS to say that they should not be used for nested enums, no bug
...
DONTBUILD
2012-10-26 13:56:54 -04:00
James Willcox
c52a0d38f9
Bug 777460 - Guard against null plugin instance on Android r=blassey
2012-10-26 13:49:50 -04:00
Steven Michaud
5b7f345811
Bug 801883 - New profile directories are hidden in Finder. r=josh
2012-10-26 12:21:12 -05:00
Mike Conley
0aecb71180
Bug 766263 - Part 2: Add a regression test. r=mak.
2012-10-26 13:17:18 -04:00
Mike Conley
41924d2689
Bug 766263 - Part 1: Downloads Panel should not open automatically once per Firefox session. r=mak.
2012-10-26 13:17:18 -04:00
Mihai Sucan
96dfc9c81f
Bug 805639 - Intermittent devtools/webconsole/test/test_file_uri.html | file URI match; r=paul
2012-10-26 19:35:30 +03:00
Robert O'Callahan
c14b6532cb
Bug 805771. Don't call NotifyPull after a stream has finished. r=jesup
2012-10-26 13:11:50 -04:00
Jeff Hammel
7453c1c485
Bug 805440 - Mozrunner installed from pypi when running setup_development.py;r=jgriffin
...
--HG--
extra : rebase_source : f34112c361a3b727913648a0cb593f8d966d43e1
2012-10-26 08:58:03 -07:00
L. David Baron
29f92ad50d
Add preferences (defaulting to enabled, for now) to control whether certain prefixed aliases for CSS properties are supported, so that authors can have a way to test what happens when they're turned off in advance of our disabling them. (Bug 804944) r=bzbarsky
2012-10-26 19:04:20 +02:00
L. David Baron
fe6b36ef5f
Bug 804970, patch 6: Don't force rem units out of the rule tree. r=bzbarsky
2012-10-26 19:04:20 +02:00
L. David Baron
adc491234c
Bug 804970, patch 5: Handle dynamic changes to the basis for 'rem' units by rebuilding all style data. r=bzbarsky
2012-10-26 19:04:20 +02:00
L. David Baron
30f8edf8dc
Bug 804970, patch 4: Refactor part of RebuildAllStyleData into a helper function (slightly reordering it), so that we can share that part. r=bzbarsky
2012-10-26 19:04:20 +02:00
L. David Baron
48fdcf2bd2
Bug 804970, patch 3: Don't force vw/vh/vmin/vmax units out of the rule tree. r=bzbarsky
2012-10-26 19:04:20 +02:00
L. David Baron
f9b4b08010
Bug 804970, patch 2: Add test for dynamic changes of viewport units. r=bzbarsky
...
--HG--
rename : layout/style/test/test_rem_unit.html => layout/style/test/test_viewport_units.html
2012-10-26 19:04:20 +02:00
L. David Baron
6a3a6655e9
Bug 804970, patch 1: Don't force calc() units out of the rule tree. r=bzbarsky
...
This moves the calc() handling above the aCanStoreInRuleTree = false,
which it had no reason to be below.
calc() units are still forced out of the rule tree when there's an em,
ex, or rem unit inside the calc() structure, since aCanStoreInRuleTree
is passed through to the leaf CalcLengthWith calls.
2012-10-26 19:04:20 +02:00
David Keeler
48d041d98a
bug 800444 - disable HSTS preload list if firefox has not updated in 18 weeks r=bsmith, mayhemer
2012-10-26 09:50:23 -07:00
Benoit Girard
5ba2ae05c2
Bug 805792 - Avoid extra copies when calling RenderTile. r=Cwiiis
...
--HG--
rename : toolkit/components/passwordmgr/test/auth2/authenticate.sjs => toolkit/components/passwordmgr/test/authenticate.sjs
extra : rebase_source : 30755a7e578743530c51f6f1953ca25bf5c0e149
2012-10-26 09:38:44 -04:00
Neil Deakin
c56bc18541
Bug 701760, merge <select> and popup manager rollup handling, so that select elements don't cancel out any popup rollup listeners, r=mats
2012-10-26 09:15:22 -04:00
Tim Taubert
7811fcf12b
Bug 805377 - [Camera] Change to video record mode will cause app crash r=mikeh a=blocking-basecamp
2012-10-26 14:55:08 +02:00
Alexander Surkov
ffca7c9dca
Bug 805373 - don't expose explicit-name on unintentional empty name accessible, r=tbsaunde
2012-10-26 21:38:29 +09:00
Josh Aas
8475435153
Bug 805425: Fix shutdown crash that can happen when doing DNS logging. r=sworkman
2012-10-26 08:12:53 -04:00
Jed Parsons
e4891fd894
Bug 794680 - Connect gecko to gaia identity ui. r=benadida, r=cjones
2012-10-26 07:39:38 -04:00
Jonathan Watt
8545ec6439
Fix typo; no bug; DONTBUILD
2012-10-26 12:03:07 +01:00
Honza Bambas
61a507cc68
Bug 794663 - Allow downloading appcache for a specific appid/browserflag, r=jduell
2012-10-26 13:02:47 +02:00
Makoto Kato
8c79efd842
Bug 712018 - Add white list to support IME on physical keyboard. r=cpeterson
2012-10-26 15:49:08 +09:00
Hsin-Yi Tsai
79c8386d65
Bug 804983 - WebTelephony API: DOM does not accurately handle an outgoing call. r=bent
2012-10-25 18:31:37 +08:00
Eric Chou
f73dfbb691
Bug 802080 - Update connected device address, r=qdot
2012-10-31 14:07:06 +08:00
Mats Palmgren
c68613929b
Bug 803995 - Dispatch an nsAsyncRollup event (that calls RollupFromList) only if we're dropped down since otherwise it might reset mouse capturing for other content. r=roc
2012-10-31 06:10:38 +01:00
Mats Palmgren
3038245030
Bug 807174 - Drop-down list used inside a frameset document renders outside the frame. r=roc
2012-10-31 06:10:38 +01:00
Robert O'Callahan
981ed9e7ef
Bug 805254. Part 13: Make nsAudioStream::Write take an AudioDataValue* parameter instead of void. r=kinetik
2012-10-25 23:10:51 +13:00
Robert O'Callahan
8d0872c840
Bug 805254. Part 12: Simplify AudioSegment::WriteTo and related code now that the output format is known statically. r=kinetik
...
Also fixes what I think is a bug in InterleaveAndConvertBuffer converting S16 to S16.
Instead of clamping the volume, we should handle arbitrary volumes by falling back
to the float conversion path.
2012-10-25 23:09:41 +13:00
Robert O'Callahan
ac69d1579a
Bug 805254. Part 11: Move Vorbis-specific definitons into a new file VorbisUtils.h. r=kinetik
2012-10-25 23:09:41 +13:00
Robert O'Callahan
b80c14bd5b
Bug 805254. Part 10: remove MOZ_CONVERT_AUDIO_SAMPLE. r=kinetik
2012-10-25 23:09:40 +13:00
Robert O'Callahan
d44792d2db
Bug 805254. Part 9: Get rid of some more #ifdefs in nsWaveDecoder. r=kinetik
2012-10-25 23:09:40 +13:00
Robert O'Callahan
4dcad1fa98
Bug 805254. Part 8: Consolidate audio sample processing code using templates over the format types. r=kinetik
...
Replace nsAudioStream::Format with an AUDIO_OUTPUT_FORMAT enum value so we
can use it as a template parameter.
Introduce AudioSampleTraits<AudioSampleFormat> to give us access to the C++ type
corresponding to an enum value.
Move SampleToFloat/FloatToSample to AudioSampleFormat.h.
Introduce ConvertAudioSamples and ConvertAudioSamplesWithScale functions
and use them from various places.
Moves AudioDataValue to AudioSampleFormat.h. The name isn't great, but it'll do.
2012-10-25 23:09:40 +13:00
Robert O'Callahan
b1f3765e26
Bug 805254. Part 7: Move SampleFormat to mozilla::AudioSampleFormat in its own file. r=kinetik
2012-10-25 23:09:40 +13:00
Robert O'Callahan
d92a1b5efc
Bug 805254. Part 6: Replace some #ifdefs with if statements. r=kinetik
...
This is largely obsoleted by part 8. Sorry.
2012-10-25 23:09:39 +13:00