Commit Graph

799 Commits

Author SHA1 Message Date
Wes Kocher
1e02f948e4 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Nick Fitzgerald
4d020c41be Bug 918802 - Pretty printer shouldn't block Firefox on large files; r=dcamp 2013-09-24 16:01:01 -07:00
Nick Fitzgerald
5d3934bbc8 Backout c49d5912c0de on a CLOSED TREE due to pushing the wrong version of the patch. 2013-09-24 15:16:25 -07:00
Nick Fitzgerald
6fc3af666b Bug 918802 - Pretty printer shouldn't block Firefox on large files; r=dcamp 2013-09-24 13:54:56 -07:00
Patrick Brosset
79570be84a Bug 917448 - Avoids dead-object exceptions in markup-view due to delete iframe during load. r=paul 2013-09-23 09:04:01 -05:00
Paul Rouget
82c1d66218 Bug 918004 - B2G: Can't see remote stylesheets in Style Editor. r=ehsan 2013-09-24 09:24:36 -04:00
Mihai Sucan
147edc04a3 Bug 860672 - Command line option -jsconsole should open the Browser Console. r=robcee 2013-09-23 13:43:37 +03:00
Gregory Szorc
7bd3c0ae36 Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Hubert B Manilla
c776b67ea7 Bug 907755 - Added telemetry probes to measure how long it takes to display a selected source text to the user; r=fitzgen 2013-09-23 13:03:25 -07:00
J. Ryan Stinnett
675610fc60 Bug 902421 - Add correct paths to the SrcdirProvider. r=dcamp 2013-09-20 16:22:48 -05:00
Philipp Kewisch
85b73901e2 Fix bug 880930 - JS debugger: RootActor needs its own definition of windowMediator. r=past
--HG--
extra : transplant_source : %DB%A6H%9B%D0%00%B4%24t%89%F0r%F9r%9C%7B%EC%07%D0%1B
2013-09-21 11:38:32 +02:00
Felix Crux
ac294187f9 Bug 905226 - Identify custom JSON MIME-types as text. r=vporof
MIME types that can't be identified as textual are base64 encoded before
being shown in the Network Monitor tab of the developer tools. This text
detection wasn't identifying "custom" JSON MIME-types like
"application/x-bigcorp-api-json" as being JSON, and consequently they were
shown in a rather unhelpful base64 form.

This patch extends and liberalizes the isTextMimeType method to identify
these forms correctly.
2013-09-20 10:20:44 -04:00
Nick Fitzgerald
00bf1c9da2 Backout bcc657b11631 (Bug 918073) due to regressing bug 916458; r=me 2013-09-19 10:22:14 -07:00
Ed Morley
aaec7fb135 Merge mozilla-central and fx-team 2013-09-19 16:27:11 +01:00
Michael Ratcliffe
8dce5a27fa Bug 918305 - Move css-color.js in /toolkit/ r=paul
--HG--
rename : browser/devtools/shared/css-color.js => toolkit/devtools/css-color.js
2013-09-19 16:06:44 +01:00
Ed Morley
51c1780f21 Merge latest green fx-team changeset and mozilla-central 2013-09-19 15:39:37 +01:00
Phil Ringnalda
95c5bfc8b9 Merge m-c to m-i 2013-09-18 23:28:41 -07:00
Paul Rouget
93f0604f84 Bug 916166 - [app manager] Disable the network monitor. r=ochameau 2013-09-17 07:30:00 +02:00
J. Ryan Stinnett
79f2025b0e Bug 915372 - Clean up inspector front and actor when reusing connection. r=paul 2013-09-13 19:09:52 -05:00
Nick Fitzgerald
99320a9b6c Bug 762761 - part 2: front end changes for debugger pretty printing; r=vporof 2013-09-18 17:56:20 -07:00
Nick Fitzgerald
3b4fb3441b Bug 918073 - dbg server's dumpn should prefix all lines with DBG-SERVER so that whitespace is preserved; r=dcamp 2013-09-18 14:30:13 -07:00
Mike Hommey
fdcd66734e Bug 917622 - Use INSTALL_TARGETS for mochitests. r=gps 2013-09-19 07:39:58 +09:00
Panos Astithas
ed34cf9134 Ignore failures to get the lastPausedUrl when a tab is closing (bug 916458). r=fitzgen 2013-09-18 12:58:37 +03:00
Michael Ratcliffe
ddd2281784 Bug 911748 - Add default color dropdown to devtools options panel. r=jwalker 2013-09-16 11:01:25 +01:00
Jim Blandy
e61fa07d18 Bug 914405: Define makeGlobalObjectReference, a quick way to get D.O's referring to global objects, to simplify the web console. r=jorendorff r=msucan 2013-09-17 15:21:11 -07:00
J. Ryan Stinnett
644843d35e Bug 914403 - Part 1: Fix explicit selection removal with remote highlighter. r=paul 2013-09-16 19:23:57 -05:00
Alexandre Poirot
c2c15f4b5f Bug 914594 - Fix Services.settings being undefined r=paul 2013-09-11 11:00:00 +03:00
Alexandre Poirot
cf3e214203 Bug 897969 - Support origin manifest property when pushing an app to the device r=fabrice 2013-09-15 14:11:00 +03:00
Alexandre Poirot
dbf5a895ba Bug 912475 - Use promise for async install request instead of sending events. r=past 2013-09-15 14:08:00 +03:00
Alexandre Poirot
eef98bd8aa Bug 914604 - Convert webapps xpcshell test to mochitest-plain and cover app reinstall and redirects manifest property r=fabrice 2013-09-15 12:27:00 +03:00
Dave Camp
c79761d8c2 Bug 909121 - Inspector breaks when navigating backwards. r=bgrinstead 2013-09-09 08:11:22 -07:00
Paul Rouget
aa41d6f1f2 Bug 915740 - Integrate adb helper addon into the app manager (UI part). r=ochameau 2013-09-13 05:18:00 +02:00
Ryan VanderMeulen
fd45cb64f6 Merge m-c to b2g-inbound. 2013-09-13 16:11:28 -04:00
Ed Morley
ef26a08f6d Merge mozilla-central and fx-team 2013-09-13 15:13:34 +01:00
Ed Morley
7c9a55aea1 Merge latest green b2g-inbound changeset and mozilla-central 2013-09-13 15:06:40 +01:00
Fabrice Desré
8cefaf40b3 Bug 915881 - Allow sideloading of certified apps r=ochameau 2013-09-13 00:49:11 -07:00
Nick Fitzgerald
d11b2bb77e Bug 914930 - sometimes load source content via Debugger.Source; r=past 2013-09-12 16:39:53 -07:00
Brian Grinstead
1f934e09fd Bug 913509 - [rule view] Papercuts - Inconsistent behavior when modifying CSS declarations. r=miker 2013-09-12 11:18:29 -05:00
Alexandre Poirot
2d3492b80b Bug 915204 - Add a JSM to allow addons to register devices to the app manager. r=paul.rouget 2013-09-12 13:15:44 -04:00
Sahil Chelaramani
5883418848 Bug 908283 - Don't attach onStep hooks to frames without scripts; r=fitzgen 2013-09-12 09:56:03 -07:00
Jonathan Fuentes
f5bd1fe55c Bug 897050 - Prefer displayName instead of name; r=fitzgen 2013-09-12 09:54:56 -07:00
Ed Morley
b1d4cc4939 Merge mozilla-central and b2g-inbound 2013-09-13 15:14:11 +01:00
Marco Castelluccio
835fb5b812 Bug 905881 - Move the package to the local installation directory. r=fabrice, r=myk 2013-09-13 08:32:47 -04:00
J. Ryan Stinnett
6638204722 Bug 915067 - Part 2: Filter certified apps from webapps actor. r=ochameau 2013-09-11 18:13:46 -05:00
Mihai Sucan
0241e322c0 Bug 760876 - Part 1: switch from XUL to XHTML for the Web Console output; r=robcee,paul 2013-09-13 15:06:46 +03:00
Alexandre Poirot
1621ca2f66 Bug 912213 - Fix conflicts between two ContentTabActor classes r=paul 2013-09-11 05:45:00 +02:00
Nick Fitzgerald
d8051fe46c Bug 762761 - add prettyPrint request to the remote debugging protocol server/client; r=past 2013-09-11 10:15:51 -07:00
Carsten "Tomcat" Book
1815ec2ba1 merge mozilla-central to fx-team 2013-09-11 13:57:03 +02:00
Carsten "Tomcat" Book
4db2298cf7 merge fx-team to mozilla-central 2013-09-11 13:37:24 +02:00
Jim Blandy
a6fc46a707 Bug 914753: Remove 'Mode: js2' markers from DevTools JavaScript files. Emacs has better ways to select the file's mode. DONTBUILD r=dcamp 2013-09-10 18:43:44 -07:00
Alexandre Poirot
7b9414310e Bug 911785 - Implement a webapps actor front to ease app install r=paul 2013-09-10 13:24:00 +02:00
Paul Rouget
b5b2b449db Bug 914110 - Land Simulator.jsm r=khuey 2013-09-10 03:44:00 +02:00
Alexandre Poirot
304995a082 Bug 893848 - Manifest properties aren't updated when installing apps multiple times. r=fabrice 2013-09-10 12:52:56 -04:00
Alexandre Poirot
717abd0302 Bug 832000 - Use unix domain socket file for devtools remote connection. r=jimb, r=vingtetun 2013-09-10 12:52:33 -04:00
Nick Fitzgerald
664bf87e85 Bug 906249 - Refactor ThreadActor.prototype.onResume into a bunch of helpers so it isn't hundreds of lines long; r=jimb 2013-09-09 14:55:19 -07:00
Nick Fitzgerald
f75b044064 Bug 907278 - only attach breakpoints to offsets that are entry points to their line; r=past 2013-09-09 10:06:08 -07:00
Paul Rouget
663ef5ef5d Bug 897960 - walker should support mozbrowser iframes. Patch E. r=dcamp 2013-09-09 00:24:00 +02:00
Paul Rouget
09f26f853b Bug 897960 - walker should support mozbrowser iframes. Patch D. r=dcamp 2013-09-08 11:01:00 +02:00
Paul Rouget
9f270ae5ec Bug 897960 - walker should support mozbrowser iframes. Patch A. r=dcamp 2013-09-08 10:58:00 +02:00
Blair McBride
0f878f8353 Backout 86b5d8778fc4,fab07b9d6dee,89a059433037,bbb54cde82c3 (bug 897960) due to orange 2013-09-09 12:45:31 +12:00
Paul Rouget
4800798e95 Bug 897960 - walker should support mozbrowser iframes. r=dcamp 2013-09-08 11:01:00 +02:00
Paul Rouget
3e40664fc6 Bug 897960 - walker should support mozbrowser iframes. r=dcamp 2013-09-08 10:58:00 +02:00
Phil Ringnalda
cd7158c6cd Merge b2g-inbound to m-c 2013-09-08 08:28:14 -07:00
Fabrice Desré
90d333a0d6 Bug 912898 - B2G: Don't kill adb (or lock the screen) if a debugger client is connected r=past 2013-09-07 16:28:51 -07:00
Paul Rouget
a280f4502a Bug 912915 - Implement a simple generic highlighter. r=jwalker 2013-09-07 11:39:50 +02:00
Marco Castelluccio
d79fa7a1ee Bug 912164 - Timestamp property is no longer set for app.launch(). r=fabrice 2013-09-06 14:18:21 -04:00
Nick Fitzgerald
09896f5a91 Bug 908337 - add getFrameLocation(frame) function and use it wherever we get frame locations in the debugger server; r=jimb 2013-09-05 16:51:23 -07:00
Nick Fitzgerald
667de0ac6c Bug 878307 - When stepping through source mapped code, we should continue stepping until we are at a new location in the original source; r=jimb 2013-09-05 16:32:27 -07:00
Paul Rouget
1974055767 Bug 913045 - getWallpaper doesn't work. r=ochameau 2013-09-05 08:43:00 +02:00
Alexandre Poirot
5a4dca7a7e Bug 908205 - Allows to install an app via the webapp actor without having to push file with adb. r=past 2013-09-05 06:35:00 +02:00
Nick Fitzgerald
f1bbb8fc9d Bug 889530 - Don't permanently cache source maps; r=vporof 2013-09-05 09:50:10 -07:00
Nick Fitzgerald
3c2eb6cdfd Bug 912699 - improve load source error messages; r=past 2013-09-05 09:43:09 -07:00
Ed Morley
2ffa7b4dff Merge mozilla-central and fx-team 2013-09-05 14:54:06 +01:00
Paul Rouget
36925a278a Bug 912447 - [app manager] land the app manager front end. r=poirot.alex r=mratcliffe 2013-09-05 15:15:37 +02:00
Wes Kocher
545fbb7bd2 Merge m-c to inbound 2013-09-04 18:04:50 -07:00
Mike Hommey
f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Michael Ratcliffe
6d0668de12 Bug 694019 - we should be able to highlight and inspect a :pseudo element r=mratcliffe 2013-09-04 17:43:40 +02:00
Marco Castelluccio
85c05a8fa7 Bug 777428 - Make it possible to debug webapps running in desktop webapp runtime. r=past 2013-09-10 20:59:04 -04:00
Alexandre Poirot
1777463ccf Bug 900972 - Ensure emitting appOpen event for apps being opened before the call to watchApps. r=paul.rouget 2013-09-03 12:51:24 -04:00
J. Ryan Stinnett
cbac742cd7 Bug 911127 - Repair DebuggerServer loading on B2G. r=dcamp 2013-08-31 02:34:26 +02:00
Nick Fitzgerald
e34a5efb0e Bug 908913 - integrate escodegen with devtools; r=robcee,gps,dcamp 2013-09-01 15:46:16 -07:00
Eddy Bruel
a2dc5f55da Bug 906963 - Add a flag to pauseOnExceptions to optionally ignore caught exceptions. 2013-08-30 10:55:41 +02:00
Ryan VanderMeulen
84cca63c2f Merge b2g-inbound to m-c. 2013-08-29 15:55:53 -04:00
Ed Morley
aa9cf18b40 Merge mozilla-central and b2g-inbound 2013-08-29 15:10:05 +01:00
Marco Castelluccio
01f4d9ec2b Bug 909911 - Remove webapps-sync-install and webapps-sync-uninstall observers. r=mfinkle, r=fabrice 2013-08-29 09:58:59 -04:00
J. Ryan Stinnett
829ae372fd Bug 910184 - Use a separate server for Browser Debugger. r=vporof 2013-08-28 16:19:34 +02:00
Jake Bailey
b3748f1a69 Bug 907289 - Trace client should always emit enteredFrame and exitedFrame events in sequence order. r=fitzgen 2013-08-20 15:52:00 +02:00
Alexandre Poirot
7ef163c51b Bug 902910 - Offer a way for simulator addon to integrate itself with the connection footer. r=paul 2013-08-29 03:01:00 +02:00
Dave Camp
767b63cfac Bug 888492 - Use the content window rather than tabbrowser for load notifications. r=jwalker
--HG--
extra : rebase_source : 6b1ec0d80b7decb972f5c6f0a0aad51e33cb3c25
2013-08-12 12:50:09 -07:00
Dave Camp
b05a8c1ad5 Bug 910241 - Port the layout view to the remote protocol. r=mratcliffe
--HG--
extra : rebase_source : 5204fd2e6a67d9ba6799b103d21c88f901b29597
2013-08-12 07:43:19 -07:00
Joe Walker
1924bfcb09 Bug 900114 - Rollup for bugs 781856, 884015, 789884, 892901, 773188, r=mratcliffe 2013-08-29 14:00:55 +01:00
Ed Morley
8765f7efc8 Merge mozilla-central and fx-team 2013-08-28 12:23:55 +01:00
Brandon Benvie
3c85a195b1 Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic 2013-08-28 10:57:59 +02:00
Nicholas Nethercote
3c5b0c6b29 Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
2013-08-26 19:05:20 -07:00
Oprea Victor Andrei
5a4dd166ef Bug 904201 - Add error message for "noSuchActor". r=bbenvie 2013-08-26 11:59:26 +02:00
Phil Ringnalda
9bedd948d3 Merge m-i to m-c 2013-08-25 08:20:24 -07:00
Gabriel Luong
c417f6d424 Bug 895616 - get{Original/Generated}Location should take object/keyword arguments instead of positional arguments; r=fitzgen 2013-08-23 22:41:28 -07:00
Nick Fitzgerald
41eec7af77 Bug 882795 - source responses in the RDP should include a contentType property; r=vporof 2013-08-23 15:04:03 -07:00
Eddy Bruel
9f9e981eeb Bug 899052 - Implement the listAddons request; r=fitzgen 2013-08-24 01:33:46 +02:00
Ryan VanderMeulen
e4a2844f79 Merge m-c to fx-team. 2013-08-22 20:48:10 -04:00
Nick Fitzgerald
b908756702 Bug 889492 - Debugger does not stop at the debugger; statement in original files; r=anton 2013-08-22 10:41:48 -07:00
Ms2ger
3a103a7e9f Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium 2013-08-22 08:56:01 +02:00
Paul Rouget
0f07087e67 Bug 895360 - [app manager] Device meta data actor. r=poirot.alex 2013-08-21 08:56:40 +02:00
Paul Rouget
95434b21b1 Bug 898485 - [app manager] Implement an abstract connection manager. r=past 2013-08-21 08:56:40 +02:00
Nick Fitzgerald
25d85daf30 Bug 906100 - Intermittent failures in tests that list sources, but don't call gc() after adding test globals; r=jimb 2013-08-20 18:23:05 -07:00
Nick Fitzgerald
e31c09bf76 Bug 906796 - _unknownError should suck less; r=vporof 2013-08-20 11:15:15 -07:00
Nick Fitzgerald
c31973a6ca Bug 906795 - safeErrorString should include a stack; r=vporof 2013-08-20 11:15:11 -07:00
Gregory Szorc
0ec778510f Bug 896695 - Re-enable accidentally disabled toolkit/devtools/apps xpcshell tests; r=mshal 2013-08-20 10:05:52 -07:00
Mike Hordecki
1a966bfccc Bug 795979 - RDP, new packet type: getObjectsProperties. r=past 2013-08-20 13:32:04 +01:00
Ed Morley
92d6840c2b Backed out changeset e039f5fc18d0 (bug 795979) on suspicion of causing failures in browser_sanitize-timespans.js on a CLOSED TREE 2013-08-20 11:06:32 +01:00
Mike Hordecki
f0bc424672 Bug 795979 - RDP, new packet type: getObjectsProperties. r=past 2013-08-15 18:10:00 +02:00
Jake Bailey
3e7e8ab70d Bug 904140 - Trace actor omits completion value property when returning undefined. r=nfitzgerald 2013-08-12 16:01:00 +02:00
Dave Camp
0f40ca92e9 Bug 906375 - Bind all the methods in Console.jsm's console object (fixed patch). r=mratcliffe 2013-08-18 09:55:49 -07:00
Dave Camp
a01c5c7e8c Bug 906375 - Bind all the methods in Console.jsm's console object. r=mratcliffe 2013-08-16 16:45:05 -07:00
Nick Fitzgerald
12e2a99b72 Bug 901712 - black boxing doesn't work with source maps; r=dcamp 2013-08-16 14:59:04 -07:00
Mike Hordecki
60789e4326 Bug 755412 - Debugging protocol server should drop connection if packet framing is bad. r=past, r=jimb 2013-08-16 08:48:22 -04:00
Chris Manchester
9514920730 Bug 905239 - Fix undefined guard missed in review for bug 890555. r=jimb 2013-08-14 09:58:41 -07:00
Ryan VanderMeulen
1c7ba28dbd Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Nick Fitzgerald
f56db2fb3c Bug 840684 - Source map the location of frames in the RDP; r=vporof 2013-08-14 09:50:28 -07:00
Ms2ger
1a5ae526d9 Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Nick Fitzgerald
d191d525cd Bug 904196 - sctrict error in onDisplayString; r=vporof 2013-08-13 16:57:05 -07:00
Nick Fitzgerald
1834d16bf9 Bug 903801 - testcompatactors.js triggers an error by adding a debuggee to a thread actor in a detached state; r=past 2013-08-13 16:53:49 -07:00
Anup Allamsetty
a21b72cdf5 Bug 903511 - Rename "GripClient" to "ObjectClient". r=fitzgen 2013-08-13 12:08:30 -04:00
Dave Camp
3dc6d04b23 Bug 903453 - Make some CssLogic members explicitly public that we use elsewhere. r=jwalker
--HG--
extra : rebase_source : b05dce10120d7f7334389c8af32705351020618d
2013-08-07 09:47:45 -07:00
Dave Camp
e1a4c3d6e7 Bug 903454 - Rename CssLogic.FILTER.ALL to CssLogic.FILTER.USER. r=jwalker
--HG--
extra : rebase_source : 7115356a488daa890b9c4dde0f57a9df5d5f27c6
2013-08-07 09:27:22 -07:00
Dave Camp
9383975f56 Bug 886037 - Add a styles actor for the style inspectors. r=jwalker
--HG--
extra : rebase_source : 80aa9dc491c77f4b73036daeddd48f51c40f015a
2013-07-23 15:51:58 -07:00
Brandon Benvie
e83c084fcd Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp 2013-08-12 10:15:22 -07:00
Eddy Bruel
cdcfff004a Bug 899052 - Promisify the debugger's live list interface; r=fitzgen 2013-08-21 02:08:48 +02:00
Jim Blandy
69df9b5a6a Bug 890555 - Fix silent bugs in some toolkit/devtools/server xpcshell tests; r=dcamp 2013-08-07 15:44:00 -07:00
Chris Manchester
5fd94c437e Bug 890555 - Fix strict mode warnings in devtools tests uncovered by fixing bug 890555; r=jimb 2013-08-08 09:28:15 -07:00
Chris Manchester
66d2110418 Bug 904808 - fix path to use .js instead of .foobar in test_sourcemaps-07.js; r=fitzgen 2013-08-13 13:15:34 -07:00
Ryan VanderMeulen
2ae0ffbbc8 Merge m-c to inbound. 2013-08-09 19:29:45 -04:00
Ryan VanderMeulen
6086370ead Backed out changeset 986f7c642b9f (bug 886037) for mochitest-other failures. 2013-08-09 13:10:15 -04:00
Dave Camp
d61a3b2c06 Bug 886037 - Add a styles actor for the style inspectors. r=jwalker 2013-07-23 15:51:58 -07:00
Dave Camp
78440b0ee4 Bug 897275 - Move css-logic.js to toolkit. r=jwalker, r=gps
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
2013-07-24 10:57:04 -07:00
Dave Camp
8971ab35e0 Bug 895982 - JS debugger: use of promises in server doesn't preserve request/reply ordering. r=jimb 2013-08-08 22:28:41 -07:00
Ryan VanderMeulen
759170e174 Merge m-c to fx-team. 2013-08-08 16:25:37 -04:00
Carsten "Tomcat" Book
49f1fe3711 merge mozilla-central to fx-team 2013-08-08 14:05:38 +02:00
Ed Morley
e4bcd96d08 Merge mozilla-central and inbound 2013-08-07 16:19:03 -07:00
Jonathan Griffin
8f02ad112b Bug 898074 - Backout c92dc0497dfb, a=test-only 2013-08-07 14:54:31 -07:00
Dave Camp
4a8cda1c16 Bug 896811 - Test output looks very strange, and is useless for failing tests. r=jwalker
--HG--
extra : rebase_source : 5be7e5d80dcda096adacc58f9348c5f999cf52d3
2013-08-07 11:01:49 -07:00
Alexandre Poirot
ca9b0fb21c Bug 900500 - Add pref to bypass devtool's prompt on remote connection. r=robcee, r=mgoodwin 2013-08-06 17:56:45 -04:00
Dave Camp
4c4b79a4d5 Bug 897275 - Move css-logic.js to toolkit. r=jwalker
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
extra : rebase_source : 6d7cbdea4ec7bfed78083ec62c125b6d6c0bab4f
2013-07-24 10:57:04 -07:00
Dave Camp
22b077aab9 Bug 899786 - Return the string version of the baseURI in the style editor. r=harth 2013-07-23 15:50:26 -07:00
Dave Camp
11bc7e4dec Bug 899789 - Return the correct namespaceURI in the inspector actor. r=harth 2013-07-23 15:51:16 -07:00
Dave Camp
7053fe380b Bug 898899 - Allow node actors to be passed as actorids rather than full forms. r=jwalker 2013-07-23 15:48:20 -07:00
Carsten "Tomcat" Book
5c34d25a48 Merge b2g-inbound to m-c 2013-08-05 11:22:48 +02:00
Ryan VanderMeulen
9cc0ca802c Merge m-c to b2g-inbound. 2013-08-02 19:55:10 -04:00
Dave Hylands
77bd411859 Bug 898074 - Defer close to ensure that it doesn't happen before onPacket processing. r=dcamp 2013-08-02 16:50:02 -07:00
Ms2ger
ee0442e9f6 Bug 899261 - Use @DEPTH@ more; r=bsmedberg 2013-08-02 09:04:38 +02:00
Christos Stathis
65e973b754 Bug 790016 - Web console remote protocol sends more data than needed for completion; r=msucan 2013-08-01 22:31:36 +03:00
Nick Fitzgerald
0b53ddd116 bug 899877 part 1: remove frame.isBlackBoxed, add frame.source; r=dcamp 2013-08-03 11:05:36 -07:00
Dave Camp
5e8b8f5799 Bug 892274 - H should toggle the selected node's hidden attribute. r=harth
--HG--
extra : rebase_source : 2e56afd40e611dc2d6d87d1c7c978e64ebb90baf
2013-07-31 11:33:56 -07:00
Mihai Sucan
a1f817b16f Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Mihai Sucan
43f2c64069 Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
Jake Bailey
0dec37b416 Bug 901098 - Trace actor callsite trace type actually returns source location; r=fitzgen 2013-08-02 17:26:31 -07:00
Jake Bailey
05183e06ae Bug 900268 - Trace actor collects too much information when serializing objects; r=fitzgen 2013-08-02 17:26:31 -07:00
Jake Bailey
6d66a55fe0 Bug 900776 - Trace actor reports NaN time when exiting frames; r=fitzgen 2013-08-02 17:26:30 -07:00
Ms2ger
4ec2f72e42 Backout changeset ec45d9c75316 for insufficient review. 2013-08-08 19:36:08 +02:00
Philipp Kewisch
67f44b90c3 Fix bug 880511 - Web Console and Style Editor make hardcoded references to the browser window. r=dcamp 2013-08-01 10:51:24 +02:00
Mason Chang
e7bd3f0dcc Bug 897744 - BreakpointStore should have a hasBreakpoint method; r=fitzgen 2013-07-30 19:34:10 -07:00
Nick Fitzgerald
2f124f7556 Backed out changeset 041986a971af because I forgot to add the "r=..." to the commit message 2013-07-31 10:12:57 -07:00
Mason Chang
6d28a4bf0b Bug 897744 - BreakpointStore should have a hasBreakpoint method 2013-07-30 19:34:10 -07:00
Alexandre Poirot
1b08c632e7 Bug 898000 - Add getIconAsDataURL in webapps actor. r=paul.rouget 2013-07-31 09:16:45 -04:00
Nick Fitzgerald
79e6109df6 Bug 895543 - part 1: cache SourceClient instances; r=robcee 2013-07-30 20:36:12 -07:00
Jake Bailey
e9069b15ab Bug 887027 - Implement a tracing profiler actor; r=past,robcee 2013-07-30 19:09:29 -07:00
Ryan VanderMeulen
09b200b169 Merge m-c to inbound on a CLOSED TREE. 2013-07-30 09:23:28 -04:00
Nick Fitzgerald
e910a3f81b Bug 899215 - test_breakpointstore.js isn't testing anything; r=jimb 2013-07-29 15:52:35 -07:00
Christos Stathis
cfa65b00cd Bug 686937 - Include JSTerm helpers in autocompletion suggestions; r=past 2013-07-27 11:44:00 +03:00
Trevor Saunders
108b7dd046 backout bug 886526 because it probably made us use a lot more memory to link on windows 2013-07-29 11:03:21 -04:00
Nick Fitzgerald
f992bb5422 Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof 2013-07-27 10:50:57 -07:00
Nick Fitzgerald
75336e013a Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
Nick Fitzgerald
cb23d833b6 Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb 2013-07-26 22:27:15 -07:00
Dave Camp
ae33d6eb16 Bug 896274 - Allow an object's form to be an actor id. r=jimb 2013-07-21 11:02:30 -07:00
Dave Camp
7ab68a8797 Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 2. r=jimb 2013-07-21 10:38:40 -07:00
Dave Camp
0a7e2b6277 Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 1. r=jimb 2013-07-21 10:15:59 -07:00
Nick Fitzgerald
b8c8b5a4b2 Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
Ryan VanderMeulen
f0022c3922 Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Alexandre Poirot
5a3d2d1f5a Bug 817580 - Pref off new webapps actor features until we secure remote debugger connection. r=paul.rouget 2013-07-24 11:29:04 -04:00
Alexandre Poirot
e967ab7776 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Jim Blandy
78a50865f3 Bug 878958 - Support connections with prefixed actor names and prefix-based forwarding. r=dcamp 2013-07-24 11:27:26 -04:00
Dave Camp
c40cec3d74 Bug 896103 - NodeListActor's items() response has unnecessary nesting. r=harth
--HG--
extra : rebase_source : b589da834403503959b357f91e989b77e47a2d32
2013-07-21 07:40:43 -07:00
Dave Camp
5fa1124809 Bug 879523 - Remote the SelectorSearch. r=paul 2013-06-10 21:18:46 -07:00
Francesco Lodolo [:flod]
c7be86c0f8 Bug 871697 - GCLI: review strings and l10n comment, fix wrong strings disconnectDesc and disconnectManual; r=jwalker 2013-07-20 05:18:43 +01:00
Joe Walker
bb24e88a46 Bug 767587 - GCLI should have a type for files; r=mratcliffe 2013-07-20 05:17:24 +01:00
Dave Camp
066cd8ea57 Bug 888528 - Add node deletion/insertion to the walker actor. r=jwalker 2013-06-17 06:52:53 -07:00
Panos Astithas
169d483962 Implement backend support for breaking on DOM events and retrieving all the event listeners on a page (bug 832982); r=rcampbell,smaug 2013-07-18 14:14:16 +03:00
Panos Astithas
b157d819e2 Don't pause twice on a breakpoint or debugger statement while stepping (bug 829028); r=rcampbell 2013-07-18 12:45:17 +03:00
Panos Astithas
db345be1be Clear any previous stepping hooks on a plain resumption (bug 832234); r=rcampbell 2013-07-18 12:45:17 +03:00
Bobby Holley
eb2e873e6c Bug 889911 - Switch xpcshell to SystemErrorReporter with a little bit of special magic. r=mrbkap
XPCShell currently overrides all the JSContexts whose creation it observes with
its own custom error reporter. This reporter does all sorts of funny things which
we try to clean up for the most part. But there are a few very intricate
considerations at play.

First, the old xpcshell error reporter does some mumbo jumbo with the
XPCCallContext stack to try to guess whether some other code might catch the
exception. This is total garbage on a number of fronts, particularly because
the XPCCallContext stack has no concept of saved frame chains, nested event
loops, sandbox boundaries, origin boundaries, or any of the myriad of
complicating factors that determine whether or not an exception will propagate.

So we get rid of it. But this causes some crazy debugger tests to fail, because
they rely on an exception from uriloader/exthandler/nsHandlerService.js getting
squelched, and can't handle anybody reporting errors to the console service at
the particular moment of contortionism when the exception is raised. So we need
to introduce an explicit mechanism to disable the error reporter here to keep
things running.

Second, we have to be very careful about tracking the return status of the
xpcshell binary. The old code would simply flag an error code if the error
handler was invoked, and we can mostly continue to do that. But there are some
complications. See the comments.

Finally, we don't anything analogous in XPCShellEnvironment, because I have
patches in bug 889714 to remove its state-dependence on the error reporter.
I'll switch it to SystemErrorReporter in that bug.
2013-07-16 20:38:44 -07:00
Ryan VanderMeulen
e168631670 Backed out 10 changesets (bug 889911, bug 889714) due to merge conflicts on a CLOSED TREE.
Backed out changeset 1a1a536121da (bug 889714)
Backed out changeset 2cd88ef9eea5 (bug 889714)
Backed out changeset 489723887eca (bug 889714)
Backed out changeset 2b38ce22cf97 (bug 889714)
Backed out changeset 87b0a59a5d51 (bug 889714)
Backed out changeset 13229bab2ba4 (bug 889714)
Backed out changeset 234bd6d1fbed (bug 889714)
Backed out changeset 4f5f62284917 (bug 889714)
Backed out changeset 18537c4436c7 (bug 889911)
Backed out changeset ca7060ab1588 (bug 889911)
2013-07-16 21:16:31 -04:00
Bobby Holley
c1403cacc4 Bug 889911 - Switch xpcshell to SystemErrorReporter with a little bit of special magic. r=mrbkap
XPCShell currently overrides all the JSContexts whose creation it observes with
its own custom error reporter. This reporter does all sorts of funny things which
we try to clean up for the most part. But there are a few very intricate
considerations at play.

First, the old xpcshell error reporter does some mumbo jumbo with the
XPCCallContext stack to try to guess whether some other code might catch the
exception. This is total garbage on a number of fronts, particularly because
the XPCCallContext stack has no concept of saved frame chains, nested event
loops, sandbox boundaries, origin boundaries, or any of the myriad of
complicating factors that determine whether or not an exception will propagate.

So we get rid of it. But this causes some crazy debugger tests to fail, because
they rely on an exception from uriloader/exthandler/nsHandlerService.js getting
squelched, and can't handle anybody reporting errors to the console service at
the particular moment of contortionism when the exception is raised. So we need
to introduce an explicit mechanism to disable the error reporter here to keep
things running.

Second, we have to be very careful about tracking the return status of the
xpcshell binary. The old code would simply flag an error code if the error
handler was invoked, and we can mostly continue to do that. But there are some
complications. See the comments.

Finally, we don't anything analogous in XPCShellEnvironment, because I have
patches in bug 889714 to remove its state-dependence on the error reporter.
I'll switch it to SystemErrorReporter in that bug.
2013-07-16 18:04:49 -07:00
Philipp Kewisch
434e0291c7 Bug 872897 - TypeError: cyclic object value when opening style editor. r=harth 2013-06-10 23:02:24 +02:00
Dave Camp
0257b1904b Bug 896267 - Only create one walker actor per tab. r=harth 2013-07-19 11:21:40 -07:00
Brandon Benvie
9d1632cde4 bug 825039 - Make Scratchpad execute in context of current debugger; r=rcampbell,msucan,past 2013-07-23 09:58:27 -07:00
Gijs Kruitbosch
cc70e4aa11 Bug 880752 - Console.jsm stdout/err output is joined with commas and nukes newlines; r=jwalker 2013-06-08 00:23:50 +02:00
Trevor Saunders
e62a12b52f bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium 2013-08-08 20:12:37 -04:00
Mike Hommey
b97d1767fc Bug 892904 - Remove useless includes of config.mk. r=gps 2013-07-15 18:48:40 +09:00
Ryan VanderMeulen
d03fb91d02 Merge m-c to inbound. 2013-07-12 15:51:48 -04:00
Panos Astithas
e9012c3b84 Fix step-in in chrome debugging by loading the promise library in the debugger server's compartment (Bug 834756); r=dtownsend,vporof 2013-07-12 22:13:21 +03:00