Commit Graph

15483 Commits

Author SHA1 Message Date
Mike Shal
6f32ddf61c Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Tim Taubert
528e894d58 merge m-c to fx-team 2013-05-26 15:22:27 +02:00
Ryan VanderMeulen
3fef097a3a Merge m-c to inbound. 2013-05-25 09:30:33 -04:00
Ryan VanderMeulen
65d19efde8 Backed out changesets bde36c2eacc0 and 8dc40bbe844e (bug 862088) for causing bug 875769. 2013-05-25 09:21:29 -04:00
Geoff Lankow
dcadb82aee Bug 864251 - Link to update history from about:support; r=adw 2013-05-25 23:58:02 +12:00
Mihai Sucan
69eceeab3c Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan 2013-05-25 12:25:36 +03:00
Ryan VanderMeulen
981189874d Merge m-c to fx-team. 2013-05-25 09:34:13 -04:00
Joe Walker
aed5141a94 Bug 767589 - GCLI should expose addType and removeType to the outside; r=mratcliffe 2013-05-25 10:41:42 +01:00
Joe Walker
93920d3fe2 Bug 874821 - Enable better remote gcli testing; r=mratcliffe 2013-05-25 09:51:31 +01:00
Joe Walker
8211ba5d95 Bug 754315 - Refactor to enable exec commands; r=mratcliffe 2013-05-25 09:51:31 +01:00
Joe Walker
a17d39aa1b Bug 767589 - GCLI should expose addType and removeType to the outside; r=mratcliffe 2013-05-25 09:51:30 +01:00
Tim Taubert
f3a17bfc07 merge m-c to fx-team 2013-05-24 22:16:58 +02:00
Victor Porof
1bcfae93c8 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
7a2fdc1a36 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
d70b929bd9 Bug 866642 - We need to add general telemetry / FHR info to devtools r=jwalker 2013-05-24 11:26:17 +01:00
Ed Morley
b07bad00f2 Merge mozilla-central and inbound 2013-05-24 10:07:13 +01:00
Phil Ringnalda
15bffd9afc Merge m-c to fx-team 2013-05-23 21:25:59 -07:00
Drew Willcoxon
5102ce7d5f Bug 870179 - Fix privacy leak in BackgroundPageThumbs when private browsing is active. r=ttaubert 2013-05-23 20:13:23 -07:00
Reuben Morais
4d4f14ef19 Bug 860951 - Follow up, fixing indentation. DONTBUILD 2013-05-23 16:39:18 -07:00
Reuben Morais
b4b9f97e36 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
b3d23c0b14 Bug 875469 Remove bogus attribute r=Mossop
DONTBUILD because preffed off by default
2013-05-23 23:51:03 +01:00
Sachin Hosmani
1cb5540643 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
Joey Armstrong
b5eb4cb307 bug 870406: move to moz.build (config batch #1) r=mshal 2013-05-24 17:21:14 -07:00
Eddy Bruel
522516b0d6 Merge for bug 637572 2013-05-24 17:05:46 -07:00
Jim Blandy
d8e43fcdc1 Bug 862490: Clarify sharing of _createExtraActors and _appendExtraActors between BrowserRootActor and BrowserTabActor. r=past 2013-05-24 10:13:42 -07:00
Sachin Hosmani
d1662d4218 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
bd06df3c4e Bug 872164 - Create in-tree mozharness config, r=jgriffin 2013-05-24 11:01:06 -04:00
Brian R. Bondy
1c91f2b4ba Bug 867056. r=rstrong 2013-05-23 13:26:44 -04:00
Arnaud Bienner
053792df71 Bug 875274 - Implement the content part of <input type="color">. r=mounir 2013-05-23 14:02:23 +01:00
Ralph Giles
f7dce2a0db 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
2bb8de399a 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
Mike Hommey
67377e6991 Bug 874783 - Fix l10n builds after bug 848764. r=ted 2013-05-23 07:27:20 +02:00
Raymond Lee
1899201997 Bug 836439 - Handle downloads started in private browsing mode. r=paolo 2013-05-22 20:14:07 +08:00
Ryan VanderMeulen
18b8b78541 Merge m-c to inbound. 2013-05-22 12:31:28 -04:00
Ryan VanderMeulen
5fcd3eb415 Merge inbound to m-c. 2013-05-22 12:27:51 -04:00
Gijs Kruitbosch
4a7deb518c Bug 874448 - OS X customization mode doesn't have dragover border indicators on toolbarpaletteitems, r=dao
--HG--
extra : rebase_source : 362b1b4596078e358cb9856b43781447e409f56f
2013-05-22 11:37:06 +02:00
Bobby Holley
ba05c93769 Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor 2013-05-22 10:05:26 -06:00
Gervase Markham
ea54cbb936 Bug 750294 - Update about:license to give link to Hg rev and build instructions. 2013-05-22 16:54:52 +01:00
Brian R. Bondy
b501437d89 Bug 794937 - Updater callback should launch Metro Firefox when updating from Metro Firefox. r=rstrong 2013-05-22 10:16:56 -04:00
Brian R. Bondy
7f71bc9de8 Bug 794937 - Make updates work from the Metro front end, add handling for 1 instance handling updates. r=rstrong 2013-05-22 10:16:53 -04:00
Dave Camp
16413f1fd8 Bug 872091 - Rename files in the debugger server (another bustage fix). r=bustage 2013-05-21 20:44:39 -07:00
Dave Camp
84e0f5bda0 Bug 872091 - Rename files in the debugger server (bustage fix). r=bustage 2013-05-21 18:47:47 -07:00
Dave Camp
f6c774eb5e Bug 872091 - Rename files in the debugger server. r=past,r=jimb
--HG--
rename : toolkit/devtools/debugger/Makefile.in => toolkit/devtools/client/Makefile.in
rename : toolkit/devtools/debugger/dbg-client.jsm => toolkit/devtools/client/dbg-client.jsm
rename : toolkit/devtools/debugger/moz.build => toolkit/devtools/client/moz.build
rename : toolkit/devtools/debugger/Makefile.in => toolkit/devtools/server/Makefile.in
rename : toolkit/devtools/gcli/dbg-gcli-actors.js => toolkit/devtools/server/actors/gcli.js
rename : toolkit/devtools/debugger/server/dbg-profiler-actors.js => toolkit/devtools/server/actors/profiler.js
rename : toolkit/devtools/debugger/server/dbg-script-actors.js => toolkit/devtools/server/actors/script.js
rename : toolkit/devtools/styleeditor/dbg-styleeditor-actors.js => toolkit/devtools/server/actors/styleeditor.js
rename : toolkit/devtools/debugger/server/dbg-browser-actors.js => toolkit/devtools/server/actors/webbrowser.js
rename : toolkit/devtools/webconsole/dbg-webconsole-actors.js => toolkit/devtools/server/actors/webconsole.js
rename : toolkit/devtools/debugger/server/dbg-server.jsm => toolkit/devtools/server/dbg-server.jsm
rename : toolkit/devtools/debugger/server/dbg-server.js => toolkit/devtools/server/main.js
rename : toolkit/devtools/debugger/moz.build => toolkit/devtools/server/moz.build
rename : toolkit/devtools/debugger/nsIJSInspector.idl => toolkit/devtools/server/nsIJSInspector.idl
rename : toolkit/devtools/debugger/nsJSInspector.cpp => toolkit/devtools/server/nsJSInspector.cpp
rename : toolkit/devtools/debugger/nsJSInspector.h => toolkit/devtools/server/nsJSInspector.h
rename : toolkit/devtools/debugger/tests/mochitest/Makefile.in => toolkit/devtools/server/tests/mochitest/Makefile.in
rename : toolkit/devtools/debugger/tests/mochitest/moz.build => toolkit/devtools/server/tests/mochitest/moz.build
rename : toolkit/devtools/debugger/tests/mochitest/nonchrome_unsafeDereference.html => toolkit/devtools/server/tests/mochitest/nonchrome_unsafeDereference.html
rename : toolkit/devtools/debugger/tests/mochitest/test_unsafeDereference.html => toolkit/devtools/server/tests/mochitest/test_unsafeDereference.html
rename : toolkit/devtools/debugger/tests/moz.build => toolkit/devtools/server/tests/moz.build
rename : toolkit/devtools/debugger/tests/unit/head_dbg.js => toolkit/devtools/server/tests/unit/head_dbg.js
rename : toolkit/devtools/debugger/tests/unit/post_init_global_actors.js => toolkit/devtools/server/tests/unit/post_init_global_actors.js
rename : toolkit/devtools/debugger/tests/unit/post_init_tab_actors.js => toolkit/devtools/server/tests/unit/post_init_tab_actors.js
rename : toolkit/devtools/debugger/tests/unit/pre_init_global_actors.js => toolkit/devtools/server/tests/unit/pre_init_global_actors.js
rename : toolkit/devtools/debugger/tests/unit/pre_init_tab_actors.js => toolkit/devtools/server/tests/unit/pre_init_tab_actors.js
rename : toolkit/devtools/debugger/tests/unit/source-map-data/sourcemapped.coffee => toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
rename : toolkit/devtools/debugger/tests/unit/source-map-data/sourcemapped.map => toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.map
rename : toolkit/devtools/debugger/tests/unit/sourcemapped.js => toolkit/devtools/server/tests/unit/sourcemapped.js
rename : toolkit/devtools/debugger/tests/unit/test_add_actors.js => toolkit/devtools/server/tests/unit/test_add_actors.js
rename : toolkit/devtools/debugger/tests/unit/test_attach.js => toolkit/devtools/server/tests/unit/test_attach.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-01.js => toolkit/devtools/server/tests/unit/test_breakpoint-01.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-02.js => toolkit/devtools/server/tests/unit/test_breakpoint-02.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-03.js => toolkit/devtools/server/tests/unit/test_breakpoint-03.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-04.js => toolkit/devtools/server/tests/unit/test_breakpoint-04.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-05.js => toolkit/devtools/server/tests/unit/test_breakpoint-05.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-06.js => toolkit/devtools/server/tests/unit/test_breakpoint-06.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-07.js => toolkit/devtools/server/tests/unit/test_breakpoint-07.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-08.js => toolkit/devtools/server/tests/unit/test_breakpoint-08.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-09.js => toolkit/devtools/server/tests/unit/test_breakpoint-09.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-10.js => toolkit/devtools/server/tests/unit/test_breakpoint-10.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-11.js => toolkit/devtools/server/tests/unit/test_breakpoint-11.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-12.js => toolkit/devtools/server/tests/unit/test_breakpoint-12.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpointstore.js => toolkit/devtools/server/tests/unit/test_breakpointstore.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgactor.js => toolkit/devtools/server/tests/unit/test_dbgactor.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgclient_debuggerstatement.js => toolkit/devtools/server/tests/unit/test_dbgclient_debuggerstatement.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgglobal.js => toolkit/devtools/server/tests/unit/test_dbgglobal.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgsocket.js => toolkit/devtools/server/tests/unit/test_dbgsocket.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-01.js => toolkit/devtools/server/tests/unit/test_eval-01.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-02.js => toolkit/devtools/server/tests/unit/test_eval-02.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-03.js => toolkit/devtools/server/tests/unit/test_eval-03.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-04.js => toolkit/devtools/server/tests/unit/test_eval-04.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-05.js => toolkit/devtools/server/tests/unit/test_eval-05.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-01.js => toolkit/devtools/server/tests/unit/test_frameactor-01.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-02.js => toolkit/devtools/server/tests/unit/test_frameactor-02.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-03.js => toolkit/devtools/server/tests/unit/test_frameactor-03.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-04.js => toolkit/devtools/server/tests/unit/test_frameactor-04.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-05.js => toolkit/devtools/server/tests/unit/test_frameactor-05.js
rename : toolkit/devtools/debugger/tests/unit/test_framearguments-01.js => toolkit/devtools/server/tests/unit/test_framearguments-01.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-01.js => toolkit/devtools/server/tests/unit/test_framebindings-01.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-02.js => toolkit/devtools/server/tests/unit/test_framebindings-02.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-03.js => toolkit/devtools/server/tests/unit/test_framebindings-03.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-04.js => toolkit/devtools/server/tests/unit/test_framebindings-04.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-05.js => toolkit/devtools/server/tests/unit/test_framebindings-05.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-06.js => toolkit/devtools/server/tests/unit/test_framebindings-06.js
rename : toolkit/devtools/debugger/tests/unit/test_frameclient-01.js => toolkit/devtools/server/tests/unit/test_frameclient-01.js
rename : toolkit/devtools/debugger/tests/unit/test_frameclient-02.js => toolkit/devtools/server/tests/unit/test_frameclient-02.js
rename : toolkit/devtools/debugger/tests/unit/test_functiongrips-01.js => toolkit/devtools/server/tests/unit/test_functiongrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_getyoungestframe.js => toolkit/devtools/server/tests/unit/test_getyoungestframe.js
rename : toolkit/devtools/debugger/tests/unit/test_interrupt.js => toolkit/devtools/server/tests/unit/test_interrupt.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-01.js => toolkit/devtools/server/tests/unit/test_listsources-01.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-02.js => toolkit/devtools/server/tests/unit/test_listsources-02.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-03.js => toolkit/devtools/server/tests/unit/test_listsources-03.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringactor.js => toolkit/devtools/server/tests/unit/test_longstringactor.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringgrips-01.js => toolkit/devtools/server/tests/unit/test_longstringgrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringgrips-02.js => toolkit/devtools/server/tests/unit/test_longstringgrips-02.js
rename : toolkit/devtools/debugger/tests/unit/test_nativewrappers.js => toolkit/devtools/server/tests/unit/test_nativewrappers.js
rename : toolkit/devtools/debugger/tests/unit/test_new_source-01.js => toolkit/devtools/server/tests/unit/test_new_source-01.js
rename : toolkit/devtools/debugger/tests/unit/test_nsjsinspector.js => toolkit/devtools/server/tests/unit/test_nsjsinspector.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-01.js => toolkit/devtools/server/tests/unit/test_objectgrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-02.js => toolkit/devtools/server/tests/unit/test_objectgrips-02.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-03.js => toolkit/devtools/server/tests/unit/test_objectgrips-03.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-04.js => toolkit/devtools/server/tests/unit/test_objectgrips-04.js
rename : toolkit/devtools/debugger/tests/unit/test_pause_exceptions-01.js => toolkit/devtools/server/tests/unit/test_pause_exceptions-01.js
rename : toolkit/devtools/debugger/tests/unit/test_pause_exceptions-02.js => toolkit/devtools/server/tests/unit/test_pause_exceptions-02.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-01.js => toolkit/devtools/server/tests/unit/test_pauselifetime-01.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-02.js => toolkit/devtools/server/tests/unit/test_pauselifetime-02.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-03.js => toolkit/devtools/server/tests/unit/test_pauselifetime-03.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-04.js => toolkit/devtools/server/tests/unit/test_pauselifetime-04.js
rename : toolkit/devtools/debugger/tests/unit/test_profiler_actor.js => toolkit/devtools/server/tests/unit/test_profiler_actor.js
rename : toolkit/devtools/debugger/tests/unit/test_source-01.js => toolkit/devtools/server/tests/unit/test_source-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-01.js => toolkit/devtools/server/tests/unit/test_sourcemaps-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-02.js => toolkit/devtools/server/tests/unit/test_sourcemaps-02.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-03.js => toolkit/devtools/server/tests/unit/test_sourcemaps-03.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-04.js => toolkit/devtools/server/tests/unit/test_sourcemaps-04.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-05.js => toolkit/devtools/server/tests/unit/test_sourcemaps-05.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-06.js => toolkit/devtools/server/tests/unit/test_sourcemaps-06.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-07.js => toolkit/devtools/server/tests/unit/test_sourcemaps-07.js
rename : toolkit/devtools/debugger/tests/unit/test_sources_backwards_compat-01.js => toolkit/devtools/server/tests/unit/test_sources_backwards_compat-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sources_backwards_compat-02.js => toolkit/devtools/server/tests/unit/test_sources_backwards_compat-02.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-01.js => toolkit/devtools/server/tests/unit/test_stepping-01.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-02.js => toolkit/devtools/server/tests/unit/test_stepping-02.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-03.js => toolkit/devtools/server/tests/unit/test_stepping-03.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-04.js => toolkit/devtools/server/tests/unit/test_stepping-04.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-05.js => toolkit/devtools/server/tests/unit/test_stepping-05.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-01.js => toolkit/devtools/server/tests/unit/test_threadlifetime-01.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-02.js => toolkit/devtools/server/tests/unit/test_threadlifetime-02.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-03.js => toolkit/devtools/server/tests/unit/test_threadlifetime-03.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-04.js => toolkit/devtools/server/tests/unit/test_threadlifetime-04.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-05.js => toolkit/devtools/server/tests/unit/test_threadlifetime-05.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-06.js => toolkit/devtools/server/tests/unit/test_threadlifetime-06.js
rename : toolkit/devtools/debugger/tests/unit/test_unsafeDereference.js => toolkit/devtools/server/tests/unit/test_unsafeDereference.js
rename : toolkit/devtools/debugger/tests/unit/testactors.js => toolkit/devtools/server/tests/unit/testactors.js
rename : toolkit/devtools/debugger/tests/unit/testcompatactors.js => toolkit/devtools/server/tests/unit/testcompatactors.js
rename : toolkit/devtools/debugger/tests/unit/xpcshell.ini => toolkit/devtools/server/tests/unit/xpcshell.ini
rename : toolkit/devtools/debugger/dbg-transport.js => toolkit/devtools/server/transport.js
2013-05-21 16:39:13 -07:00
Dave Camp
53adb1e5ca Bug 871784 - b2g should specify its debug actors explicitly rather than using addBrowserActors. r=past,r=jimb,r=fabrice 2013-05-21 16:36:43 -07:00
Ryan VanderMeulen
88a926596c Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
CLOSED TREE
2013-05-21 10:48:09 -04:00
Martijn Wargers
8d347b2743 Bug 868439 - Convert some uses of nsIPrefBranch to SpecialPowers. r=jmaher 2013-05-21 02:14:06 +02:00
Ryan VanderMeulen
0231e934ad Merge m-c to inbound. 2013-05-21 08:17:04 -04:00
Joe Walker
3095239dd6 Bug 832717 - Help synopsis for GCLI commands should include the -- prefix needed to pass parameters; r=mratcliffe 2013-05-21 10:18:56 +01:00
Quentin Pradet
467af11b78 Bug 773271 - GCLI needs a date type; r=jwalker,harth 2013-05-21 10:18:55 +01:00
Joe Walker
ba712dc342 Bug 834230 - break del command suffers from an off by 1 error; r=vporof 2013-05-21 10:18:55 +01:00
Joe Walker
ded82847c6 Bug 866680 - gcli string params should allow empty values; r=mgoodwin,harth 2013-05-21 10:18:54 +01:00
Joe Walker
0f5d8cc2a1 Bug 786661 - GCLI should not auto-unescape command line escapes; r=optimizer,harth 2013-05-21 10:18:54 +01:00
Drew Willcoxon
4c9865919f Bug 518606 - Improve about:support's "Copy text to clipboard" output. r=unfocused 2013-05-20 20:05:53 -07:00
Drew Willcoxon
bfa71b2915 Bug 868793 - Fix about:support's "ASSERTION: FormatStringFromName() without format parameters". r=felipe 2013-05-20 20:05:50 -07:00
Ryan VanderMeulen
749a427089 Merge m-c to fx-team. 2013-05-20 16:22:54 -04:00
Ryan VanderMeulen
acb2d9cc01 Merge m-c to inbound. 2013-05-20 22:28:32 -04:00
Mihai Sucan
c71010cc83 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
Boris Zbarsky
810766595d Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley 2013-05-20 08:44:18 -04:00
Gregory Szorc
c1b865f669 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
Ryan VanderMeulen
64bb07971b Merge m-c to inbound on a CLOSED TREE. 2013-05-17 17:34:54 -04:00
Ryan VanderMeulen
1732f4e103 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
1575a033a0 Merge m-c to fx-team. 2013-05-17 12:51:20 -04:00
Mihai Sucan
5f4fe12638 Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee 2013-05-17 13:36:56 +03:00
Ryan VanderMeulen
fe42f20b48 Merge m-c to inbound. 2013-05-17 09:08:44 -04:00
Ryan VanderMeulen
2864f1ae0a Merge m-c to birch. 2013-05-16 20:31:26 -04:00
Ryan VanderMeulen
3b2fb8dd48 Merge inbound to m-c. 2013-05-16 20:29:40 -04:00
Sotaro Ikeda
5e9a341b9b Bug 871753 Part2 - add libstagefright_foundation r=mwu 2013-05-16 17:24:20 -07:00
Ryan VanderMeulen
0789066b2f Merge m-c to fx-team. 2013-05-16 16:19:25 -04:00
Panos Astithas
6b052b1e91 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
Mihai Sucan
1c4ff5e9b2 Bug 871156 - Allow Ctrl+W to close the tab when the Web Console is focused; r=robcee 2013-05-16 15:35:53 +03:00
Victor Porof
36e4594c52 Merge m-c to fx-team 2013-05-16 10:32:06 +03:00
Ryan VanderMeulen
d9824dd1e6 Merge inbound to m-c. 2013-05-15 21:14:58 -04:00
Brian R. Bondy
bc92d73e1a Bug 572162 - Changes to tests for update root hash changes. r=rstrong 2013-05-15 10:58:09 -07:00
Brian R. Bondy
9227520b87 Bug 572162 - Use TaskbarIDs hash as update dir root. r=rstrong 2013-05-15 10:58:09 -07:00
Brian R. Bondy
a46e80d61f Bug 572162 - Cleanup new update directory and obsolete old after updates and installs. r=rstrong 2013-05-15 10:58:09 -07:00
Brian R. Bondy
f153980081 Bug 572162 - Update root dir migration xpcshell tests. r=rstrong 2013-05-15 10:58:09 -07:00
Brian R. Bondy
7b78adf4e8 Bug 572162 - Migrate update files to new update directory after updates. r=rstrong 2013-05-15 10:58:09 -07:00
Panos Astithas
39041b6f58 Fix another typo in Loader.jsm (bug 867485); r=dcamp 2013-05-15 17:22:01 +03:00
Panos Astithas
a318e18c6a Fix a few typos in Loader.jsm (bug 867485); r=jwalker 2013-05-14 12:48:18 +03:00
Ryan VanderMeulen
a4f7bfe426 Merge m-c to fx-team. 2013-05-13 16:33:59 -04:00
Ryan VanderMeulen
5187701658 Merge m-c to inbound. 2013-05-13 12:02:04 -04:00
Ryan VanderMeulen
520843a801 Merge m-c to birch. 2013-05-13 09:53:32 -04:00
Gijs Kruitbosch
5fc3a07279 Bug 865316 - Fix styling of dropmarkers and borders for toolbarbutton-menu and toolbarbutton-menu-dropmarker, r=dao 2013-05-13 14:59:18 +02:00
Nick Fitzgerald
f3952f8e0a Bug 865252 - Don't heavily prefer cache when loading source mapped sources; r=rcampbell 2013-05-13 14:53:00 +03:00
Ed Morley
ce3fdf2758 Backed out changeset 2d5c2f191920 (bug 863445) for breaking Android Nightlies
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-13 12:31:39 +01:00
Ed Morley
bcdd00043e Backed out changeset dac51812454a (bug 863445) 2013-05-13 12:31:10 +01:00
Nick Fitzgerald
cbadb04b92 Bug 852792 - load sources from the 'sourcesContent' field in a source map, if available; r=rcampbell 2013-05-13 14:16:00 +03:00
Nick Alexander
298ff2d2c5 Merge mozilla-central into services-central. 2013-05-12 16:19:27 -07:00
L. David Baron
244d007fec Merge mozilla-inbound and mozilla-central.
(The mozilla-central side of the merge is entirely a merge from fx-team into mozilla-central.)
2013-05-11 22:00:23 -07:00
Nick Alexander
b96eb5d3c3 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-11 16:53:49 -07:00
Nick Alexander
bc0efccf06 Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-11 16:53:48 -07:00
Joe Walker
9751893e70 Merge mozilla-central into fx-team 2013-05-11 15:11:54 +01:00
Ryan VanderMeulen
c3ad278e44 Merge m-c to inbound on a CLOSED TREE. 2013-05-11 09:49:12 -04:00
Ryan VanderMeulen
cd944c80b9 Backed out changeset 080912624060 (bug 869209) for Android xpcshell failures.
CLOSED TREE
2013-05-11 08:14:34 -04:00
Joe Walker
463c85bd35 Backed out changeset 6ebf2274acf5 (Bug 852792) for xpcshell bustage 2013-05-11 12:13:09 +01:00
Joe Walker
21be16980e Backed out changeset 752dca088d71 (Bug 865252) for xpcshell bustage 2013-05-11 12:08:58 +01:00
Nick Alexander
78284a8764 Backed out e7739a472f09, 3fd142236a0f, and 382ec69cdfb1 (Bug 863445) for Android rc1 and rc2 failures on a CLOSED TREE. r=me
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-10 21:38:52 -07:00
Nick Alexander
2d0fd713b6 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-10 18:39:00 -07:00
Nick Alexander
e31e2f53cc Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-10 18:39:00 -07:00
Shane Caraveo
d27515a3cf bug 869209 order social providers by frecency, r=mak 2013-05-10 12:06:34 -07:00
Nick Fitzgerald
3d14363f5c Bug 865252 - Don't heavily prefer cache when loading source mapped sources; r=robcee 2013-05-11 10:22:38 +01:00
Nick Fitzgerald
4754d7fefd Bug 852792 - load sources from the sourcesContent field in a source map, if available; r=robcee 2013-05-11 10:22:36 +01:00
Mihai Sucan
dd218ccf61 Bug 870220 - Web Console property inspector shows duplicate entries for navigator.plugins; r=robcee,vporof 2013-05-11 12:05:21 +03:00
Ryan VanderMeulen
30578632b7 Merge m-c to fx-team. 2013-05-10 15:00:46 -04:00
Fabrice Desré
f0008895c6 Bug 853350 - Follow up. Make windows build. 2013-05-10 21:16:15 +02:00
Ed Morley
98b68fe058 Merge mozilla-central and birch 2013-05-10 12:18:48 +01:00
Joe Walker
cf09fcba29 Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
--HG--
rename : browser/devtools/shared/Templater.jsm => toolkit/devtools/gcli/Templater.jsm
rename : browser/devtools/commandline/gcli.jsm => toolkit/devtools/gcli/gcli.jsm
2013-05-09 15:15:22 +01:00
Mark Banner
1e723d6483 Bug 872323 Ensure places is enabled in social tests now that they rely on places, so that apps which disable places by default have their tests passing. r=mixedpuppy 2013-05-17 09:51:36 +02:00
Shane Caraveo
c237cd28b9 bug 862314 prevent double install of providers, r=markh 2013-05-09 12:59:57 -07:00
Shane Caraveo
39895b95cf bug 870473 limit number of ambient notification icons, r=felipe 2013-05-09 17:10:14 -07:00
Raymond Lee
aca2220e30 Bug 852478 - Store the date and time of downloads. r=paolo 2013-05-10 20:26:10 +08:00
Ryan VanderMeulen
eb21097a79 Merge m-c to inbound. 2013-05-10 14:57:50 -04:00
Marco Chen
e91334a87e Bug 847006 - Add .amr into and remove aac from music as well as add m4v into video filter on device storage. r=dougt, r=doublec, a=leo+ 2013-05-07 11:02:21 +08:00
Dave Camp
c6104f852b Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Mihai Sucan
99a3fbf2df Bug 869003 - Cannot inspect objects from cross-domain iframes; r=robcee 2013-05-09 18:20:51 +03:00
Joe Walker
67bb224aa6 Backed out changeset d6249744132e (bug 839862) because xpcshell bustage 2013-05-09 17:46:27 +01:00
Joe Walker
bb0acd34f2 Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp 2013-05-09 15:15:22 +01:00
Joe Walker
8401d43c19 Bug 849171 - Console.jsm output of errors could be better; r=msucan 2013-05-09 15:15:22 +01:00
Mihai Sucan
70a95751c9 Bug 869981 - Bring back inspect() jsterm helper function; r=me a=robcee 2013-05-09 13:36:56 +03:00
Ryan VanderMeulen
a25e7a8ad1 Merge m-c to fx-team. 2013-05-09 00:19:26 -04:00
Phil Ringnalda
50de41e318 Merge m-c to fx-team 2013-05-07 19:55:28 -07:00
Ryan VanderMeulen
f6068dd244 Merge inbound to m-c. 2013-05-07 22:10:19 -04:00
Heather Arthur
04cf9f778a Bug 868321 - Sites with no stylesheets just show loading indicator forever; r=dcamp 2013-05-07 15:49:52 -07:00
Phil Ringnalda
d0cfe627c9 Back out f2ac70bee1e0 (bug 798358) until it tells us what jsonobj it is talking about
CLOSED TREE
2013-05-07 14:39:59 -07:00
Blake Kaplan
1a67df0ff8 Bug 869086 - Make textbox.xml resilient against the changes in bug 653881. r=gavin 2013-05-06 11:15:51 -07:00
Ryan VanderMeulen
db7eb10d60 Backed out changesets bb126ac7b33d and 7bbc04988e85 (bug 861495) for webconsole mochitest timeouts. 2013-05-07 14:39:16 -04:00
Colby Russell
a6dff54387 Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: WebConsoleUtils.jsm. r=msucan 2013-05-07 12:34:21 -04:00
Marco Chen
7a4bcd7e5b Bug 859711 - [A/V] Add mp4 sniffer to recognizing isom/iso2 comptiable_brand. r=padenot 2013-05-07 10:17:34 +08:00
Tim Taubert
3a7cf943aa merge m-c to fx-team 2013-05-07 09:19:32 +02:00
David Creswick
18cd42578c Bug 740541 - Style sheets in iframes are not listed in the style editor; r=harth 2013-05-06 20:31:46 -07:00
Jan Horak
b792e979ef Bug 860213 - Use async version of set metadata. r=Neil 2013-05-06 09:04:16 -04:00
Ryan VanderMeulen
1c1f94e0f0 Merge m-c to inbound. 2013-05-06 08:29:37 -04:00
Tim Taubert
e8fb862808 merge m-c to fx-team
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-06 13:30:45 +02:00
Phil Ringnalda
1e4ab6c25d Merge m-c to fx-team 2013-05-05 12:28:41 -07:00
Phil Ringnalda
2512a51c3d Merge m-c to fx-team 2013-05-03 21:37:03 -07:00
Mihai Sucan
80ca966e27 Bug 865792 - Firefox for Android remote console doesn't evaluate JS expressions; r=past 2013-05-01 14:38:45 +03:00
Ritesh Modi
31b22eb788 Bug 866636 - AddonUpdateChecker bypasses it cache, but doesn't inhibit writing to it. r=Unfocused 2013-05-03 16:24:51 +12:00
Myk Melez
9870ca2673 bug 856232 - let addons add DebuggerServer actors anytime; r=past,dcamp
---
 toolkit/devtools/debugger/server/dbg-server.js     | 15 ++--
 .../debugger/tests/unit/post_init_global_actors.js | 17 +++++
 .../debugger/tests/unit/post_init_tab_actors.js    | 17 +++++
 .../debugger/tests/unit/pre_init_global_actors.js  | 17 +++++
 .../debugger/tests/unit/pre_init_tab_actors.js     | 17 +++++
 .../debugger/tests/unit/test_add_actors.js         | 82 ++++++++++++++++++++++
 toolkit/devtools/debugger/tests/unit/xpcshell.ini  |  1 +
 7 files changed, 159 insertions(+), 7 deletions(-)
 create mode 100644 toolkit/devtools/debugger/tests/unit/post_init_global_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/post_init_tab_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/pre_init_global_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/pre_init_tab_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/test_add_actors.js

--HG--
extra : amend_source : 840d4a85559c17b84dedb18bf374ca6a3e84e631
2013-05-03 18:21:48 -07:00
Bobby Holley
d02fa60c1c Bug 829872 - Fix up tests that depend on contentDocument being non-null. r=imelven
These almost universally depend on some sort of special privileges, so I don't
think they're representative of any use-cases we might find on the web.
2013-05-03 14:47:10 -07:00
Matt Brubeck
c6fd4ff29b Back out changeset 29c172213ff7 (bug 853151) because of Ts and Tp5 regressions
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
2013-05-03 10:59:43 -07:00
Gregory Szorc
c6c1177427 Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal 2013-05-03 09:54:45 -07:00
Dave Camp
ebc5c2c644 Backed out changeset 9c204e0c1af1 (bug 867485) for bustage. 2013-05-01 14:03:19 -07:00
Dave Camp
b50f71cc49 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Panos Astithas
65928b8591 Bug 832231 - After a reload, breakpoints require multiple resumes to allow execution to continue; r=vporof 2013-05-01 18:29:33 +03:00
Brandon Benvie
3bd13361af bug 843094 - Remove the PropertyPanel; r=msucan 2013-05-03 11:39:00 -04:00
Fabrice Desré
1462b292dc Bug 853350 - followup to make windows happy r=me 2013-05-09 18:04:56 -07:00
Fabrice Desré
559e6dfd4a Bug 853350 - Implement a notification system to monitor disk space r=bent 2013-05-09 15:57:31 -07:00
Gregor Wagner
025a9bf09c Bug 871828 - Fix global object sharing for FormHistory. r=gavin, r=khuey 2013-05-14 08:29:31 -04:00
Joey Armstrong
0d49db0381 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Ryan VanderMeulen
20ac561a9b Merge m-c to inbound. 2013-05-17 15:40:53 -04:00
Kushagra Sinha
c68ead8974 Bug 870622 - Unexpected Unix error when filename is not defined. Typechecking for |writeAtomic| function. r=yoric 2013-05-16 20:27:27 +05:30
Gavin Sharp
6ff5e33807 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
c53717d72e Merge m-c to inbound. 2013-05-01 08:00:14 -04:00
Tim Taubert
4d617e4b7c merge m-c to fx-team 2013-05-01 10:18:22 +02:00
Heather Arthur
8390780e60 Bug 866264 - Intermittent devtools/styleeditor/test/browser_styleeditor_new.js | new editor shows 1 rule after modification - Got 2, expected 1; r=dcamp 2013-04-30 17:19:59 -07:00
Jim Blandy
81b27206f4 Bug 866231: Have the remote protocol profiler actor copy notification values and break cycles before sending them to the client. r=dcamp 2013-04-30 15:00:29 -07:00
Jim Blandy
c18619ec2e Bug 865073: debugging protocol: Systematically catch and log exceptions thrown by handler functions that their callers would otherwise ignore. r=dcamp 2013-04-30 15:00:29 -07:00
Ryan VanderMeulen
8090a13071 Merge m-c to inbound. 2013-04-29 13:09:28 -04:00
Andrea Marchesini
a47609950a Bug 866764 - Fix mochitest from bug 861605 to work on Android. r=bz 2013-04-29 13:04:47 -04:00
Ryan VanderMeulen
b2bd8e8a01 Merge m-c to fx-team. 2013-04-29 08:40:35 -04:00
Brian R. Bondy
285ede137c Bug 715746 - Test fixes for allowing updates to be applied on Windows while the browser is open. r=rstrong
--HG--
rename : toolkit/mozapps/update/test/unit/test_0160_appInUse_xp_unix_complete.js => toolkit/mozapps/update/test/unit/test_0160_appInUse_complete.js
rename : toolkit/mozapps/update/test_svc/unit/test_0160_appInUse_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0160_appInUse_complete_svc.js
2013-04-28 18:27:00 -04:00
Brian R. Bondy
1c9fbf544f Bug 715746 - Allow callback to be renamed and update to continue if in use. r=rstrong 2013-04-28 18:26:56 -04:00
Matthew Noorenberghe
5eb149e1fd Bug 866564 - Don't cache Lightweight Theme update checks. r=Unfocused 2013-04-30 17:31:59 -07:00
Ryan VanderMeulen
a940e46079 Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
9305158b76 Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps 2013-04-30 20:46:10 -04:00
Brian O'Keefe
7561bb1573 Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium 2013-04-30 20:45:39 -04:00
Jim Blandy
4f1bdc219c Bug 865328: Close console clients by building a chain of continuations. r=msucan 2013-04-30 15:18:05 -07:00
Jim Blandy
4f1ae200ce Bug 865328: debug protocol client: capture a 'self' variable, instead of doing lots of 'bind' calls. r=msucan
This lets us use ordinary function declarations, which can appear in the
order the code will run, for legibility.
2013-04-30 15:18:04 -07:00
Gijs Kruitbosch
9b2efcf4f2 Bug 865136 - Calling nsIProfile->Remove() twice removes all profiles, r=bsmedberg 2013-04-26 10:01:41 +02:00
Andrea Marchesini
79adff0de9 Bug 861605 - Make the arguments to Window.alert, Window.confirm optional. r=Ms2ger 2013-04-29 08:32:01 -04:00
Ryan VanderMeulen
4c4781e825 Merge m-c to inbound. 2013-04-29 08:25:31 -04:00
Dave Camp
5061027c8e Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Dave Camp
518c9ac841 Backed out changeset 9117c7ad29d5 for MaxHeap regression. 2013-04-28 14:42:23 -07:00
Dave Camp
609408725b Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Aryeh Gregor
b14c2cbab2 Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger 2013-04-28 14:52:10 +03:00
Gijs Kruitbosch
65b6bd4f63 Bug 763890 - Add all the old profiles to the same folder when resetting Firefox multiple times, r=bsmedberg
--HG--
extra : rebase_source : 443920ec76501b084c42b548f3cb29d70ce4cec0
2013-04-05 14:31:28 +02:00
Tom Schuster
dfcdf9e78c Bug 691613 - e10s support for setTabTitle with characterSet. r=felipe 2013-04-27 17:37:04 +02:00
Jim Blandy
435e381df3 Bug 865509: JS Debugger: List 'exception' in the UnsolicitedPauses table in dbg-client.jsm. r=dcamp 2013-04-26 14:37:44 -07:00
Georg Fritzsche
8c22117b23 Bug 752516 - Give pluginProblemBinding the top-most z-index. r=bsmedberg,jaws 2013-04-22 13:47:37 +02:00
Ryan VanderMeulen
0bfa85f631 Merge m-c to inbound. 2013-04-26 13:06:35 -04:00
Tim Taubert
1e3e5eb0c5 merge m-c to fx-team 2013-04-26 14:47:39 +02:00
Ryan VanderMeulen
9ffb47392d Merge m-c to inbound. 2013-04-25 15:08:06 -04:00
Heather Arthur
76a6f2869e Bug 816967 - Remotable Style Editor; r=dcamp 2013-04-25 09:46:13 -07:00
Ryan VanderMeulen
821d31cc9d Merge m-c to fx-team. 2013-04-25 08:41:24 -04:00
Panos Astithas
666002dc4d Bug 864900 - The listTabs protocol request can fail if made immediately after a tab is closed; r=rcampbell 2013-04-25 10:47:06 +03:00
Tim Taubert
125140577a Backed out changeset 95067eec6bde (bug 815120) for mochitest-bc failures 2013-04-25 09:42:54 +02:00
Heather Arthur
96ef5cfc69 Backed out changeset 26caa9ab5c35 for XPCShell test failure 2013-04-24 17:17:39 -07:00
Heather Arthur
d6050092cf Bug 816967 - Remotable Style Editor; r=dcamp 2013-04-24 16:14:00 -07:00
Sachin Hosmani
9bd50ed0e8 Bug 842780 - about:newaddon doesn't restrict size of the add-on's icon. r=Unfocused 2013-04-23 12:04:30 +05:30
Martin Stransky
32bd178b5d Bug 815120 - xpinstall.enabled=false still allows to install xpi via. addon search, r=bmcbride 2013-04-24 17:47:26 +12:00
Ryan VanderMeulen
39c606c5db Merge the last PGO-green inbound changeset to m-c. 2013-04-23 15:01:57 -04:00
Tim Taubert
446be50fce merge m-c to fx-team 2013-04-23 18:56:19 +02:00
Matthew Noorenberghe
4bb31ea990 Bug 841967 - Use performance.now() for the popup notification security delay since it's monotonically increasing. r=dolske 2013-04-22 17:19:44 -07:00
Eddy Bruel
9ca37f5dea Bug 851836 - breakpoints[aLocation.line] is undefined after bug 820012; r=past 2013-04-22 08:44:00 +03:00
Sachin Hosmani
4b7c54972f Bug 851242 - Opening the Add-ons Manager via the -chrome command line switch doesn't load add-on list correctly. r=Unfocused 2013-04-21 14:09:32 +05:30
Yura Zenevich
203440f71f Bug 862570 - Add a preference for an observer listening for test.osfile.web-workers-shutdown. r=yoric 2013-04-26 10:10:59 -04:00
Ted Mielczarek
5beb92e33e Bug 863715 - Allow uploading full crashreporter symbol package via mozconfig option. r=glandium 2013-04-25 15:16:24 -04:00
Ted Mielczarek
fa91e3b7cb bug 846864 - Fix source server support. r=khuey 2013-04-25 15:15:58 -04:00
Aryeh Gregor
e78504c9a9 Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
Nicholas Nethercote
414a1ff3de Bug 857382 (part 3) - Add ability to diff two files to about:memory. r=kats.
--HG--
extra : rebase_source : d5cfd7a690b1de7ce0b18ef45fbb03fc6cb9fc23
2013-04-21 15:36:07 -07:00
Nicholas Nethercote
1f2e6b39b9 Bug 857382 (part 1) - Correctly handle memory report files that have no measurements in the "explicit" or "other" sections. r=kats.
--HG--
extra : rebase_source : 2fa86e1a5b0729f2deee3f1f15989685fb2e5d77
2013-04-21 13:48:01 -07:00
Brandon Waterloo
cd040643ae Bug 862117 - Move CSS rule classes relevant to image documents for cursor appearance (zoom in / zoom out) into layout/style/ImageDocument.css. r=roc, r=jaws
This stylesheet applies to all ImageDocuments, including those in frames. In old location for CSS rules, some full themes would not show cursors correctly, nor would ImageDocuments in frames. Image rotation CSS rule classes moved to layout/style/TopLevelImageDocument.css.
2013-04-21 18:29:14 -04:00
David Rajchenbach-Teller
7351de4ede Bug 858723 - Fix _fdmsg test in async OS.File. r=froydnj 2013-04-23 08:22:15 -04:00
Amod Narvekar
d7cfbb6716 Bug 224315 - Poor grammar in 'is a:' message on unknown content type window. r=jaws 2013-05-08 15:05:11 -04:00
Colby Russell
3996121104 Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: WebConsoleUtils.jsm; r=msucan 2013-05-08 15:05:51 +03:00
Patrick McManus
d007605c5e bug 869100 complete token bucket a/b test r=honzab 2013-05-08 11:43:31 -04:00
Josh Matthews
40e7c14af0 Bug 869893 - Remove Off-Main-Thread XPCWrappedJS refcounting from SignRunnable. r=jedp 2013-05-08 10:50:36 -04:00
Gavin Sharp
9bf981a550 Bug 866254 followup: improve debug logging and minor cleanup, r=Yoric
--HG--
extra : transplant_source : %2BS%06%0A%E05%B4%B7%B9%3F%92%8B%B1%AAB%ADL%3A%BC%1E
2013-05-07 09:47:43 -04:00
Gavin Sharp
1642a3a93a Bug 866254: fix failure to initialize search service in cases where the async initialization fails to complete before the synchronous fallback is invoked, r=Yoric
--HG--
extra : transplant_source : z2%D7Os2%89%28%5C9%3Ab%BF%0F%15%F3%10x%7Ff
2013-05-07 09:47:39 -04:00
Christian Sonne ext:(%2C%20Justin%20Dolske%20%3Cdolske%40mozilla.com%3E)
c3368424ee Bug 839206 - Replace plugin installation notification bar with door hanger r=dolske
--HG--
extra : rebase_source : 20a6d7a32805772e9435ec874c049481a863a749
2013-05-03 13:44:12 -07:00
Maria Grazia Alastra
d22c4f0c7b Bug 866081 - Change two labels and their names in plugins.properties, replacing "enabled" with "installed". r=bsmedberg 2013-04-30 15:12:54 -04:00
Yura Zenevich
162d3d66b2 Bug 866293 - Increase test timeout threshold to avoid intermittent test failures. r=Yoric 2013-04-30 10:26:46 -04:00
Ryan VanderMeulen
4f020afd30 Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures. 2013-04-30 10:08:38 -04:00
Brian O'Keefe
fd2b88f265 Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps 2013-04-30 09:08:31 -04:00
Brian O'Keefe
da64a005e6 Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium 2013-04-30 09:05:17 -04:00
Shane Caraveo
c0e0702090 bug 865798 add timestamps to social provider install for proper fhr support, r-felipe 2013-04-29 13:09:10 -07:00
Jim Blandy
36ae88829b Bug 866278: Remote debugging protocol: show sequence numbers with packets. r=past 2013-04-29 16:16:14 -07:00
Ed Morley
9d75df7121 Merge mozilla-central and inbound 2013-05-22 11:28:59 +01:00
William Chen
023ea0fbd2 Bug 856858 - Always add observer to observe alert windows closing. r=Mossop 2013-05-22 00:19:30 -07:00
Matt Woodrow
7b5e098c6e Bug 749428 - Expose OMTC status in about:support. r=jrmuizel 2013-05-22 11:36:38 +08:00
Drew Willcoxon
d6cfec98b7 Bug 873046 - Fix intermittent failure in browser_thumbnails_background.js. r=test 2013-05-21 19:45:32 -07:00
David Keeler
740c10c2f8 bug 549697 - add click-to-play plugin UI to the addon manager r=unfocused r=jaws
--HG--
rename : browser/base/content/test/test_bug787619.html => browser/base/content/test/browser_bug787619.js
rename : browser/base/content/test/test_bug787619.html => browser/base/content/test/plugin_bug787619.html
2013-04-23 16:21:22 -07:00
Nicholas Nethercote
0991cf172a Bug 856917 (part 2) - Add a test for "?file=" loading in about:memory. r=jlebar. 2013-04-07 21:37:19 -07:00
Nicholas Nethercote
22b3528b61 Bug 856917 (part 1) - Improve about:memory's functional UI. r=kats. 2013-04-07 21:37:19 -07:00
Ian Stakenvicius
9c4af6dfd6 Bug 809430 - Add symbol versions. r=glandium 2013-04-25 15:35:40 -07:00
Norbert Lindenberg
3fce170896 Bug 845190 - Made test_logging.js correctly ignore messages it wants to ignore. r=dteller 2013-04-25 14:57:13 -07:00
Ed Morley
463e38b9da Backed out changeset 8a9a40bfa8e3 (bug 853151) for browser_social_markButton.js failures
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
2013-04-25 11:19:52 +01:00
Makoto Kato
be30bafe27 Bug 853128 - Turn off injecting test of NtFlushBuffersFile on x64. r=ehsan 2013-04-25 19:04:40 +09:00
Shane Caraveo
1d88b8cfb8 bug 853151 refactoring recommend into SocialMark, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-04-24 12:58:36 -07:00
Bill McCloskey
69512a47da Bug 662008 - Handle document title changes across processes (r=felipe) 2013-04-24 22:29:39 -07:00
Bill McCloskey
398e9a3a09 Bug 666801 - Handle webProgress for out-of-process content (r=felipe) 2013-04-24 22:29:31 -07:00
Bill McCloskey
b0f0d45c9b Bug 666801 - Add DOMWindowID and isTopLevel to nsIWebProgress (r=smaug) 2013-04-24 22:26:13 -07:00
Ginn Chen
b8818e8223 Bug 861829 Fix symbol names of *stat on Solaris, make |dirent| work on Solaris r=dteller 2013-04-25 10:08:31 +08:00
Benoit Girard
da3a0b92cd 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 : 04c9c2efbc7db1c04c121cf3022612b488f83eb4
2013-03-11 14:47:40 -04:00
Marcos Aruj
ecb9e27f77 Bug 860625 - Use asynchronous getCharsetForURI in BookmarkJSONUtils.jsm. r=mak 2013-05-28 14:17:31 +08:00
Michael Brennan
1eaf301952 Bug 829603 - Change charsets to strings in nsIDocShell. r=hsivonen 2013-05-25 16:09:30 +02:00
Sachin Hosmani
9cf6d48638 Bug 734862 - Replace "Infinite GB/s" with a more readable localized string. r=mak 2013-05-22 18:53:11 +05:30
Yura Zenevich
9cf51ab6c4 Bug 866293 - Increase test timeout threshold once more to a 1000MS to avoid intermittent test failures. r=yoric 2013-05-29 19:26:41 -04:00
Richard Newman
14554bf021 Bug 877061 - PluginProvider can't find Home plugins on Android. r=Mossop 2013-05-29 14:18:41 -07:00
Riadh Chtara
37f2d78d4b Bug 861546 - Change Preferences.jsm so it does not need to guard against clearUserPref throwing. r=gavin, r=jaws 2013-05-20 16:54:21 -04:00
Nick Alexander
17e1796751 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-20 11:39:50 -07:00
Nick Alexander
9d398c980f Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate fennec_ids.txt. r=jmaher
Building mobile/android/base will now generate
$(DEPTH)/mobile/android/base/fennec_ids.txt.

--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-20 11:39:49 -07:00
Ryan VanderMeulen
87e4432f42 Backed out changeset 1f1f058843cc (bug 860625) for xpcshell failures. 2013-05-20 14:13:09 -04:00
Marcos Aruj
96772b5506 Bug 860625 - Use asynchronous getCharsetForURI in BookmarkJSONUtils.jsm. r=mak 2013-05-14 22:01:23 -06:00
Joey Armstrong
a0d9ebd7ba bug 875549: move HOST_CSRCS to mozbuild (file batch #1). r=mshal 2013-06-11 11:31:11 -04:00
Benjamin Smedberg
d31cc62de5 Bug 875454 - Rework handling of per-site plugin permissions in objectloadingcontent such that users can disable or enable plugins per-site no matter what their "global" permission is (currently only plugins marked click-to-activate globally honor per-site overrides). Also change the pageInfo UI such that "use default" is separate from the explicit click-to-play setting. r=jschoenick/jaws
--HG--
extra : rebase_source : e5bfba45eaa5619d695c484573b90303cc113181
2013-06-11 10:58:43 -04:00
Benjamin Smedberg
e1d1d600ef Bug 880675 - Remove the writable nsIPluginTag.blocklisted property, which is a poorly-constructed cache of the blocklist data, r=jschoenick r=unfocused
--HG--
extra : rebase_source : 04fd347af86d9bb47493ca37455008dedcc570f4
2013-06-11 10:58:42 -04:00
Thomas Bertels
b8a300bad2 Bug 862620 - Add browser.newtab.url to Troubleshoot.jsm whitelist. r=adw 2013-04-27 21:40:16 -04:00
Brian O'Keefe
3f66654fdb Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps 2013-05-01 14:05:40 -04:00
Brian O'Keefe
9e463eb7f7 Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium 2013-05-09 15:55:28 -04:00