Commit Graph

19363 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
6ca616c451 merge fx-team to m-c 2014-04-15 15:09:02 +02:00
Bobby Holley
f223b1107f Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz 2014-04-14 20:27:00 -07:00
Dave Townsend
7ae74a5f59 Bug 639524: Use the application shipped blocklist when it is newer then the profile version. r=Unfocused 2014-04-14 17:44:56 -07:00
Marco Bonardo
ccf7942c88 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Ryan VanderMeulen
8d30a9c4cb Merge inbound to m-c. 2014-04-14 15:42:17 -04:00
Ryan VanderMeulen
188e8576a8 Backed out changeset e6b103b4369e (bug 974171) for mochitest-dt failures.
CLOSED TREE
2014-04-14 12:13:26 -04:00
Michael Ratcliffe
883922ff49 Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags r=jwalker 2014-04-08 12:53:58 +01:00
Michael Ratcliffe
30e00019be Bug 988102 - Opening inspector scrolls the content page all the way to the top;r=bgrins 2014-04-14 15:33:06 +01:00
Carsten "Tomcat" Book
63b2f68c52 Merge m-c to fx-team 2014-04-14 15:54:12 +02:00
Paolo Amadini
5b838a54f7 Bug 995170 - Convert legacy uses of promise.js in devtools where this doesn't result in test failures. r=jwalker 2014-04-14 14:15:43 +01:00
Carsten "Tomcat" Book
0f7edef10d Backed out changeset e2aff2cd9a9a (bug 959573) for bc1 test failures on a CLOSED TREE 2014-04-14 14:29:08 +02:00
Marco Bonardo
bc486e5207 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Marco Bonardo
2c9d46a300 bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano 2014-04-14 12:00:11 +02:00
Ryan VanderMeulen
06fd33680e Backed out changeset 7dbcb63aa3e3 (bug 774144) for frequent Android mochitest-4 failures.
CLOSED TREE
2014-04-13 23:46:31 -04:00
Ryan VanderMeulen
6241d6f6a9 Backed out changeset d0012e4d8a9a (bug 991766) 2014-04-13 23:46:10 -04:00
Ryan VanderMeulen
be657e134d Merge m-c to inbound on a CLOSED TREE. 2014-04-13 22:52:50 -04:00
Ryan VanderMeulen
b641acec20 Backed out changeset 16a75e1c76d0 (bug 986887) for suspicion of causing xpcshell failures. 2014-04-13 17:31:14 -04:00
Marco Castelluccio
186bb2a882 Bug 991766 - Webapp uninstallation on Mac through mozapps uninstall function. r=myk, r=smichaud 2014-04-13 16:17:51 -04:00
Marco Castelluccio
b326ec63a2 Bug 906223 - Add currently running app to the registry if it isn't already there. r=fabrice
--HG--
rename : toolkit/webapps/tests/test_hosted_launch.xul => toolkit/webapps/tests/test_hosted_launch_no_registry.xul
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_packaged_launch_no_registry.xul
2014-04-13 14:42:39 -04:00
Marco Castelluccio
291afa2336 Bug 774144 - Webapp uninstallation on Windows through mozapps uninstall function. r=tabraldes 2014-04-13 14:18:02 -04:00
Vikneshwar
51760fe00d Bug 994307 - Remove -moz- prefix from linear-gradients property. r=dao, r=ntim 2014-04-13 15:23:27 -04:00
Sebastian Hengst
1552da8f0c Bug 994116 - about:support - move Graphics info higher than Modified Prefs. r=Mossop 2014-04-11 20:22:38 +02:00
Emma Sajic
e6b0bb748f Bug 986887 - Add-ons Manager logging should log to file using Log.jsm's FileAppender. r=irving 2014-04-13 15:23:26 -04:00
Ryan VanderMeulen
ac77fab498 Merge m-c to inbound on a CLOSED TREE. 2014-04-14 15:43:22 -04:00
Timothy Nikkel
c342de8dfe Bug 994861. Only overlay scrollbars should be positioned and have z-index. r=roc
Bug 896443 added these but didn't guard them on overlay scrollbars.

When drawing the scrollbars layout interprets a positioned scrollbar as an scrollbar that should be placed above the content (like overlay scrollbars). Classic scrollbars should be drawn in the background layer.
2014-04-14 13:16:30 -05:00
Marco Castelluccio
20aa3c2d9c Bug 839778 - Use OS.File in about:crashes. r=adw 2014-04-13 14:28:18 -04:00
Joe Walker
f23cf52444 Bug 983712 - Fix the GCLI menu to remove scrollbars; r=mratcliffe 2014-04-13 07:47:30 +01:00
Joe Walker
ffa9c6e99c Bug 984365 - Refactor and split out BuiltinCommands.jsm; r=mratcliffe,robcee,panos
BuiltinCommands.jsm was huge to avoid slowing things down by having many
modules loading.

To avoid splitting it up from slowing things down we want to delay loading
commands. Create [add|remove]ItemsByModule to allow us to lazily add modules,
and convert all command modules to use this.

Then break up BuiltinCommands into a set of files, for each command, and do
some refactoring to use JS files rather than JSMs and use "use strict".

--HG--
rename : browser/devtools/commandline/Commands.jsm => browser/devtools/commandline/commands-index.js
rename : browser/devtools/debugger/CmdDebugger.jsm => browser/devtools/debugger/debugger-commands.js
rename : browser/devtools/inspector/CmdInspect.jsm => browser/devtools/inspector/inspector-commands.js
rename : browser/devtools/responsivedesign/CmdResize.jsm => browser/devtools/responsivedesign/resize-commands.js
rename : browser/devtools/scratchpad/CmdScratchpad.jsm => browser/devtools/scratchpad/scratchpad-commands.js
rename : browser/devtools/styleeditor/CmdEdit.jsm => browser/devtools/styleeditor/styleeditor-commands.js
rename : browser/devtools/tilt/CmdTilt.jsm => browser/devtools/tilt/tilt-commands.js
2014-04-13 07:47:27 +01:00
kushagra singh[:kushagra]
c40fc7d08e Bug 819068 - Implementing OS.File.queue. r=Yoric 2014-04-12 21:02:06 -04:00
Heather Arthur
5a5f961398 Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Ryan VanderMeulen
411811f032 Merge m-c to inbound on a CLOSED TREE. 2014-04-11 16:24:56 -04:00
Ryan VanderMeulen
4ac815c411 Bug 994798 - Disable browser_frameworker_sandbox.js on Linux debug for frequent timeouts. a=test-only
CLOSED TREE
2014-04-11 16:09:09 -04:00
Mihai Sucan
1f75b07c7f Bug 823097 - Add support for %c style formatting in the web console; r=past,bz 2014-04-10 17:59:21 +03:00
Girish Sharma
5b0b659de0 Bug 930931 - Storage Inspector - Indexed DB non-live actor, r=jwalker 2014-04-11 20:26:23 +05:30
Ryan VanderMeulen
67a863c0c5 Merge m-c to inbound on a CLOSED TREE. 2014-04-10 22:16:50 -04:00
Eddy Bruel
f80b747d7b Bug 859372 - Refactor DevToolsUtils.js;r=past 2014-04-10 20:44:54 +02:00
Tim Taubert
8791952e5a Bug 616853 - Fix tabview and toolkit/startup tests r=smacleod 2014-04-10 10:47:47 +02:00
Ryan VanderMeulen
b06124335d Bug 994798 - Disable browser_frameworker.js on Linux debug for frequent timeouts. 2014-04-11 11:58:37 -04:00
Tim Taubert
ffe67eb551 Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz 2014-04-02 08:21:14 +02:00
Alexandre Poirot
a8558a1415 Bug 991636 - Fix toolkit/devtools/server/tests/mochitest/test_connectToChild.html test. r=msucan 2014-04-08 14:07:00 +02:00
Michael Ratcliffe
e7dad953b0 Bug 983948 - Add mach mochitest-devtools r=jmaher 2014-03-25 16:52:53 +00:00
Nils Maier
a706ff0749 Bug 952997 - Fix OS.File large file support. r=yoric 2014-04-08 03:40:00 +02:00
Dave Townsend
5a330383d7 Bug 993539: sourceURI property of add-on fails if the repository has been updated. r=irving 2014-04-09 19:15:21 -07:00
Gregory Szorc
73566b4041 Bug 989137 - Part 11: Make service initialization and uninitialization more robust; r=gfritzsche
Subsequent patches were running into race conditions and bugs related to
Experiments instance initialization state. This patch plugs the
necessary holes in initialization state management to unblock work.

The fixes are far from robust. There are still race conditions and bugs.
They should probably be addressed later.

--HG--
extra : rebase_source : 5f0c7fa1f554d09a21b1452506884dc771cb829d
2014-04-07 14:11:31 -07:00
Ryan VanderMeulen
2d3dc71207 Merge m-c to fx-team on a CLOSED TREE. 2014-04-09 19:12:28 -04:00
Myk Melez
4f7dbceb4f Bug 994216 - ensure desktop INI file parent directory exists to fix bustage on CLOSED TREE; r=marco"
--HG--
extra : amend_source : d72cf290cc27d2cc6baa3d68611192167c45fd8f
2014-04-09 14:20:59 -07:00
Ryan VanderMeulen
e7ad73da84 Bug 608820 - Disable browser_bug567127.js on Win/OSX for frequent failures.
CLOSED TREE
2014-04-09 13:01:45 -04:00
Ryan VanderMeulen
1fa4c66f8c Bug 986458 - Disable browser_whitelist7.js on Win/OSX debug for perma-fails with chunked mochitest-bc. 2014-04-09 13:01:45 -04:00
Carsten "Tomcat" Book
582656a6ac Merge m-c to fx-team 2014-04-09 14:42:56 +02:00
Carsten "Tomcat" Book
f7dfaad647 merge fx-team to mozilla-central 2014-04-09 14:23:03 +02:00