Kyle Huey
bdf47895bb
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Mihai Sucan
82a63340e9
Bug 808264 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Timed out while waiting for: source editor load; r=paul
2012-12-03 22:54:07 +02:00
Mihai Sucan
ae8184230d
Bug 798951 - Intermittent browser_webconsole_bug_737873_mixedcontent.js | Test timed out; r=robcee
2012-10-23 15:59:57 +03:00
Girish Sharma
7df04d51da
Bug 800231 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out, | Found a Tools:StyleEditor after previous test timed out; r=msucan
2012-10-22 11:20:08 +05:30
Anton Kovalyov
36a10f3e5a
Bug 661762 - Scratchpad source link may focus the wrong Scratchpad window; r=msucan
2012-09-14 13:12:57 -07:00
Mihai Sucan
776d41b784
Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert
2012-10-11 21:24:57 +03:00
Mihai Sucan
f97ad13a13
Bug 797294 - Intermittent browser_webconsole_bug_595934_message_categories.js | Timed out while waiting for: test #N successful finish; r=rcampbell
2012-10-09 20:46:01 +03:00
Ryan VanderMeulen
d37755dc84
Merge the last PGO-green inbound changeset to m-c.
2012-10-13 19:26:29 -04:00
Oonishi Atsushi
f0d30acf35
Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz
2012-10-13 13:20:55 -04:00
Girish Sharma
d9d97479af
Bug 800231 - More logging to check where test times out, r=past
2012-10-12 13:08:09 +05:30
Girish Sharma
dbaabd3439
Bug 782653 - Web Console CSS links should open the Style Editor; r=rcampbell f=msucan
2012-09-25 23:02:11 +05:30
Panos Astithas
c47c3badab
Merge m-c to fx-team
2012-10-08 16:26:41 +03:00
Mihai Sucan
7ba4e89fc3
Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee
2012-10-05 19:15:51 +03:00
Mihai Sucan
168aca5118
Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
2012-10-05 14:54:43 +03:00
Mihai Sucan
9ff6a83ab3
Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee
2012-09-26 18:02:04 +01:00
Mihai Sucan
348454ccd7
Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
2012-09-26 18:07:57 +01:00
Mark Goodwin
18f47ce8ed
Bug 770099 - Send CSP policy and report information to Web Console (Part 2); r=dveditz,msucan,jwalker
2012-10-01 10:10:30 +01:00
Anton Kovalyov
3850f20436
Bug 638949 - Please add Copy Location in the context menu for URLs in the web console. r=msucan
2012-09-19 14:38:30 -07:00
OHZEKI Tetsuharu
c3288112f7
Bug 764572 - add "Open URL" option to net panel items' context menu; r=msucan
2012-09-18 19:08:29 +03:00
Mihai Sucan
1422a6ccd2
Bug 703041 - WebConsoleHelp has an error at the top; r=past
2012-09-11 13:14:12 +03:00
Girish Sharma
876247bbf1
Bug 704983 - Make request and response body logging more discoverable in the Web Console. r=msucan
2012-09-08 03:38:54 +05:30
Ed Morley
518e3c5e11
Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me
2012-10-05 17:48:15 +01:00
Mihai Sucan
3149d7292d
Bug 808264 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Timed out while waiting for: Wait for the source-editor to load
2012-11-15 19:40:44 +02:00
Victor Porof
602dcde9e3
Merge fx-team to m-c
2012-08-30 21:23:21 +03:00
Mihai Sucan
35eca060de
Bug 785954 - Intermittent browser_webconsole_bug_599725_response_headers.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: browser is null; r=rcampbell
2012-08-27 21:28:08 +03:00
Paul Rouget
652646260b
Bug 777011: WebConsole dark toolbar. r=robcee
2012-08-25 14:29:20 +02:00
Jen Fong-Adwent
cd23a50fda
Bug 704204 - Allow user to increase Web Console font size; r=msucan
2012-08-22 23:18:48 +03:00
Thaddee Tyl
6bd78774af
Bug 780791 - WebConsole autocompletion doesn't autocomplete on string literals; r=msucan
2012-08-17 18:38:59 +03:00
Justin Dolske
6aa35541f7
Bug 661813 - Fix intermittent failure in browser_webconsole_bug_595934_message_categories.js. r=mihai
2012-08-15 18:04:52 -07:00
Ed Morley
a95d17dc7b
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-14 13:52:25 +01:00
Dão Gottwald
8cff35e019
Bug 782305 - webconsole.xul should not load browser.css. r=msucan
2012-08-13 20:52:19 +02:00
Thaddee Tyl
4e8203754b
Bug 779415 - The WebConsole autocompletion doesn't deal with non-objects (numbers, strings); r=msucan
2012-08-13 18:51:46 +03:00
Tim Taubert
c2755a71ec
merge m-c to fx-team
2012-08-05 11:31:54 +02:00
Mihai Sucan
e0373770cd
Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell
2012-08-03 23:14:01 +03:00
Rob Campbell
d12bd4710c
merge m-c to fx-team
2012-08-03 17:09:03 -04:00
Panos Astithas
afce187eb7
Backout 7e5f3a8a7ca7 due to test oranges
2012-08-03 12:01:14 +03:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mihai Sucan
3b9af5f03b
Bug 778597 - Intermittent browser_webconsole_position_ui.js | Timed out while waiting for: web console position changed to 'window'; r=rcampbell
2012-08-01 21:32:38 +03:00
Abhishek Potnis
b1cf14bfca
Bug 785415 - Remove unused getInnerWindowById from WebConsoleUtils.jsm. r=mihai.sucan
2012-08-25 19:26:00 -04:00
Mihai Sucan
ef806b291b
Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao
2012-07-26 18:06:04 +03:00
Mihai Sucan
3dce62cf6f
Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell
2012-08-02 22:09:46 +03:00
Rob Campbell
566f72af82
Bug 778732 - Change JSTerm's $ helper function from getElementById to querySelector; r=msucan
2012-08-02 12:53:00 +03:00
Thaddee Tyl
41e91ecefd
Bug 775812 - Web Console autocomplete should include full scope; r=msucan
2012-07-25 20:21:03 +03:00
Benjamin Peterson
d1064385b3
Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger
...
--HG--
extra : rebase_source : de1b55647780a30f98fe84d29ee3cb4a437a3ece
2012-07-20 20:17:38 +02:00
Mihai Sucan
0e2ba54a73
Bug 773466 - Console will stop displaying output; r=rcampbell
2012-07-17 14:03:14 +03:00
Tanvi Vyas
0232094e98
Bug 737873 - Implement mixed content highlighting in the web console; r=msucan,gavin.sharp
2012-07-10 20:37:26 +03:00
Mihai Sucan
c8f8cad16f
Bug 737873 - Make HUDService-content send the new page location earlier; r=rcampbell
2012-06-27 14:17:40 +03:00
Mihai Sucan
c2bc09524a
Bug 772506 - Make sure jsterm eval results are correctly formatted as strings; r=rcampbell
2012-07-10 19:29:58 +03:00
Nathan Froyd
a7eb97f896
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Tim Taubert
69d1788d51
merge m-c to fx-team
2012-07-01 00:13:04 +02:00
Ed Morley
1fb12daa51
Merge mozilla-central to fx-team to pick up the #1 top orange fix
2012-06-28 15:10:25 +01:00
Sankha Narayan Guria
12da66c17e
Bug 764545 - WebConsole default position should be "below"; r=msucan
2012-06-28 14:03:50 +03:00
Mihai Sucan
99cfb660be
Bug 768019 - Cached CSS warnings are displayed as JavaScript warnings on Web Console open; r=paul
2012-06-25 20:18:13 +03:00
Mihai Sucan
cc1868fdae
Bug 767994 - reset the toolbar error counter when the clear button is pressed; r=paul
2012-06-25 18:58:14 +03:00
Mihai Sucan
0fa5002fdf
Bug 766812 - Exception in HUDService-content.js when the Web Console is closed during network requests; r=rcampbell
2012-06-25 14:19:51 +03:00
Ehsan Akhgari
0917c259a7
Bug 769679 - Pass the correct document to copyString in copySelectedItems; r=msucan
2012-06-29 12:21:32 -04: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
Paul Rouget
dc10a49782
Bug 764625 - Web Console and Debugger stay checked in Web Developer menu after closing them with the close X button. r=msucan,past
2012-06-19 18:56:31 +02:00
Mihai Sucan
46c8a250f4
Bug 762996 - Add errors count to the Web Console button in the developer toolbar; r=paul
2012-06-14 14:36:48 +03:00
Mihai Sucan
092481279f
Bug 761257 - Further improve Web Console output performance; r=dcamp f=bz
2012-06-12 14:25:07 +03:00
Mihai Sucan
a83dd553a2
Bug 761157 - Sometimes network requests do not display all information; r=dcamp
2012-06-11 19:23:46 +03:00
Mihai Sucan
a905b1fe22
Bug 760837 - Intermittent browser_webconsole_bug_595934_message_categories.js | expectUncaughtException was called but no uncaught exception was detected; r=past
2012-06-03 12:07:15 +03:00
Mihai Sucan
13cf9f55e8
Bug 760999 - Intermittent browser_webconsole_netlogging.js | TypeError: content.wrappedJSObject.testXhrGet is not a function; r=rcampbell
2012-06-04 19:45:10 +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
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
Mihai Sucan
6ff1f7aede
Bug 722685 - Console logging is slow; r=rcampbell
2012-06-02 13:45:32 +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
Mihai Sucan
0e99b044d4
Bug 673148 - (async-webconsole) Part 4 - Make network logging async; r=rcampbell
2012-05-29 15:48:05 +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
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
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
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
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
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
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
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
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
Raymond Lee
17cfb3a1c1
Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao
2012-04-27 09:44:53 +08: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
Mark Capella
953a485c7d
Bug 745119 - Clean up TEST_URIs in webconsole tests; r=rcampbell
2012-04-15 23:10:00 +03: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
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
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