Commit Graph

281 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Ed Morley
7d46d4a5d4 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-10 08:59:12 +00: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
Ed Morley
015542f998 Bug 782179 - Disable browser_dbg_reload-same-script.js for too many intermittent failures 2013-01-09 19:38:18 +00:00
Paul Rouget
fac64dc42a Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof 2013-01-09 10:32:35 +01:00
Panos Astithas
aa40652fe8 Fix debugger tests when running with a detached toolbox (bug 817562); r=vporof 2013-01-07 00:11:03 +02:00
David Zbarsky
9edf4dac9e Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
David Zbarsky
cf966f28d5 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
Ehsan Akhgari
2be7cfce19 Merge mozilla-central into mozilla-inbound 2013-01-05 16:00:35 -05:00
Victor Porof
629b7975c8 Bug 824487 - Transition event callbacks sometimes don't fire, r=rcampbell 2013-01-04 09:37:18 +02:00
Panos Astithas
c529b9d29d 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
Peter Van der Beken
0a9ff23dea 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
8d553dd587 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
Girish Sharma
9106161a4b Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul 2012-12-22 00:33:52 +05:30
Victor Porof
66835286fa 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
9837830335 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
615ad5ef7c Bug 820311 - Script URLs no longer appear in tooltips, r=past 2012-12-20 19:20:50 +02:00
Victor Porof
59c244dbaa Bug 814844 - [toolbox] The _onCloseClick function in ToolbarView is never used, r=rcampbell 2012-12-20 19:20:50 +02:00
Victor Porof
03f29b2470 Bug 818424 - [toolbox] remove references to devtools.debugger.ui.height, r=rcampbell 2012-12-20 19:20:50 +02:00
Panos Astithas
99410ac903 Merge m-c to fx-team 2012-12-19 10:03:48 +02:00
Mihai Sucan
31295757a2 Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past 2012-12-17 22:06:13 +02:00
Yura Zenevich
1b77b53652 Bug 803067 - EventEmitter should have a decorator that isn't called 'new'. r=paul 2012-12-14 08:05:00 +01:00
Ed Morley
04ccb4334c Bug 774619 - Disable browser_dbg_bfcache.js on Windows for too many intermittent failures 2012-12-17 13:21:18 +00:00
Nathan Froyd
09297c8f05 Bug 827993 - delete useless code in browser_dbg_bug723069_editor-breakpoints.js; r=past 2013-01-08 12:59:19 -05:00
Ed Morley
5b648d8c35 Merge mozilla-central to mozilla-inbound 2012-12-14 19:03:57 +00:00
Jim Blandy
7ea31d7702 Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Ehsan Akhgari
456837f37c 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
2070770784 Merge mozilla-inbound to mozilla-central on a CLOSED TREE 2012-12-14 15:28:22 +00:00
Joe Walker
fe48421407 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Victor Porof
c51987f217 Bug 796135 - Provide some obvious UI for scripts filtering, r=past 2012-12-10 16:03:48 +02:00
Victor Porof
77cae6cb6a 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
3a4a554cba 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
737cf71d56 Bug 816440 - Watch expression evaluations should not display the configurable/enumerable/writable tooltip, r=past 2012-12-11 09:36:50 +02:00
Victor Porof
dbe6e6a5d8 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
a30c95948b Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past 2012-12-04 15:48:39 +02:00
Victor Porof
38d83e36d0 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