Jim Blandy
0aa67b4cf9
Bug 878319: Move makeInfallible into its own JSM. r=dcamp
2013-06-05 09:30:54 -07:00
Robert Strong
12f062cdb5
Bug 879467 - Tune 7zip compression parameters. r=bbondy
2013-06-05 00:33:38 -07:00
Robert Strong
9741897645
Bug 811557. r=bbondy
2013-06-05 00:33:26 -07:00
Bobby Holley
80284df288
Bug 877478 - Fix test to use SpecialPowers.{add,remove}Observer. r=mrbkap
...
This way, we get the callback wrapping behavior for free.
2013-06-04 19:56:42 -07:00
Bobby Holley
30b74b2c6b
Bug 877478 - Fix mochitests with problematic callbacks to use the new API. r=mrbkap
2013-06-04 19:56:41 -07:00
Nathan Froyd
56f69edd0d
Bug 879337 - fix submission of saved-session pings; r=vladan
2013-06-04 13:23:03 -04:00
Drew Willcoxon
d1ada1717b
Bug 870105 - Follow-up: Size the browser according to the user's screen size. r=ttaubert
2013-06-04 17:25:50 -07:00
Ralph Giles
8eecb8487d
Bug 862088 - Add raw mp3 sniffing. r=padenot
...
Attempt to sniff raw mp3 with no id3 tag by looking for a header
followed by a second header at the expected offset from the packet
length.
Adds mp3 sniffing with and without id3 tags to the mediasniffer
xpcshell tests. These files are truncated to 512 bytes. Our method
can require up to 1.5k of data, but these have 208/209 byte packets
so sniffing still works.
notags-bad.mp3 has a corrupt header, and verifies sniffing fails.
notags-scan.mp3 has garbage before the header, and verifies sniffing fails.
he_free.mp is a vbr test vector which isn't sniffable with this method.
fl10.mp2 is an mp2 file, and verifies sniffing fails.
ff-inst.exe verifies bug 875769 doesn't regress.
2013-06-04 12:12:00 -07:00
Drew Willcoxon
300957cc47
Bug 870105 - In BackgroundPageThumbs.jsm, size the browser once using browser.style rather than after each page load using nsIDOMWindowUtils.setCSSViewport. r=ttaubert
2013-06-04 14:37:02 -07:00
Monica Chew
4f87c915c3
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Andres Hernandez
e89af5938a
Bug 854761 - Part 1: Remove previous bookmark calls from PlacesUtils - Toolkit. r=mak
2013-06-04 00:20:11 +08:00
Ryan VanderMeulen
6e85261e8a
Merge m-c to fx-team.
2013-06-03 15:58:48 -04:00
Dave Camp
5aa4ecef33
Bug 878472 - Let local debugger clients find the DebuggerServerConnection. r=past
2013-06-03 09:05:29 -07:00
Margaret Leibovic
0521ce75eb
Bug 877902 - Update privacy policy link URL for desktop Firefox. r=gavin
2013-06-03 08:37:28 -07:00
Ms2ger
8ecf333ae2
Merge m-c to m-i.
2013-06-02 17:38:01 +02:00
Jim Blandy
6e250c165d
Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
2013-06-02 10:19:41 +03:00
Panos Astithas
c44e64a862
Backout b0e571a21e22 for wrong bug number
2013-06-02 10:18:15 +03:00
Raymond Lee
bb76cf2897
Bug 852581 - Add methods to get the default downloads directories. r=paolo
2013-06-03 11:43:06 +08:00
Jim Blandy
6cc708a8d0
Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Dave Camp
eaa4cb5cd8
Bug 878292 - Profiler actor leaves the profiler running in some cases. r=anton, r=robcee
2013-06-01 11:53:54 -07:00
Dave Camp
6ae5881813
Bug 877719 - DebuggerServer.destroy should always work. r=past
2013-05-30 09:42:00 -07:00
Tim Taubert
c659f69020
merge m-c to fx-team
2013-06-01 18:22:45 +02:00
Nathan Froyd
5c2faa52fc
Bug 878084 - part 5 - change uuid of nsITelemetryPing to fix xpcshell orange on a CLOSED TREE; r=bustage
2013-05-31 16:34:20 -04:00
Ryan VanderMeulen
da93681728
Backed out changeset 019382e24635 (bug 858234) for Linux mochitest-5 leaks.
2013-05-31 16:06:10 -04:00
Nick Fitzgerald
6764647783
Bug 760370 - Visually distinguish non-extensible objects; r=vporof
2013-05-29 19:47:00 +03:00
Christian Ascheberg
3ad4c38d6e
Bug 863063: quitting private browsing mode does not delete partially downloaded files, r=mak
2013-05-15 01:47:25 +02:00
Phil Ringnalda
fa9999541d
Back out b4913818b95e (bug 878319) for browser-chrome bustage
...
CLOSED TREE
2013-06-01 17:33:46 -07:00
Jim Blandy
274d54a44b
Bug 878319: Move makeInfallible into its own JSM. r=dcamp
2013-06-01 13:31:07 -07:00
Shane Caraveo
d7c60c9c5b
bug 836766 drop minimized requirment on chats opened from worker, r=markh
2013-05-31 16:42:02 -07:00
Shane Caraveo
98697fd8bb
bug 873421 fix error reporting in page-mark-config handler, r=markh
2013-06-01 10:52:37 -07:00
Jim Blandy
2d0a298590
Use DebuggerServer.addGlobalActor to register ChromeDebuggerActor, instead of writing out code with the same effect (bug 863936). r=past,mfinkle,fabrice
2013-04-19 17:33:00 +03:00
Dave Camp
08b5dfc57f
Bug 867208 - Console.jsm is truncating messages. r=jwalker
2013-05-31 16:57:42 -07:00
Dave Camp
b498d5d0b9
Bug 877274 - Add console.exception to Console.jsm. r=msucan
2013-05-31 16:57:40 -07:00
Ryan VanderMeulen
0abec40370
Merge m-c to fx-team.
2013-05-31 16:14:04 -04:00
Dave Camp
66e18cd457
Backout changeset 333845b6e000 (bug 877719) for mochitest-browser bustage.
2013-05-31 12:56:05 -07:00
Dave Camp
34a2f1e522
Bug 877298 - Move devtools globals to loader creation. r=jwalker
2013-05-31 11:06:09 -07:00
Dave Camp
99ba7619fe
Bug 877719 - DebuggerServer.destroy should always work. r=past, f=jgriffin
2013-05-31 11:06:08 -07:00
Phil Ringnalda
29fb49d007
Back out dc76402b8471 (bug 844288) on suspicion of breaking dep builds
...
CLOSED TREE
2013-05-31 07:39:56 -07:00
Jim Mathies
b87139257b
Bug 855928 - Add a telemetry probe to report default desktop browser status. r=gavin
2013-05-30 12:32:17 -05:00
Shane Caraveo
f1b9713de5
bug 820601 add developer pref to load social content in tabs, allows use of developer tools, r=felipe
2013-05-29 17:58:45 -07:00
Nathan Froyd
f0fb8c34a6
Bug 878084 - part 4 - make telemetry tests submit to a URL with a more realistic path; r=vladan
2013-05-31 11:04:09 -04:00
Nathan Froyd
5db3c80ac3
Bug 878084 - part 3 - factor out registering ping handlers to a common function; r=vladan
2013-05-31 11:42:11 -04:00
Nathan Froyd
18f88b428e
Bug 878084 - part 2 - delete BinaryInputStream constructor definition in telemetry tests; r=vladan
2013-05-31 10:12:34 -04:00
Nathan Froyd
3a0f53d0a1
Bug 878084 - part 1 - move TelemetryPing to a common global variable for telemetry tests; r=vladan
2013-05-31 10:12:11 -04:00
Monica Chew
33f5532014
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Johnny Stenback
387d5e247d
Bug 855613. Stop exposing nsIDOMMimeType in nsIPluginTag. r=joshmoz@gmail.com
2013-03-27 22:19:41 -07:00
Drew Willcoxon
9e7609cf34
Bug 870114 - Write a test that verifies that BackgroundPageThumbs uses private browsing. r=markh
2013-05-31 22:52:51 -07:00
Mark Hammond
bbab339664
Bug 875214 - child processes on Windows now attach to the parent's console. r=aklotz
2013-05-30 23:23:50 +10:00
Benoit Girard
6adb6cba1f
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
...
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 5b9be0892323195d4e24f11ae785f0663ff38fd0
2013-03-11 14:47:40 -04:00
David Rajchenbach-Teller
153c7c8f28
Bug 874435 - Assume lower file system time precision. r=froydnj
2013-05-30 11:25:48 -04:00