Nicholas Cameron
2a8f8528eb
Bug 849399. Adjust test timeouts to account for newly correct behaviour in nsTransitionManager.cpp. r=dbaron
2013-06-12 17:39:42 +12:00
Raymond Lee
bb76cf2897
Bug 852581 - Add methods to get the default downloads directories. r=paolo
2013-06-03 11:43:06 +08: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
Gijs Kruitbosch
4c90400b13
Bug 870849 - Gap between the tab-strip and top of titlebar is too large when in restored mode, r=dao
...
--HG--
extra : rebase_source : c3721bdeb5c02360587e284ffa496a1ab637d09f
2013-05-23 16:33:47 +02:00
Gijs Kruitbosch
fa3695835b
Merge m-c to ux
2013-06-02 21:35:55 +02:00
Ms2ger
8ecf333ae2
Merge m-c to m-i.
2013-06-02 17:38:01 +02:00
Matthew Noorenberghe
fc52afbdba
Merge mozilla-central to UX
2013-06-01 02:45:51 -07: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
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
Jared Wein
2c44a77349
Automated merge with https://hg.mozilla.org/mozilla-central
2013-05-30 08:45:28 -04:00
Ryan VanderMeulen
5dbd66164c
Merge m-c to fx-team.
2013-05-29 22:47:38 -04:00
Mike Conley
a60514ed1f
Mostly automated merge with https://hg.mozilla.org/mozilla-central
2013-05-29 17:41:40 -04:00
Dave Camp
a3c8a0a6ee
Bug 867109 - tools reload not working correctly on windows. r=jwalker
2013-05-29 10:48:06 -07:00
Dave Camp
8aca83884a
Bug 875437 - Close the debugger client in test_add_actors.js. r=past
2013-05-29 10:47:38 -07:00
Dave Camp
adbbe89935
Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker
2013-05-29 10:47:38 -07:00
Dave Camp
03a0230229
Bug 875432 - Loader.jsm references gDevTools. r=jwalker
2013-05-29 10:47:38 -07:00
Ed Morley
ad1b3ee4b6
Merge latest green inbound changeset and mozilla-central
2013-05-29 15:24:19 +01:00
Ryan VanderMeulen
39c4db0fb4
Merge m-c to fx-team.
2013-05-28 21:25:32 -04:00
Gijs Kruitbosch
81b94bbb5f
Bug 873518 - bustage fix aero builds' jar.mn, rs=bustage
2013-05-28 17:11:30 +02:00
Gijs Kruitbosch
6f0488a0e5
Bug 873518 - Remove throbber button from customization palette, r=jaws
...
--HG--
extra : rebase_source : 0692e06311053ec0c016a7aee8e802f99cc813fb
2013-05-28 16:30:47 +02:00
Phil Ringnalda
048a740072
Merge m-c to a CLOSED TREE ux
2013-05-27 11:48:20 -07:00
Mike Conley
ad9596b630
Automated merge with https://hg.mozilla.org/mozilla-central
2013-05-27 11:19:45 -04:00
Matthew Noorenberghe
fd32f01bbc
Merge mozilla-central to UX on a CLOSED TREE
2013-05-25 18:33:51 -07:00
Ryan VanderMeulen
30ab83ed87
Backed out changesets bde36c2eacc0 and 8dc40bbe844e (bug 862088) for causing bug 875769.
2013-05-25 09:21:29 -04:00
Tim Taubert
a10b450c29
merge m-c to fx-team
2013-05-24 22:16:58 +02:00
Victor Porof
83b7bf7a0d
Bug 859046 - Implement filtering out certain types of requests, r=rcampbell
...
* * *
Bug 873761 - Several "XUL box for hbox element contained an inline #text child, forcing all its children to be wrapped in a block." warnings for netmonitor.xul, r=rcampbell
2013-05-24 20:53:10 +03:00
Victor Porof
ce3dce7493
Bug 866623 - Firefox spoils cyrillic text in the Network Monitor response tab - fix convertToUnicode misbehaving when a request has no attached contentCharset, r=rcampbell
...
--HG--
rename : browser/devtools/netmonitor/test/browser_net_cyrillic.js => browser/devtools/netmonitor/test/browser_net_cyrillic-01.js
2013-05-24 20:10:07 +03:00
Michael Ratcliffe
0969f02c98
Bug 866642 - We need to add general telemetry / FHR info to devtools r=jwalker
2013-05-24 11:26:17 +01:00
Ed Morley
0f5153ca0a
Merge mozilla-central and inbound
2013-05-24 10:07:13 +01:00
Phil Ringnalda
4c139eeb06
Merge m-c to fx-team
2013-05-23 21:25:59 -07:00
Drew Willcoxon
d66ec5d74f
Bug 870179 - Fix privacy leak in BackgroundPageThumbs when private browsing is active. r=ttaubert
2013-05-23 20:13:23 -07:00
Reuben Morais
58f1479326
Bug 860951 - Follow up, fixing indentation. DONTBUILD
2013-05-23 16:39:18 -07:00
Reuben Morais
c3620113e6
Bug 860951 - Make newlines work in XUL alerts. r=Unfocused
...
--HG--
extra : rebase_source : a18b39cad30e711e033c91a2e67979884a8c68cf
2013-05-23 16:30:27 -07:00
Neil Rashbrook
22b050f212
Bug 875469 Remove bogus attribute r=Mossop
...
DONTBUILD because preffed off by default
2013-05-23 23:51:03 +01:00
Mike Conley
196ef2e6fb
Mostly automated merge with https://hg.mozilla.org/mozilla-central
2013-05-24 11:45:45 -04:00
Mike Conley
bcd4fed974
Automated merge with https://hg.mozilla.org/mozilla-central
2013-05-23 09:39:09 -04:00
Sachin Hosmani
7d3a2b1bd2
Bug 737446 -'null' is shown in installation popup instead of name obtained from AMO metadata. r=Unfocused
2013-05-22 14:49:25 +05:30
Tim Taubert
e80ef7b7ec
merge m-c to fx-team
2013-05-26 15:22:27 +02:00
Ryan VanderMeulen
24e655ce17
Merge m-c to inbound.
2013-05-25 09:30:33 -04:00
Geoff Lankow
ca77a41e56
Bug 864251 - Link to update history from about:support; r=adw
2013-05-25 23:58:02 +12:00
Mihai Sucan
3cbfcb9050
Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan
2013-05-25 12:25:36 +03:00
Ryan VanderMeulen
bb0194dcf5
Merge m-c to fx-team.
2013-05-25 09:34:13 -04:00
Joe Walker
641479788c
Bug 767589 - GCLI should expose addType and removeType to the outside; r=mratcliffe
2013-05-25 10:41:42 +01:00
Joe Walker
26a7dd5c24
Bug 874821 - Enable better remote gcli testing; r=mratcliffe
2013-05-25 09:51:31 +01:00
Joe Walker
c0d83fd36c
Bug 754315 - Refactor to enable exec commands; r=mratcliffe
2013-05-25 09:51:31 +01:00
Joe Walker
95f19cb28d
Bug 767589 - GCLI should expose addType and removeType to the outside; r=mratcliffe
2013-05-25 09:51:30 +01:00
Robert O'Callahan
07bea5e1f9
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
3a46c97de0
Merge mozilla-central and inbound
2013-05-28 16:30:34 +01:00
Andrew Halberstadt
f710a9508c
Bug 872164 - remove unnecessary Makefile, r=ted
2013-05-28 10:57:08 -04:00
Tim Taubert
3008866d9f
merge m-c to fx-team
2013-05-28 15:02:50 +02:00
Tim Taubert
5a63b84116
Bug 876313 - [New Tab Page] Unpinning a site doesn't update pref; r=jaws
2013-05-28 11:01:54 +02:00
Ed Morley
cb03e05a97
Backed out changeset 3c6a72bd7411 (bug 876426)
2013-05-28 08:50:19 +01:00
Ed Morley
4724029a6f
Backed out changeset 6e02333d572b (bug 876380)
2013-05-28 08:50:17 +01:00
Robert O'Callahan
2201b4127a
Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske
2013-05-28 17:05:38 +12:00
Robert O'Callahan
26730ab7e8
Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske
2013-05-28 17:05:38 +12:00
Robert O'Callahan
5346ecee93
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
ece8403a18
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
004a71f006
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
eb059d91b2
Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug
2013-05-21 16:23:53 -07:00
Joey Armstrong
587e59a37b
bug 870406: move to moz.build (config batch #1 ) r=mshal
2013-05-24 17:21:14 -07:00
Eddy Bruel
c978035b45
Merge for bug 637572
2013-05-24 17:05:46 -07:00
Jim Blandy
18cfd45b62
Bug 862490: Clarify sharing of _createExtraActors and _appendExtraActors between BrowserRootActor and BrowserTabActor. r=past
2013-05-24 10:13:42 -07:00
Sachin Hosmani
b7bd3a96b8
Bug 590347 - Expose the softblock notification in preference to the incompatible notification when compatibility checking is disabled. r=Mossop
2013-05-24 09:37:17 -07:00
Andrew Halberstadt
022b329389
Bug 872164 - Create in-tree mozharness config, r=jgriffin
2013-05-24 11:01:06 -04:00
Gavin Sharp
3abec297d8
Fix stupid now-incorrect comment that keeps getting copied to new tests, no bug, r=ARGH
2013-06-05 23:53:17 -07: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
Nick Fitzgerald
6764647783
Bug 760370 - Visually distinguish non-extensible objects; r=vporof
2013-05-29 19:47:00 +03:00
Raymond Lee
191728d6f1
Bug 874808 - simpleDownload should accept string arguments and options. r=paolo
2013-06-11 17:10:48 +08:00
Gijs Kruitbosch
7a59419ece
Bug 874448 - OS X customization mode doesn't have dragover border indicators on toolbarpaletteitems, r=dao
2013-05-22 11:37:06 +02:00
Mike Conley
ce7c32c16d
Automated merge with https://hg.mozilla.org/mozilla-central
2013-05-21 14:49:59 -04:00
Ryan VanderMeulen
9fad01536a
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
...
CLOSED TREE
2013-05-21 10:48:09 -04:00
Mike Conley
bde4015879
Automated merge with https://hg.mozilla.org/mozilla-central
2013-05-20 22:56:50 -04:00
Ryan VanderMeulen
65cb05d247
Merge m-c to fx-team.
2013-05-20 16:22:54 -04:00
Mihai Sucan
9614920332
Bug 863818 - console.log messages don't appear in the Web Console when connecting to 'shell.xul' via Simulator; r=past
2013-05-16 22:54:40 +03:00
Shane Caraveo
16ff0dc361
bug 872470 - add EventSource to frameworker, r=markh, sr=gavin
2013-05-16 13:16:17 +02: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
Brian R. Bondy
4cffeb28f5
Bug 867056. r=rstrong
2013-05-23 13:26:44 -04:00
Arnaud Bienner
1778dba943
Bug 875274 - Implement the content part of <input type="color">. r=mounir
2013-05-23 14:02:23 +01:00
Ralph Giles
5a421fa5b4
Bug 862088 - Fix build by removing obsolete call. r=bustage.
...
I swear this compiled locally.
2013-05-23 16:33:16 +08:00
Ralph Giles
e77742990d
Bug 862088 - Add raw mp3 sniffing.
...
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 copies of files in content/media/test
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.
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 copies of files in content/media/test
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.
2013-05-23 01:07:00 +08:00
Boris Zbarsky
85b06d58a3
Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley
2013-05-20 08:44:18 -04:00
Gregory Szorc
14c4938355
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Ryan VanderMeulen
9a0ba8199c
Merge m-c to inbound on a CLOSED TREE.
2013-05-17 17:34:54 -04:00
Ryan VanderMeulen
0b28853762
Backed out changesets 073791f33ab7 and 7ac5779a426c (bug 859756) for causing intermittent Windows build failures.
...
CLOSED TREE
2013-05-17 17:30:20 -04:00
Ryan VanderMeulen
b34b45bbc7
Merge m-c to fx-team.
2013-05-17 12:51:20 -04:00
Mihai Sucan
62517c4722
Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
2013-05-17 13:36:56 +03:00
Ryan VanderMeulen
74f5ed25b0
Merge m-c to inbound.
2013-05-17 09:08:44 -04:00
Ryan VanderMeulen
f1eedcff57
Merge m-c to birch.
2013-05-16 20:31:26 -04:00
Ryan VanderMeulen
0a63e25ce6
Merge inbound to m-c.
2013-05-16 20:29:40 -04:00
Sotaro Ikeda
3b9ae24868
Bug 871753 Part2 - add libstagefright_foundation r=mwu
2013-05-16 17:24:20 -07:00
Ryan VanderMeulen
0a6914a2e7
Merge m-c to fx-team.
2013-05-16 16:19:25 -04:00
Panos Astithas
8acb6e2f24
Bug 871510 - Some event handlers appear as undefined, hiding the appropriate null values in the prototype; r=msucan
2013-05-16 18:42:15 +03:00