Граф коммитов

34946 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald 31d6073260 Bug 1063625 - Show the "Warn me when closing multiple tabs" and "Warn me when opening multiple tabs might slow down &brandShortName;" checkboxes only when needed. ui-r=phlsa r=jaws 2015-04-28 18:30:19 +02:00
Mark Goodwin f864e34010 Bug 1152388 - modify onSSLErrorReport to use UpdateChannel.jsm to fetch update channel information (r=felipe) 2015-04-28 05:43:40 +01:00
Neil Deakin c2dfbd09ad Bug 1158805, e10s, fix and re-enable browser_bug424101.js, r=mconley 2015-04-28 11:34:48 -04:00
Neil Deakin 2dd7249f3f Bug 1158805, e10s, fix and re-enable browser_bug970746.js, r=mconley 2015-04-28 11:34:43 -04:00
Bob Owen a2030de24b Bug 1151767: On Windows, make level 1 the default content sandbox on Nightly. r=blassey 2015-04-28 16:06:29 +01:00
Gabriel Luong e3b66e2652 Bug 1155480 - Remove the padding right to Inspector pane toggle. r=pbrosset, ui-r=shorlander 2015-04-16 18:59:00 -04:00
Jennifer Fong 3e0ad865ca Bug 1135191 - Add runtime panel with toggle. r=jryans 2015-04-27 14:19:00 -04:00
Ryan VanderMeulen cb41f3768c Bug 1157827 - Update pdf.js to version 1.1.82. r=bdahl, r=Mossop 2015-04-27 18:06:55 -04:00
Nick Fitzgerald d3d505bee3 Bug 1069910 - Add tooltips explaining what each column in the profiler's tree view represents; r=jsantell 2015-04-27 13:50:41 -07:00
Georg Fritzsche 85c688eba8 Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan
--HG--
rename : toolkit/components/telemetry/TelemetryPing.jsm => toolkit/components/telemetry/TelemetryController.jsm
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPing.js => toolkit/components/telemetry/tests/unit/test_TelemetryController.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPingBuildID.js => toolkit/components/telemetry/tests/unit/test_TelemetryControllerBuildID.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPingShutdown.js => toolkit/components/telemetry/tests/unit/test_TelemetryControllerShutdown.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPing_idle.js => toolkit/components/telemetry/tests/unit/test_TelemetryController_idle.js
2015-04-27 18:07:58 +02:00
Patrick Brosset 5aebb401b0 Bug 1153463 - Intermittent browser_animation_setting_currentTime_works_and_pauses.js. r=miker
The failing test was rewinding a player and expecting it to pause at 0.
But rewing first pauses (async) and then sets the time (async), and the test
was only waiting for the player to pause.
With this change, we now also wait until the time is the expected one.

--HG--
extra : transplant_source : %23BU%CB%F3%3A%A8%226hWIw%E8VI%3A%94%A4V
2015-04-27 11:01:47 +02:00
Sami Jaktholm 210b181f29 Bug 1148086 - Style Editor: Don't jump to the first line unconditionally when an editor is shown. r=bgrins
This overrides the jump-to-line other tools might have requested if the editor
was not already active. The idea was to restore the scroll position after the
editor was hidden and then shown again but the functionality regressed when bug
816967 was fixed.

Now that Style Editor uses CodeMirror the scroll position can be restored by
calling refresh on the CodeMirror instance. If a specific line to focus was
specified, refreshing the editor is a no-op as it was done when the line was
selected. However, if the editor was not refreshed after the editor became
visible again (i.e. a line to jump to was not specified), refreshing it will
restore the previous scroll position.
2015-04-25 06:54:25 +03:00
James Long 7968b594cc Bug 1145262 - Modularize the toolbar views in the debugger. r=fitzgen 2015-04-24 15:21:00 -04:00
James Long ca2d6d3dcb Bug 1145262 - Modularize the pane views in the debugger. r=fitzgen 2015-04-24 15:21:00 -04:00
James Long cc0aeb3f6e Bug 764958 - Show cached network requests in the net monitor. r=jsantell 2015-04-24 14:57:00 -04:00
Shane Tomlinson c5ec66d94f Bug 1146904: Add the FxAccountsWebChannel to drive Sync
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
 .../test/general/browser_fxa_web_channel.html      |   2 +-
 .../test/general/browser_fxa_web_channel.js        | 131 +++++++++++----------
 services/fxaccounts/tests/xpcshell/test_profile.js |  26 ----
 3 files changed, 70 insertions(+), 89 deletions(-)

--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Robert Strong 3d9c259306 Bug 1096523 - Firefox Developer Edition bitmap looks awful with hiDPI (logo image). r=spohl 2015-05-06 13:01:57 -07:00
Jordan Santell 29800b3126 Bug 1126457 - Implement a worker utility to easily offload tasks into a worker. r=bgrins 2015-05-05 16:39:48 -07:00
Patrick Brosset 1d52cb6f6d Bug 1107849 - Define a min/max width for the performance panel sidebar. r=vporof
This adds the devtools-main-content class to the waterfall panel in the
performance tab so that there's a min-width of 50px defined on it, and
also adds a min-width to the waterfall details sidebar of 50px so that
it can't be collapsed fully (which would make it impossible to resize).

--HG--
extra : rebase_source : 740e9558844a183770f251ee24223a825b2954a5
2015-05-04 15:09:37 +02:00
J. Ryan Stinnett 2e9eeaf747 Bug 1160361 - Abort tilt commands when remote. r=bgrins 2015-05-06 12:34:28 -05:00
J. Ryan Stinnett 055a395833 Bug 1160361 - Load tilt commands from ToolboxButtons to avoid in non-Firefox. r=bgrins 2015-05-06 12:34:28 -05:00
J. Ryan Stinnett c4c5d2e928 Bug 1160361 - Move GCLI prefs to all.js. r=bgrins 2015-05-06 12:34:27 -05:00
J. Ryan Stinnett 42a9222680 Bug 1160361 - Move gcli.properties to toolkit. r=bgrins
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/gcli.properties => toolkit/locales/en-US/chrome/global/devtools/gcli.properties
2015-05-06 12:34:27 -05:00
J. Ryan Stinnett aed8488564 Bug 1160361 - Move gclicommands.properties to toolkit. r=bgrins
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/gclicommands.properties => toolkit/locales/en-US/chrome/global/devtools/gclicommands.properties
2015-05-06 12:34:27 -05:00
J. Ryan Stinnett 7e32353b8f Bug 1160361 - Catch GCLI's load of definitions for non-Firefox. r=bgrins 2015-05-06 12:34:27 -05:00
J. Ryan Stinnett cd62e1934e Bug 1160361 - Move commands-index to the server. r=bgrins
--HG--
rename : browser/devtools/commandline/commands-index.js => toolkit/devtools/gcli/commands/index.js
2015-05-06 12:34:27 -05:00
Martin Tomes 247ef0c6cb Bug 1160489 - Enable eslint rules for Loop: comma related. r=Standard8 2015-05-06 18:15:56 +01:00
Shane Tomlinson 6afb9dff14 Bug 1146904: Add the FxAccountsWebChannel to drive Sync
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
 .../test/general/browser_fxa_web_channel.html      |   2 +-
 .../test/general/browser_fxa_web_channel.js        | 131 +++++++++++----------
 services/fxaccounts/tests/xpcshell/test_profile.js |  26 ----
 3 files changed, 70 insertions(+), 89 deletions(-)

--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Justin Dolske bf2c85d9ff Bug 1161796 - Remove unused strings from Pocket. r=jaws 2015-05-05 19:26:10 -04:00
Jared Wein 13bb25fb11 Bug 1160578 - Disable the Pocket button for logged-in users on internal Firefox pages. r=dolske 2015-05-05 19:25:07 -04:00
Jared Wein 2800f31644 Bug 1159410 - Update the Pocket toolbar icon highlight to coral. r=dolske 2015-05-05 18:26:36 -04:00
Wes Kocher 6bb9b2c074 Merge m-c to fx-team a=merge 2015-05-05 14:59:13 -07:00
Jared Wein f2f0331a27 Bug 1161654 - Import latest Pocket code. r=dolske
--HG--
rename : browser/components/pocket/panels/LICENSE => browser/components/pocket/panels/license.txt
2015-05-05 17:55:29 -04:00
Brian Grinstead 2504216bac Bug 1145784 - Use testX/testY for coordinates during tests for the Graph and FlameGraph;r=vporof 2015-05-05 11:47:33 -07:00
Brian Grinstead c287573c66 Bug 1145784 - Bind graph mouse movement to the top level window;r=vporof 2015-05-05 11:47:29 -07:00
Tim Taubert 83df001bfd Bug 1160556 - Recollect session history data when the page title changes r=Gijs 2015-05-05 16:00:12 +02:00
Tim Taubert 01f62314ff Bug 1150529 - Remove code for expired telemetry histograms r=Yoric 2015-05-02 09:56:39 +02:00
Patryk Dolatowski 6049bb5747 Bug 733679 - Do not set margin-top when leaving Panorama r=ttaubert 2015-05-01 15:57:28 +02:00
Jordan Santell 8593e43ebd Bug 1159052 - Performance recording should stop rendering and recording as soon as the recording stops. r=vp 2015-05-02 16:47:41 -07:00
Brian Grinstead 726123824a Bug 1158872 - Remove white titlebar on Windows for Dev Edition theme;r=Gijs 2015-05-05 09:34:38 -07:00
Tim Taubert 0367f94a69 Bug 1159248 - Simply pre-fill window.tabs[] with empty tab states instead of calling TabState.collect() to avoid perf regressions r=smacleod 2015-05-04 13:42:43 +02:00
André Reinald b38e2efe0e Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley 2015-04-24 17:57:52 +02:00
Brian Grinstead 0f28ad5f92 Bug 1046803 - Use normal whitespace in editor pre tags. r=pbrosset 2015-04-28 16:15:00 -04:00
juliandescottes 685e912029 Bug 999568 - Bring devtools window to front on F12. r=pbrosset
Two keyboard shortcuts can toggle the devtools : F12 and CTRL+SHIFT+I/CMD+ALT+I.

Currently, with detached devtools, pressing a toggle key from the main window
closes the devtools window. Pressing a toggle key from the devtools window
itself has no effect.

The goal of this changeset is to :
- focus devtools window when pressing a toggle key in the main window
- close devtools window when pressing a toggle key in the devtools window

Modified toggleToolboxCommand in browser/devtools/framework/gDevTools.jsm to
destroy the toolbox only if it is "docked" (exists and the hostType is not
WINDOW).

Modified browser/devtools/framework/toolbox-window.xul and
browser/locales/en-US/chrome/browser/devtools/toolbox.dtd so that F12 and
CTRL+SHIFT+I/CMD+SHIFT+I also close the devtools window when used inside the
devtools window

Added mochitest browser_toolbox_toggle.js
2015-04-30 22:51:07 +02:00
Florent Fayolle 51fab772f2 Bug 922212 - Add console.dirxml. r=bgrins, r=mrbkap 2015-04-29 11:34:00 -04:00
Carsten "Tomcat" Book 17a3257d92 Merge mozilla-central to fx-team 2015-05-04 14:15:05 +02:00
Marco Bonardo 5117bebc71 Bug 1160708 - Bookmark Properties dialog not longer allows empty bookmark names. r=ttaubert 2015-05-04 13:05:10 +02:00
Marco Bonardo 3cc2d3e440 Bug 1159812 - Bookmark All Tabs is broken. r=ttaubert 2015-05-04 13:05:07 +02:00
Marco Bonardo c09150dc35 Bug 1160131 - editBookmarkOverlay.js throws an error when adding a tag to a bookmark. r=ttaubert 2015-05-04 13:05:03 +02:00
Tim Taubert a8dd3d18b0 Bug 1159497 - Fix intermittent browser_bug427559.js failures r=MattN 2015-04-30 19:09:42 +02:00
Mark Hammond 6aac9f7fb8 Bug 1144493 - wallpaper over enough cracks to make page info work with e10s. r=mconley 2015-05-04 17:38:38 +10:00
Patrick Brosset eb37c89c88 Bug 1158822 - Link css url attributes to style-editor and js url attributes to debugger; r=jsantell
The node-attribute-parser now marks uris to css and js files as cssresource and jsresource.
Thanks to this, the inspector can open the corresponding files in the style-editor and
debugger rather than just opening a new tab with the source.
This makes use of 2 new toolbox methods: viewSourceInStyleEditor and viewSourceInDebugger.

--HG--
extra : rebase_source : fcca4fe73c147381c1fcccda4f7956c8d41b4c2b
extra : histedit_source : 84cda2275b42bd6196243a83e9f129f3c66faa6b%2C0ee06929ac85dfeafdd5ee66d842e32fc5395578
2015-05-04 09:23:04 +02:00
Richard Marti 32292d7d6c Bug 1157389 - In-content pages: Move the spinbutton rules from preferences.css to common.css r=mossop 2015-04-22 20:17:21 +02:00
Tim Nguyen 26df08d627 Bug 1159437 - Add top green border for highlighted tabs in light theme. r=bgrins 2015-04-30 15:37:19 -07:00
J. Ryan Stinnett 37939734bc Bug 1159083 - Pass XAUTHORITY to Linux simulators. r=janx 2015-04-30 15:37:05 -07:00
Nick Fitzgerald 180120e392 Bug 1157914 - Don't re-render the graphs until selection is done; r=jsantell 2015-04-30 15:21:11 -07:00
Felipe Gomes 5f485af9d6 Bug 1156613 - Fix e10s ifdef NIGHTLY_BUILD blocks with E10S_TESTING_ONLY. r=billm 2015-04-30 18:52:08 -03:00
Matthew Noorenberghe e0462894d4 Bug 1134507 - Implement infopanel to promote Reader View when first available. r=jaws/Gijs
Based on a patch by Jared Wein (:jaws).

--HG--
extra : rebase_source : fc9399a9acb2bb36831df1f5b99b3f9da02b1dbb
2015-04-30 13:43:47 -07:00
Mark Hammond 76c354ce26 Bug 1090633 - fix some focus related oranges with chats. r=mixedpuppy
From 27e7f9f198304d44a7a70b2f61518f1ff943651e Mon Sep 17 00:00:00 2001
---
 .../base/content/test/chat/browser_chatwindow.js   | 82 +++++++---------------
 browser/base/content/test/chat/browser_focus.js    |  8 ++-
 2 files changed, 31 insertions(+), 59 deletions(-)
2015-04-29 10:34:05 +10:00
Ryan VanderMeulen 330f835697 Backed out changeset d94ef5bca70e (bug 1152761) for xpcshell failures. 2015-04-30 14:18:34 -04:00
Ryan VanderMeulen e7e6f40c2f Merge m-c to fx-team. a=merge 2015-04-30 14:05:10 -04:00
Cedric Raudin e5106eb19f Bug 1115365 - Update the import string in the Loop contact panel to explain it will be from Google. r=Standard8 2015-04-30 16:41:13 +01:00
Mark Banner 4e0d29a865 Bug 1152761 - Add local storage for Loop's room keys in case recovery is required, and handle the recovery. r=mikedeboer 2015-04-30 16:41:13 +01:00
Mike de Boer 042809d7ec Bug 1152733: change the name of Loop/ Hello histograms that recently changed to be enumerated types. r=vladan 2015-04-29 11:55:08 +02:00
Tim Taubert 5c8cb5845b Bug 1160104 - Fix "chrome://browser/content/tab-content.js, line 558: TypeError: docShell is null" failures r=mconley 2015-04-30 12:06:18 +02:00
Marco Bonardo c29e8d6653 Bug 1159462 - unreachable code in editBookmarkOverlay.js. r=mano 2015-04-30 10:40:10 +02:00
Ed Lee f3094521a6 Bug 1156876 - Convert wiki page technical doc into in-tree .rst [r=bsmedberg] 2015-04-21 23:32:04 -07:00
Ed Lee a53c40df76 Bug 1148862 - Update pref to the new v3 endpoint [r=adw] 2015-04-01 01:02:50 -07:00
Ed Lee 1da5e819af Bug 1152145 - Filter for specific suggested tiles adgroups/buckets/frecent_sites lists with display name [r=adw]
Use a set of predefined lists of allowed sites with explicit names.
2015-04-07 19:13:46 -07:00
Mark Hammond 5aa42d7612 Bug 1098343 (part 2) - use sticky_pref to define devtools preferences that use different defaults on different channels. r=bgrins 2015-04-30 17:13:40 +10:00
Martin Tomes 926adf2389 Bug 1084296 - Add an ellipsis to Loop's "Remove Contact" menu item. r=Standard8 2015-04-30 07:40:50 +01:00
Mark Banner 47de4886b9 Bug 1146305 - IDN links should be properly displayed in Hello rooms for context in conversations. r=mikedeboer 2015-04-30 07:40:49 +01:00
Mark Banner 64f91f7342 Bug 1158112 - Move the Loop modules into a sub-directory and prepare eslint for enabling more rules for Loop. r=dmose
--HG--
rename : browser/components/loop/CardDavImporter.jsm => browser/components/loop/modules/CardDavImporter.jsm
rename : browser/components/loop/GoogleImporter.jsm => browser/components/loop/modules/GoogleImporter.jsm
rename : browser/components/loop/LoopCalls.jsm => browser/components/loop/modules/LoopCalls.jsm
rename : browser/components/loop/LoopContacts.jsm => browser/components/loop/modules/LoopContacts.jsm
rename : browser/components/loop/LoopRooms.jsm => browser/components/loop/modules/LoopRooms.jsm
rename : browser/components/loop/LoopStorage.jsm => browser/components/loop/modules/LoopStorage.jsm
rename : browser/components/loop/MozLoopAPI.jsm => browser/components/loop/modules/MozLoopAPI.jsm
rename : browser/components/loop/MozLoopPushHandler.jsm => browser/components/loop/modules/MozLoopPushHandler.jsm
rename : browser/components/loop/MozLoopService.jsm => browser/components/loop/modules/MozLoopService.jsm
rename : browser/components/loop/MozLoopWorker.js => browser/components/loop/modules/MozLoopWorker.js
2015-04-30 07:40:49 +01:00
Valentin Gosu f8c914c69e Bug 1134596 - Separate nsIOService's network detection from offlineMode r=honzab 2015-05-02 00:14:39 +03:00
Patrick McManus e0adcc554b bug 1154012 - dev tools and alt-svc r=vporof 2015-04-13 15:35:55 -04:00
Brian Grinstead d4cf2e0950 Bug 1150780 - Refactor ruleview tests and add 'empty value' inplace editor test;r=pbrosset 2015-04-27 07:03:41 -07:00
Brian Grinstead 2bdee2c470 Bug 1150780 - Don't create a new inplace editor for an element if one already exists;r=pbrosset 2015-04-27 07:03:34 -07:00
Carsten "Tomcat" Book 6e4e452deb Merge mozilla-central to fx-team 2015-04-27 12:41:39 +02:00
Carsten "Tomcat" Book 596e5f9960 merge fx-team to mozilla-central a=merge 2015-04-27 12:34:03 +02:00
Florian Quèze 864fb2404a Bug 1156878 - Send a request to the server when clicking the Pocket toolbar button, r=jaws. 2015-04-27 11:49:21 +02:00
Mark Banner c00eaf4764 Bug 1158725 - Share link button has stopped working in latest nightly. Pass the necessary props to the component. r=mikedeboer 2015-04-27 10:35:40 +01:00
Ehsan Akhgari 0ff9130890 Bug 1095517 - Increase the timeout of browser_identity_UI.js 2015-04-26 17:27:18 -04:00
Andrea Marchesini f2a283777b Bug 1125205 - Display console API messages from shared or service workers to the web console, r=past 2015-04-26 09:37:59 +01:00
Shu-yu Guo a210e8b077 Bug 1145824 - Reset dom.send_after_paint_to_content when toggling gDevTools.testing, as chrome tests need it. 2015-04-25 15:56:20 -07:00
Tim Taubert ac3615aa89 Bug 1156722 - Remove unused _getURIFromString() method r=smacleod 2015-04-22 12:43:51 +02:00
Tooru Fujisawa 52fd2bad2c Backed out changeset 20f62a0a4760 (bug 1145824) for mochitest-other failure 2015-04-25 13:50:22 +09:00
Jordan Santell 3eabbee916 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Brian Grinstead 5b1630e1da Bug 1157946 - Early return if aResponse.sources is undefined;r=fitzgen
This happens quite often during the damp devtools talos test, when
the toolbox is closed immediately after a page is reloaded
2015-04-25 10:11:16 -07:00
Alexandre Poirot 11b2ddad6e Bug 1157201 - Prevent exception while hovering the rule-view. r=pbrosset 2015-04-22 07:34:00 +02:00
Mark Banner b560b0ca8d Bug 1149964 - Fix an intermittent error in Loop's functional tests (media start time should be uninitialized) and wait for the content server before starting tests. r=dmose NPOTB DONTBUILD 2015-04-25 11:00:43 +01:00
Tooru Fujisawa 8a03f610ab Backed out changeset fb84ee59e04a (bug 1145824) for mochitest-other failure 2015-04-25 14:12:21 +09:00
Jordan Santell 931711d072 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Wes Kocher 94244970a7 Backed out changeset a12f0f05779c (bug 1125205) for dt4 failures CLOSED TREE 2015-04-24 13:06:46 -07:00
Mike Kaply 8cbff2f82a Bug 138009 - Remove unused platform.js, now with packaging goodness, r=mossop 2015-04-24 14:10:09 -05:00
Jordan Santell 89e373ee3e Bug 1147945 - Let the profiler's buffer size and sample rate be configurable via prefs. r=vp 2015-04-13 18:00:02 -07:00
Jordan Santell 2513d09a8a Bug 1134778 - Consolidate usages of view sourcing in tools with a source-utils module. r=vp,jryans 2015-04-24 14:16:34 -07:00
Jordan Santell ee2bb39767 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Jared Wein a8ce0e8048 Bug 1155523 - follow-up, remove pocket-button from BrowserUITelemetry default placements. 2015-04-24 14:39:17 -04:00
Jared Wein 33ebd558f5 Bug 1155523 - Implement Pocket toolbarbutton and subview. r=gijs 2015-04-24 14:29:05 -04:00
Tim Taubert 80ede19e04 Bug 1156722 - Remove unused reference to the parent process message manager r=smacleod 2015-03-30 10:15:40 +02:00
Tim Taubert bd14bee44a Bug 1156722 - Check for window.gBrowser instead of window.getBrowser r=smacleod 2015-03-30 10:22:45 +02:00
Tim Taubert fd71ad4984 Bug 1156722 - Use destructuring instead of [].shift() r=smacleod 2015-03-30 10:23:59 +02:00
Tim Taubert 445063d439 Bug 1156722 - Remove legacy _toJSONString() method and use JSON.stringify() r=smacleod 2015-03-30 10:25:47 +02:00
Tim Taubert c094cda64e Bug 1157220 - Prevent "null" entries for tabs in the window state object when restoreTab() is called for a given tab before we collected data for all its predecessors r=smacleod 2015-04-22 15:37:12 +02:00
Tim Taubert aca4ef500c Bug 1156721 - Move restoreCookies() implementation to SessionCookies.jsm r=smacleod
Also, remove the try/catch clause as nsCookieService::Add() will only fail if the profile was already closed or we're OOM, aborting in those cases is absolutely fine.
2015-03-30 10:41:57 +02:00
Bill McCloskey ef1fa80639 Bug 1081879 - [e10s] WebProgress shims (r=mconley) 2015-04-29 17:23:48 -07:00
Bill McCloskey f2b643a854 Bug 1156515 - Remove 'New e10s Window' (r=felipe) 2015-04-29 17:21:46 -07:00
Bill McCloskey f29df58dbe Bug 1095475 - [e10s] Replace tab underlines with tooltip (r=dao) 2015-04-29 17:21:45 -07:00
Neil Deakin 8b08f6ce5e Bug 1093373 , e10s, fix and re-enable browser_bug647886 .js, r=gijs 2015-05-06 13:17:45 -04:00
Jordan Santell 91aa00f18a Bug 1154018 - Check to see that nsIURI's host exists when parsing location for framenodes, and cache failures. r=vp 2015-04-28 20:46:50 -07:00
Jordan Santell 527bedacaf Bug 1143027 - The performance tool tab highlights during a recording. r=vp 2015-04-27 15:59:22 -07:00
Jordan Santell 7d601ec5b3 Bug 1136945 - Convert GC events from memory actor to be emitted as pseudo-markers from the TimelineActor. Pull out the core of the MemoryActor into a bridge, so it does not have to be used over RDP. r=vp,fitzgen 2015-04-28 10:32:32 -07:00
Brian Grinstead a7893c2419 Bug 1153022 - Add trimOutput option to inplace editor;r=pbrosset
--HG--
rename : browser/devtools/shared/test/browser_inplace-editor.js => browser/devtools/shared/test/browser_inplace-editor-01.js
2015-04-29 17:27:19 -07:00
Jordan Santell b01ec40721 Bug 1132758 - Performance feature visibility now based on a per recording-basis, dependent on features enabled and server support. r=vp 2015-04-24 21:04:02 -07:00
Wes Kocher 45c25429f2 Merge m-c to inbound a=merge CLOSED TREE 2015-05-07 15:37:01 -07:00
Wes Kocher a72c5d5617 Backed out changeset 7ec5c7a4830f (bug 896139) for adding a test that times out a=merge
--HG--
extra : source : f8ad92bbeea604d2cd367773ca7c21e63900cc8d
2015-05-07 10:13:59 -07:00
Mark Goodwin f82bee04e1 Bug 1128607 - Add freshness check for OneCRL (r=keeler) 2015-05-07 18:54:05 +01:00
Abdelrhman Ahmed 73e9d3af3b Bug 1137422 - Hide rename root from context menu in WebIDE. r=jryans
--HG--
extra : rebase_source : 7349a6c89d5a2fbfca4aef693b1bf3a94b8e9d01
2015-02-27 16:46:00 -05:00
Tom Tromey 7ad4a0d1dd Bug 1050500 - Add entry reason to timeline marker. r=jsantell, r=smaug
--HG--
extra : rebase_source : 038e4e7ff6f18c6db193ada012eb162e075d6d69
2015-04-20 07:03:00 -04:00
Will Bamberg 3bf45dfbd2 Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset
--HG--
extra : rebase_source : 6383633d26384543286e4311a91cb26d4ce4bfd6
2015-04-21 16:28:00 -04:00
Dave Townsend 7b5d12ad46 Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
2015-03-31 11:32:40 -07:00
Felipe Gomes a81f49cb69 Bug 1129564 - [e10s] anchor navigation from the awesomebar removes the lock icon. r=dao 2015-04-24 14:15:42 -03:00
Kartikaya Gupta 4a51c4a66d Bug 1039866 - Follow-up to fix missing paren which busted some l10n stuff. r=me 2015-04-24 09:46:46 -04:00
Carsten "Tomcat" Book d9746cf0aa Merge mozilla-central to fx-team 2015-04-24 15:01:23 +02:00
Carsten "Tomcat" Book cdf101ec43 merge mozilla-inbound to mozilla-central a=merge 2015-04-24 14:37:13 +02:00
Shane Tomlinson 4b8dab2a11 Bug 1146724 - Use a SendingContext for WebChannels. r=MattN/markh 2015-04-24 16:07:33 +10:00
Dão Gottwald dc08d9fe3d Bug 1104165 followup, addressing review comment 2015-04-24 07:44:22 +02:00
Yash Mehrotra d2b3cf770e Bug 1088780 - Input field for templates URL now uses flex. r=jryans
--HG--
extra : rebase_source : 5acc9e288a3b28a71c7261e65878b4f899d75211
2015-04-23 23:18:27 +05:30
Tim Taubert 17a502b1e0 Bug 1134518 - Add test to ensure we don't lose shistory entries when switching a browser's remoteness r=Mossop 2015-04-23 15:42:55 +02:00
Mark Hammond d0e06bbecd Bug 1149729 - ignore more Sync login error states. r=adw 2015-04-24 11:49:22 +10:00
Mark Hammond 179b24467e Bug 1070115 - pass the uid and email address of the current FxA user to the account manage url. r=zaach 2015-04-24 10:51:20 +10:00
Matthew Noorenberghe 85e079584d Bug 1079554 - Test ignoring UITour messages from pages that aren't visible. r=Unfocused
--HG--
extra : rebase_source : 2b872f3c3c9fbe40101753cc386ebaccf9b6f7c9
2015-04-23 17:02:51 -07:00
Ian Moody 1028ac00f3 Bug 1134424 - Use the existing reference to the document in nsContextMenu.saveMedia() rather than unsafely creating a new one. r=gabor
--HG--
extra : rebase_source : 7ca6efe0e6d13e86e885dab531ccae97624e079c
extra : histedit_source : 3c195110262249d6246488124c9b944265b71d26
2015-04-21 16:23:41 +01:00
Ian Moody 2384c1d0ca Bug 1134424 - Use a message to safely get the dataURL of the canvas for saving media with e10s. r=gabor
--HG--
extra : rebase_source : 5944b7a929179c6f83909b4afe96896021cb8533
extra : histedit_source : 8cdd9e8e372a4eebbd6db2fd92e0e50cd00afa28
2015-04-21 23:09:03 +01:00
Mahdi Dibaiee def5ece8a6 Bug 1155113 - add ruleview-swatch class to expanded properties; r=pbrosset 2015-04-23 15:03:36 -07:00
Manraj Singh e4cfa4d611 Bug 728813 - Switch Help menu item to allow leaving Safe Mode when it's enabled. r=MattN 2015-04-23 12:21:00 -07:00
Jordan Santell 686a3ac373 Bug 1157718 - Do not use Array.prototype.includes in production code that leaves nightly in performance tool. r=fitzgen
--HG--
extra : rebase_source : 7bfd376ec38666a06d3f23fcd4bf7c0ada36898c
2015-04-23 14:46:00 -04:00
Jonas Jenwald 1610cef7d5 Bug 1112947 - Replace a setTimeout with an EventListener to fix an intermittent failure in browser/extensions/pdfjs/test/browser_pdfjs_navigation.js. r=mossop
This patch also fixes three small typos in the code. Two of them are trivial spelling errors, while the third one concerns the removal of an EventListener in the function |setZoomToPageFit|.

--HG--
extra : rebase_source : 0aa021964d54bce573ebcc2722849b2896dd3394
2015-03-28 23:55:21 +01:00
Ryan VanderMeulen 2874ac15cb Merge m-c to fx-team. a=merge 2015-04-23 17:25:20 -04:00
Ryan VanderMeulen c39b31d3fd Merge inbound to m-c. a=merge 2015-04-23 17:10:28 -04:00
Georg Fritzsche ad74040128 Bug 1150134 - Part 7: Only enable Telemetry ping archiving for Firefox Desktop. r=vladan 2015-04-23 19:22:28 +02:00
Tim Taubert 3a85704b48 Bug 1157235 - Remove unused sessionstore-state-write notification r=Yoric 2015-04-22 16:05:40 +02:00
Asaf Romano 3e864279a2 Bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions. r=mak 2015-04-23 16:34:55 +03:00
Tim Taubert f2ac8a39c3 Bug 1134518 - Add xpcshell test for shistory caps on clean shutdown and fix existing tests r=Yoric 2015-04-22 20:26:49 +02:00
Tim Taubert 864092309d Bug 1134518 - Cap shistory entries in the SessionWorker when shutting down r=Yoric 2015-04-22 18:41:32 +02:00
Tim Taubert bed2a2af1d Bug 1134518 - Send a state object instead of a string to SessionWorker.write() r=Yoric 2015-04-22 16:18:26 +02:00
Tim Taubert ec72549391 Bug 1134518 - Remove shistory capping code from SessionHistory.jsm r=Yoric 2015-04-22 15:51:34 +02:00
Joe Walker 9cc5a4d6b3 Bug 1128988 - runAt support for commands/converters; r=bgrins
--HG--
rename : browser/devtools/main.js => browser/devtools/definitions.js
2015-04-23 10:24:49 +01:00
Patrick Brosset 57a6320951 Bug 1152279 - Give the inspector sidebar a default size so it can be collapsed; r=miker
--HG--
extra : rebase_source : 5c83ca3af0b6c96cc022b8baf47df9cfd7e471f7
2015-04-21 15:29:49 +02:00
Marco Bonardo b51f67ee85 Bug 1104165 - "Switch to Tab" doesn't work for some encoded URIs. r=dao 2015-04-23 10:35:36 +02:00
Patrick Brosset e14d480a72 Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins
--HG--
extra : rebase_source : 26e692e502288ff38a6097e7312b7ab2ef9ab802
extra : histedit_source : c84759a2221e14c661a0009f4403ae605ffbc22b%2Cf46ec9753c17d9c613a287dc2f343d70c27dd62d
2015-04-23 10:34:01 +02:00
Patrick Brosset 2bea836101 Bug 1156767 - Report error message and continue loading other stylesheets even when a stylesheet fails; r=bgrins
--HG--
extra : rebase_source : 63407bc1271d7de0f79c34ae3f6bc434c15d8b5a
2015-04-22 18:04:48 +02:00
Carsten "Tomcat" Book 30b01a14e8 Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE 2015-04-23 09:09:30 +02:00
Carsten "Tomcat" Book 113727c6bc Backed out changeset 7f9114a84892 (bug 951651) for bc2 test bustage on a CLOSED TREE 2015-04-23 08:52:56 +02:00
Asaf Romano 7f68adcfa1 Bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions. r=mak. 2015-04-23 08:15:21 +03:00
Wes Kocher b43e5283da Merge m-c to fx-team a=merge 2015-04-22 17:27:15 -07:00
Wes Kocher a79764cf6b Merge inbound to m-c a=merge CLOSED TREE 2015-04-22 17:15:53 -07:00
Patrick Brosset b2a9538957 Bug 1155651 - Return all players below a node in getAnimationPlayersForNode; r=miker
Now when the front requests the list of AnimationPlayers for a node,
all players for this node + the nodes in its subtree are returned.
Also the mutationobserver starts observing all mutations in the node
and its subtree.

--HG--
extra : rebase_source : c419bd2f397617317fa9c9d0b7fd22f07abc12cf
2015-04-21 09:22:30 +02:00
Richard Marti f5a58eef24 Bug 1156913 - Use highlighttext color also for :active menus. r=Gijs
--HG--
extra : rebase_source : fa8854bd0029b900755b86d11e2e9826527b0845
2015-04-22 00:10:37 +02:00
Mahdi Dibaiee f7d08d3712 Bug 1149671 - Use alt/na/shift to step 0.1/1/10 at a time. r=pbrosset
--HG--
extra : rebase_source : 8905a064e9fef03301f4fb9efed6839c368e85d9
2015-04-21 02:30:00 -04:00
Dave Townsend 2fb50ac667 Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
extra : amend_source : 4aa3ae86e2afc75529e880ab962c67163405248b
2015-03-31 11:32:40 -07:00
Mark Banner 44f6b5d48e Bug 1153788 - Part 1 Opportunistically obtain encryption keys for FxA for Loop conversations context. r=mikedeboer 2015-04-22 19:17:15 +01:00
Mark Banner 3ca9465d75 Bug 1156201 - Reset the video dimensions cache when in initial room states to avoid issues with not correctly displaying video streams when a room is re-entered. r=mikedeboer 2015-04-22 19:17:15 +01:00
Sami Jaktholm 3108b22c58 Bug 1148893 - Remove old initialization methods from head.js. r=bgrins
--HG--
extra : rebase_source : 1a611debbb14a1c99e4abb1544de8d477c3906b0
2015-03-29 13:24:27 +03:00
Sami Jaktholm d797a3d945 Bug 1148893 - Make browser_styleeditor_opentab.js use the new initialization method. r=bgrins
--HG--
extra : rebase_source : de34f589be31ecbf1c1fd5aef24b1b89edecb2ea
2015-04-18 10:24:56 +03:00
Ryan VanderMeulen e18cc407f2 Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : 523a4f398be8a298db1a25bf0d4a892773efef82
2015-04-23 17:22:50 -04:00
Blake Kaplan e5a61bd5b1 Bug 1156939 - don't stash a reference to a CPOW and then spin the event loop. r=mconley 2015-04-23 13:24:56 -07:00
Kartikaya Gupta cd5b55f8d6 Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Kartikaya Gupta 96aa1c1f80 Bug 1039866 - Remove browser/metro. rs=gavin 2015-04-23 15:10:28 -04:00
Alessio Placitelli 2c61b7f645 Bug 1141052 - Only allow HTTPS urls in SelfSupportBackend. r=gfritzsche
--HG--
extra : rebase_source : 29d6efbac93b927b8de5e6cde484b413d97bdaa4
2015-03-10 03:52:00 -04:00
Jennifer Fong be62ea33bc Bug 1032984 - Fix Shift+Home/End/PageUp/PageDown to highlight value. r=bgrins
--HG--
extra : rebase_source : ce1c811725e43245729b2bf2b02cdf77257151ae
2015-04-21 09:28:00 -04:00
Mark Banner 4ae9c9ef17 Bug 1132222 - Add more metrics reporting to the Loop standalone UI. r=dmose 2015-04-22 08:51:46 +01:00
Wes Kocher 9adc1fecb8 Backed out changeset 3b48e1a81a17 (bug 1038068) for xpcshell orange even after a clobbering IGNORE IDL
--HG--
extra : amend_source : 086173e953ae46aa2292993601380ab04884b1ac
2015-04-21 18:21:52 -07:00
Dave Townsend f4b5328e0d Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). IGNORE IDL. r=dveditz
--HG--
extra : rebase_source : a48282c6b3f10391e9492d4f0a89cef8697ea622
extra : amend_source : 17c0645d0577dad789b2d9b4879459327fcef1f7
2015-03-31 11:32:40 -07:00
Mark Banner 88fb308441 Bug 1142587 - Implement indicators for context in conversations in the panel alongside room names. r=mikedeboer 2015-04-21 21:53:15 +01:00
Mark Banner 87a741e0a1 Bug 1145541. r=mikedeboer 2015-04-21 21:53:15 +01:00
Tim Nguyen 03088a350d Bug 1089428 - Allow script injection into source editor component. r=bgrins 2015-04-04 01:17:59 +02:00
Alexandre Poirot 474efd847b Bug 1022765 - Ensure ESC opens the split console on first try in the inspector. r=pbrosset 2015-04-21 13:01:40 -07:00
André Reinald 1394d77b29 Bug 1075160 - Support action: reset a pref to the default setting r=gfritzsche, r=bholley 2015-04-16 17:00:14 +02:00
Brian Grinstead 7a4f3e1cd2 Bug 1155971 - rename userStylesSearch to filterStylesPlaceholder;r=pbrosset 2015-04-21 11:18:02 -07:00
Brian Grinstead c74d85170c Bug 999299 - Remove '[]' from the autoCloseBrackets config for Style Editor sourceeditor;r=mratcliffe 2015-04-21 08:17:45 -07:00
David Rajchenbach-Teller 15afd14713 Bug 1153657 - Performance Monitoring is not ready to ride the trains. r=yoric 2015-04-18 14:26:13 +02:00
Mark Banner e884167ff5 Follow-up to bug 1142514 - make the pref name checks match the real pref name even though its spelt wrong. rs=mikedeboer over irc. 2015-04-21 15:40:01 +01:00
Michael Ratcliffe b66e2c69f8 Bug 1136257 - Shift-click to switch between color unit format in place. r=bgrins 2015-04-17 11:53:06 +01:00
Ian Moody 1b0368b7b5 Bug 1141734 - Pass this.browser into PrintUtils.print() in nsContextMenu.printFrame(). r=gabor
--HG--
extra : transplant_source : %D0%03%7D%B1%BC%28%9D%26%C3%D2%7Ci%F0%2CI%E4%C3%A7%F2/
2015-04-15 22:44:50 +01:00
Ian Moody 276e43ea5c Bug 1140859 - Pass the outerWindowID into nsContextMenu.saveHelper() and use that to get the window, rather than unsafely accessing doc.defaultView. r=gabor
--HG--
extra : transplant_source : %05%1C%0C%25%17%E5o%C9%06%13R%92%20u%BB%F0z%86%1A%B6
2015-04-12 11:05:32 +01:00
Ian Moody 876b457646 Bug 1140859 - Pass the safe documentURIObject into nsContextMenu.saveHelper() rather than unsafely accessing it on the document. r=gabor
--HG--
extra : transplant_source : %D8%A7%D02%9D%12%B0%E6%8FSr%1E%3F%08%EC%DDWU%04%AF
2015-04-11 10:51:09 +01:00
Carsten "Tomcat" Book 34eac73c74 Merge mozilla-central to fx-team 2015-04-21 15:35:04 +02:00
Carsten "Tomcat" Book c560e33395 Merge mozilla-central to mozilla-inbound 2015-04-21 12:38:27 +02:00
Wes Kocher 4b97517c7c Merge m-c to fx-team a=merge CLOSED TREE 2015-04-20 17:19:07 -07:00
Wes Kocher 1d3fd84d27 Merge fx-team to m-c a=merge CLOSED TREE 2015-04-20 17:04:09 -07:00
Simon Montagu bfb5cc9a66 Bug 1139306: Fix margin sides for right-to-left scrollbars depending on the actual position of the scrollbar as determined by layout.scrollbar.side, r=tn 2015-04-21 11:32:01 +03:00
Justin Dolske 93709a1e36 Bug 1155515 - Disable Reading List and RL Sync on all channels. r=markh 2015-04-20 15:54:49 -07:00
Wes Kocher 5c3f9ff266 Backed out changeset b09423cfc86b (bug 1098374) for dt orange 2015-04-20 15:40:48 -07:00
Timothy Nikkel ce7dd8ac13 Bug 1155940. Silly typo fix in test. 2015-04-20 11:57:06 -05:00
Marco Bonardo 9b2ba80009 Bug 1094876 - Migrators should use new Bookmarks.jsm API. r=ttaubert 2015-04-20 16:32:49 +02:00
Mike de Boer 5b23883e24 Bug 1142514: add tests for the context views in the Loop conversation window. r=Standard8
--HG--
extra : rebase_source : 76e148a26e02f04f25d4880e28af997ee2e23e41
2015-04-21 12:07:02 +02:00
Mike de Boer 0925485637 Bug 1142514: show context information in the Loop conversation window. r=Standard8
--HG--
extra : rebase_source : a0f3858298ca9f8d3f2543017134830d1099b1e7
2015-04-21 12:06:59 +02:00
John Kang 0dbd2d45d6 Bug 1143074 - "Inspector search box can't find nodes with IDs/classes that include CSS reserved characters" [r=pbrosset] 2015-04-21 02:56:00 +02:00
Cedric Raudin 8639337053 Bug 1079697 - Remove obsolete jshint messages in Loop code. r=Standard8 2015-04-21 09:35:03 +01:00
Alexandre Poirot 42cdd64c7b Bug 1145049 - Cleanup correctly tests run from browser/devtools/shared/test. r=bgrins 2015-04-18 09:39:07 +02:00
Alexandre Poirot 8e70b1f251 Bug 1145049 - Fix browser_toolbar_webconsole_errors_count when run independently. r=bgrins
DeveloperToolbar.show now returns a promise.

This code was missed during the refactoring as it wasn't executed
because some previous test wasn't cleaning up correctly and the toolbar was still on.
2015-04-18 09:39:07 +02:00
Wes Kocher 0d38675c84 Backed out changeset d321fbee8cd8 (bug 1136257) for being the probably cause of e10s-dt orange 2015-04-20 13:42:48 -07:00
Marco Bonardo ea323040f5 Bug 1155705 - Safari bookmarks migration is broken. r=Gijs 2015-04-17 21:22:40 +02:00
Patrick Brosset 6663c08566 Bug 1155172 - Intermittent browser_webconsole_notifications.js; r=past
--HG--
extra : rebase_source : a7765b76ac1446be1d326d21003830fda78d3903
extra : histedit_source : 2461745805baf143cc3b4e1ae30d67fdf0d95219
2015-04-20 11:53:03 +02:00
Mike de Boer 78f7ca030d Bug 1155561: ignore body clicks on dropdown menu buttons, to make dropdowns in Loop windows toggle properly. r=Standard8 2015-04-17 17:29:49 +02:00
Brian Grinstead 05d8be44f6 Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types
This option helps avoiding blank inspector situations when trying to use the right-click ctx
menu in the browser to inspect an element *while* the page is reloading.
2015-04-15 13:49:00 +02:00
Tim Taubert 2720b4d9f6 Bug 1152341 - Failure to read one of the session file candidates shouldn't stop us from trying further r=Yoric 2015-04-15 15:27:12 +02:00
James Lai a81f54f037 Bug 1155956 - Remove unused private browsing mask icons. r=dao 2015-04-19 13:02:43 +02:00
Zach Miller 1883a2482c Bug 1142563 - Clean up global scope pollution from browser-loop.js. r=dao 2015-04-19 12:37:49 +02:00
Phil Ringnalda 16abe9e8ad Merge m-c to f-t 2015-04-18 17:06:13 -07:00
Phil Ringnalda 8747c26535 Merge f-t to m-c, a=merge 2015-04-18 16:46:44 -07:00
Dão Gottwald aa8a1c9e9f Bug 1155642 - Windows XP showing several tiny icons per toolbar button when using Luna Silver with high DPI, r=gijs
--HG--
extra : histedit_source : 09a211adeb54a1c36d2895f3d5b35c96baf964a2
2015-04-18 00:13:00 +01:00
Gijs Kruitbosch 32632ad9c0 Bug 1150520 - disable EME for Windows XP, r=dolske
--HG--
extra : rebase_source : e445e26f4a9f6a429c5ca27320d7967ab5c6f3e6
extra : histedit_source : c5be3a53d2c255515f55b6c64474e7fc4bd5b053
2015-04-17 11:57:22 +01:00
Gijs Kruitbosch 0430b12ca6 Bug 1141031 - fix in-content prefs dialogs overflowing, r=jaws
--HG--
extra : rebase_source : 57bf8e310b3ed8b1db472ec24f5bd9ff60b106dd
2015-04-16 19:51:04 +01:00
Ryan VanderMeulen bafac6e86d Merge m-c to fx-team. a=merge 2015-04-17 16:03:31 -04:00
Ryan VanderMeulen 86aee22968 Merge inbound to m-c. a=merge
--HG--
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
2015-04-17 15:44:37 -04:00
Dão Gottwald 902c459720 Bug 1147805 - Add Learn More link to the add-on install confirmation doorhanger. r=dtownsend 2015-04-17 20:19:08 +02:00
Jennifer Fong 7836d45e7a Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins 2015-04-17 11:03:24 -07:00
Patrick Brosset e44cbdba90 Bug 1155553 - Fixes animationinspector regression with actor-capabilities detection; r=bgrins
--HG--
extra : rebase_source : 31a4ed8dc5ed85a11c95e4a895955d2ac5c19b43
2015-04-17 10:14:14 +02:00
Willian Gustavo Veiga 84ee31c3a4 Bug 1155077 - openLinkNewTab.label should be "Open Link in New Tab";r=bgrins 2015-04-17 07:06:52 -07:00
Patrick Brosset b9a03f7e0e Bug 1149999 - 1 - Display transition names in animation-panel now that they have names; r=past
The WebAnimations API now returns names for CSS transitions too. The existing mechanism
in the animation-panel doesn't need to be changed for these names to appear, but some
comments needed modifying.

--HG--
extra : rebase_source : 2ae4d1dd747ad9cf630ec6ed5449a8fc33263004
extra : histedit_source : df40d357379ea965e6ab4095806ee5e4b98cf991
2015-04-16 10:41:37 +02:00
Patrick Brosset 292adfbff7 Bug 1121528 - Avoid the inspector going blank when quickly navigating; r=bgrins
This prevents the WalkerActor from failing at handling various requests when
those requests are about DeaedNodes. Indeed, the async nature of the devtools
protocol means that the client could be asking for information about a node that
doesn't exist anymore because it was part of a page that was navigated away from.
The WalkerActor should know how to deal with such cases, so the patch adds a
number of early returns and a new test for them.
This helps avoiding the inspector-panel from going blank in some edge cases.

--HG--
extra : rebase_source : 26ef72eee71334f6fe467d46a486768296035b8a
extra : histedit_source : 697ddbd179ec2992706f20ca7baccbd4f90f9175%2C6e1130e38ed538809f3ee16fd9a5291fe60a85c1
2015-04-17 12:09:58 +02:00
Mike de Boer a27986070d Bug 1152733: Convert all Loop keyed histograms to be enumerated types and opt-out, which helps reporting tremendously. r=vladan,dmose 2015-04-17 11:14:55 +02:00
Chirag Bhatia 6c65395116 Bug 1152281 - Playback rate in animations inspector panel is unreadable in dark theme. r=pbrosset 2015-04-16 09:52:00 +02:00
Mark Banner 953a35523a Bug 1154708 - Drop renaming conversations from the Loop panel. r=dmose 2015-04-17 08:34:02 +01:00
Mark Banner 7ac65d0a85 Bug 1154806 - Loop's ui-showcase has stopped scrolling since bug 1132301. r=mikedeboer 2015-04-17 08:34:02 +01:00
Mark Banner 247a6d3aa7 Bug 1153630 - Allow buttons in the Loop panel to be bigger if required as L10n needs. r=dmose 2015-04-17 08:34:02 +01:00
Jared Wein 6694af17da Bug 1156114 - Properly escape regex for the readerViewTrigger.
--HG--
extra : rebase_source : ca257fe785d24bf2464a99c08a9a070b407908c8
2015-04-20 11:43:34 -07:00
Tom Tromey d48f66c123 Bug 1096908 - forward network security messages to the content process; r=hurley
--HG--
extra : rebase_source : 8b44bcac632a2170f4d4eeb45aff1f0b751621fa
2015-04-20 11:42:09 -07:00
Patrick Brosset 63849335b6 Bug 1153635 - Focus first focusable element in MarkupContainer when line is clicked; r=bgrins
--HG--
extra : rebase_source : 4bdd717a25de97393de39cee31fa0ae62e37cba8
2015-04-20 17:49:11 +02:00
Wes Kocher 501075782d Backed out changeset dbee7cf7e96f (bug 1096908) for bustage 2015-04-20 11:22:21 -07:00
Jan Keromnes 06b8c90f7c Bug 1150697 - Fix confusing messages in Network Monitor tests. r=bgrins 2015-04-20 11:10:09 -07:00
Jan Keromnes d72e8a4ead Bug 1150697 - Add IP address to the Network Monitor domain tooltip. r=bgrins 2015-04-20 11:10:05 -07:00
Michael Ratcliffe 40cecd0bac Bug 1136257 - Shift-click to switch between color unit format in place r=bgrins 2015-04-17 11:53:06 +01:00
Michael Ratcliffe c90ba68148 Bug 1136155 - Alpha-sort events in the events popup r=pbrosset 2015-04-17 16:08:11 +01:00
Michael Ratcliffe 881804bd7f Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=harth,bgrins 2015-04-16 10:17:26 +01:00
Tom Tromey 837eed6a5a Bug 1096908 - forward network security messages to the content process; r=hurley 2015-04-20 11:09:34 -07:00
Tim Taubert 42b1229275 Bug 1129498 - Replace remove_all_bookmarks() with .eraseEverything() r=mak 2015-04-20 12:29:37 +02:00
Sami Jaktholm 866040ac36 Bug 1148893 - Part 20 - Clean up browser_styleeditor_sv_resize.js and make it test something useful. r=bgrinstead 2015-04-18 08:26:14 +03:00
Timothy Nikkel 8b3d6a3dc6 Bug 1155940. Make browser_354894_perwindowpb.js wait for load and SSTabRestored after doing undoCloseTab. r=ttaubert 2015-04-20 10:05:46 -05:00
Mike Hommey fab981bebc Bug 1155476 - Update sccache to 155c926 2015-04-18 09:01:44 +09:00
Drew Willcoxon 130cd1016f Bug 1154850 - Fix "Backoff request had non-numeric value: None" log message in desktop reading list sync scheduler. r=mhammond 2015-04-16 16:12:00 +02:00
Yury Delendik e7c5220160 Bug 1154731 - Update Shumway to version 0.10.346. r=till 2015-04-15 22:04:58 -05:00
Sami Jaktholm f007a5b5b9 Bug 1148893 - Part 19 - Clean up browser_styleeditor_autocomplete.js and split disabled autocomplete test into separate file. r=bgrinstead 2015-04-04 11:42:21 +03:00
Sami Jaktholm 7240423cf8 Bug 1148893 - Part 18 - Clean up browser_styleeditor_bug_740541_iframes.js. r=bgrinstead 2015-04-04 11:13:09 +03:00
Sami Jaktholm 3d7d7eb730 Bug 1148893 - Clean up browser_styleeditor_bug_851132_middle_click.js. r=bgrinstead 2015-04-04 11:44:28 +03:00
Sami Jaktholm 03a3a5f492 Bug 1148893 - Part 16 - Clean up browser_styleeditor_enabled.js. r=bgrinstead 2015-04-04 11:46:19 +03:00
Sami Jaktholm 0f1748c66f Bug 1148893 - Part 15 - Clean up browser_styleeditor_filesave.js. r=bgrinstead 2015-04-04 10:13:24 +03:00
Sami Jaktholm 542b80e07b Bug 1148893 - Part 14 - Clean up browser_styleeditor_import.js. r=bgrinstead 2015-04-04 10:06:49 +03:00