Commit Graph

15440 Commits

Author SHA1 Message Date
Mike de Boer
4dce71e94b Bug 860560: make sure that defaultEngine and currentEngine stay in sync, r=gavin
--HG--
extra : rebase_source : 2a3169621b8cedf1382d738bd67072dae77cb4ce
2013-05-27 17:21:47 +02:00
Joey Armstrong
b3686ddf23 bug 870407: move CMMSRCS to moz.build (file batch #1). r=mshal 2013-06-07 11:43:39 -04:00
Ryan VanderMeulen
6a65cc4e88 Merge m-c to inbound. 2013-06-07 11:12:41 -04:00
Ryan VanderMeulen
bb43b9b6b6 Merge inbound to m-c. 2013-06-07 11:10:54 -04:00
Raymond Lee
87e7b0a2e8 Bug 852957 - Add tests for channel decoding when the Content-Encoding header is present. r=paolo 2013-06-06 20:33:24 +08:00
Mihai Sucan
e0c048cda0 Bug 877773 - If Browser console is staying opened, Browser UI freezes for a while when open youtube page; r=robcee 2013-06-04 18:47:39 +03:00
Mihai Sucan
6d970bed58 Bug 877953 - Fix for intermittent test_cached_messages.html | number of cached page errors - got n, expected 2; r=me 2013-06-04 22:12:11 +03:00
Raymond Lee
aca925fde3 Bug 865555 - Remove synchronous setCharsetForURI in BI_importJSONNode. r=mak 2013-06-06 09:50:28 +08:00
Gavin Sharp
0b8ec94d6d Fix stupid now-incorrect comment that keeps getting copied to new tests, no bug, r=ARGH 2013-06-05 23:53:17 -07:00
Robert Strong
fadd742811 2. Move gProcessObserver and gTimerCallback to head_update.js.in - Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy 2013-06-05 20:25:42 -07:00
Robert Strong
de1ffd84e1 1. Move adjustPathsOnWindows to head_update.js.in - Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy 2013-06-05 20:25:06 -07:00
Jared Wein
0cb72a02ad Bug 879941 - Fix typo in LightweightThemeManager.jsm. r=Unfocused
--HG--
extra : rebase_source : b1c77d825c620887b7b9bcbdb3e32150dd99f200
2013-06-06 19:10:46 -04:00
Mark Finkle
96314909c6 Bug 861164 - use different search URLs for tablet vs. non-tablet r=gavin 2013-06-05 22:29:40 -04:00
Jim Blandy
2065417c6e No bug: comment fixes for JS debugger sourceMap support. f=fitzgen DONTBUILD 2013-06-05 18:06:43 -07:00
Boris Zbarsky
bca0188688 Bug 683159. Remove now-irrelevant assertion annotation. r=ms2ger 2013-06-05 20:51:22 -04:00
Drew Willcoxon
e9fcc620e2 Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 3: update other tests). r=ehsan 2013-06-05 17:07:54 -07:00
Drew Willcoxon
21393189df Bug 555120 - Fix intermittent failure in browser_bug441778.js, and in ContentPrefService2, invalidate cache entries when async mutators start. r=mak 2013-06-05 17:05:36 -07:00
Ryan VanderMeulen
866ebc2fd5 Merge m-c to inbound. 2013-06-05 16:37:16 -04:00
Ryan VanderMeulen
e16e5832c0 Merge inbound to m-c. 2013-06-05 16:29:54 -04:00
Ryan VanderMeulen
2fd04369bf Merge fx-team to m-c. 2013-06-05 16:28:59 -04:00
Nick Fitzgerald
376f2cb3bf Bug 879246 - Fix intermittent failure in test_sourcemaps-02.js. r=past 2013-06-05 12:13:31 -04:00
Bobby Holley
8860c38ac0 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
6c466f082b Bug 877478 - Fix mochitests with problematic callbacks to use the new API. r=mrbkap 2013-06-04 19:56:41 -07:00
Nathan Froyd
98547690eb Bug 879337 - fix submission of saved-session pings; r=vladan 2013-06-04 13:23:03 -04:00
Jim Blandy
86d445636d Bug 878319: Move makeInfallible into its own JSM. r=dcamp 2013-06-05 09:30:54 -07:00
Drew Willcoxon
bab4eb2557 Bug 870105 - Follow-up: Size the browser according to the user's screen size. r=ttaubert 2013-06-04 17:25:50 -07:00
Nathan Froyd
e9cc3da7eb Bug 878458 - improve error handling behavior of telemetry ping tests; r=vladan 2013-06-01 11:42:15 -04:00
Ralph Giles
69510f6483 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
884b129d5d 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
62fc442cee Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo) 2013-05-27 18:33:39 -07:00
Andres Hernandez
fdb812f32a Bug 854761 - Part 1: Remove previous bookmark calls from PlacesUtils - Toolkit. r=mak 2013-06-04 00:20:11 +08:00
Robert Strong
302561f4c3 Bug 879467 - Tune 7zip compression parameters. r=bbondy 2013-06-05 00:33:38 -07:00
Robert Strong
0943477823 Bug 811557. r=bbondy 2013-06-05 00:33:26 -07:00
Ryan VanderMeulen
e56256742b Merge m-c to fx-team. 2013-06-03 15:58:48 -04:00
Dave Camp
a450ab9571 Bug 878472 - Let local debugger clients find the DebuggerServerConnection. r=past 2013-06-03 09:05:29 -07:00
Margaret Leibovic
8ceea12403 Bug 877902 - Update privacy policy link URL for desktop Firefox. r=gavin 2013-06-03 08:37:28 -07:00
Ms2ger
b2f1185282 Merge m-c to m-i. 2013-06-02 17:38:01 +02:00
Jim Blandy
55bf378bcb 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
8823835462 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Raymond Lee
ac17fb34ed Bug 852581 - Add methods to get the default downloads directories. r=paolo 2013-06-03 11:43:06 +08:00
Jim Blandy
28b50b5dea 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
bc58c262e9 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
5625626545 Bug 877719 - DebuggerServer.destroy should always work. r=past 2013-05-30 09:42:00 -07:00
Tim Taubert
e59e54c50b merge m-c to fx-team 2013-06-01 18:22:45 +02:00
Nathan Froyd
f39d68a1fd 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
1764e937fd Backed out changeset 019382e24635 (bug 858234) for Linux mochitest-5 leaks. 2013-05-31 16:06:10 -04:00
Nick Fitzgerald
26c7d35b52 Bug 760370 - Visually distinguish non-extensible objects; r=vporof 2013-05-29 19:47:00 +03:00
Christian Ascheberg
a10749e8ff Bug 863063: quitting private browsing mode does not delete partially downloaded files, r=mak 2013-05-15 01:47:25 +02:00
Phil Ringnalda
2ecb698245 Back out b4913818b95e (bug 878319) for browser-chrome bustage
CLOSED TREE
2013-06-01 17:33:46 -07:00
Jim Blandy
a940543ba1 Bug 878319: Move makeInfallible into its own JSM. r=dcamp 2013-06-01 13:31:07 -07:00
Shane Caraveo
2eccc44ef3 bug 836766 drop minimized requirment on chats opened from worker, r=markh 2013-05-31 16:42:02 -07:00
Shane Caraveo
780239d0c2 bug 873421 fix error reporting in page-mark-config handler, r=markh 2013-06-01 10:52:37 -07:00
Jim Blandy
f6bf8f8722 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
6d670aaa3f Bug 867208 - Console.jsm is truncating messages. r=jwalker 2013-05-31 16:57:42 -07:00
Dave Camp
1f388e88f5 Bug 877274 - Add console.exception to Console.jsm. r=msucan 2013-05-31 16:57:40 -07:00
Ryan VanderMeulen
b25ced8a88 Merge m-c to fx-team. 2013-05-31 16:14:04 -04:00
Dave Camp
11bcb8c33a Backout changeset 333845b6e000 (bug 877719) for mochitest-browser bustage. 2013-05-31 12:56:05 -07:00
Dave Camp
d27f7147fc Bug 877298 - Move devtools globals to loader creation. r=jwalker 2013-05-31 11:06:09 -07:00
Dave Camp
991f954452 Bug 877719 - DebuggerServer.destroy should always work. r=past, f=jgriffin 2013-05-31 11:06:08 -07:00
Phil Ringnalda
ea17398276 Back out dc76402b8471 (bug 844288) on suspicion of breaking dep builds
CLOSED TREE
2013-05-31 07:39:56 -07:00
Jim Mathies
3aafad9d19 Bug 855928 - Add a telemetry probe to report default desktop browser status. r=gavin 2013-05-30 12:32:17 -05:00
Shane Caraveo
2fed6153d1 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
67eaaac102 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
3e2e84568f 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
b139eb81d9 Bug 878084 - part 2 - delete BinaryInputStream constructor definition in telemetry tests; r=vladan 2013-05-31 10:12:34 -04:00
Nathan Froyd
5d55c991cf 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
3523d6c4ad Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo) 2013-05-27 18:33:39 -07:00
Johnny Stenback
27fed2a3cd Bug 855613. Stop exposing nsIDOMMimeType in nsIPluginTag. r=joshmoz@gmail.com 2013-03-27 22:19:41 -07:00
Drew Willcoxon
2dbea26139 Bug 870114 - Write a test that verifies that BackgroundPageThumbs uses private browsing. r=markh 2013-05-31 22:52:51 -07:00
Mark Hammond
0f0f2c2c3f 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
5a4e5c64c2 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
d2b17571d9 Bug 874435 - Assume lower file system time precision. r=froydnj 2013-05-30 11:25:48 -04:00
Paolo Amadini
7c0d63a0eb Bug 810490 - Constant stack space promise. r=mossop
--HG--
rename : addon-sdk/test/unit/test_promise.js => toolkit/modules/tests/xpcshell/test_Promise.js
2013-05-30 14:23:42 +02:00
Bao Duong
a80e0991ec Bug 730626 - Add the ability to hide the error message overlay on HTML5 videos. r=dolske,jaws 2013-05-29 19:38:19 -04:00
Timothy Arceri
b34c47ba20 Bug 877409 - Remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10. r=karlt 2013-05-30 08:10:02 -04:00
Justin Dolske
48294fe1f9 Bug 876550 - Add |this.clickToPlay.hidden = true;| to the immediate case in hideClickToPlay(). r=jaws 2013-05-30 08:10:02 -04:00
Raymond Lee
49087b283c Bug 836483 - Track download referrers. r=paolo 2013-05-27 19:14:18 +08:00
Ryan VanderMeulen
827fcbe731 Merge m-c to inbound. 2013-05-30 07:47:14 -04:00
Dão Gottwald
dfcb719d7d Bug 876394 - Popup notification goes unnoticed in unfocused windows. r=gavin
--HG--
extra : rebase_source : 3e8fec5138da96627eddccbe4128bdd9ebee8ba7
2013-05-30 09:48:02 +02:00
Phil Ringnalda
315cb76195 Back out 816311e43409 (bug 844288) on suspicion of causing dep OS X universal builds to fail in packaging
CLOSED TREE
2013-05-29 23:42:20 -07:00
Ryan VanderMeulen
82efc086d8 Merge m-c to fx-team. 2013-05-29 22:47:38 -04:00
Dave Camp
1020ce3380 Bug 867109 - tools reload not working correctly on windows. r=jwalker 2013-05-29 10:48:06 -07:00
Dave Camp
2a8801838a Bug 875437 - Close the debugger client in test_add_actors.js. r=past 2013-05-29 10:47:38 -07:00
Dave Camp
6c66472379 Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker 2013-05-29 10:47:38 -07:00
Dave Camp
b0a19dd209 Bug 875432 - Loader.jsm references gDevTools. r=jwalker 2013-05-29 10:47:38 -07:00
Ryan VanderMeulen
3aa3d304f2 Merge m-c to fx-team. 2013-05-28 21:25:32 -04:00
Ed Morley
9719c901f1 Merge latest green inbound changeset and mozilla-central 2013-05-29 15:24:19 +01:00
Robert O'Callahan
51329da47a Bug 877025. Don't set 'firstShow' on the controls for a video that is already playing. r=dolske 2013-05-29 16:13:34 +12:00
Ed Morley
b578f86b0c Merge mozilla-central and inbound 2013-05-28 16:30:34 +01:00
Andrew Halberstadt
b6f71e597b Bug 872164 - remove unnecessary Makefile, r=ted 2013-05-28 10:57:08 -04:00
Tim Taubert
456925f942 merge m-c to fx-team 2013-05-28 15:02:50 +02:00
Tim Taubert
c7023c7b76 Bug 876313 - [New Tab Page] Unpinning a site doesn't update pref; r=jaws 2013-05-28 11:01:54 +02:00
Ed Morley
4fdd56680e Backed out changeset 3c6a72bd7411 (bug 876426) 2013-05-28 08:50:19 +01:00
Ed Morley
46e5170b8e Backed out changeset 6e02333d572b (bug 876380) 2013-05-28 08:50:17 +01:00
Robert O'Callahan
2e1f15f165 Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske 2013-05-28 17:05:38 +12:00
Robert O'Callahan
c1b4d757cb Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske 2013-05-28 17:05:38 +12:00
Robert O'Callahan
8b4004f00e Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske 2013-05-28 17:00:59 +12:00
Robert O'Callahan
3d33a85af8 Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske 2013-05-28 17:00:59 +12:00
Julian Seward
38e97ed8fa Bug 872496 - Allow early registration of stack tops, to improve native unwind quality. r=bgirard. 2013-05-28 14:03:38 +02:00
Andrew McCreight
d1266ee9b7 Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00