Tim Taubert
3f10682513
merge m-c to fx-team
2013-02-04 20:12:29 +01:00
Paul Rouget
9da71bab20
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
116032e85a
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
44a260020a
Bug 824243 - Make Profiler UI localizable, r=robcee
2013-01-31 11:40:11 -08:00
Victor Porof
a69723faea
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
b84c66c7f2
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
72112999fd
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
8b6dacbf49
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
07ebb3e0bf
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
6ce1cd5f3f
Bug 828987 - The Variables View should be keyboard accessible, r=past
2013-01-31 18:07:24 +02:00
Victor Porof
33c82146e2
Bug 832470 - Watch expressions involving |this| sometimes showing a wrong result, r=past
2013-01-24 13:28:52 +02:00
Michael Ratcliffe
6e885af339
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
e2c29ce2df
Merge the removal of global private browsing support
2013-01-29 13:13:58 -05:00
Ehsan Akhgari
32d278987e
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
fce6172ec0
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
Ryan VanderMeulen
3137f33bc3
Merge m-c to inbound.
2013-03-18 09:06:50 -04:00
Gregory Szorc
02d1d31696
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Shane Caraveo
7aa4968feb
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-27 10:31:14 -08:00
Ryan VanderMeulen
6598de3904
Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures.
2013-01-26 21:19:21 -05:00
Shane Caraveo
e3bc654973
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-26 16:48:54 -08:00
Dave Townsend
6c649be569
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Ryan VanderMeulen
486f369f1f
Backed out 6 changesets (bug 832920, bug 825341, bug 838582, bug 842726, bug 629801, bug 842561) for Linux32 debug mochitest-2 and Windows/OSX mochitest-browser-chrome failures on a CLOSED TREE.
2013-02-22 15:30:06 -05:00
Boris Zbarsky
30ff6fd171
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
Victor Porof
e32b1b66fb
Bug 831802 - Variables View: editing getters and setters should not be allowed, r=rcampbell
2013-01-24 20:59:44 +02:00
Victor Porof
74c6a0f4cc
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
cad95bb97f
Bug 833963 - Variables View: better handling for long strings, r=msucan
2013-01-24 20:59:44 +02:00
Rob Campbell
337f150011
Bug 834069 - Create a command to list sources in the debugger; r=past
2013-01-23 17:16:00 -05:00
Anton Kovalyov
a02e999e4c
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
990202375d
Bug 788445 - Add a tooltip for webconsole count on Developer Tool bar; r=msucan
2013-01-22 17:55:02 +02:00
Mihai Sucan
616f32545f
Bug 833411 - Variables View: support for displaying long string actors; r=vporof
2013-01-22 19:54:31 +02:00
Girish Sharma
9343d005dd
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
efc917b8b9
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
6b4cbba98f
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
7bfa4a4267
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
9935b9e105
Bug 817304 - Intermittent browser_cmd_calllog.js | Test timed out, r=jwalker
2013-01-21 13:17:16 +00:00
Victor Porof
a26d46b410
Bug 833004 - Can't start Tilt, r=paul
2013-01-22 20:00:14 +02:00
Victor Porof
4d32353254
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
828ba7791a
Bug 760564 - Persist the state of the pause-on-exceptions option, r=past
2013-01-21 23:59:30 +02:00
Victor Porof
e155486f26
Bug 831724 - Variables View: [object undefined] for Window when inspecting raw objects, r=msucan
2013-01-21 23:59:30 +02:00
Victor Porof
3c99d4d133
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
3d032d1602
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
e26cb61ed3
Bug 650804 - Implement a search mechanism for the highlighter, r=vporof
2013-01-17 16:29:17 +05:30
Paul Rouget
0aa9595b3c
Bug 829948 - [toolbox] once toolbox is undocked, hide the the close button. r=harth
2013-01-21 16:22:47 +01:00
Paul Rouget
78eb3570bd
Bug 818442 - [toolbox] Re-focus devtools window after locking the highlighter. r=harth
2013-01-21 16:22:47 +01:00
Anton Kovalyov
815c12bbfd
Bug 644413 - Add support for -sp-context mode-line in Scratchpad. r=harth
2013-01-18 16:59:47 -08:00
Heather Arthur
08a6f60f02
Bug 827604 - Pseudoclass lock isn't clearing; r=dcamp
2013-01-18 14:03:22 -08:00
Anton Kovalyov
e15b9dcc56
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
bd0b761034
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
63c0ed5ccd
Bug 787985 - Console API messages are not consistent; r=past
2013-01-15 16:02:25 +02:00
Paul Rouget
49cd9aadfc
Bug 829644 - [toolbox] Make the default size of the toolbox window wider. r=jwalker
2013-01-11 09:23:00 +02:00
Paul Rouget
9a8e4755f5
Bug 829077 - The undocked Developer Tools window remains open after closing Firefox. r=jwalker
2013-01-11 03:19:00 +02:00
Girish Sharma
37925e4310
Bug 820735 - [toolbox] Tools shortcuts should work from the toolbox window, r=paul
2013-01-13 14:22:03 +05:30
Panos Astithas
5acdbef1de
Backout 409adccbcbd7 (bug 782179)
2013-01-15 13:50:52 +02:00
Panos Astithas
34d250cc22
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
77cdbe20da
merge m-c to fx-team
2013-01-13 01:56:53 +01:00
Victor Porof
509f9b218d
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
b5e12f5419
Bug 829913 - Error while closing web console; r=past
2013-01-12 18:17:10 +02:00
Victor Porof
4cbc9b09c7
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
7c95c7c86b
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
fb8721c7a7
Merge m-c to fx-team
2013-01-11 21:36:11 -08:00
Mihai Sucan
38670ffd44
Bug 827083 - quick fix: address a review comment from Panos; r=past
2013-01-11 20:54:03 +02:00
Mihai Sucan
5fef84b7de
Bug 827083 - Cannot attach remote web console to Firefox Android; r=past
2013-01-11 19:31:09 +02:00
Joe Walker
3161c0f452
Bug 823916 - Don't use ordinal to sort the toolbox; r=paul
2013-01-11 12:16:31 +00:00
Joe Walker
bfac24a1c2
Bug 818432 - this.tracked browser windows.delete is undefined; r=paul
2013-01-11 12:16:24 +00:00
Paul Rouget
87ea5f17ee
Bug 827990 - inspector tests use DOM MutationObserver API incorrectly; r=jwalker f=nfroyd
2013-01-09 02:04:00 +02:00
Nick Fitzgerald
7a20122a96
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
473d103b44
Bug 819181 - Inspector sidebar items show undefined during load. r=jwalker
2013-01-09 02:15:00 +02:00
Panos Astithas
474a98517c
Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof
2013-01-09 23:27:59 +02:00
Panos Astithas
6de8dac9be
Merge m-c to fx-team
2013-01-09 21:42:41 +02:00
Panos Astithas
08ff7eabf0
Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof
2013-01-09 10:21:36 +02:00
Mihai Sucan
6ec3646ad8
Bug 826388 - Allow single click on line numbers to add/remove breakpoints; r=rcampbell
2013-01-03 21:29:53 +02:00
Girish Sharma
be048b5c48
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
7a0b4be37b
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
Paul Rouget
d062e842bd
Bug 815239 - [toolbox] Using a tool keyboard shortcut twice closes the toolbox. It should select it instead. r=jwalker
2013-01-09 10:32:35 +01:00
Paul Rouget
bcedcdba49
Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof
2013-01-09 10:32:35 +01:00
Panos Astithas
78ffc60090
Fix debugger tests when running with a detached toolbox (bug 817562); r=vporof
2013-01-07 00:11:03 +02:00
Phil Ringnalda
7eb4a6f920
Merge m-c to fx-team
2013-01-06 11:01:58 -08:00
David Zbarsky
d96279163f
Bug 824898: Convert SVG animation classes to WebIDL r=bz
2013-01-06 04:32:03 -05:00
David Zbarsky
7cc0fdc8ca
Bug 825147: Convert SVGPolygonElement and SVGPolylineElement to WebIDL r=bz
...
--HG--
rename : content/svg/content/src/nsSVGPolygonElement.cpp => content/svg/content/src/SVGPolygonElement.cpp
rename : content/svg/content/src/nsSVGPolygonElement.cpp => content/svg/content/src/SVGPolygonElement.h
rename : content/svg/content/src/nsSVGPolylineElement.cpp => content/svg/content/src/SVGPolylineElement.cpp
rename : content/svg/content/src/nsSVGPolylineElement.cpp => content/svg/content/src/SVGPolylineElement.h
2013-01-06 04:32:01 -05:00
Heather Arthur
fea321d76d
Bug 826566 - [toolbox] Add profiler and docking icons to toolbox; r=paul
2013-01-06 00:04:40 -08:00
Heather Arthur
b6c09b47ad
Bug 826191 - [style editor] No stylesheet selected after reloading the page; r=paul
2013-01-05 23:56:42 -08:00
Victor Porof
1492c14732
Bug 824487 - Transition event callbacks sometimes don't fire, r=rcampbell
2013-01-04 09:37:18 +02:00
Heather Arthur
b8b9a5be1f
Bug 826180 - No stylesheets shown after reloading a page with an iframe; r=paul
2013-01-03 02:34:00 +02:00
Panos Astithas
a7a5899166
Implement a new addAllGlobalsAsDebuggees method for faster chrome debugging (bug 821701); r=jimb
...
Also GC only once when going through all compartments in both addAllGlobalsAsDebuggees and removeAllDebuggees, instead of once for every debuggee added or removed.
2013-01-04 21:34:43 +02:00
Joe Walker
06d86f6a92
Bug 820436 - Buttons are unresponsive after previously closing the Developer Tools Window; r=paul
2013-01-04 20:31:38 +00:00
Joe Walker
5813922941
Bug 795988 - Closing browser window with Developer Toolbar open leaks an everything; r=paul,ttaubert
2013-01-04 20:31:38 +00:00
Joe Walker
136a9ba95a
Bug 822609 - developer tools should not use target.isChrome; r=paul
2013-01-04 20:31:38 +00:00
Anton Kovalyov
1a87c9f12a
Bug 822110 - filter.png, noise.png and showall.png in browser/devtools/profiler/cleopatra/images are empty. r=robcee r=bgirard
2013-01-04 12:57:02 +01:00
Paul Rouget
9d7cc7f0ed
Bug 817543 - [toolbox] is slow to start. r=jwalker
2013-01-04 12:54:54 +01:00
Girish Sharma
654db09f29
Bug 816958 - Launch buttons for Tilt and Responsive Mode should be of checkbox type. r=jwalker
2012-12-19 02:17:39 +05:30
Girish Sharma
0e6457a3eb
Bug 825902 - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/inspector/test/browser_inspector_bug_566084_location_changed.js; r=paul
2013-01-02 21:18:15 +05:30
Girish Sharma
242db924a4
Bug 818428 - Don't use the word 'Toolbox' in the UI, r=dao
2012-12-18 00:31:31 +05:30
Girish Sharma
18056b9a98
Bug 818295 - [inspector] 'changes may be lost' notification should be on the browser, not the toolbox, r=paul
2012-12-22 15:50:55 +05:30
Girish Sharma
a748131ced
Bug 818286 - [inspector] 'changes may be lost' dialog stays around after reload, r=dcamp
2012-12-22 15:17:08 +05:30
Girish Sharma
1de4a0b217
Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul
2012-12-22 00:33:52 +05:30
Girish Sharma
83fc808a1d
Bug 808264 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Timed out while waiting for: source editor load, r=msucan
2012-12-26 23:44:33 +05:30
Girish Sharma
515527b0b8
Bug 824743 - Wrong stylesheet check while opening the respective editor, r=msucan
2012-12-26 23:40:15 +05:30
Heather Arthur
d72941067b
Bug 818033 - [toolbox] Implement Shorlander's visual design; r=paul
2012-12-22 19:27:19 -08:00
Panos Astithas
eab1c62e6b
Bug 823027 - Connection screen stays open after connection but can't be reused; r=vporof
2012-12-21 19:29:08 +02:00
Michael Ratcliffe
5211bbacde
Bug 823493 - References to IUI in CssHtmlTree.jsm. r=paul
2012-12-20 16:49:20 +00:00
MikeRatcliffe
f0657b3816
Bug 822631 - [toolbox] Remove bad common.css path from toolbox.xul. r=paul
2012-12-18 05:12:00 +01:00
Michael Ratcliffe
f7494ce2f6
Bug 814890 - [toolbox] Markup panel is sometimes blank on page change. r=paul
2012-12-20 14:38:51 +00:00
Dave Camp
d3a210066e
Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker
2012-12-19 16:16:45 -08:00
Victor Porof
b9efefe27e
Bug 819945 - Global searches choke when a source takes too long to fetch, r=past
2012-12-20 20:00:34 +02:00
Victor Porof
610bc370fb
Bug 823436 - Response errors when trying to load a source's text prevent global searches from displaying any results, r=past
2012-12-20 19:20:51 +02:00
Victor Porof
17527df050
Bug 820311 - Script URLs no longer appear in tooltips, r=past
2012-12-20 19:20:50 +02:00
Victor Porof
a96e76459e
Bug 814844 - [toolbox] The _onCloseClick function in ToolbarView is never used, r=rcampbell
2012-12-20 19:20:50 +02:00
Victor Porof
da1728a510
Bug 818424 - [toolbox] remove references to devtools.debugger.ui.height, r=rcampbell
2012-12-20 19:20:50 +02:00
Michael Ratcliffe
6002c07ac9
Bug 821141 - Target is firing a navigation event when an anchor is clicked r=paul
2012-12-19 11:18:44 +00:00
Girish Sharma
b96dcf0b3a
Bug 817558 - [inspector] When the selection is deleted, we should select the parent, and make sure the breadcrumbs are updated, r=paul
2012-12-18 02:28:40 +05:30
Paul Rouget
de968b55e8
Bug 817539 - [toolbox] close the responsive mode on ESC, even if toolbox is up, r=vporof
2012-12-16 11:14:15 +02:00
Anton Kovalyov
20e32c7b31
Bug 797065 - Leak if I quit while Scratchpad is open. r=dcamp
2012-12-19 13:39:00 +01:00
Michael Ratcliffe
3a740f52c0
Bug 788431 - Ctrl-C in the Rule View and the Property view doesn't work. r=paul
2012-12-18 14:27:04 +00:00
Paul Rouget
fceb034334
Bug 796006: Backed out changeset 538602f4cb51.
2012-12-20 09:37:22 +01:00
Dave Camp
cbf36d408d
Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker
2012-12-19 16:16:45 -08:00
Paul Rouget
ad1c2cd07a
bug 796006 backed out. Orange. https://tbpl.mozilla.org/php/getParsedLog.php?id=18090515&tree=Fx-Team
2012-12-19 14:00:54 +01:00
Girish Sharma
1f132dabbc
Bug 819929 - [toolbox] Buttons (close, undock and tabs) don't have tooltips, r=jwalker
2012-12-18 20:41:27 +05:30
Girish Sharma
5e56cf782a
Bug 817553 - Fade the highlighter when sidebar is hovered, r=paul
2012-12-18 00:59:08 +05:30
Paul Rouget
ec2f9c34bd
Bug 817537 - Connection screen polish. r=vporof
2012-12-18 08:54:00 +01:00
Dave Camp
5f5cf7f2e3
Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker
2012-12-18 17:14:00 +01:00
Panos Astithas
2b2b42f6ae
Merge m-c to fx-team
2012-12-19 10:03:48 +02:00
Mihai Sucan
f20fed946a
Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past
2012-12-17 22:06:13 +02:00
Ehsan Akhgari
b7608f387d
Merge mozilla-central into mozilla-inbound
2013-01-05 16:00:35 -05:00
Peter Van der Beken
9ca46c7fbd
Fix for bug 824907 (Convert HTML table elements to WebIDL) - convert HTMLTableSectionElement to WebIDL. r=bz.
...
--HG--
rename : content/html/content/src/nsHTMLTableRowElement.cpp => content/html/content/src/HTMLTableRowElement.cpp
rename : content/html/content/src/nsHTMLTableSectionElement.cpp => content/html/content/src/HTMLTableSectionElement.cpp
rename : content/html/content/src/nsHTMLTableSectionElement.cpp => content/html/content/src/HTMLTableSectionElement.h
rename : dom/interfaces/html/nsIDOMHTMLTableSectionElem.idl => dom/interfaces/html/nsIDOMHTMLTableSectionElement.idl
extra : rebase_source : b9c1d7dea38653452b44b2033cf2c0140f7b39b1
2012-12-29 15:07:48 +01:00
Peter Van der Beken
2d19e649b8
Fix for bug 824907 (Convert HTML table elements to WebIDL) - convert HTMLTableCaptionElement to WebIDL. r=bz.
...
--HG--
rename : content/html/content/src/nsHTMLTableCaptionElement.cpp => content/html/content/src/HTMLTableCaptionElement.cpp
rename : content/html/content/src/nsHTMLTableCaptionElement.cpp => content/html/content/src/HTMLTableCaptionElement.h
extra : rebase_source : ccf765d029b74fc22b45d9162e9b4a9ac6977344
2012-12-29 15:07:46 +01:00
Paul Rouget
82ed536ba8
Bug 817705 - [toolbox] Disable Inspect Mode when switching tools in Toolbox. r=jwalker
2012-12-11 06:17:00 +01:00
Paul Rouget
93b0b66cde
Bug 818411 - [markup view] once the toolbox is re-attached to the tab, the markup view keybindings don't work anymore. r=jwalker
2012-12-12 03:04:00 +01:00
zmgmoz
a990b55ae7
Bug 804845 - CTRL+P and CTRL+N should work the same as up arrow and down arrow respectively; r=msucan
2012-12-17 15:47:23 +02:00
Yura Zenevich
61a01d653b
Bug 803067 - EventEmitter should have a decorator that isn't called 'new'. r=paul
2012-12-14 08:05:00 +01:00
Girish Sharma
e1892a3d7c
Bug 818434 - [toolbox] The close button and the undock button should be located at the end of the toolbar on Linux and Windows. r=paul
2012-12-14 00:07:03 +05:30
Girish Sharma
75fc0d43f4
Bug 818436 - [toolbox] We should not be able to dock a toolbox if the target is Remote or Win, r=paul
2012-12-15 06:40:43 +05:30
Victor Porof
6029cc5eeb
Bug 822028 - [toolbox] 'tilt toggle' command breaks if tilt is opened while the inspector is not active, r=paul
2012-12-15 21:55:11 +02:00
Mike Hommey
6d83cd5d84
Bug 829460 - Get CmdCommands from the right url in DeveloperToolbar.jsm. r=paul
...
--HG--
extra : rebase_source : d4c8e2b50cb8940ae1be6a802088060844493b42
2013-01-11 12:24:53 +01:00
Ed Morley
a0b9d9b48b
Bug 822287 - Mark part of browser_profiler_run.js todo() on Windows
2013-01-10 14:59:27 +00:00
Ed Morley
0dc136ef7c
Bug 817294 - Disable browser_styleeditor_loading.js for too many intermittent failures
2013-01-10 14:59:27 +00:00
Ed Morley
163e29d67f
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-10 08:59:12 +00:00
Andres Hernandez
dd69212e65
Bug 824253 - Intermittent browser_cmd_screenshot_perwindowpb.js; r=ehsan
2013-01-09 16:51:18 -06:00
Ed Morley
4c21802bb7
Bug 782179 - Disable browser_dbg_reload-same-script.js for too many intermittent failures
2013-01-09 19:38:18 +00:00
Ehsan Akhgari
9a89f060a6
Merge mozilla-central into mozilla-inbound
2012-12-15 10:37:42 -05:00
Anton Kovalyov
c0de41f3cb
Bug 795268 - Integrate SPS Profiler; r=rcampbell
2012-12-13 17:17:00 -05:00
Ehsan Akhgari
010e93b1f9
Disable browser_dbg_chrome-debugging.js because of the crashes in bug 821701, irc-r=robcee
2012-12-14 11:53:02 -05:00
Ed Morley
2b5f199504
Merge mozilla-inbound to mozilla-central on a CLOSED TREE
2012-12-14 15:28:22 +00:00
Joe Walker
1308f4ec39
Automated merge with ssh://hg.mozilla.org/integration/fx-team/
2012-12-13 15:26:29 +00:00
Joe Walker
7daa3767fb
Bug 813031 - gDevTools needs an API review [toolbox]; r=paul
2012-12-13 13:03:55 +00:00
Joe Walker
88dbe2ab92
Bug 815246 - GCLI helper buttons shouldn't be available in the remote window; r=paul
2012-12-13 13:03:47 +00:00
Victor Porof
e0d809e500
Bug 728073 - MDN links in the Style Inspector are not localized, r=paul
2012-12-13 12:26:42 +02:00
Victor Porof
1252490384
Bug 816858 - Style Editor should work on chrome windows, r=paul
2012-12-13 12:26:42 +02:00
Ed Morley
3cededf914
Bug 816990 - Disable browser_inspector_sidebarstate.js for too many intermittent failures
2012-12-12 13:59:44 +00:00
Girish Sharma
358bf78999
Bug 808436 - [gcli] cmd refresh throws an exception, r=paul
2012-11-07 22:54:22 +05:30
Paul Rouget
fc1f35fb7e
Bug 768846 - Resize issues in Responsive mode with Toolbox open. r=vporof
2012-12-13 12:26:42 +02:00
Victor Porof
25db31bc60
Bug 796135 - Provide some obvious UI for scripts filtering, r=past
2012-12-10 16:03:48 +02:00
Victor Porof
e6e86f81a1
Bug 818430 - Having line and token operators in the same query makes the scripts menulist behave weirdly, r=past
2012-12-11 09:38:04 +02:00
Victor Porof
06a15377af
Bug 816596 - Hide the variables filter box while there are no variables to filter, r=past
2012-12-11 09:38:00 +02:00
Victor Porof
33d23c1516
Bug 816440 - Watch expression evaluations should not display the configurable/enumerable/writable tooltip, r=past
2012-12-11 09:36:50 +02:00
teramako
b93e17458f
Bug 808542 - [gcli] "addon list" output is malformed. r=mratcliffe
2012-12-04 06:50:53 +09:00
Tetsuharu OHZEKI
f0a42347ba
Bug 817579 - Command buttons in toolbox do not have tooltip; r=msucan,jwalker
2012-12-05 18:39:56 +02:00
Rob Campbell
f85d9f6a07
merge fx-team to m-c
2012-12-04 15:17:23 -05:00
Victor Porof
d5c7f5a303
Bug 816983 - Closing Browser Debugger via the Window Close button no longer kills the Browser Debugger Process, r=rcampbell
2012-12-04 15:48:39 +02:00
Victor Porof
ccec5fc148
Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past
2012-12-04 15:48:39 +02:00
Victor Porof
776b19ff34
Bug 816549 - 'Show variables searchbox' option in the debugger options menu - no such word as 'searchbox', r=past
2012-12-04 15:48:39 +02:00
Victor Porof
2ed4f10038
Bug 817425 - many id's in devtools debugger listed as undefined, r=past
2012-12-04 15:48:39 +02:00
Ehsan Akhgari
5e0d319148
Bug 806720 - Rewrite the browser_styleeditor_private_perwindow.js test according to the latest changes to the style editor test suite; shoulder-r=jdm
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-02 19:21:43 -05:00
Rob Campbell
eaa4779249
Bug 803984 - Convert all fonts to monospace; r=paul
2012-10-22 13:25:00 -04:00
Victor Porof
7e946afab7
Bug 814592 - [toolbox] Tilt toggle command is broken, r=jwalker
2012-11-23 10:54:42 +02:00
Victor Porof
197c61ef05
Bug 790576 - When jumping line numbers, pressing UP/DOWN should know how to increment/decrement, r=past
2012-11-28 16:51:54 +02:00
Victor Porof
d4fd64a851
Bug 816210 - Global searches do not cache the source text contents for displaying in the editor, r=past
2012-12-01 11:21:23 +02:00
Victor Porof
fbdb63b2cf
Bug 815291 - Provide watch expressions context menus, r=past
2012-12-01 11:21:23 +02:00
Joe Walker
96993c1368
Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
2012-11-30 08:07:59 +00:00
Ed Morley
fc90e1e694
Bug 820221 - Disable browser_dbg_cmd.js on Windows for too many intermittent failures
2012-12-11 15:26:00 +00:00
Ed Morley
74a5e24e09
Bug 808264 - Disable browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js for too many intermittent failures
2012-12-10 12:52:51 +00:00
Ed Morley
dbb730fc87
Bug 817304 & Bug 819017 - Disable browser_cmd_calllog.js & browser_cmd_calllog_chrome.js on Windows for too many intermittent failures
2012-12-10 12:48:48 +00:00
Ed Morley
6cb8f584f0
Bug 774619 - Disable browser_dbg_bfcache.js on Windows for too many intermittent failures
2012-12-17 13:21:18 +00:00
Mike Hommey
a152f52ebc
Bug 822097 - Fix EventEmitter.jsm import url in ProfilerPanel.jsm. r=jimm
2012-12-17 08:29:25 +01:00
Mike Hommey
04e84fad17
Bug 822097 - Fix resource path for Console.jsm in devtools tests. r=jimm
2012-12-17 08:29:04 +01:00
Panos Astithas
831c752537
Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof
2012-11-27 14:29:46 +02:00
Victor Porof
226b110cfd
Bug 791323 - Need a mechanism to select a script programmatically in the debugger, r=rcampbell
2012-11-27 18:19:24 +02:00
Victor Porof
ca9c710bb8
Bug 815277 - Source editor's 'Find' and 'Jump to line' commands should use the frontend UI, r=past
2012-11-27 18:19:23 +02:00
Victor Porof
226256c6e3
Bug 812814 - Add a way to edit or remove watch expressions while the debugger is paused, r=past
2012-11-27 18:19:23 +02:00
Joe Walker
d5628414a4
Backed out changeset 132d2e88ef03 (bug 788977) for talos regression.
2012-11-27 10:39:10 +00:00
Joe Walker
d3e2858352
Merge m-c to fx-team
2012-11-24 12:06:17 +00:00
Bellindira Castillo [:bellindira]
3029cf9a3b
Bug 806719 - Port browser_cmd_screenshot.js to the new per-tab PB APIs; r=ehsan
...
--HG--
rename : browser/devtools/commandline/test/browser_cmd_screenshot.js => browser/devtools/commandline/test/browser_cmd_screenshot_perwindowpb.js
rename : browser/devtools/commandline/test/helpers.js => browser/devtools/commandline/test/helpers_perwindowpb.js
2012-11-23 11:40:59 -06:00
Joe Walker
aceff510e6
Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
2012-11-22 21:35:19 +00:00
Ryan VanderMeulen
c4bbb4cd94
Merge m-c to fx-team.
2012-11-22 00:34:14 -05:00
Victor Porof
d74897ac54
Bug 813697 - TypeError: breakpointClient is null at debugger-controller.js:472, r=past
2012-11-21 10:49:45 +02:00
Victor Porof
ff047aa255
Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past
2012-11-21 10:49:45 +02:00
Victor Porof
81d9a9cf1a
Bug 805759 - Relax global search results auto-expand rules, r=past
2012-11-21 10:49:45 +02:00
Victor Porof
4090a89591
Bug 813172 - Evaluating 'arguments' as a watch expression always yields an empty pseudo-array, r=rcampbell
2012-11-21 10:49:45 +02:00
Victor Porof
b73754b0b8
Bug 813471 - A breakpoint can be placed at the wrong line when using key shortcuts after opening the source editor's context menu, r=past
2012-11-20 12:57:05 +02:00
Victor Porof
77b477fe21
Bug 813199 - Closing a tab with a conditional breakpoint panel open does not hide the panel, r=past
2012-11-20 13:38:45 +02:00
Seth Fowler
c42d3467d8
Bug 812241 - Remove disabled test warnings. r=khuey
2012-11-20 16:13:04 -08:00
Daniel Holbert
22bdd6e677
Bug 760837 followup: fix incorrect numbering in labels for subtests in browser_webconsole_bug_595934_message_categories.js. comment-only, DONTBUILD
2012-11-20 17:01:14 -08:00
Mihai Sucan
9b0130c036
Bug 811282 - Remote Console fails to close completely in the event of a connection error; r=rcampell
2012-11-16 20:16:18 +02:00
Ehsan Akhgari
c9c19ba73c
Backed out changeset d64cb463471e (bug 806719) because of test failures
...
CLOSED TREE
2012-11-22 17:17:00 -05:00
Bellindira Castillo [:bellindira]
29890fce30
Bug 806719 - Port browser_cmd_screenshot.js to the new per-tab PB APIs; r=ehsan
...
--HG--
rename : browser/devtools/commandline/test/browser_cmd_screenshot.js => browser/devtools/commandline/test/browser_cmd_screenshot_perwindowpb.js
rename : browser/devtools/commandline/test/helpers.js => browser/devtools/commandline/test/helpers_perwindowpb.js
2012-11-22 12:10:52 -06:00
Peter Van der Beken
3fb06020ff
Fix for bug 814022 (Make instanceof for new DOM bindings work across scopes). r=bz.
2012-11-19 11:59:13 +01:00
Hubert SABLONNIERE
22f29be5ef
Bug 795043 - [responsive mode] clicking Cancel after clicking on Add should cancel the creation of the preset, r=paul
2012-10-16 17:13:51 +02:00
Victor Porof
67c38f5e07
Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell
2012-11-17 21:41:04 +02:00
Matthew Wein
682faafc12
Bug 722691 - Ability to increase/decrease values in rule view using arrow keys; r=harth
2012-11-16 14:55:00 -05:00
Ryan VanderMeulen
964965bbc5
Merge fx-team to m-c.
2012-11-17 13:29:05 -05:00
Victor Porof
98db06c464
No bug - Fix 'browser_dbg_bug740825_conditional-breakpoints-02.js' caused by 43303dfa12a5, r=past
2012-11-16 13:16:23 +02:00