Justin Dolske
66bad5405c
Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin
2012-06-15 12:09:48 -07:00
Ehsan Akhgari
45fe6d3ae2
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Cedric Vivier
ab95182814
Bug 719552 - Scheme-less URLs references in the style sheet are lost when editing. r=rcampbell
2012-02-23 04:15:00 +01:00
Victor Porof
112b7f1988
Bug 760868 - Gmail includes scripts names that make the debugger script list too long; r=past
2012-06-04 15:35:24 +03:00
Victor Porof
3a1a1a9b39
Bug 753225 - Intermittent browser_dbg_createRemote.js; r=past
2012-06-04 13:02:32 +03:00
Rob Campbell
46fd48a84a
Bug 761007 - Intermittent failure in browser_tilt_ | Exited with code 1 during test run or NS_ERROR_FAILURE: Failure at resource:///modules/devtools/TiltGL.jsm:1316 followed by other errors and out of memory on Linux Opt; a=TESTONLY
2012-06-03 17:21:34 -03:00
Victor Porof
a614a29154
Bug 759157 - Intermittent browser_tilt_02_notifications.js, browser_tilt_03_tab_switch.js, browser_tilt_04_initialization.js, browser_tilt_picking_miv.js, browser_tilt_picking_highlight01.js | Exited with code 1, timed out after 330 seconds, could not initialize Tilt; r=rcampbell
2012-06-03 20:15:41 +03:00
Mihai Sucan
9d16bbe13d
Bug 664688 - JavaScript evaluation "permission denied" after navigation to a different domain; r=past
2012-06-03 13:17:16 +03:00
Panos Astithas
11197066ba
Bug 757282 - Pause when an exception is hit; r=rcampbell
2012-06-03 16:39:51 +03:00
Panos Astithas
67a08210a6
Bug 737808 - Separate breakpoints and scripts handling in the client from the server; r=rcampbell
2012-06-03 16:39:50 +03:00
Paul Rouget
babd1856c0
Bug 757477 - [Responsive Mode] restore previous size / preset. r=dcamp
2012-06-02 19:57:24 +02:00
Dave Camp
7d41e5df34
Merge fx-team to m-c.
2012-06-02 16:57:28 -07:00
Dave Camp
d79c7d56a9
Bug 740543 - Rule view does not update when window is resized. r=robcee
2012-06-02 15:18:33 -07:00
Ehsan Akhgari
7b7a3556e8
Merge the last green changeset of mozilla-inbound to mozilla-central
2012-06-02 14:39:47 -04:00
Mihai Sucan
18a1e5fe8f
Bug 760837 - Intermittent browser_webconsole_bug_595934_message_categories.js | expectUncaughtException was called but no uncaught exception was detected; r=past
2012-06-02 21:20:44 +03:00
Joe Walker
2d7507474e
Bug 760793 - GCLI node type fails with defaultValue:null; r=dcamp
2012-06-02 21:12:31 +01:00
Joe Walker
9c1c5049b2
Bug 760791 - GCLI tilt open command is broken: "TypeError: value is undefined"; r=dcamp
2012-06-02 21:12:25 +01:00
Dave Camp
ef6c29420a
Bug 760796 - Turn off animations while testing the responsive view. r=paul
2012-06-02 11:02:53 -07:00
Mihai Sucan
6ff1f7aede
Bug 722685 - Console logging is slow; r=rcampbell
2012-06-02 13:45:32 +03:00
Dave Camp
fa726897b3
Bug 745961 - Hard to find the clickable region for adding a new CSS property in the Style Inspector. r=paul
2012-06-01 15:13:48 -07:00
Dave Camp
2a2116f6b5
Bug 734365 - Rule view focus management needs an overhaul. r=paul
2012-06-01 15:13:48 -07:00
Mihai Sucan
2b1d0d0e16
Bug 751901 - Slow Source View in Debugger on large files; r=past
2012-06-01 23:05:31 +03:00
Dave Camp
5301e928e7
Bug 760752 - Frequent browser_dbg_debugger-tab-switch.js | leaked window property: _scriptDebugger and 87 more test failures; r=past
2012-06-02 18:43:19 +03:00
Joe Walker
227d464f63
Bug 734045 - GCLI resource doesn't always find script tags; r=dcamp
2012-06-02 10:17:49 +01:00
Victor Porof
fc1666e84e
Bug 753677 - Visually distinguish between configurable, enumerable and writable properties; r=past
2012-05-30 16:13:05 +03:00
Panos Astithas
6cf3dfbaac
Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 1: Firefox); r=rcampbell
2012-06-01 18:25:08 +03:00
Paul Rouget
c896bc3e9c
Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin
2012-06-01 14:53:58 +02:00
Joe Walker
89dd017d2c
Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão
2012-06-01 08:24:19 +01:00
Ed Morley
092d819417
Merge mozilla-central to mozilla-inbound
2012-06-01 16:58:27 +01:00
Ed Morley
1767505394
Bug 716245 - Disable parts of browser_inspector_highlighter.js for too many intermittent failures; r=dcamp
2012-06-01 16:32:00 +01:00
Victor Porof
f5334fea0e
Bug 709460 - GCLI needs a screenshot command; r=jwalker
2012-05-24 17:50:13 +03:00
Joe Walker
843c4b1f41
Bug 755388 - "hud is null" when using the edit gcli command; r=dcamp
2012-06-01 08:24:19 +01:00
Joe Walker
dab8fffd73
Bug 744982 - Decide whether GCLI in the global toolbar should be fixed direction:ltr or not; r=robcee,ehsan
2012-06-01 08:24:19 +01:00
Victor Porof
bb9750f618
Bug 759135 - Move a __proto__ property at the bottom of the list; r=rcampbell
2012-05-30 12:11:55 +03:00
Victor Porof
cf43eb9b95
Bug 757278 - Handle positions are not saved.; r=rcampbell
2012-05-31 12:27:22 +03:00
Victor Porof
c5987f95ef
Bug 753311 - Prevent the Debugger from opening on more than one tab; r=past
2012-05-31 13:01:13 +03:00
Victor Porof
fd8ecf64b3
Bug 752834 - UI tweaks for the property view; r=past
2012-05-29 16:12:29 +03:00
Mihai Sucan
8d4d784b39
Bug 673148 - (async-webconsole) Part 5 - HUDService.jsm cleanup; r=rcampbell f=jwalker
2012-05-31 13:30:56 +03:00
Dave Camp
4c906454c0
Bug 757253 - Implement real update in the rule view. r=robcee
2012-05-30 19:49:10 -07:00
Victor Porof
709bd86758
Bug 746648 - Too large script labels in various pages. r=past
2012-05-30 13:43:37 +03:00
Paul Rouget
b4e37d53b5
Bug 747220 - [layout view] update the UI. r=dcamp
2012-05-28 13:20:44 +02:00
Johan Charlez
17aa90c7b9
Bug 757945 - Can't open the page context menu when inspecting (highlighter = unlocked) on Windows. r=paul.
2012-05-30 19:45:23 -07:00
Mihai Sucan
0e99b044d4
Bug 673148 - (async-webconsole) Part 4 - Make network logging async; r=rcampbell
2012-05-29 15:48:05 +03:00
Joe Walker
01c6c7ec21
Bug 693259 - GCLI needs a 'pref' command; r=dcamp
2012-05-30 08:47:28 +01:00
Joe Walker
c910b7c638
Bug 757488 - DomTemplate fails when it gets a live NodeList; r=dcamp
2012-05-30 08:47:28 +01:00
Joe Walker
3544d630fb
Bug 726986 - GCLI help output should be better; r=dcamp
2012-05-30 08:47:28 +01:00
Joe Walker
3169f219a7
Bug 746499 - Links in the GCLI output area should open in new window (not in the output area); r=dcamp
2012-05-30 08:47:28 +01:00
Joe Walker
b5d0803074
Bug 757487 - GCLI test suite has broken dependencies in browser; r=dcamp
2012-05-30 08:47:28 +01:00
Joe Walker
38b9d38655
Bug 756887 - Require.jsm should have support and tests for firebug/NetMonitor style modules; r=robcee
2012-05-30 08:47:28 +01:00
Joe Walker
02bc2f366d
Bug 758579 - Doctype in GCLI xhtml files needs fixing, as does the license block; r=msucan
2012-05-30 08:47:28 +01:00
Panos Astithas
ff79b706e5
Small perf improvement to bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=vporof
2012-05-29 14:22:18 +03:00
Victor Porof
f1344be375
Bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=past
2012-05-25 21:40:40 +03:00
Panos Astithas
e2edf4f1eb
Bug 755346 - Global variables are not displayed in the debugger frontend; r=vporof,rcampbell
2012-05-29 12:08:20 +03:00
Victor Porof
f6cbd40393
Bug 758208 - Intermittent failure in browser_dbg_stack-04.js | Should have no frames after resume - Got 2, expected 0; r=msucan
2012-05-26 13:21:39 +03:00
Mihai Sucan
e913d90a28
Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell
2012-05-25 13:28:47 +03:00
Paul Rouget
9f23882ba3
Bug 716245 - Intermittent browser_inspector_highlighter.js. r=robcee
2012-05-25 19:01:16 +02:00
Paul Rouget
ebb32be062
Bug 749974 - Items in Developer tools menu have inconsistent check state. r=dao r=dcamp
2012-05-03 08:09:37 +02:00
Ed Morley
1ba497c581
Backout 4eafad042c36 (bug 673148) for turning browser_dbg_stack-04.js permaorange
2012-05-25 14:44:17 +01:00
Mihai Sucan
0967bb28f1
Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell
2012-05-25 13:28:47 +03:00
Paul Rouget
a14093a415
Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell
2012-05-25 09:46:09 +03:00
Dave Camp
de98fd2927
Bug 747225 - [layout view] Show when the margin have the auto value. r=paul
2012-05-10 14:31:03 +02:00
Paul Rouget
06ddf75046
Bug 754333 - [layout view] not updated when breadcrumbs are clicked. r=dcamp
2012-05-24 14:56:06 +02:00
Ed Morley
0dac20c090
Backout 13aa125cc8d2 (bug 723059) for timeouts in browser_dbg_pause-resume.js
2012-05-24 19:48:10 +01:00
Paul Rouget
92265a16ce
Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell
2012-05-24 16:00:56 +02:00
Victor Porof
9237c14855
Bug 753313 - Some divs and spans are created dynamically in debugger-view; r=rcampbell
2012-05-20 23:49:51 +03:00
Victor Porof
e43554673b
Bug 753651 - Unselectable class is useless; r=past
2012-05-10 20:59:55 +03:00
Victor Porof
f2e6fb18fc
Bug 724229 - Briefly flash the variables that changed between pauses; r=rcampbell
2012-05-09 19:05:53 +03:00
Panos Astithas
b1ff343559
Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell
2012-05-24 14:23:53 +03:00
Victor Porof
b1b5edcc31
Bug 723062 - Allow the user to edit the value of a debuggee object's property in the debugger; r=past
2012-03-15 10:17:03 +02:00
Tim Taubert
dd5956e89d
merge m-c to fx-team
2012-05-22 15:20:39 +02:00
Joe Walker
3f979e3e82
Bug 756888 - Rollup of a bunch of small GCLI changes; r=dcamp
...
--HG--
rename : browser/devtools/commandline/gcliblank.xhtml => browser/devtools/commandline/gclitooltip.xhtml
2012-05-22 08:50:02 +01:00
Panos Astithas
58548107cf
Stop using 'frame.arguments' now that 'arguments' is always present in the environment bindings (Bug 752770); r=rcampbell
2012-05-22 08:40:51 +03:00
Thaddee Tyl
a2bdfe75d4
Bug 675927 - [Mac] The Web Console Window freezes when drag and drop the parent tab to create a new window; r=msucan,rcampbell
2012-05-17 14:45:00 +03:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ed Morley
5907af5d60
Merge fx-team and mozilla-central ready for MPL2 update
2012-05-21 07:49:47 +01:00
Joe Walker
402922fb61
Bug 742672 - GCLI needs a new home; r=robcee
...
--HG--
rename : browser/devtools/webconsole/GcliCommands.jsm => browser/devtools/commandline/GcliCommands.jsm
rename : browser/devtools/webconsole/GcliTiltCommands.jsm => browser/devtools/commandline/GcliTiltCommands.jsm
rename : browser/devtools/webconsole/gcli.css => browser/devtools/commandline/gcli.css
rename : browser/devtools/webconsole/gcli.jsm => browser/devtools/commandline/gcli.jsm
rename : browser/devtools/webconsole/gcliblank.xhtml => browser/devtools/commandline/gcliblank.xhtml
rename : browser/devtools/shared/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_gcli_break.html
rename : browser/devtools/shared/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_gcli_break.js
rename : browser/devtools/shared/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_gcli_commands.js
rename : browser/devtools/shared/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_gcli_inspect.html
rename : browser/devtools/shared/test/browser_gcli_inspect.js => browser/devtools/commandline/test/browser_gcli_inspect.js
rename : browser/devtools/shared/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_gcli_integrate.js
rename : browser/devtools/shared/test/browser_gcli_web.js => browser/devtools/commandline/test/browser_gcli_web.js
rename : browser/devtools/shared/test/browser_gcli_require.js => browser/devtools/shared/test/browser_require_basic.js
2012-05-17 19:04:33 +01:00
Paul Rouget
e640b5921f
Bug 754834 - Developer tools missing tooltips. r=mratcliffe
2012-05-15 17:04:06 +02:00
Paul Rouget
c6b3c08068
Bug 747228 - [layout view] We should not use the animation when the layout view is opened on a non-user action. r=dcamp
2012-05-09 18:19:48 +02:00
Paul Rouget
405f73621d
Bug 747224 - [layout view] handle the key events correctly. r=dcamp
2012-05-14 13:37:55 +02:00
Joe Walker
c52c9636d0
Bug 750872 - Add yet more GCLI tests, this time for developer toolbar; r=robcee
2012-05-15 11:27:19 +01:00
Joe Walker
4459cdb137
Bug 752906 - Fix GCLI memory cleanup issues found during Developer Toolbar memory work; r=dcamp
2012-05-15 11:27:19 +01:00
Joe Walker
517b829082
Bug 729514 - GCLI needs a way to execute os level commands; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
83e895f33f
Bug 751120 - GCLI focusManager should remove slowTyping code that's commented out; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
c59fb0980c
Bug 750318 - localization note and string ID change required for helpSearchManual in gcli.properties; r=dcamp,flod
2012-05-15 11:27:18 +01:00
Joe Walker
6b66d75827
Bug 748684 - GCLI shouldn't require removeCommand before addCommand; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
bc1d1eef37
Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
3ff6b411be
Bug 745741 - Find a way to get easy code coverage information on GCLI unit tests; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
2467136ba0
Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp
2012-05-15 11:27:18 +01:00
Mihai Sucan
664943ceef
Bug 673148 - (async-webconsole) Part 2 - Make script and style errors async; r=rcampbell,felipc
2012-05-10 18:01:37 +03:00
Mihai Sucan
f8c9aaddb1
Bug 673148 - (async-webconsole) Part 1 - Make console API async; r=rcampbell,felipc
2012-05-10 16:15:10 +03:00
Paul Rouget
1b00fd4a67
Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp
2012-05-11 16:54:47 +02:00
Michael Ratcliffe
8e3b3bca48
Bug 733747 - Highlight changed items in the rule view. r=msucan
2012-04-17 10:35:12 +01:00
Paul Rouget
bd09c67308
Bug 692409 - Add a pretty resizer and the dark theme to the debugger. r=rcampbell
2012-05-09 15:50:33 +02:00
Joe Walker
c906bf31b8
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
Rob Campbell
1533f52bcf
Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=paul
2012-05-09 07:22:11 -03:00
Rob Campbell
c1e458d5e8
Bug 732452 - create a no scripts label for an empty scripts menu in the debugger; r=past
2012-04-24 12:42:00 -03:00
Rob Campbell
89a1e53b56
Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=past
2012-05-05 06:35:00 -03:00
Victor Porof
63b3243a6d
Bug 749127 - Intermittent browser/devtools/debugger/test/browser_dbg_propertyview-06.js | The localScope doesn't contain all the created variable elements. - Got 6, expected 7; r=past
2012-04-26 07:36:27 -04:00
Victor Porof
81ccc3e0ce
Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past
2012-04-27 17:18:02 -04:00
Victor Porof
5240c84e82
Bug 747429 - Make it possible to start a remote debugger only in a new chrome window; r=rcampbell
2012-05-03 20:36:40 +03:00
Ed Morley
c5acb642c1
Merge mozilla-central to mozilla-inbound
2012-05-21 13:19:38 +01:00
Cedric Vivier
be0ef0c7fc
Bug 702532 - Unnecessary preprocessing in the devtools jar manifest; r=rcampbell
2012-02-12 08:00:00 +02:00
Luke Wagner
c8dae588e7
Bug 752770 - temporarily disable browser_dbg_propertyview-07 and 08
2012-05-08 12:09:21 -07:00
Ehsan Akhgari
f71126f4f7
Merge mozilla-central into mozilla-inbound
2012-05-04 16:29:42 -04:00
Jason Orendorff
68ca935eed
Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
...
--HG--
extra : rebase_source : 12ab275ac9cdfa0e9890c507e30e0b56e4086816
2012-05-01 10:17:32 -05:00
Joe Walker
fe897a049c
Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp
2012-04-03 09:45:00 -03:00
Mihai Sucan
c23b68d44a
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=rcampbell
2012-04-26 14:47:55 +03:00
Victor Porof
9ca3e3ed5a
Bug 749222 - Create a separate way to start a chrome debugger; r=past
2012-04-26 14:28:11 -04:00
Rob Campbell
d491ea99dd
Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past
2012-04-23 10:47:00 -03:00
Victor Porof
660eab1f30
Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell
2012-04-19 13:44:33 +03:00
Victor Porof
8d1a375e39
Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell
2012-04-17 21:16:57 +03:00
Victor Porof
8d4fdcc0b5
Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,paul,rcampbell
2012-04-12 18:47:56 +03:00
Panos Astithas
dfb60bd8de
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
OHZEKI Tetsuharu
ef21da44d5
Bug 747603 - Firefox:Inspector cannot start up with DOMi. r=dao
2012-05-02 17:37:00 +02:00
Ehsan Akhgari
83c608b002
Merge backout; a=me
2012-05-02 16:22:51 -04:00
Ehsan Akhgari
27f6798b66
Backout the merge from fx-team because of Ts regressions (no bug)
...
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Tim Taubert
5fba5f993b
merge m-c to fx-team
2012-04-27 08:39:28 -04:00
Rob Campbell
828c2d516e
Backed out changeset c6db0b79bd98, already on mozilla-central.
2012-04-26 09:58:00 -04:00
Paul Rouget
f76efd777e
Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows; r=dao
2012-04-25 16:53:21 +02:00
Paul Rouget
9b3e6383bf
Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows. r=dao
2012-04-25 16:53:21 +02:00
Victor Porof
b807373eb8
Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,rcampbell,zpao
2012-04-12 18:47:56 +03:00
Rob Campbell
74ee77d4c8
Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past
2012-04-26 09:41:44 -04:00
Mihai Sucan
1312aadbe7
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=robcee
2012-04-26 14:47:55 +03:00
Victor Porof
1c400d2e15
Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell
2012-04-19 13:44:33 +03:00
Victor Porof
fea7687542
Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell
2012-04-17 21:16:57 +03:00
Joe Walker
540ed233b1
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Joe Walker
7890e85bf9
Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp
...
* * *
Bug 736831 - DOMTemplate should allow '_' to be part of a valid property name; r=dcamp
2012-04-25 09:55:07 +01:00
Raymond Lee
17cfb3a1c1
Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao
2012-04-27 09:44:53 +08:00
Panos Astithas
f4adb96b3f
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Dave Camp
68e92fa0e6
Bug 747550 - Style button doesn't work since bug 707809. r=dietrich
2012-04-20 15:11:16 -07:00
Paul Rouget
624cd1f396
Bug 683954 - [Layout] Implement an abstract view of the layout of the selected node. r=dcamp, r=jwalker
2012-03-12 14:39:56 +01:00
Dave Camp
452703ef08
Bug 702411 - Rule view shouldn't update during highlighting. r=robcee
2012-04-19 11:13:44 -07:00
Dave Camp
942b271dd8
Bug 740662 - Replace InspectorStore dictionaries with Inspector instances. r=robcee
2012-04-19 11:13:42 -07:00
Dave Camp
d8e646980d
Bug 707809 - Refactor creation of registered sidebar tools iframes in InspectorUI. r=robcee
2012-04-19 11:04:46 -07:00
Paul Rouget
72a287961f
Bug 717922 - In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display. a=desktop-only r=dao
2012-04-17 13:21:28 +02:00
Paul Rouget
a8a4360813
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell
2012-04-04 13:13:42 +02:00
Ehsan Akhgari
ce3ea50465
Merge the last green PGO changeset on mozilla-inbound into mozilla-central; a=me
2012-04-18 16:18:04 -04:00
Ed Morley
df1407645d
Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge
2012-04-17 17:47:09 -07:00
Bobby Holley
f7ec058d6b
Bug 746221 - Pull properties for comparison off the prototype to avoid mismatches with expandos. r=past a=test-only
2012-04-18 10:09:07 +02:00
Bobby Holley
be3098a82d
Bug 746021 - Don't assert that the window ids are the same when they shouldn't be. r=msucan
2012-04-17 19:25:48 +02:00
Heather Arthur
8d69b1d0e7
Backing out f95f46afce27:01a50802f2d7 for TypeError on inspector open
2012-04-17 16:40:03 +01:00
Paul Rouget
b69e6c6e74
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part B - tabbable); r=rcampbell
2012-04-04 13:57:55 +02:00
Paul Rouget
84bcb38cd7
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part A - shortcut); r=dao
2012-04-04 13:13:42 +02:00
Heather Arthur
3335e7f508
Bug 733612 - Add a pseudo-class lock menu to the infobar node menu. r=paul
2012-04-17 14:25:05 +01:00
Mark Capella
953a485c7d
Bug 745119 - Clean up TEST_URIs in webconsole tests; r=rcampbell
2012-04-15 23:10:00 +03:00
Michael Ratcliffe
5d07d0fc34
Bug 740603 - "Copy Rule" in the rule view includes expanded shorthand properties; r=dcamp
2012-04-16 12:20:46 +01:00
Panos Astithas
2c4038dfdd
Bug 740805 - Treat JSM files as JS scripts in the debugger; r=rcampbell
2012-03-23 10:08:59 +00:00
Paul Rouget
dbb951429f
Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp
2012-04-04 20:40:48 +02:00
Victor Porof
dd67c63a14
Bug 741322 - Refactor debugger UI, make it slimmer; r=past
...
--HG--
rename : browser/devtools/debugger/debugger.js => browser/devtools/debugger/debugger-controller.js
2012-04-09 08:15:47 +03:00
Murali S R
327ffd99eb
Bug 722079 - Error: button is null ... inspector.jsm when Right Clicking on Breadcrumbs; r=paul
2012-03-31 05:31:00 -04:00
Girish Sharma
6c9880e498
Bug 729960 - Source Editor: add shortcuts to quickly jump to the code block start and end; r=msucan
2012-04-09 13:31:45 +03:00
Girish Sharma
8f24955bbb
Bug 739192 - Source Editor should toggle comment on line or selection with one key binding; r=msucan
2012-04-09 13:31:45 +03:00
Mihai Sucan
988f9fb22b
Bug 728926 - Intermittent failure in browser_dbg_script-switching.js | The correct script was loaded initially. | The first script is displayed. r=rcampbell
2012-04-05 16:00:05 +03:00
Mihai Sucan
57ac93625e
Bug 728830 - Intermittent browser_dbg_update-editor-mode.js | Found the expected editor mode. - Got js, expected html | The correct script was loaded initially. | The first script is displayed. | Test timed out; r=rcampbell
2012-04-05 13:47:26 +03:00
Rob Campbell
1d7bd1df1b
backout bug 728926; a=orange
2012-04-04 14:54:13 -03:00
Dave Camp
f1ef07a4dc
Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul
2012-04-04 09:36:35 -07:00
Victor Porof
99d0d4d105
Bug 728926 - Intermittent failure in browser_dbg_script-switching.js | The correct script was loaded initially. | The first script is displayed.; r=past
2012-04-02 12:34:23 +03:00
Mihai Sucan
b397f64017
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=rcampbell
2012-03-31 21:15:53 +03:00
Victor Porof
c09627427e
Bug 725249 - intermittent browser/devtools/debugger/test/browser_dbg_propertyview-08.js | Test timed out; r=rcampbell
2012-04-03 14:23:18 +03:00
Marco Bonardo
46cbefcc5f
Bug 741543 - Some scratchpad browser chrome tests pollute next ones.
...
r=robcee
2012-04-03 12:42:24 +02:00
Panos Astithas
9436803818
Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell
2012-03-30 11:25:52 +03:00
Panos Astithas
8d13c0a4ce
Bug 737464 - Add frame and iframe globals to the debugger when present in a page; r=rcampbell
2012-03-29 08:46:54 +03:00
Panos Astithas
5407d2b5ab
Backout changeset 794ff67c7a9a (bug 723563) due to suspected randomorange (bug 739995)
2012-03-28 17:47:33 +03:00
Panos Astithas
857008e1a8
Backout changeset 0b6a274e8b5a (bug 737464) due to suspected randomorange (bug 739995)
2012-03-28 17:45:22 +03:00
Heather Arthur
5f4b0f3364
Bug 721156 - aError.stack is undefined in the Error Console when exception is thrown in Scratchpad. r=robcee
2012-03-28 13:24:44 +01:00
Victor Porof
eb431fdda6
Bug 737457 - Intermittent browser/devtools/tilt/test/browser_tilt_picking_highlight02.js | Test timed out | Found a tab after previous test timed out; r=rcampbell
2012-03-28 10:54:21 +03:00
Michael Ratcliffe
0e3a7690f7
Bug 734259 - Clicking a system stylesheet in the style inspector does not open the source; r=msucan
2012-03-19 18:38:13 +00:00
Panos Astithas
642a6553ef
Bug 737464 - Add frame and iframe globals to the debugger when present in a page; r=rcampbell
2012-03-28 13:31:11 +03:00
Panos Astithas
88735b837d
Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell
2012-02-23 10:39:02 +02:00
Bobby Holley
75801c8d48
Bug 739432 - Access the inplaceEditor expando with an explicit API. r=dcamp
2012-03-26 15:26:21 -07:00
Henri Sivonen
95b45892e6
Bug 672453 - Whine to console about various character encoding declaration-related authoring errors. r=smaug.
...
--HG--
rename : extensions/universalchardet/tests/bug631751be_text.html => parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html
2012-03-24 13:34:42 +02:00
Tim Taubert
55def25a31
merge m-c to fx-team
2012-03-20 09:23:36 +01:00
Mike Hommey
900fd6cc7f
Bug 736495 - Some scripts are importing modules with resource:///gre instead of resource:/// and vice-versa. r=gavin
2012-03-16 17:21:19 +01:00
Victor Porof
79cba78579
Bug 735151 - Intermittent browser_tilt_picking_highlight02.js | Highlighting a node didn't work properly and | an unexpected uncaught JS exception reported through window.onerror - this.treePanel is undefined at resource:///modules/inspector.jsm:478; r=rcampbell
2012-03-13 19:20:53 +02:00
Michael Ratcliffe
5ab472a7cc
Bug 736014 - "Copy rule" with some text selected copies that text additionally; r=paul
2012-03-15 14:37:58 +00:00
Mihai Sucan
e4736b88f6
Bug 731721 - Source Editor stepping support; r=rcampbell,past
2012-03-14 18:23:39 +02:00
Panos Astithas
8485042d05
Bug 711164 - Add support for stepping to the debugger; r=rcampbell
2012-03-18 08:50:43 +02:00
Pranav Ravichandran
8cecf18c67
Bug 725430 - Add feature to sourceeditor/scratchpad: comment/uncomment line/block of code; r=msucan
2012-03-16 15:17:11 +02:00
David Rajchenbach-Teller
88808cdba7
Bug 735477 - Extended testsuite for Promise.jsm. r=rcampbell,jwalker
2012-03-13 23:22:02 +01:00
David Rajchenbach-Teller
caf376f4bc
Bug 720628 - Improve error reporting of Promise.jsm. r=rcampbell
2012-03-07 16:22:33 +01:00
David Rajchenbach-Teller
d73cc02c65
Bug 711126 - Utilities for Promise.jsm. r=rcampbell,jwalker
2012-03-14 18:17:43 +01:00
Panos Astithas
36ff4f37d0
Bug 734872 - Disable browser_dbg_select-line.js due to numerous intermittent failures; r=rcampbell
2012-03-12 16:36:29 +02:00
Mihai Sucan
baffe26611
Bug 734432 - Add Orion ProjectionTextModel to our package; r=rcampbell
2012-03-11 13:25:19 +02:00
Michael Ratcliffe
37a3471a15
Bug 705276 - Split style inspector CSS between content & document CSS; r=prouget
2012-03-11 20:36:46 +00:00
Michael Ratcliffe
d38a91d16f
Bug 703643 - Be able to copy from the rules view; r=prouget
2012-03-11 14:01:38 +00:00
Blake Winton
1387297d98
Bug 704223 - styles added in data urls are displayed badly in the rule view; r=prouget
2012-03-08 20:27:55 -05:00
Paul Rouget
6410310c1d
Bug 717923 - Use an icon for the inspect button; r=dao
2012-03-08 16:02:23 +01:00
Rob Campbell
d0c0d017db
Bug 729220 - Allow editing of attribute names in the HTML panel of the Page Inspector; r=prouget
...
Bug 729220 - Allow editing of attribute names in the HTML panel of the Page Inspector; r=prouget
2012-03-09 12:49:00 +02:00
Panos Astithas
0825d4d797
Bug 731277 - Add support for using fn.displayName as the function name in stack frames; r=rcampbell
2012-03-12 10:59:30 +02:00
Girish Sharma
c26714844a
Bug 729480 - Link to rule in Style Editor should show the relevant line at the top of the editor's viewport; r=msucan f=msucan
2012-03-11 11:50:01 +02:00
Mihai Sucan
f66d17c0c9
Bug 731394 - Source Editor in read only mode is not entirely read only; r=rcampbell f=rcampbell
2012-03-08 19:37:35 +02:00
Mark Capella
c4ced37152
Bug 730898 - Reuse editMenuKeys in scratchpad.xul, r=msucan
2012-03-11 11:47:01 +02:00
Dave Camp
83b6470e18
Bug 719916 - Rule view loses focus after entering attribute name. r=jwalker
2012-03-08 18:27:37 -08:00
Panos Astithas
c7482f3ff2
Bug 709088 - Put dump() calls in debugger code behind a pref; r=rcampbell
2012-03-08 09:14:41 +02:00
Tim Taubert
2089249a8b
Bug 732501 - Intermittent browser_dbg_select-line.js | Test timed out | Found a tab after previous test timed out- patch 2; r=dcamp,rcampbell
2012-03-07 14:46:00 -04:00
Panos Astithas
8d82e5ae88
Bug 732501 - Intermittent browser_dbg_select-line.js | Test timed out | Found a tab after previous test timed out- patch 1; r=rcampbell
2012-03-07 18:51:07 +02:00
Allen Eubank
78abd7a1d7
Bug 725618 - Source Editor: keyboard shortcut for moving lines up/down; r=msucan
2012-03-06 17:53:59 +02:00
Mihai Sucan
34dad7f65d
Bug 723069 - The debugger should allow breakpoints to be set in the embedded editor; r=past
2012-03-05 19:56:13 +02:00
Michael Ratcliffe
a7c5a95dec
Bug 722196 - Rule view showing rules in the wrong order; r=jwalker
2012-03-01 19:13:12 +00:00
Panos Astithas
1a4d832c17
Bug 729191 - Make debugger mochitests wait for debugger server shutdown before finishing; r=rcampbell
2012-03-06 10:22:17 +02:00