Commit Graph

1604 Commits

Author SHA1 Message Date
Gavin Sharp
52ba25e172 Bug 843559 - Followup patch to rename string. r=anton 2013-04-01 13:17:24 -07:00
Ryan VanderMeulen
6e8f538b10 Merge m-c to fx-team. 2013-04-01 10:47:29 -04:00
Panos Astithas
c36c05a53a Backout a69d60d90110 (bug 772119) for bustage 2013-03-30 19:37:00 +02:00
David Creswick
821268c314 Bug 851132 - Style editor shows wrong URL when middle-clicking a file name; r=mratcliffe 2013-03-27 10:01:00 +02:00
Nick Fitzgerald
2cee4dbd99 Bug 772119 - Expose source mapped sources over the remote debugging protocol; r=past 2013-03-29 14:05:00 +02:00
Anton Kovalyov
ae6c51628f Bug 828051: Add GCLI commands for the JavaScript Profiler. r=dcamp 2013-03-28 15:13:24 -07:00
Victor Porof
c1f89828f5 Bug 854185 - Frontend shouldn't mix promises, event listeners and callbacks on initialization/destruction, r=past 2013-03-28 10:30:37 +02:00
Victor Porof
d6f18bbd19 Bug 855030 - Parser.jsm should support fat arrow functions, r=past 2013-03-28 10:30:37 +02:00
Paul Rouget
e7b52e8590 Bug 836233 - [Inspector] Implement Shorlander's visual design. r=mratcliffe 2013-03-27 23:20:38 +01:00
Victor Porof
589ab65cfa Bug 854174 - Chrome debugging should use its own port to avoid interfering with remote port changes, r=past 2013-03-26 18:30:13 +02:00
Victor Porof
a3a4217c9b Bug 853181 - Text overflow of scripts list is not full width of section, r=past 2013-03-26 18:57:55 +02:00
Paul Rouget
2eeb15631f bug 851484 - Intermittent devtools/responsivedesign/test/browser_responsiveuiaddcustompreset.js. r=jwalker 2013-03-22 09:55:00 +02:00
Michael Ratcliffe
56670f161d Bug 839640 - Editing an attribute that contains '&' fails; r=jwalker 2013-03-21 11:36:52 +00:00
Alexandre Poirot
603dcf62bb Bug 839280 - devtools increase CC graph size; r=jwalker 2013-03-25 05:39:00 +02:00
Tim Taubert
b1b7f49a51 merge m-c to fx-team 2013-03-26 13:57:04 +01:00
Victor Porof
17f48df776 Bug 762160 - Find Implementors of a function in the Debugger, r=past 2013-03-25 20:02:34 +02:00
Tim Taubert
42f260b331 merge m-c to fx-team 2013-03-25 09:45:45 +01:00
Joe Walker
ea579ff364 Bug 784790 - GCLI cookie command should use internal Cookie API rather than document.cookie; r=mratcliffe 2013-03-23 09:53:10 +00:00
Joe Walker
46bf6f7a50 Bug 722727 - GCLI should make the value available to max/min functions; r=mratcliffe 2013-03-23 09:53:07 +00:00
Joe Walker
6e03b4177b Bug 657595 - GCLI type conversion should be a type->type affair not just arg->type; r=mratcliffe 2013-03-22 19:55:21 +00:00
Joe Walker
ed97c5931c Bug 852110 - Allow tools to build a concrete panel rather than only a promise of a panel; r=mratcliffe 2013-03-22 09:38:56 +00:00
Joe Walker
79ba59d7e8 Bug 850929 - GCLI needs a simpler way to mark parameters as being options; r=paul 2013-03-22 09:37:52 +00:00
Sadineni Ravi Chandra
40234f7436 Bug 771466 - GCLI devtools.command.dir option should accept ~ for home directory; r=jwalker 2013-03-22 09:37:52 +00:00
Anton Kovalyov
4024e0dd8f Bug 853650 - Support for multiple simultaneously running profiles. r=past 2013-03-21 16:01:32 -07:00
Ed Morley
2d3e3ded1e Merge mozilla-central to mozilla-inbound 2013-03-25 17:02:36 +00:00
Peter Van der Beken
81ba7f5b84 Fix for bug 853136 (Prepare some tests for HTMLDocument using a WebIDL binding). r=bholley.
--HG--
extra : rebase_source : 0a19404b8d40075488568e179088e3c41ee8c4e4
2013-03-14 14:50:46 +01:00
Mihai Sucan
b191bb999b Bug 853568 - Fix for intermittent browser_webconsole_bug_599725_response_headers.js | we do not have the Content-Type header | Content-Length != 60 - Didn't expect 60, but got it; r=vporof 2013-04-04 19:23:59 +03:00
Mihai Sucan
5bf7a7a9ef Bug 809424 - Fix for intermittent browser_webconsole_bug_611795.js | The unknown CSS property warning is displayed only once - Got 1, expected 2; r=vporof 2013-04-04 15:41:11 +03:00
Neil Deakin
9b1635e32c Bug 480356, move content page tooltip text generation code into tooltip binding so that it can be shared, r=neil,mratcliffe 2013-03-21 08:58:07 -04:00
Michael Ratcliffe
66f8ab574d Bug 845822 - Inplace editor to be moved to devtools/shared/InplaceEditor.jsm r=jwalker 2013-03-20 12:11:50 +00:00
J. Ryan Stinnett
4a6c07a708 Bug 722506 - Show imported stylesheets in the style editor, r=harth 2013-03-17 01:54:51 -05:00
Dave Townsend
1caacfbd87 Bug 852353 - Allow Tilt to support positioning elements at arbitrary depths and with arbitrary depths, r=vporof 2013-03-20 13:01:39 +02:00
Anton Kovalyov
712bb92f5f Bug 822287 - Add a 100 timeout before stopping the profiler (only in tests), r=past 2013-03-19 11:32:14 -07:00
Anton Kovalyov
a9dc662760 Bug 843559 - Change Profiler shortcut to Shift-F5, r=msucan 2013-03-19 11:22:03 -07:00
Ryan VanderMeulen
15d157df69 Merge m-c to fx-team. 2013-03-19 09:44:37 -04:00
Girish Sharma
9cc74b0f40 Bug 851349 - Possible fix for intermittent failures. r=paul 2013-03-15 11:38:53 +05:30
Tim Taubert
2cad0203e4 merge m-c to fx-team 2013-03-18 09:23:51 +01:00
Phil Ringnalda
ad818a76eb Merge m-c to fx-team 2013-03-15 22:46:04 -07:00
Eddy Bruel
e4eed3e455 Bug 808960 - Can't fetch sources packed in jar bundles when debugging chrome; r=past,vporof 2013-03-14 21:57:00 -07:00
Ryan VanderMeulen
f5c5161a22 Merge m-c to inbound. 2013-03-14 21:45:34 -04:00
Heather Arthur
08aa287b86 Bug 850513 - [style inspector] Remove notification when navigating away with unsaved changes. r=paul 2013-03-12 18:11:00 -07:00
Girish Sharma
36707a21b1 Bug 835899 - Web Console autocomplete popup could need some UI love, r=msucan, r=paul 2013-03-14 23:34:05 +05:30
Ed Morley
e978a8b3e3 Bug 822041 - Disable browser_profiler_run.js, browser_profiler_controller.js, browser_profiler_bug_830664_multiple_profiles.js for too many intermittent failures 2013-03-22 23:13:47 +00:00
Kyle Machulis
c79ccc0693 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Girish Sharma
2b7c29003f Bug 838069 - Intermittent browser_toolbox_window_shortcuts.js - disabling on Mac OS X 10.8 and Windows XP 2013-03-14 21:40:34 +05:30
Girish Sharma
a47608a55d Bug 831693 - Experiment with auto completion in Inspector Searchbox, r=paul
--HG--
rename : browser/devtools/webconsole/AutocompletePopup.jsm => browser/devtools/shared/AutocompletePopup.jsm
2013-01-29 03:02:35 +05:30
Michael Ratcliffe
be6c64a344 Bug 818151 - [toolbox] adapt the toolbox UI to make it fit on the side of the browser r=paul 2013-03-13 16:10:15 -07:00
Paul Rouget
ec3b4f9907 Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker 2013-03-12 18:43:00 -07:00
Paul Rouget
b71c68b910 Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker 2013-03-12 18:20:00 -07:00
Girish Sharma
34c4c07f3e Bug 838069 - Disable browser_toolbox_window_shortcuts.js on OSX 10.8 and Windows XP for now. r=paul 2013-03-12 23:47:20 +05:30
Paul Rouget
c859cf4ed3 Bug 849545 - Intermittent failure in browser_fontinspector.js. r=jwalker 2013-03-13 08:01:40 -04:00
Ryan VanderMeulen
2b3edeff27 Merge m-c to fx-team. 2013-03-13 08:01:01 -04:00
Ed Morley
ba87eae066 Backed out changeset d398e268b1db (bug 723281) since it relies on the now backed out bug 847890 on a CLOSED TREE 2013-03-13 10:25:00 +00:00
Ed Morley
7572e97316 Backed out changeset 40c15b9a5d14 (bug 723281) 2013-03-13 10:24:17 +00:00
Joe Walker
4248bbb581 Bug 685526 - GCLI should allow basic async types; r=dcamp,past,harthur,mratcliffe
--HG--
rename : browser/devtools/commandline/test/browser_dbg_cmd.html => browser/devtools/debugger/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_dbg_cmd.js => browser/devtools/debugger/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.html => browser/devtools/debugger/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.js => browser/devtools/debugger/test/browser_dbg_cmd_break.js
2013-03-13 04:51:30 +00:00
Paul Rouget
2fdbcaae9f Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker 2013-03-12 18:46:16 -07:00
Paul Rouget
196f09ccb6 Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker 2013-03-12 18:22:01 -07:00
Paul Rouget
6ccf7fbf2e Bug 767678 - Responsive Design mode has no close button. r=mikeratcliffe 2013-03-08 05:00:00 -08:00
Paul Rouget
1ce1f54004 Bug 850480 - [responsive mode] Re-introduce mobile scrollbars. r=vporof
Bug 850480 - [responsive mode] Re-introduce mobile scrollbars. r=vporof
2013-03-12 16:37:00 -07:00
Panos Astithas
68663a3365 Bug 785704 - Part 1: fix a newSource regression from bug 795368; r=vporof 2013-03-11 17:51:00 -07:00
Girish Sharma
5311748e76 Bug 835722 - Infobar reappears even when not needed, r=mratcliffe 2013-03-10 01:47:34 +05:30
Nick Fitzgerald
356865e026 Bug 848576 - "Remove scripts and newScript packets from the RDP"; r=past 2013-03-11 15:35:00 -07:00
Victor Porof
101a25592f Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell
--HG--
rename : browser/devtools/debugger/test/browser_dbg_script-switching.js => browser/devtools/debugger/test/browser_dbg_scripts-switching.js
2013-02-21 01:33:36 +02:00
Victor Porof
469a194377 Bug 802546 - Prettify the Stackframes UI, r=rcampbell
--HG--
rename : browser/devtools/shared/VariablesView.jsm => browser/devtools/shared/widgets/VariablesView.jsm
2013-03-09 21:05:09 -08:00
Heather Arthur
28da678d97 Bug 826982 - [style editor] Show a notification when navigating away from page if there are unsaved changes; r=paul 2013-03-08 19:11:22 -08:00
Paul Rouget
74ab902709 Bug 697983 - Implement a Font Inspector. r=jwalker 2013-03-07 05:57:00 +01:00
Ryan VanderMeulen
b4ecee97e5 Backed out changesets 6deb17bc6c56 and 7952fadd1732 (bug 839280) for mochitest-other crashes. 2013-03-07 19:10:52 -05:00
Alexandre Poirot
d1b0c64f2d Bug 839280 - Fix xul button leaks on Toolbox destroy. r=jwalker 2013-03-07 17:41:40 -05:00
Ryan VanderMeulen
5bedc246a9 Merge m-c to fx-team. 2013-03-07 17:39:11 -05:00
Joe Walker
c345882615 Bug 848333 - Correct use of introTextOpening2 in comments of gcli properties file; r=mratcliffe 2013-03-07 17:43:21 +00:00
Ryan VanderMeulen
5ebf7943fa Merge m-c to inbound. 2013-03-07 10:15:44 -05:00
Panos Astithas
1d929061da Merge m-c to fx-team 2013-03-07 09:16:09 +02:00
Mihai Sucan
fa867845ca Bug 846606 - Intermittent browser_dbg_bug723069_editor-breakpoints.js | Test timed out | correct number of editor breakpoint changes - Got 3, expected 4; r=vporof 2013-03-06 22:56:42 +02:00
Victor Porof
711c5ce823 Bug 841008 - Variables view should expose LAZY_EMPTY_DELAY, r=msucan 2013-03-06 22:46:37 +02:00
Raymond Heldt
1e38b2d28c Bug 812762 - Use brandShortName instead of Firefox; r=jwalker 2013-03-05 16:09:03 +00:00
J. Ryan Stinnett
4a5940855a Bug 796009 - Streamline keyboard nav of markup in inspector; r=jwalker 2013-02-28 20:50:24 -06:00
Mihai Sucan
07911be9c6 Bug 824016 - Intermittent devtools/webconsole/test/browser_webconsole_bug_595350_multiple_windows_and_tabs.js | Timed out while waiting for: 4 web consoles closed; r=past 2013-03-06 21:29:23 +02:00
Ton
feb27c4b31 Bug 795723 - Remove hardcoded comma before introTextKeys and make it localizable; r=jwalker 2013-01-24 17:14:51 +01:00
Ryan VanderMeulen
cf79257a61 Merge the last PGO-green inbound changeset to m-c. 2013-03-04 17:03:22 -05:00
Panos Astithas
219d46c31f Add more logging in the Browser Debugger startup path in order to investigate bug 766119; r=vporof 2013-03-04 17:49:37 +02:00
Mihai Sucan
8074a90690 Bug 846606 - fix for permaorange in browser_dbg_bug723069_editor-breakpoints.js | Test timed out; r=me (relanded; wrong cset) 2013-03-03 13:08:50 +02:00
Ed Morley
17db8af930 Backed out changeset 86c98c4d36da (bug 846606) 2013-03-04 11:22:21 +00:00
Mihai Sucan
28564e2997 Bug 846606 - fix for permaorange in browser_dbg_bug723069_editor-breakpoints.js | Test timed out; r=me 2013-03-03 13:08:50 +02:00
Ryan VanderMeulen
b5c32572b8 Merge m-c to fx-team. 2013-03-02 23:46:08 -05:00
Victor Porof
edfb898e9b Bug 846186 - Tilt error flooding error console (TypeError: mouseLerp is undefined), r=rcampbell 2013-03-01 11:49:19 +02:00
Girish Sharma
3540a98eb1 Fix for bug 838069 (intermittent browser_toolbox_window_shortcuts.js); r=jwalker 2013-02-27 21:07:14 +05:30
Michael Ratcliffe
adb09622e6 Bug 793713 - [inspector] Right click on a doctype node in the markup panel throws errors and causes weird things to happen r=jwalker 2013-02-26 16:22:36 +00:00
Nick Fitzgerald
fe05f0710a Bug 795368 - Add "sources" and "newSource" packets to the RDP, and use them instead of "scripts" and "newScript"; r=past f=rcampbell,msucan 2013-02-28 14:02:00 +02:00
Matt Brubeck
000326ffe8 Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
--HG--
rename : browser/devtools/shared/Browser.jsm => toolkit/modules/Timer.jsm
rename : browser/devtools/shared/test/browser_browser_basic.js => toolkit/modules/tests/xpcshell/test_timer.js
2013-02-25 11:08:33 -08:00
Ms2ger
3813557cac Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
Ed Morley
bd0f1ec989 Backed out changeset 4d45bcf676f9 (bug 835722) for causing bug 843677 on a CLOSED TREE 2013-02-28 11:29:03 +00:00
Gregory Szorc
f0b7e3972c Merge mozilla-central into build-system
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
faf262c4ee Merge mozilla-central into build-system
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Ryan VanderMeulen
1c839957d4 Backed out changeset 71a93fff7311 (bug 840360) for B2G reftest/crashtest bustage on a CLOSED TREE. 2013-02-25 19:49:19 -05:00
Gregory Szorc
758d7a8978 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Ryan VanderMeulen
3b7ef94e73 Bug 807234 - Temporarily disable the test on a CLOSED TREE. r=orange 2013-02-26 22:34:36 -05:00
Phil Ringnalda
9ebbdf1241 Merge m-c to fx-team 2013-02-26 14:32:37 -08:00
Joe Walker
b3affd7329 Backout 8f598aa5a7c2 (bug 812762) l10n fail 2013-02-26 19:22:28 +00:00
Cory Gackenheimer
d6c4195a90 Bug 623749 - Control + A on windows should select all in Web Console; r=msucan 2013-02-25 23:26:53 +02:00
Abhishek Potnis
5a1a8ae794 Bug 801605: Getting rid of NetUtils.asyncCopy in Scratchpad; r=msucan f=dteller 2013-02-26 06:53:36 +05:30
Raymond Heldt
ab8474d28f Bug 812762 - Use &brandShortName; instead of Firefox; r=jwalker 2013-02-22 16:37:48 +00:00
Adam Goforth
33213a96a7 Bug 768039 - Refactor 'cmd refresh' to use OS.File; r=jwalker 2013-02-22 16:37:48 +00:00
Adam Goforth
90c7e373e0 Bug 767588 - GCLI number type should allow restriction to integers; r=jwalker 2013-02-22 16:37:48 +00:00
Joe Walker
03ea3e3bee Bug 841337 - GCLI web should have continuous integration. Maybe Travis-CI; r=mratcliffe 2013-02-22 16:37:48 +00:00
Matt Brubeck
560399481a Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
--HG--
rename : browser/devtools/shared/Browser.jsm => toolkit/modules/Timer.jsm
rename : browser/devtools/shared/test/browser_browser_basic.js => toolkit/modules/tests/xpcshell/test_timer.js
2013-02-25 11:08:33 -08:00
Ryan VanderMeulen
fe9ad4a2d1 Backed out changesets e8202e140fd8 and b1cd489945f5 (bug 844328) for mochitest-bc orange on a CLOSED TREE. 2013-02-25 15:37:23 -05:00
Michael Ratcliffe
c5eb5e0692 Bug 706886 - Line-through disappears after editing overridden rule in style inspector 2013-02-21 12:31:27 +00:00
Paul Rouget
a1aaf0f535 Bug 844814 - Move Inspector to position 2 in the Toolbox. r=robcee 2013-02-26 12:40:20 +00:00
David Creswick
7bc6f4b2d7 Bug 734664 - Devtools toolbox should display the actual target url when detached. r=paul 2013-02-26 12:40:19 +00:00
Michael Ratcliffe
7b2dbcd321 Bug 816990 - Intermittent browser_inspector_sidebarstate.js | Test timed out 2013-02-22 11:48:25 +00:00
Paul Rouget
6b8576cba1 Backing out 824b68f13f30 (bug 679364) - oranges 2013-02-25 18:23:40 +01:00
Paul Rouget
2b5bcb9b2c Backing out c133a03833b0 (bug 831693) - oranges 2013-02-25 17:42:03 +01:00
Brandon Benvie
5286905e28 Bug 679364 - use "content/browser/devtools/*" for aliases. r=rcampbell 2013-02-21 09:49:31 -05:00
Michael Ratcliffe
7edd26fb91 Bug 799463 - GCLI jsb command should have nice html-free updates to jsbBraceStyleDesc and jsbBraceStyleManual strings. r=jwalker 2013-02-22 11:31:27 +00:00
Ryan VanderMeulen
138480574d Merge m-c to inbound. 2013-02-25 14:47:24 -05:00
Matt Brubeck
71539c9030 Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
--HG--
rename : browser/devtools/shared/Browser.jsm => toolkit/modules/Timer.jsm
rename : browser/devtools/shared/test/browser_browser_basic.js => toolkit/modules/tests/xpcshell/test_timer.js
2013-02-25 11:08:33 -08:00
Michael Ratcliffe
ba10068d74 Bug 834187 - [Computed view] Restore processing of namespaced type selectors e.g. :not(svg|a) test fix r=me 2013-02-19 15:58:03 +00:00
Joe Walker
3421053274 Backed out changeset c1abd2ac8de9 (bug 734664) for test failures 2013-02-19 13:50:34 +00:00
Panos Astithas
aa02187743 Bug 831367 - Ensure new globals and chrome scripts will be generated on time in browser_dbg_chrome-debugging.js, r=ted 2013-02-19 10:05:58 +02:00
David Creswick
077c557680 Bug 829553 - "[toolbox] If the last browser tab is closed with ctrl-w, the undocked toolbox is not closed." [r=mratcliffe] 2013-02-17 12:13:00 +01:00
Michael Ratcliffe
4534a36108 Bug 831398 - Inspector doesn't show any XML nodes inside <svg> for reftest feBlend-1.svg. r=paul 2013-02-21 15:05:24 +00:00
Boris Zbarsky
ba0f0bdd1b Bug 832920. Add a way for chrome iframes to opt into having a separate refresh driver (e.g. if they plan to be moved between windows) and make devtools use that opt-in. r=tnikkel,paul 2013-02-22 09:56:28 -05:00
Mihai Sucan
d68722d103 Bug 832920 - fix failure for browser_dbg_bug723069_editor-breakpoints.js. r=past 2013-02-26 20:07:41 +02:00
Ryan VanderMeulen
ebcc7ae06a Backed out 7 changesets (bug 832920, bug 776536, bug 843261) for mochitest-a11y assertions on a CLOSED TREE.
--HG--
rename : content/base/src/NodeIterator.cpp => content/base/src/nsNodeIterator.cpp
rename : content/base/src/NodeIterator.h => content/base/src/nsNodeIterator.h
rename : content/base/src/TreeWalker.cpp => content/base/src/nsTreeWalker.cpp
rename : content/base/src/TreeWalker.h => content/base/src/nsTreeWalker.h
2013-02-28 14:41:30 -05:00
Boris Zbarsky
d044749cdb Bug 832920. Add a way for chrome iframes to opt into having a separate refresh driver (e.g. if they plan to be moved between windows) and make devtools use that opt-in. r=tnikkel,paul 2013-02-22 09:56:28 -05:00
Mihai Sucan
ff2a0fa581 Bug 832920 - fix failure for browser_dbg_bug723069_editor-breakpoints.js. r=past 2013-02-26 20:07:41 +02:00
Michael Ratcliffe
7d57ab7dff Bug 834187 - [Computed view] Restore processing of namespaced type selectors e.g. :not(svg|a) 2013-02-04 16:29:30 +00:00
Girish Sharma
c6ef084d0b Bug 835722 - Infobar reappears even when not needed, r=jwalker 2013-02-16 16:22:27 +05:30
Brandon Benvie
73be173172 Bug 841078 - change FORBIDDEN_IDS initializer to an array of strings 2013-02-13 11:36:00 -08:00
Girish Sharma
41b5a9f04d Bug 839890 - Fix for typo at line 391 in gDevTools.jsm; r=paul 2013-02-10 22:10:37 +05:30
David Creswick
41aee0b8ec Bug 734664 - Devtools toolbox should display the actual target url when detached. r=paul 2013-02-19 10:54:01 +00:00
David Creswick
0358ea3cba Bug 840156 - Inspector doesn't gracefully handle onDOMReady event that fires after the inspector has been destroyed; r=jwalker,paul 2013-02-19 10:48:05 +00:00
Anton Kovalyov
38a9ca5ec3 Bug 841954 - Make sure onOpen callback fires in all cases, r=past 2013-02-18 11:29:20 -08:00
Mihai Sucan
d0d4d0a8f6 Bug 834721 - Use plurals for toolbox button tooltip; r=paul f=l10n 2013-02-15 23:29:44 +02:00
Girish Sharma
3a413eb145 Bug 831693 - Experiment with auto completion in Inspector Searchbox, r=paul
--HG--
rename : browser/devtools/webconsole/AutocompletePopup.jsm => browser/devtools/shared/AutocompletePopup.jsm
2013-01-29 03:02:35 +05:30
Trevor Saunders
5756f6755f bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil 2013-01-06 19:54:42 -05:00
Jared Wein
572f34c870 Bug 767669 - 'pref show prefName' should show the pref name next to the pref value. r=jwalker 2013-03-15 01:21:33 -04:00
Girish Sharma
04322f6ffe Bug 766001 - In the webconsole, when you click on the filename/line-number of a js-error or message, the debugger should open instead of view source. r=past,msucan,vporof f=rcampbell 2012-12-17 04:40:44 +05:30
Girish Sharma
0db6d6a9f9 Bug 823938 - Intermittent browser_inspector_initialization.js | Right node is highlighted - Got [object HTMLDivElement], expected [object HTMLSpanElement], r=paul 2013-03-06 23:26:21 +05:30
Panos Astithas
0f5ea47c66 Bug 820524 - Debugger, Web Console and Profiler should share the debugger client even for local sessions; r=jwalker,vporof,msucan,anton 2013-03-07 09:30:03 +02:00
Mihai Sucan
b0874a13a4 Bug 831400 - Intermittent devtools/webconsole/test/browser_webconsole_bug_764572_output_open_url.js | Timed out while waiting for: complete to initialize the opening tab; r=vporof 2013-04-02 14:13:58 +03:00
Mihai Sucan
4744f71f6a Bug 853568 - Intermittent browser_webconsole_bug_599725_response_headers.js | we do not have the Content-Type header | Content-Length != 60 - Didn't expect 60, but got it; r=vporof 2013-04-03 16:04:40 +03:00
Mihai Sucan
a17eef7216 Bug 841129 - Intermittent browser_repeated_messages_accuracy.js | two repeats for the second css warning - Got 1, expected 2; r=vporof 2013-04-02 13:29:31 +03:00
Mihai Sucan
b97fc5c0fa Bug 846606 - Intermittent browser_dbg_bug723069_editor-breakpoints.js | Test timed out | correct number of editor breakpoint changes - Got 3, expected 4; r=vporof 2013-04-03 13:23:58 +03:00
Ed Morley
2f08bf6459 Merge latest green inbound changeset to mozilla-central 2013-04-03 11:34:44 +01:00
Steve Fink
3283f4d727 Bug 822041 - Do not copy hasPushedSPSFrame() from heap generator frame. r=luke
--HG--
extra : rebase_source : 489d6641f0118a98c6794d551000f4052456ddbc
2013-04-01 17:58:37 -07:00
Panos Astithas
87b4bfed00 Increase the timeout for browser_dbg_createChrome.js to avoid orange in XP (bug 766119); r=me 2013-03-05 09:13:31 +02:00
Tanvi Vyas
da3ff45000 Bug 834836 - /dom/tests - Fix tests that break when security.mixed_content.block_active_content is set to true and if/when security.mixed_content.block_display_content is set to true. r=smaug,msucan 2013-03-28 13:18:53 -07:00
Ryan VanderMeulen
67e48c76be Merge m-c to inbound. 2013-02-15 11:55:36 -05:00
Anton Kovalyov
7da2512f57 Bug 834878 - Make link arrows open files, r=robcee 2013-02-14 14:08:47 -08:00
Anton Kovalyov
746f01be88 Bug 840238 - Make 'Complete Profile' string localizable, r=robcee 2013-02-14 10:20:17 -08:00
Sunny
27456f24f4 Bug 839171 - Update formMethod reflection to have the empty string as default value (and 'get' as invalid value). r=mounir 2013-02-13 10:35:35 -05:00
Tim Taubert
43c911f3aa merge m-c to fx-team 2013-02-12 19:08:06 +01:00
Panos Astithas
cf5f8f2e11 Bug 830818 - Always trust native getters when fetching properties, to show directly the values in the debugger's Variables View; r=vporof,rcampbell 2013-02-12 10:38:24 +02:00
Mike Hommey
640e79f848 Bug 755724 - Move browser application in a subdirectory. r=jimm 2013-02-11 14:10:16 +01:00
Anton Kovalyov
7bab4a1393 Bug 834751, De-emphasize lines from browser JS in the Profiler, r=robcee 2013-02-08 10:13:30 -08:00
Anton Kovalyov
d689d5f639 Bug 830664, Disallow multiple profiles to run in the same time, r=robcee 2013-02-07 13:22:48 -08:00
Anton Kovalyov
2057987ef8 Bug 837735 - Replace Cleopatra progress strings with 'Loading profile...', r=robcee 2013-02-07 13:02:38 -08:00
Anton Kovalyov
0a4193cf74 Bug 830668 - Add a keyboard shortcut for the Profiler, r=robcee 2013-02-07 11:09:55 -08:00
Phil Ringnalda
5a711e4b72 Merge m-c to fx-team
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-07 07:16:22 -08:00
Victor Porof
8df3254581 Bug 837052 - Editing or deleting getters and setters appears to be allowed even if no eval method is provided, r=past 2013-02-07 16:18:08 +02:00
Michael Ratcliffe
1108059b19 Bug 817294 - Intermittent browser_styleeditor_loading.js | content document is still loading - Didn't expect complete, but got it | style editor root element has 'loading' class name | new style sheet button is disabled | import button is disabled 2013-02-06 22:17:05 +00:00
Anton Kovalyov
da91d51525 Bug 828049 - Remote profiling, r=past 2013-02-06 12:10:30 -08:00
Michael Ratcliffe
80bfe3ad45 Backed out changeset 9a0b4b742b67 - Bug 817294 orange 2013-02-06 17:40:30 +00:00
Michael Ratcliffe
5f54433402 Bug 817294 - Intermittent browser_styleeditor_loading.js | content document is still loading - Didn't expect complete, but got it | style editor root element has 'loading' class name | new style sheet button is disabled | import button is disabled 2013-02-06 15:55:10 +00:00
Michael Ratcliffe
4361d2f731 Bug 789785 - [inspector] Change wording of "Only user styles" checkbox 2013-02-05 16:45:01 +00:00
Christos Stathis
0d1ac9efca Bug 701419 - Add a "Copy Unique Selector" option in the inspected element's menu and the corresponding test. f=paul r=jwalker 2013-02-07 12:41:00 +02:00
Michael Ratcliffe
ee01e55e50 Bug 700061 - Entirely remove the Style Inspector unmatched selectors 2013-01-29 17:05:17 +00:00
Mihai Sucan
e2d3515bc6 Bug 720180 - Fix exception in the browser_webconsole_bug_588730_text_node_insertion.js test; r=past 2013-02-05 18:44:41 +02:00
Heather Arthur
c4bd5ec5d2 Bug 838108 - Enable style editor chrome debugging; r=paul 2013-02-05 17:01:37 +00:00
Mihai Sucan
1e0b42d381 Bug 720180 - console.log('foo'); console.error('foo'); should not be considered as a repeat; r=past 2013-01-31 19:19:06 +02:00
Boris Zbarsky
b77f5718fe Bug 838518 part 2. Fix nodeiterator callers per the API change that was made. r=smaug 2013-02-06 14:22:33 +00:00
Boris Zbarsky
e4b4da3503 Bug 838518 part 1. Fix treewalker callers per the API change that was made. r=smaug 2013-02-06 14:22:33 +00:00
Mihai Sucan
5c71a32677 Bug 834721 - Use plurals for toolbox button tooltip; r=paul 2013-01-25 18:14:53 +02:00
Tim Taubert
454a8e381c merge m-c to fx-team 2013-02-04 20:12:29 +01:00
Paul Rouget
42d0cc65db Bug 826685 - Web Console and Inspector font is (much) larger than Debugger and StyleEditor font (sourceeditor). r=msucan 2013-02-04 11:48:24 +01:00
Girish Sharma
a3a379cb6b Bug 796065 - [markup panel] Any un-expanded node with content should show a "..." between open and close tags. r=dcamp 2013-01-23 22:31:55 +05:30
Anton Kovalyov
6664c6754f Bug 824243 - Make Profiler UI localizable, r=robcee 2013-01-31 11:40:11 -08:00
Victor Porof
8e4b6ae395 Bug 830324 - Show a border around the textbox when editing values in the Variables View, r=msucan 2013-01-31 18:07:25 +02:00
Victor Porof
c229e797c5 Bug 830388 - Avoid multiple bind calls in debugger-controller.js when handling object expansions, r=msucan 2013-01-31 18:07:25 +02:00
Victor Porof
b71f7aa4d6 Bug 830325 - Hovering values in the Variables View should show a text cursor, r=msucan 2013-01-31 18:07:25 +02:00
Victor Porof
b5fc234824 Bug 830759 - The close button in the Variables View (e.g. for watch expressions) should only be shown on hover, r=msucan 2013-01-31 18:07:24 +02:00
Victor Porof
06e34efda5 Bug 831794 - Variables View: allow users to override getter properties to plain value properties, r=past
--HG--
rename : browser/devtools/debugger/test/browser_dbg_propertyview-big-data.js => browser/devtools/debugger/test/browser_dbg_propertyview-data-big.js
rename : browser/devtools/debugger/test/browser_dbg_propertyview-edit.js => browser/devtools/debugger/test/browser_dbg_propertyview-edit-value.js
2013-01-31 18:07:24 +02:00
Victor Porof
b3a16c483e Bug 828987 - The Variables View should be keyboard accessible, r=past 2013-01-31 18:07:24 +02:00
Victor Porof
195f9a1d62 Bug 832470 - Watch expressions involving |this| sometimes showing a wrong result, r=past 2013-01-24 13:28:52 +02:00
Michael Ratcliffe
5720cb3019 Bug 707891 - Intermittent TEST-UNEXPECTED-FAIL | browser/devtools/styleeditor/test/browser_styleeditor_reopen.js | Test timed out, r=jwalker 2013-01-21 13:08:44 +00:00
Ehsan Akhgari
58ef03f2b1 Merge the removal of global private browsing support 2013-01-29 13:13:58 -05:00
Ehsan Akhgari
84c4ac3c75 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Benjamin Smedberg
2fecbd6cc7 Bug 831248 test fixup for the webconsole tests: a warning about mutation events being deprecated was being delivered into the console listener, confusing the test, r=rcampbell 2013-01-29 11:02:56 -05:00
Kyle Machulis
5aa83c3e11 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Victor Porof
9c98d55814 Bug 871695 - Intermittent devtools/netmonitor/test/browser_net_autoscroll.js | TypeError: debuggee.performRequests is not a function | Found an unexpected tab at the end of test run: about:blank | browser_net_content-type.js | Test timed out | Found a tab..., r=dcamp 2013-05-15 18:20:21 +03:00
Victor Porof
7b6b01c2ea Bug 872379 - Intermittent browser_net_sort-02.js,browser_net_sort-03.js | Test timed out, Found a tab, r=dcamp 2013-05-15 18:20:21 +03:00
Joey Armstrong
2dbf79e9a4 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Francesco Lodolo [:flod]
3b37f6f2c9 Bug 871245 - Don't hardcode "Firefox" in gclicommands.properties. r=dcamp 2013-05-13 15:25:18 -04:00
Ryan VanderMeulen
3db01bf4f1 Merge m-c to inbound. 2013-03-18 09:06:50 -04:00
Gregory Szorc
2288b28e43 Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium 2013-03-17 18:01:25 -07:00
Shane Caraveo
6019bba05a Bug 782850 fix nsContextMenu to work in social content panels, r=felipe 2013-01-27 10:31:14 -08:00
Ryan VanderMeulen
715290dd94 Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures. 2013-01-26 21:19:21 -05:00
Shane Caraveo
5b652811b3 Bug 782850 fix nsContextMenu to work in social content panels, r=felipe 2013-01-26 16:48:54 -08:00
Victor Porof
af209a1c67 Bug 831802 - Variables View: editing getters and setters should not be allowed, r=rcampbell 2013-01-24 20:59:44 +02:00
Victor Porof
53b611d3c6 Bug 830715 - Some Variables View flags should propagate across scopes, variables and properties, r=msucan 2013-01-24 20:59:44 +02:00
Victor Porof
36ccf546b3 Bug 833963 - Variables View: better handling for long strings, r=msucan 2013-01-24 20:59:44 +02:00
Rob Campbell
e281e60b36 Bug 834069 - Create a command to list sources in the debugger; r=past 2013-01-23 17:16:00 -05:00
Anton Kovalyov
12f48971f2 Bug 832880 - Respect Scratchpad modeline only if devtools.chrome.enabled is true; r=harth r=paul 2013-01-23 14:04:18 -08:00
Tyrone Chong
3b41d74e21 Bug 788445 - Add a tooltip for webconsole count on Developer Tool bar; r=msucan 2013-01-22 17:55:02 +02:00
Mihai Sucan
5a5554b79a Bug 833411 - Variables View: support for displaying long string actors; r=vporof 2013-01-22 19:54:31 +02:00
Girish Sharma
7d1ff40a61 Bug 795239 - [markup panel] Clicking on the closing tag should select the node, r=paul 2013-01-17 20:51:24 +05:30
Girish Sharma
4fc99a370d Bug 766526 - [layout view] update the node dimension (not the whole view) when node is unlocked, r=paul 2013-01-17 19:56:15 +05:30
Paul Rouget
8054480d6d Bug 832984 - Ctrl + Shift + K shortcut for the Web Console stopped working (sometimes). r=jwalker 2013-01-22 20:10:21 +02:00
Michael Ratcliffe
94270864f0 Bug 819017 - Intermittent browser_cmd_calllog_chrome.js | Test timed out (+ often a leak), r=jwalker 2013-01-22 11:12:26 +00:00
Michael Ratcliffe
81ef936266 Bug 817304 - Intermittent browser_cmd_calllog.js | Test timed out, r=jwalker 2013-01-21 13:17:16 +00:00
Victor Porof
b0f2294638 Bug 833004 - Can't start Tilt, r=paul 2013-01-22 20:00:14 +02:00
Victor Porof
94d2ea2efc Bug 832473 - Variables View: empty variable is rendered wrongly if it is added within scope with label, r=msucan 2013-01-22 20:00:13 +02:00
Victor Porof
6600bdc4f0 Bug 760564 - Persist the state of the pause-on-exceptions option, r=past 2013-01-21 23:59:30 +02:00
Victor Porof
2b7ce8b9b8 Bug 831724 - Variables View: [object undefined] for Window when inspecting raw objects, r=msucan 2013-01-21 23:59:30 +02:00
Victor Porof
3357fa4ae5 Bug 830702 - Variables View needs a way to clear hierarchies, to avoid highlighting variable or property changes, r=past 2013-01-21 23:59:30 +02:00
Victor Porof
03047db40c Bug 828664 - Debugger is sad when inspecting an array of > 10k elements in a variables view, r=rcampbell 2013-01-21 23:59:29 +02:00
Girish Sharma
dab581802b Bug 650804 - Implement a search mechanism for the highlighter, r=vporof 2013-01-17 16:29:17 +05:30
Paul Rouget
c23c0dd419 Bug 829948 - [toolbox] once toolbox is undocked, hide the the close button. r=harth 2013-01-21 16:22:47 +01:00
Paul Rouget
0b595d2f7e Bug 818442 - [toolbox] Re-focus devtools window after locking the highlighter. r=harth 2013-01-21 16:22:47 +01:00
Anton Kovalyov
10a465a369 Bug 644413 - Add support for -sp-context mode-line in Scratchpad. r=harth 2013-01-18 16:59:47 -08:00
Heather Arthur
d327b58178 Bug 827604 - Pseudoclass lock isn't clearing; r=dcamp 2013-01-18 14:03:22 -08:00
Anton Kovalyov
6c78923aa2 Bug 828052 - Update Cleopatra and fix the issue with gJavaScriptOnly flag not working; r=past 2013-01-16 11:44:35 -08:00
Joe Walker
6d25fa3fb3 Bug 774619 - Fix browser_dbg_bfcache.js test by making GCLI force GC; r=past 2013-01-15 19:38:52 +00:00
Mihai Sucan
710a42bda9 Bug 787985 - Console API messages are not consistent; r=past 2013-01-15 16:02:25 +02:00
Paul Rouget
410e234a09 Bug 829644 - [toolbox] Make the default size of the toolbox window wider. r=jwalker 2013-01-11 09:23:00 +02:00
Paul Rouget
df051d178d Bug 829077 - The undocked Developer Tools window remains open after closing Firefox. r=jwalker 2013-01-11 03:19:00 +02:00
Girish Sharma
efca1f88c5 Bug 820735 - [toolbox] Tools shortcuts should work from the toolbox window, r=paul 2013-01-13 14:22:03 +05:30
Panos Astithas
1f667ab6c7 Backout 409adccbcbd7 (bug 782179) 2013-01-15 13:50:52 +02:00
Panos Astithas
82918616a6 Re-enable the browser_dbg_reload-same-script.js test after the fix (bug 782179); r=me 2013-01-14 10:44:42 +02:00
Tim Taubert
f8ea17d643 merge m-c to fx-team 2013-01-13 01:56:53 +01:00
Victor Porof
ae3d188944 Bug 829760 - browser_dbg_propertyview-filter-05.js checks for DOM objects are broken, r=past 2013-01-12 18:27:46 +02:00
Mihai Sucan
19a27114fc Bug 829913 - Error while closing web console; r=past 2013-01-12 18:17:10 +02:00
Victor Porof
0240cf471f Bug 820426 - An unexpected 'self-hosted' script appears in the debugger's script list, r=past 2013-01-12 11:21:48 +02:00
Victor Porof
31289b8ac7 Bug 782179 - Intermittent browser_dbg_reload-same-script.js | The preferred script url wasn't set correctly. (4) - Didn't expect -1, but got it, | The selected script isn't the correct one. (4) - Didn't expect -1, but got it, r=past 2013-01-12 09:09:06 +02:00
Phil Ringnalda
a53cf189b4 Merge m-c to fx-team 2013-01-11 21:36:11 -08:00
Mihai Sucan
70b2df84d4 Bug 827083 - quick fix: address a review comment from Panos; r=past 2013-01-11 20:54:03 +02:00
Mihai Sucan
1f94f68f8f Bug 827083 - Cannot attach remote web console to Firefox Android; r=past 2013-01-11 19:31:09 +02:00
Joe Walker
dee4c8314c Bug 823916 - Don't use ordinal to sort the toolbox; r=paul 2013-01-11 12:16:31 +00:00
Joe Walker
30c98c8f0a Bug 818432 - this.tracked browser windows.delete is undefined; r=paul 2013-01-11 12:16:24 +00:00
Paul Rouget
e31eea6029 Bug 827990 - inspector tests use DOM MutationObserver API incorrectly; r=jwalker f=nfroyd 2013-01-09 02:04:00 +02:00
Nick Fitzgerald
970b580bdf Bug 783420 - Stop using devtools' Promise.jsm, and start using toolkit/addon-sdk/promise/core.js; r=past,jwalker 2013-01-08 14:42:00 +02:00
Paul Rouget
9a0ecdb350 Bug 819181 - Inspector sidebar items show undefined during load. r=jwalker 2013-01-09 02:15:00 +02:00
Panos Astithas
a98b157cc4 Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof 2013-01-09 23:27:59 +02:00
Panos Astithas
e1aecc824d Merge m-c to fx-team 2013-01-09 21:42:41 +02:00
Panos Astithas
65104b90c5 Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof 2013-01-09 10:21:36 +02:00
Mihai Sucan
9db627542c Bug 826388 - Allow single click on line numbers to add/remove breakpoints; r=rcampbell 2013-01-03 21:29:53 +02:00
Girish Sharma
b1e64ab3e3 Bug 825740 - [toolbox] gDevTools does not remove the menuitems upon unregistering of a tool, r=paul 2013-01-05 05:51:27 +05:30
Paul Rouget
4235ffb7f4 Bug 817551 - The window controller (for undo/redo) doesn't work when Inspector is undocked. r=dcamp r=gavin 2013-01-09 10:32:36 +01:00