Commit Graph

301 Commits

Author SHA1 Message Date
Panos Astithas
92a1190865 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
8b5145148e 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
f457cc14ee Backed out changeset 86c98c4d36da (bug 846606) 2013-03-04 11:22:21 +00:00
Mihai Sucan
6295522fdd 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
1eeda4a6cf Merge m-c to fx-team. 2013-03-02 23:46:08 -05:00
Nick Fitzgerald
a9add7ab34 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
Gregory Szorc
ddaecc3b88 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
Gregory Szorc
1a3da6acf4 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Panos Astithas
95a64ed8d0 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
Mihai Sucan
62642ef894 Bug 832920 - fix failure for browser_dbg_bug723069_editor-breakpoints.js. r=past 2013-02-26 20:07:41 +02:00
Ryan VanderMeulen
9d1831e75b Backed out 7 changesets (bug 832920, bug 776536, bug 843261) for mochitest-a11y assertions on a CLOSED TREE. 2013-02-28 14:41:30 -05:00
Mihai Sucan
83c9d70167 Bug 832920 - fix failure for browser_dbg_bug723069_editor-breakpoints.js. r=past 2013-02-26 20:07:41 +02:00
Sunny
921a0b10dd 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
Panos Astithas
94d864d663 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
Dave Townsend
34c2e45a17 Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin 2013-02-01 11:43:15 -08:00
Victor Porof
826936bef0 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
6ce1e29819 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
9be2b3cf6d Bug 831794 - Variables View: allow users to override getter properties to plain value properties, r=past 2013-01-31 18:07:24 +02:00
Victor Porof
fc15356ff7 Bug 828987 - The Variables View should be keyboard accessible, r=past 2013-01-31 18:07:24 +02:00
Victor Porof
58ea43ceea Bug 832470 - Watch expressions involving |this| sometimes showing a wrong result, r=past 2013-01-24 13:28:52 +02:00
Victor Porof
56bc9d9ce5 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
be9ada2708 Bug 833963 - Variables View: better handling for long strings, r=msucan 2013-01-24 20:59:44 +02:00
Victor Porof
9cc26bf7a3 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
5058772730 Bug 760564 - Persist the state of the pause-on-exceptions option, r=past 2013-01-21 23:59:30 +02:00
Victor Porof
9e0f211035 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
f0e2b090f1 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
e0e611ee04 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
91f20ba90a Backout 409adccbcbd7 (bug 782179) 2013-01-15 13:50:52 +02:00
Panos Astithas
eac0e622db 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
04815d910b merge m-c to fx-team 2013-01-13 01:56:53 +01:00
Victor Porof
9bef77ea2d 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
6a6c550b36 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
3563c7bf48 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
2080b645f0 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-10 08:59:12 +00:00
Panos Astithas
04bd34ee43 Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof 2013-01-09 23:27:59 +02:00
Panos Astithas
38a8bcce24 Merge m-c to fx-team 2013-01-09 21:42:41 +02:00
Panos Astithas
580a0575dc Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof 2013-01-09 10:21:36 +02:00
Ed Morley
2a9d898894 Bug 782179 - Disable browser_dbg_reload-same-script.js for too many intermittent failures 2013-01-09 19:38:18 +00:00
Paul Rouget
07ecde8143 Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof 2013-01-09 10:32:35 +01:00
Panos Astithas
0cea33fba2 Fix debugger tests when running with a detached toolbox (bug 817562); r=vporof 2013-01-07 00:11:03 +02:00
David Zbarsky
c19950b0aa Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
David Zbarsky
3d6888a441 Bug 825147: Convert SVGPolygonElement and SVGPolylineElement to WebIDL r=bz 2013-01-06 04:32:01 -05:00
Ehsan Akhgari
87793a720d Merge mozilla-central into mozilla-inbound 2013-01-05 16:00:35 -05:00
Victor Porof
496805d170 Bug 824487 - Transition event callbacks sometimes don't fire, r=rcampbell 2013-01-04 09:37:18 +02:00
Panos Astithas
ebe9b4907b 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
21c21904b4 Fix for bug 824907 (Convert HTML table elements to WebIDL) - convert HTMLTableSectionElement to WebIDL. r=bz. 2012-12-29 15:07:48 +01:00
Peter Van der Beken
4ea5c6db24 Fix for bug 824907 (Convert HTML table elements to WebIDL) - convert HTMLTableCaptionElement to WebIDL. r=bz. 2012-12-29 15:07:46 +01:00
Girish Sharma
cd5b73301e Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul 2012-12-22 00:33:52 +05:30
Victor Porof
d46982a0f5 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
d80fd3c9c4 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