Commit Graph

177887 Commits

Author SHA1 Message Date
Heather Arthur
2c4b311956 Bug 988155 - Option to detect indentation in source editor. r=msucan 2014-04-13 15:23:26 -04:00
Emma Sajic
95f638c994 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
Sola Ogunsakin
6ef943e592 Bug 909618 - Part 3: Remember about:home tab selection. r=lucasr 2014-01-17 10:41:15 -08:00
Sola Ogunsakin
95d2f41a08 Bug 909618 - Part 2: Add LoadState member. r=lucasr 2014-04-10 15:06:05 -07:00
Sola Ogunsakin
2df1035b48 Bug 909618 - Part 1: Rename mLoaded. r=lucasr 2014-04-10 13:52:12 -07:00
Roberto A. Vitillo
27b3061405 Bug 993468 - TypeError: callback is undefined in jsonSave(). r=rnewman 2014-04-13 14:28:20 -04:00
Matthew Noorenberghe
0a5033246e Bug 980220 - UITour: [Linux] Change the highlight style to have better fallback without an X compositor. r=Unfocused, ui-r=mmaslaney 2014-04-13 14:28:19 -04:00
Christian Ascheberg
2996f345f6 Bug 971743 - Do not clear the download history with the browsing history. r=wesj 2014-04-08 23:16:42 +03:00
Mihai Sucan
0d1a05daeb Bug 920116 - Part 1: Add full stacktrace to console.error/exception/assert() in the Console API. r=bz 2014-04-10 23:02:37 +03:00
Marco Castelluccio
362b8b7548 Bug 839778 - Use OS.File in about:crashes. r=adw 2014-04-13 14:28:18 -04:00
Gijs Kruitbosch
cd38115502 Bug 993322 - fix widgets not showing up in toolbox, r=mconley 2014-04-09 01:00:31 +01:00
Richard Marti
29ae24baa5 Bug 993344 - The "Show tab previews in the Windows taskbar" option doesn't appear in Tabs section for in-content preferences. r=mak77
--HG--
extra : rebase_source : 3dd669c50db388a0fc56bf3c91c9845208aa03ef
2014-04-10 23:25:36 -07:00
Gijs Kruitbosch
e78a92875e Bug 977572 - catch drag end and drop events from bookmarks drag handler so we can clean up, r=mak
--HG--
extra : rebase_source : 6a725c15b2802d7bf641e22f9ae322974f6639cc
2014-04-10 17:14:44 +01:00
Matthew Noorenberghe
8a46e2536c Bug 946987 - Add 2x tab images for Windows and use them for 1.25dppx and higher. r=mconley
--HG--
extra : rebase_source : 918ece60e8ba56c81fdfc7be4bbdd80f39dcf82f
2014-04-13 01:09:36 -07:00
Joe Walker
940d0377a1 Bug 983712 - Fix the GCLI menu to remove scrollbars; r=mratcliffe 2014-04-13 07:47:30 +01:00
Joe Walker
c7aa2eafde 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
Ryan VanderMeulen
b58ec2b1a4 Backed out changeset 8ea9fae20fa5 (bug 995431) for mochitest-bc crashes. 2014-04-12 23:25:11 -04:00
Ryan VanderMeulen
00f0552ac3 Backed out changeset 15877522f55d (bug 980360) for intermittent mochitest-dt failures. 2014-04-12 22:38:03 -04:00
Ryan VanderMeulen
5d4684420e Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on Windows for frequent leaks. 2014-04-12 21:15:41 -04:00
Brendan Dahl
925809342c Bug 995431 - Update pdf.js to version 1.0.2. r=yury 2014-04-11 14:26:11 -07:00
Girish Sharma
90be113aa9 Bug 994747 - Don't reject the promise if no toolbox found while closing toolbox via gDevTools.closeToolbox. r=jwalker 2014-04-12 03:17:22 +05:30
Martin Thomson
c26fcf428f Bug 980648 - Bump IdP timeout up. r=drno 2014-04-09 11:12:06 -07:00
Michael Comella
e4b64f769d Bug 968951 - Add debug statements to testBrowserProvider. r=rnewman 2014-04-10 14:31:14 -07:00
kushagra singh[:kushagra]
f3dfa71fe0 Bug 819068 - Implementing OS.File.queue. r=Yoric 2014-04-12 21:02:06 -04:00
Mike Conley
5573ca1b38 Bug 973694 - Fix glitchy-looking private browsing indicator on OS X when tabs in titlebar are disabled. r=MattN
This also has the benefit of fixing bug 989604.
2014-04-12 11:10:17 -04:00
Valentin Tsatskin
3e42a6aa2d Bug 951618 - Always show the close button on the last tab. r=dao 2014-04-12 15:54:21 +02:00
Jim Chen
c48dd92c9c Bug 983811 - Correctly handle multiline JS test harness messages; r=nalexander 2014-04-11 22:41:28 -04:00
Jim Chen
c7065c748b Bug 983811 - Add test for JavascriptBridge/JavaBridge; r=mcomella 2014-04-11 22:41:27 -04:00
Jim Chen
7ad7f23ca8 Bug 983811 - Add JavaBridge; r=mcomella 2014-04-11 22:41:27 -04:00
Jim Chen
b75bfcfec3 Bug 983811 - Add JavascriptBridge; r=mcomella 2014-04-11 22:41:27 -04:00
Jared Wein
36eaaf4ce2 Bug 980360 - Fade in tab titles and close buttons when opening a tab. r=Gijs 2014-04-11 03:13:36 -04:00
Kartikaya Gupta
de636c200b Bug 995316 - Make GeckoLayerClient package-scoped. r=snorp 2014-04-11 20:49:46 -04:00
Kartikaya Gupta
285f78d570 Bug 995316 - Expose the OnMetricsChangedListener via LayerView instead of GeckoLayerClient. r=snorp 2014-04-11 20:49:44 -04:00
Wes Johnston
6ec6c75842 backout 4c16d08e358b (Bug 993407) for test bustage. r=bustage 2014-04-11 16:05:15 -07:00
Heather Arthur
fedc6105dc Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Mark Capella
6d20799f2e Bug 895463 - (p3) Rename SelectionHandler dragging messages, r=jchen, margaret 2014-04-11 18:06:30 -04:00
Brad Lassey
4111e32548 bug 962658 - test_badMimeType.html | Assertion count 6 is greater than expected range 0-0 assertions. on Android 4.0 Debug r=gbrown
--HG--
extra : rebase_source : e601fa6f2ed385a28bb25550c4a13aa63f5a452b
2014-04-11 00:33:47 -04:00
Wes Johnston
f681294454 Bug 993407 - Always show link tab as default in context menus. r=bnicholson 2014-04-11 14:19:13 -07:00
Wes Johnston
fff8083009 Bug 985867 - Ensure click events are fired after touch events. r=kats 2014-04-11 14:19:13 -07:00
Wes Johnston
7ad992ad89 Bug 990395 - Use a url to find browser apps rather than a scheme. r=mfinkle 2014-04-11 14:19:13 -07:00
Wes Johnston
e8d6388228 Bug 994456 - Add a preview surface for webrtc in webapps. r=gcp 2014-04-11 14:19:12 -07:00
Ryan VanderMeulen
bdd16250b4 Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on OSX debug for frequent leaks on a CLOSED TREE. 2014-04-11 17:11:30 -04:00
Ryan VanderMeulen
34dceacb42 Merge m-c to inbound on a CLOSED TREE. 2014-04-11 16:24:56 -04:00
Ryan VanderMeulen
0c9c3468f9 Merge fx-team to m-c. 2014-04-11 16:19:50 -04:00
Ryan VanderMeulen
4b6c707ed4 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
Ryan VanderMeulen
7eafe5b5bb Merge m-c to b2g-inbound on a CLOSED TREE. 2014-04-11 13:00:12 -04:00
Ryan VanderMeulen
fd9aa931a9 Backed out changeset df3c1971ecdc (bug 984930) 2014-04-11 12:54:56 -04:00
B2G Bumper Bot
bbabaabf69 Bumping manifests a=b2g-bump 2014-04-11 09:48:34 -07:00
B2G Bumper Bot
9015675f40 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7877d548097b
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 968661 - Extract new build module webapp-shared.js from webapp-zip.js" for breaking B2G desktop builds

This reverts commit a572887e1a8595a3a43af79037192c4818729f85.

========

https://hg.mozilla.org/integration/gaia-central/rev/a95c69e76dd1
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #18225 from zacc/bug_988316

Bug 988316 - enable/disable wifi n gaiatest is polluting the global wifi...

========

https://hg.mozilla.org/integration/gaia-central/rev/15a42e7bbbcd
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 988316 - enable/disable wifi n gaiatest is polluting the global wifi scopeope and stopping airplane mode from working correctly
2014-04-11 09:48:22 -07:00
Tim Taubert
f50a79817a Bug 995266 - Prevent mochitest-browser harness from leaking due to SimpleTest overrides. r=ted
CLOSED TREE
2014-04-11 17:57:59 +02:00