Commit Graph

649 Commits

Author SHA1 Message Date
Tooru Fujisawa
fa20ba5ed5 Bug 1101704 - Use non-iterable object in browser_console_addonsdk_loader_exception.js. m=msucan 2014-11-29 14:04:25 +09:00
Justin Obara
ab05e7e7fb Bug 956231 - Implemented right click to open the context menu on the filter buttons of the web console. r=past
--HG--
extra : rebase_source : 98051f65fce5e645d2a513d0ec38c73d90c71835
2014-11-11 15:32:00 -05:00
James Long
76f45fdfdb Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen 2014-11-25 15:02:39 -08:00
Mahdi Dibaiee
9e29836c25 Fix intermittent failures in browser_webconsole_column_numbers.js (bug 1095527). r=past 2014-11-08 12:12:49 +02:00
Mark Goodwin
67e2ac2b80 Bug 1068949 - Some tests to ensure warnings are displayed appropriately. r=past 2014-11-07 00:12:00 -05:00
Mark Goodwin
c71dc52d87 Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus 2014-11-04 13:25:00 -05:00
Jordan Santell
80068a0beb Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans 2014-10-22 17:18:31 -07:00
Ryan VanderMeulen
49b7d5f424 Backout revision 224f20dce9d0 (bug 1078539) 2014-11-06 16:18:32 -05:00
Mahdi Dibaiee
9bb031fe73 Bug 684096 - "The webconsole should display column numbers in addition to line numbers". c=mdibaiee 2014-11-05 05:43:00 +01:00
Jordan Santell
a181e76100 Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans 2014-10-22 17:18:31 -07:00
Carsten "Tomcat" Book
c1c79e7750 Backed out changeset 4206d18e42c0 (bug 684096) for test bustage 2014-11-05 12:34:42 +01:00
Mahdi Dibaiee
31f2b1f04f Bug 684096 - "The webconsole should display column numbers in addition to line numbers". r=past 2014-11-04 08:36:00 +01:00
Nick Fitzgerald
64d2cea345 Bug 1033153 - Part 4: Make the console's Object-kind ObjectRenderer display internal promise state. r=jryans 2014-10-23 15:53:00 +02:00
Benjamin Bouvier
a68d2993a2 Bug 997973: Call typed array and arraybuffer constructors with new in the tree; r=bz 2014-10-24 11:26:20 +02:00
Sami Jaktholm
cc42bfe72b Bug 1077857 - DevTools Console: Check that Date grip has a preview before trying to use it. r=bgrins 2014-10-20 00:23:00 +02:00
Matt Brubeck
2d90949938 Bug 1079338 - Log resources blocked by tracking protection. r=mcmanus,mmc,dcamp
* * *
Bug 1079338 - Put tracking protection logging in the Security tab
2014-10-10 12:19:14 -07:00
David Rajchenbach-Teller
6ccc5443f6 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Carsten "Tomcat" Book
716ea73d4c Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures 2014-10-10 10:41:25 +02:00
David Rajchenbach-Teller
b3a1b1ca35 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Camilo Viecco
c2c7007b5f Bug 787133 - (hpkp) Part 1/2. Header Parsing and interface within PSM. r=keeler, r=mcmanus 2014-09-03 10:24:12 -07:00
Ryan VanderMeulen
240ed29614 Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Jan Odvarko
d9a930834a Bug 1035707 - Implement new API for customizing webconsole logs; r=past
--HG--
extra : rebase_source : 9e002076e354a191cde65a0e4db2da3f35cf1270
2014-09-24 08:42:17 +02:00
Eric Rahm
856d592c2c Bug 1069490 - Part 4: Update tests. r=past 2014-09-22 11:29:16 -07:00
Bill McCloskey
cb01bf980d Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -07:00
Shu-yu Guo
59ccd2fecb Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Francois Marier
12e6ff4e4a Bug 752559 - Console warning when sandboxed iframe is used ineffectively. r=smaug 2014-09-07 23:05:00 -04:00
Brian Grinstead
b662f8d8db Bug 964819 - Be able to mark gcli commands as remote safe and let them show up as command buttons. r=jwalker 2014-09-09 05:55:00 -04:00
Gabriel Luong
77141094b8 Bug 1062490 - Array indexes in console.table() are sorted lexicographically. r=harth 2014-09-04 09:45:00 +02:00
Brian Grinstead
bbe9dacbfa Bug 1045715 - Make console output faster by destroying unprinted items out of band in _flushMessageQueue. r=past 2014-09-02 06:56:00 +02:00
Jason Orendorff
0f6b9ace2c Follow-up patch 4 to bug 1041631 part 1 - Fix two more tests to pass in builds where Symbol is not defined. r=efaust, a=philor.
--HG--
extra : rebase_source : 62cc2eb36e3c579878f08adfdb88b46a5e6fd420
extra : amend_source : 46624c7c283cb8689867cda3ae86bdf7ad429d27
2014-08-31 20:33:22 -05:00
James Teh
ee9e873e22 Bug 977267 - [a11y] Make autocomplete suggestions accessible to screen readers. r=bgrins 2014-08-29 11:36:50 +10:00
Brian Grinstead
c663ce5e4c Bug 1058167 - Activate split console command button when initially opened. r=jwalker 2014-08-25 17:01:00 -04:00
Gabriel Luong
6ab8525ed0 Bug 899753 - Part 2: Unit test for Table console output r=past 2014-08-27 15:32:42 -07:00
Gabriel Luong
8f203df6af Bug 899753 - Part 1: Add the Table console output r=msucan, past 2014-08-27 15:32:37 -07:00
Nick Fitzgerald
152c74b8e9 Bug 1024054 - Create a previewer for ES6 Symbol. r=past 2014-08-25 11:07:00 +02:00
James Teh [:Jamie]
5632cfb131 Bug 1057127 - "[a11y] Improve accessibility of output area for screen readers". r=bgrinstead 2014-08-25 19:52:00 +02:00
Ryan VanderMeulen
81342753e0 Merge inbound to m-c. a=merge
CLOSED TREE
2014-08-25 11:49:37 -04:00
Andrea Marchesini
2076b14085 Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug
--HG--
rename : dom/webidl/MozNamedAttrMap.webidl => dom/webidl/NamedNodeMap.webidl
2014-08-25 10:25:34 +01:00
Georgios Kontaxis
d6ca4b7a06 Bug 1043803: checkIdentity following onSecurityChange now shows doorhanger on STATE_LOADED_MIXED_ACTIVE_CONTENT. Doorhanger now acknowledges this new state. r=adw 2014-08-22 20:26:03 -07:00
Georgios Kontaxis
529502822e Bug 1043797: extended popup notifications to create a generic doorhanger for all security notifications incl. mixed content r=adw
--HG--
rename : browser/themes/linux/mixed-content-blocked-16.png => browser/themes/linux/bad-content-blocked-16.png
rename : browser/themes/linux/mixed-content-blocked-64.png => browser/themes/linux/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-16.png => browser/themes/osx/bad-content-blocked-16.png
rename : browser/themes/osx/mixed-content-blocked-16@2x.png => browser/themes/osx/bad-content-blocked-16@2x.png
rename : browser/themes/osx/mixed-content-blocked-64.png => browser/themes/osx/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-64@2x.png => browser/themes/osx/bad-content-blocked-64@2x.png
rename : browser/themes/windows/mixed-content-blocked-16.png => browser/themes/windows/bad-content-blocked-16.png
rename : browser/themes/windows/mixed-content-blocked-64.png => browser/themes/windows/bad-content-blocked-64.png
2014-08-22 15:34:25 -07:00
Christoph Kerschbaumer
7371dc5050 Bug 1045902: CSP - test 'reflected-xss' directive logs message to the console (r=grobinson)
--HG--
extra : rebase_source : 55fc9a7ffd038c1a2dfa67b017df33ae13c4c6e7
2014-08-13 17:18:59 -07:00
Manish Goregaokar
a442e0403a Bug 1028903 - Improve self-xss warning message for Scratchpad. r=jwalker 2014-08-14 07:03:00 -04:00
Brian Grinstead
d64b0cbea4 Bug 1050442 - If persisted, focus split console input when toolbox opens;r=jwalker 2014-08-15 07:52:08 -05:00
Brian Grinstead
7e27415cca Bug 1050439 - Focus should be restored to previously active element after split console is closed;r=jwalker 2014-08-15 07:50:43 -05:00
Seth Fowler
fd2bea91bd Bug 981924 Followup - Update the test for bug 595934 to match the new layout console category ON A CLOSED TREE. r=nigelb 2014-08-11 19:00:47 -07:00
Pierre de La Morinerie
ddd10a7eec Bug 971959 - Fix z-ordering of DevTools toolbar buttons. r=bgrins 2014-08-03 03:44:00 -04:00
Manish Goregaokar
db7bbc6f71 Bug 1015314 - Reduce self-xss prevention threshhold to 5. r=jwalker 2014-07-31 22:05:00 -04:00
Brian Grinstead
3d3912639e Bug 996778 - Remember split console height;r=msucan 2014-07-31 12:33:23 -05:00
Mike Conley
e2ad979a38 Bug 787975 - Make JSTerm $0 helper work across content processes. r=msucan.
--HG--
extra : rebase_source : b7a3a698effb0b223160fabae5b6f9b0fe820888
2014-07-31 13:07:27 -04:00
Nathan Froyd
542214c4df Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00