Marco Castelluccio
b8e40d8501
Bug 839778 - Use OS.File in about:crashes. r=adw
2014-04-13 14:28:18 -04:00
Gijs Kruitbosch
ced63f557e
Bug 993322 - fix widgets not showing up in toolbox, r=mconley
2014-04-09 01:00:31 +01:00
Richard Marti
a6af1ae29c
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
c1827e5858
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
0c2dca3adb
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
7dddc32095
Bug 983712 - Fix the GCLI menu to remove scrollbars; r=mratcliffe
2014-04-13 07:47:30 +01:00
Joe Walker
6148f170d7
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
d90cfa210e
Backed out changeset 8ea9fae20fa5 (bug 995431) for mochitest-bc crashes.
2014-04-12 23:25:11 -04:00
Ryan VanderMeulen
96f06d9ae1
Backed out changeset 15877522f55d (bug 980360) for intermittent mochitest-dt failures.
2014-04-12 22:38:03 -04:00
Ryan VanderMeulen
d40a0277ea
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
96c03cd9df
Bug 995431 - Update pdf.js to version 1.0.2. r=yury
2014-04-11 14:26:11 -07:00
Girish Sharma
695a2348a4
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
6607a3781c
Bug 980648 - Bump IdP timeout up. r=drno
2014-04-09 11:12:06 -07:00
Michael Comella
b0dca6c7dd
Bug 968951 - Add debug statements to testBrowserProvider. r=rnewman
2014-04-10 14:31:14 -07:00
kushagra singh[:kushagra]
e08aaf6c19
Bug 819068 - Implementing OS.File.queue. r=Yoric
2014-04-12 21:02:06 -04:00
Mike Conley
5df4298e84
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
33ebb41264
Bug 951618 - Always show the close button on the last tab. r=dao
2014-04-12 15:54:21 +02:00
Jim Chen
d76d01688e
Bug 983811 - Correctly handle multiline JS test harness messages; r=nalexander
2014-04-11 22:41:28 -04:00
Jim Chen
02b22ab9c5
Bug 983811 - Add test for JavascriptBridge/JavaBridge; r=mcomella
2014-04-11 22:41:27 -04:00
Jim Chen
d9fb33c6c9
Bug 983811 - Add JavaBridge; r=mcomella
2014-04-11 22:41:27 -04:00
Jim Chen
8cf7a37aff
Bug 983811 - Add JavascriptBridge; r=mcomella
2014-04-11 22:41:27 -04:00
Jared Wein
bff9c3a4bb
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
8beb92e033
Bug 995316 - Make GeckoLayerClient package-scoped. r=snorp
2014-04-11 20:49:46 -04:00
Kartikaya Gupta
7f16346f70
Bug 995316 - Expose the OnMetricsChangedListener via LayerView instead of GeckoLayerClient. r=snorp
2014-04-11 20:49:44 -04:00
Wes Johnston
a090657784
backout 4c16d08e358b (Bug 993407) for test bustage. r=bustage
2014-04-11 16:05:15 -07:00
Heather Arthur
e5bfce063b
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
735bae1fa6
Bug 895463 - (p3) Rename SelectionHandler dragging messages, r=jchen, margaret
2014-04-11 18:06:30 -04:00
Brad Lassey
2c199039f5
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
8042a58615
Bug 993407 - Always show link tab as default in context menus. r=bnicholson
2014-04-11 14:19:13 -07:00
Wes Johnston
7ad5309b01
Bug 985867 - Ensure click events are fired after touch events. r=kats
2014-04-11 14:19:13 -07:00
Wes Johnston
174c525034
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
52f8065e4c
Bug 994456 - Add a preview surface for webrtc in webapps. r=gcp
2014-04-11 14:19:12 -07:00
Ryan VanderMeulen
58a1aa493e
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
6c0f4a64ad
Merge m-c to inbound on a CLOSED TREE.
2014-04-11 16:24:56 -04:00
Ryan VanderMeulen
efc5497c69
Merge fx-team to m-c.
2014-04-11 16:19:50 -04:00
Ryan VanderMeulen
1f6f05499d
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
b5c0992692
Merge m-c to b2g-inbound on a CLOSED TREE.
2014-04-11 13:00:12 -04:00
Ryan VanderMeulen
2cb4e7bc1d
Backed out changeset df3c1971ecdc (bug 984930)
2014-04-11 12:54:56 -04:00
B2G Bumper Bot
a20edd2bf8
Bumping manifests a=b2g-bump
2014-04-11 09:48:34 -07:00
B2G Bumper Bot
06429ddd8c
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
617920f1c0
Bug 995266 - Prevent mochitest-browser harness from leaking due to SimpleTest overrides. r=ted
...
CLOSED TREE
2014-04-11 17:57:59 +02:00
Ryan VanderMeulen
d76581cee3
Merge m-c to fx-team.
2014-04-11 13:00:43 -04:00
Benoit Jacob
27cf59e46c
Bug 986836 - Don't destroy the native framebuffer's eglSurface on ICS - r=jrmuizel
2014-04-11 08:38:07 -04:00
B2G Bumper Bot
d33165420e
Bumping manifests a=b2g-bump
2014-04-11 09:06:24 -07:00
B2G Bumper Bot
54a55b3155
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3317c242ed1f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #18226 from zacc/bug_992903
Bug 992903 - wait for lockscreen to be active after locking and also rem...
========
https://hg.mozilla.org/integration/gaia-central/rev/9e350b1d011c
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 992903 - wait for lockscreen to be active after locking and also remove looping workaround in lockscreen app object
2014-04-11 09:01:06 -07:00
B2G Bumper Bot
5ad7b5b037
Bumping manifests a=b2g-bump
2014-04-11 08:26:21 -07:00
B2G Bumper Bot
64f5ed54c5
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f01ae2b4a5c0
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #18164 from wilsonpage/992341
Bug 992341 - [B2G][Camera] Double tapping in camera causes self-timer to
========
https://hg.mozilla.org/integration/gaia-central/rev/f5c9a5898018
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 992341 - [B2G][Camera] Double tapping in camera causes self-timer to countdown in negative numbers
2014-04-11 08:20:58 -07:00
B2G Bumper Bot
cc185f1b3a
Bumping manifests a=b2g-bump
2014-04-11 08:17:02 -07:00
B2G Bumper Bot
fac84032ff
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c9227463df42
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #17959 from benfrancis/970935
Bug 970935 - Display Rocketbar in expanded state on homescreen r=alive r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/ba9b0fc91b96
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 970935 - Display Rocketbar in expanded state on homescreen
2014-04-11 08:10:37 -07:00
B2G Bumper Bot
934bd90624
Bumping manifests a=b2g-bump
2014-04-11 08:03:06 -07:00