Patrick Brosset
25bcad199c
Bug 1074836 - 3 - Fix the browser ctx-menu inspector test with e10s; r=bgrins
2015-02-09 10:03:06 +01:00
Patrick Brosset
cf7d250aca
Bug 1074836 - 2 - Disable the gcli related test in browser/devtools/inspector with e10s; r=me
2015-02-09 10:03:06 +01:00
Patrick Brosset
b0464366bf
Bug 1074836 - 1 - Use both actorID and connPrefix to retrieve the right highlighter actors during inspector tests; r=miker
2015-02-09 10:03:06 +01:00
Phil Ringnalda
d051edbe20
Back out c6aca5f18fdf (bug 1044597) for test failures
...
CLOSED TREE
2015-02-08 21:29:33 -08:00
Jared Wein
b5c53cd373
Bug 1044597 - Limit the minimum size of subdialogs in the in-content preferences. r=Gijs
...
--HG--
extra : rebase_source : dea2def9ce68d71531521d345d4bea7c046ea498
2015-02-08 23:04:43 -05:00
Phil Ringnalda
4ae95aae6b
Merge m-i to m-c, a=merge
2015-02-08 17:40:44 -08:00
Yury Delendik
6db8817415
Bug 1130737 - Update Shumway to version 0.9.3775. r=till
2015-02-07 09:53:12 -06:00
Phil Ringnalda
4bbde3d208
Merge f-t to m-c, a=merge
2015-02-07 18:00:22 -08:00
Phil Ringnalda
d2d401d355
Merge m-c to f-t
2015-02-07 09:00:06 -08:00
Phil Ringnalda
5299711df0
Merge f-t to m-c, a=merge
2015-02-07 08:55:02 -08:00
Phil Ringnalda
c456d08848
Merge m-i to m-c, a=merge
2015-02-07 08:45:54 -08:00
ffxbld
e7f393ef70
No bug, Automated blocklist update from host bld-linux64-spot-075 - a=blocklist-update
2015-02-07 03:24:42 -08:00
Jordan Santell
1d8c963c58
Bug 1130671 - clean up some test regressions in perf++ tool. Add toString methods for views for help rendering in tests. r=vp
...
From 88da44a4dfe3593dad339dc043986108e012f32c Mon Sep 17 00:00:00 2001
2015-02-06 17:45:32 -08:00
Wes Kocher
37dc6c9583
Merge inbound to m-c a=merge CLOSED TREE
2015-02-06 14:44:10 -08:00
Tim Taubert
66d07205ed
Bug 1118279 - Remove browser_customize_popupNotification.js r=gavin
2015-02-06 18:17:10 +01:00
Phil Ringnalda
eba3b0662f
Merge m-c to f-t
2015-02-07 18:06:59 -08:00
Ryan VanderMeulen
64e01e7296
Merge m-c to inbound. a=merge
2015-02-06 11:36:03 -05:00
Olli Pettay
e964974938
Bug 1124245, nsGlobalWindow::IsActive shouldn't depend on the state in nsFocusManager, r=Enn
...
--HG--
extra : rebase_source : 5fcd4611cc73651d9f7d1d498808847f26ff1d6b
2015-02-06 18:26:29 +02:00
Ryan VanderMeulen
306a1550a3
Merge inbound to m-c. a=merge
2015-02-06 09:06:38 -05:00
Mike de Boer
6350c90ad0
Bug 1091785: make sure the info panel anchors to the overflow chevron if needed. r=jaws
2015-02-06 12:09:55 +01:00
Tim Taubert
50e5e3f6ac
Backed out changeset 470368b135b7 (bug 1118279)
2015-02-06 11:36:07 +01:00
Ian Moody
4f06461dbd
Bug 1129930 - JavaScript error: chrome://browser/content/preferences/in-content/preferences.js, line 82: TypeError: getComputedStyle(...) is null. r=Gijs
2015-02-05 16:48:46 +00:00
Avijit Gupta
24be2ecfb3
Bug 1091117 - Used 2x png for about:newtab through media query. r=adw
2015-02-06 02:12:41 +05:30
Tim Taubert
6b165afa93
Bug 1118279 - Fix intermittent browser_customize_popupNotification.js failures r=gavin
2015-02-05 21:44:13 +01:00
Victor Porof
8a79879b02
Bug 1130040
- Remove undefined reference to EVENTS.RECORDING_CREATED in performance-controller.js, r=me
2015-02-05 21:51:35 -05:00
Wes Kocher
834e2d3042
Merge inbound to m-c a=merge CLOSED TREE
2015-02-05 16:55:01 -08:00
Mark Banner
b459d5b70b
Bug 1045495 - Loop's link clicker UI needs new UX for notification of non supported platform. r=mikedeboer
2015-02-05 19:35:12 +00:00
Mark Banner
8a4d155f4d
Bug 1098355 - Change the functions in Loop's shared.utils.Helper to be accessible from the global state and avoid passing the helper down through the component props tree. r=mikedeboer
2015-02-05 19:35:12 +00:00
Victor Porof
ea80a3b8c4
Bug 1129539 - stopwatch icon in landing/recording panes in perf++ tool has padding issue in OSX, r=jsantell
2015-02-05 14:34:40 -05:00
Dave Townsend
fcf968baa0
Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
...
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.
Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported
--HG--
rename : browser/components/sidebar/nsSidebar.js => toolkit/components/search/nsSidebar.js
extra : rebase_source : 3e9caa49383e78e73e5f111ff09fb063f2cfa7c0
2015-02-02 12:15:26 -08:00
Victor Porof
f2efa98b2c
Bug 1121192 - Mouse events sometimes don't fire in the canvas graphs, r=jsantell
2015-02-06 13:26:10 -05:00
Victor Porof
2ad4bcd235
Bug 1130276 - Add an 'invert flame graph' option to go along with 'invert call tree', r=jsantell
2015-02-06 13:26:08 -05:00
Victor Porof
32eac95fb7
Bug 1130278 - The 'show-platform-data' pref is irrelevant for memory call trees, r=jsantell
2015-02-06 13:23:18 -05:00
Victor Porof
760c3412d4
Bug 1130274
- JS and Memory flame graphs get rerendered but don't actually change when prefs are modified, r=jsantell
2015-02-06 13:23:02 -05:00
Victor Porof
6e39e2e504
Bug 1130273 - PerformanceView._onClearButtonClick listener is never removed from _clearButton, r=jsantell
2015-02-06 13:21:48 -05:00
Victor Porof
f3b1d4393a
Bug 1130272 - OverviewView._onGraphSelecting doesn't need to check if a recording is available, r=jsantell
2015-02-06 13:21:41 -05:00
Victor Porof
b430914141
Bug 1130270 - Waterfall view doesn't need to be cleared when a recording is started in the new performance tool, r=jsantell
2015-02-06 13:21:29 -05:00
Victor Porof
95ac757463
Bug 1129187 - Initialize all the overview graphs and detail views lazily, r=jsantell
2015-02-06 13:20:19 -05:00
J. Ryan Stinnett
ba559120ac
Bug 1126965 - Show QR code for WiFi auth in WebIDE. r=past
2015-02-06 12:09:39 -06:00
Gijs Kruitbosch
806945722a
Bug 1111148 - show doorhanger for EME being played back, r=florian
...
--HG--
extra : rebase_source : 1b441c55e6e78b6096977dc25dd232c3c6bb653c
2015-02-04 17:13:38 +00:00
Ryan VanderMeulen
98f6a09ef5
Merge m-c to fx-team. a=merge
2015-02-06 11:36:31 -05:00
Gijs Kruitbosch
de88c62ae8
Bug 1130007 - fix layout of general pane on OS X, r=jaws
...
--HG--
extra : rebase_source : a9374eb75bf3296935641eb34628d14acc0c463e
2015-02-06 14:34:17 +00:00
Jordan Santell
178c4ba00b
Bug 1128859
- Memory allocation views are only enabled if 'enable-memory' preference is on. r=vp
...
From bca130324429144e7f92d6c058600cf378717106 Mon Sep 17 00:00:00 2001
2015-02-04 15:20:04 -08:00
Jared Wein
523ceeb263
Bug 1115227 - Loop: add part of the UITour PageID to the Hello tour URLs as a query parameter. r=MattN
...
--HG--
extra : rebase_source : a12dfc2cb6789bde8953cad78f1746076eb9216f
2015-01-31 18:17:13 -05:00
Bob Owen
1a4af9dc4c
Bug 1127230: Change the NPAPI sandbox prefs to integers to indicate the level of sandboxing. r=bsmedberg
2015-01-30 17:48:15 +00:00
Avi Halachmi
6be44da368
Bug 1120650: add telemetry probe for slow script notices. r=vladan, r=billm
2015-02-06 16:02:37 +02:00
Brian Grinstead
87b8d47c5d
Bug 1093820 - Update Dev Edition theme in Windows to match latest mockups;r=Gijs
2015-02-06 15:32:48 -08:00
Wes Kocher
8dfdbb45dd
Merge m-c to fx-team a=merge CLOSED TREE
2015-02-06 14:57:26 -08:00
Brian Grinstead
ff610ddba5
Bug 1121723 - change width and margin of tab separators for devedition to prevent tab jittering in customize mode;r=MattN
2015-02-06 14:53:50 -08:00
Mike Taylor
bed25f8083
Bug 1129055 - Make headers summary URL value selectable. r=vporof
2015-02-06 13:30:37 -08:00
Tim Taubert
2989e9ca45
Bug 1094853 - Convert chrome tests in browser/components/places to Bookmarks.jsm API r=mak
2015-01-28 17:36:46 +01:00
Dave Townsend
425a83de72
Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe
...
--HG--
extra : rebase_source : beda0088e7715eeb41525b0123f308068745bd80
2015-02-05 08:09:15 -08:00
Avijit Gupta
4bc0047497
Bug 934748 - Refactored browser_popupNotification_3.js to use addProgressListener+executeSoon rather than addTabsProgressListener. r=smacleod
2015-02-04 00:26:22 +05:30
Tim Taubert
046ff0b5b4
Bug 1129697 - Fix browser_555547.js r=mak
2015-02-05 14:19:41 +01:00
Jared Wein
ffe427c125
Bug 1128177 - Dialog to clear data when exiting Firefox needs more space between two columns (in-content preferences). r=Gijs
...
--HG--
extra : rebase_source : 6e348fb56dfdd0cb7e6ea80a4a02464792655c71
2015-02-05 09:09:23 -05:00
Gijs Kruitbosch
4462183c09
Bug 1127288 - fix test failure caused by conditional DRM content hiding, rs=bustage on a CLOSED TREE
...
--HG--
extra : amend_source : c3eb8a7d6738516845d1c0d9db933fb243f43f57
2015-02-05 13:39:06 +00:00
Gijs Kruitbosch
ea5e7de4d5
Bug 1127288 - add header for DRM checkbox, fix link alignment, r=dolske
2015-01-31 10:36:54 +00:00
Paolo Amadini
c3952b24ed
Bug 1114624 - Don't register the legacy nsIDownloadManager implementation of nsITransfer by default anymore. r=mak,marco,margaret,fabrice
2015-02-05 11:19:01 +00:00
David Rajchenbach-Teller
cd68187d3f
Bug 1005870 - Adding a copy() command to the console;r=robcee
2015-02-04 18:53:40 -08:00
Zachary Carter
3154b578e0
Bug 1127638 - Provide a way to get an OAuth token for a set of desired scopes for the currently logged in user r=markh
2015-02-05 13:31:23 -08:00
Mark Hammond
2650fad672
Bug 1126911 - Avoid postMessage from content in browser_aboutAccounts.js and browser_aboutHealthReport.js. r=Gijs
2015-02-05 11:07:40 -08:00
Ryan VanderMeulen
cc0521ed21
Bug 1116457 - Skip browser_history_sidebar_search.js on Linux and OSX e10s due to frequent intermittent failures.
2015-02-05 12:17:35 -05:00
Ryan VanderMeulen
accc320c5f
Bug 1029545
- Disable browser_dbg_variables-view-popup-14.js for frequent failures on all platforms.
2015-02-05 12:17:34 -05:00
Mike Connor
38bd36d34c
bug 1126511 - update Yahoo search plugins to use per-access point tags for better reporting/analysis, Fennec portion, r=margaret/mfinkle
2015-02-05 11:24:54 -05:00
Mike Connor
337218b59d
Bug 958874 - Use HTTPS for Bing search, r=gavin
2015-02-03 01:07:06 -05:00
Jordan Santell
ad68417609
Bug 1120800 - Clear button now clears out all recordings and
...
From 2b0d8712c363893515e181de147ac3c8e0c51890 Mon Sep 17 00:00:00 2001
stops current recording. r=vp
2015-02-04 13:35:31 -08:00
Florian Quèze
9666da8e38
Bug 1102038 - the 'Change Search Settings' button and the open search items cannot be used via the keyboard, r=Mossop.
2015-02-05 00:08:19 +01:00
Florian Quèze
d746e2e2d8
Bug 1126816 - a search started before the search panel opens goes to the previously selected one-off engine, r=Mossop.
2015-02-05 00:08:19 +01:00
Florian Quèze
bb2f6788d4
Bug 1124904 - cleanup keyboard navigation in the new search panel - separate the logic moving the selection from the logic examining at the keyboard events, r=Mossop.
2015-02-05 00:08:19 +01:00
Florian Quèze
6c7c393499
Bug 1124904 - cleanup keyboard navigation in the new search panel - simplify the 'selected' attribute handling, r=Mossop.
2015-02-05 00:08:19 +01:00
Florian Quèze
a98e61e293
Bug 1124900 - add tests for keyboard navigation in the search panel, r=Mossop.
2015-02-05 00:08:19 +01:00
Wes Kocher
6eb63d75a3
Backed out 7 changesets (bug 1047603) for mn-e10s and bc1-e10s bustage
...
Backed out changeset 38c6689adcbb (bug 1047603)
Backed out changeset 931b3b52e8e8 (bug 1047603)
Backed out changeset 9346f1b17ff2 (bug 1047603)
Backed out changeset 02dbbf0b017f (bug 1047603)
Backed out changeset a4ec7ded1155 (bug 1047603)
Backed out changeset dfe6ac341eb3 (bug 1047603)
Backed out changeset d846a8ebe879 (bug 1047603)
2015-02-04 15:05:19 -08:00
Drew Willcoxon
38fdeebcee
Bug 1120716 - Offer "learn more" links in the legacy-Sync-to-FxA migration UI. r=markh,Unfocused
2015-02-04 13:59:47 -08:00
Mike Conley
5655f5bf86
Bug 1047603 - Fix browser_394759_behaviour.js test. r=ttaubert.
...
Turns out this test wasn't accustomed to newly created windows having
initially non-remote browsers, and that we need to wait for them to
redirect and restore in the content process before we can properly
serialize the window.
--HG--
extra : rebase_source : 109fe1312a3014ef2036e4ed9cfb4d08b6c4f45e
2015-01-26 15:21:34 -05:00
Chris Peterson
6d54bd3f21
Bug 1129321 - Remove nonstandard let blocks from browser. r=ttaubert
2015-01-24 23:39:14 -08:00
Masatoshi Kimura
562649fe82
Bug 1128227 - Add a static TLS insecure fallback whitelist. r=keeler
2015-02-07 13:03:23 +09:00
Christoph Kerschbaumer
d64d5119b5
Bug 1087726: Make JS callers of ios.newChannel call ios.newChannel2 in browser/ - tests (r=gijs)
2015-02-06 13:54:28 -08:00
Phil Ringnalda
2b23fe6925
Merge m-c to m-i
2015-02-07 08:59:00 -08:00
Tom Schuster
363b86bc65
Bug 1130466 - Add tooltip to console log-line icon. r=jryans
2015-02-07 16:23:14 +01:00
Mike Conley
e316b4716b
Bug 1047603 - Disable test browser_bug880101.js for e10s. r=Mossop.
...
--HG--
extra : rebase_source : 5297b1ca77903ff4f369023d6d54518397c490d5
2015-01-18 00:38:08 -05:00
Mike Conley
7479c4a642
Bug 1047603 - Fix passing xul:tab in the initialization of a new e10s window. r=Mossop.
...
We need to force the initial browser window to be remote right away if the browser
being torn into a new window is remote.
--HG--
extra : rebase_source : e7a5b90139d04a86edcc0f2349a05cfb77d73c03
2015-01-14 14:22:01 -05:00
Mike Conley
3ea8855272
Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.
...
--HG--
extra : rebase_source : 2cfa3204942a1dccbc1710ef6f49ef402b7800b9
2015-01-13 17:05:54 -05:00
Mike Conley
11f4fe6150
Bug 1047603 - Regression test. r=Mossop.
...
Disabled on Linux without e10s on by default because e10s windows cannot be
opened without OMTC being enabled. OMTC is force-enabled for Linux when e10s
is on by default.
--HG--
extra : rebase_source : 8386ace51fe25b359adb15b1b22a507db7539131
2015-01-29 17:27:23 -05:00
Mike Conley
f29a888986
Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
...
--HG--
extra : rebase_source : 48bb98774b35daa2dda0edf017734c645e2ea32e
2015-01-13 17:24:52 -05:00
Mike Conley
0e6afcdfd5
Bug 1047603 - Non-remote tabs and chrome in e10s windows do not handle target=_blank or window.open links properly. r=Mossop.
...
--HG--
extra : rebase_source : 11cca5713e6fe35c1caf7d2ca306cfab8cb2c941
2015-01-29 17:27:07 -05:00
Ryan VanderMeulen
b91eec65b4
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-02-04 15:04:23 -05:00
Tooru Fujisawa
47879ec69e
Bug 1108930 - Part 5: Call Map and Set with new in devtools. r=fitzgen
2015-02-05 00:59:15 +09:00
Tooru Fujisawa
70c1c91d11
Bug 1108930 - Part 4: Call Map with new in browser. r=felipe
2015-02-05 00:59:15 +09:00
Carsten "Tomcat" Book
920952d8c4
merge mozilla-inbound to mozilla-central a=merge
2015-02-04 14:10:05 +01:00
Mark Hammond
593aa0f0dc
Bug 1097406 - FHR data for sync migration. r=adw/gfritzsche
2015-02-04 17:36:44 +11:00
David Anderson
fe18c25a8f
Remove apz.subframe.enabled and assume it is always true. (bug 1128761, r=kats)
2015-02-03 15:02:04 -08:00
Tim Taubert
ae46bb187d
Bug 1094846 - Convert xpcshell-tests in browser/components/places to Bookmarks.jsm API r=mak
2015-01-27 12:29:28 +01:00
Carsten "Tomcat" Book
a70e818eb9
Merge mozilla-central to fx-team
2015-02-04 15:06:57 +01:00
Patrick Brosset
6c5fdc6b5a
Bug 1120899 - Extract the animationplayer meta-data UI to a refreshable component; r=bgrins
2015-02-04 14:03:29 +01:00
Jordan Santell
bba8fe8c3e
Bug 1120699 - Implement panel state toggling in performance tool. r=vp
...
From f35d8e97b0b87d938c7bd37eb64ec5f5c32d8352 Mon Sep 17 00:00:00 2001
2015-02-03 15:35:48 -08:00
Birunthan Mohanathas
2d111ab8df
Bug 1122044 - Remove unreferenced moz.build files. r=mshal
2015-01-21 20:15:59 +02:00
Daniel Holbert
09771b2a17
Bug 1128838: Add extra layer of parens around assignment in loop condition, in ViewHelpers.jsm. r=vporof
2015-02-03 08:16:37 -08:00
Paul Adenot
b40239c553
Bug 1128494 - Change the default panning model of the PannerNode to "equalpower". r=smaug
...
--HG--
extra : rebase_source : 34877a4b518ac354cf1732a16f70b1659986aabc
2015-02-03 11:25:37 +01:00
Carsten "Tomcat" Book
06d8160838
merge fx-team to mozilla-central a=merge
2015-02-03 14:36:21 +01:00
Victor Porof
7cb6cdcf37
Bug 1077469 - Build flame graph for memory allocations view, r=jsantell
2015-02-02 21:29:46 -05:00
Victor Porof
8799c47957
Bug 1077461 - Build call tree for memory allocations view, r=jsantell
...
--HG--
rename : browser/devtools/performance/test/browser_perf-options-invert-call-tree.js => browser/devtools/performance/test/browser_perf-options-invert-call-tree-01.js
rename : browser/devtools/performance/views/details-call-tree.js => browser/devtools/performance/views/details-js-call-tree.js
rename : browser/devtools/performance/views/details-flamegraph.js => browser/devtools/performance/views/details-js-flamegraph.js
2015-01-28 14:30:32 -05:00
Victor Porof
4e7fdc601c
Bug 1127487 - FrameNode.prototype.getInfo should be able to parse columns in locations, r=jsantell
2015-02-02 19:53:27 -05:00
Wes Kocher
c0eed67f39
Backed out changeset 21a0484b3fa7 (bug 1115227) for frequent bc1 failures on a CLOSED TREE
2015-02-02 19:32:32 -08:00
Mark Banner
18958e9d0d
Bug 1122032
Part 3 - Automatically allow screensharing for the Loop in-desktop pages. r=jesup
2015-02-02 21:53:19 +00:00
Mark Banner
6ac25c07ed
Bug 1122032
Part 2 - Show the Loop screenshare video in place of the remote video for now. r=mikedeboer
2015-02-02 21:53:19 +00:00
Mark Banner
1b06d4345f
Bug 1122032
Part 1 - Setup minimal screen sharing for Loop from desktop (disabled by default). r=mikedeboer
2015-02-02 21:53:19 +00:00
Jared Wein
cb2a53ef00
Bug 1115227 - Loop: add part of the UITour PageID to the Hello tour URLs as a query parameter. r=MattN
2015-01-31 18:17:13 -05:00
Gijs Kruitbosch
c69370ffd7
Bug 1127394 - should be able to close single tab through tabclose button even if we said 'stay on page' initially, r=jaws
2015-01-30 19:54:37 +00:00
Mark Banner
43e20afac4
Bug 1128471 - Link-clicker fails to work for FxOS standalone room joins (TypeError: newDimensions is not an object). r=mikedeboer
2015-02-02 12:32:54 +00:00
Mark Banner
3e9947b768
Bug 1127557 - Invalid preference type getting/setting loop.ot.guid. rs=jaws
2015-02-02 12:32:54 +00:00
Carsten "Tomcat" Book
0036c88674
Backed out changeset ba8a1b53973c (bug 1109388) for m-oth test failures
2015-02-02 11:46:10 +01:00
Carsten "Tomcat" Book
dce9fba8b6
Backed out changeset 2f80566d1106 (bug 1115227) for bc2 test failures
2015-02-02 10:24:37 +01:00
Carsten "Tomcat" Book
c56ccb19ec
Backed out changeset 3e1f409373e4 (bug 1115227)
2015-02-02 10:23:42 +01:00
Hiroyuki Ikezoe
c8a6c32ba9
Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77
2015-02-01 21:08:00 +01:00
Richard Marti
e2088db164
Bug 1126196 - In-content prefs: Fix alignment issue on Advanced tab. r=jaws
2015-02-01 11:43:36 +01:00
Richard Marti
e1c3168211
Bug 1126189 - In-content prefs: Fix alignment issues on Search tab. r=jaws
2015-02-01 11:05:55 +01:00
Jennifer Fong
386168408a
Bug 1109388 - Delay reading data. r=jryans
2015-01-30 09:04:00 +01:00
Yury Delendik
465925e783
Bug 1097185 - Adds e10s content initialization of Shumway. r=jmathies
2015-01-29 09:28:11 -06:00
Yury Delendik
797f4529b9
Bug 1097185 - Update Shumway to version 0.9.3693. r=till,r=jmathies
2015-01-30 14:53:50 -06:00
Jared Wein
2baf81b59b
Bug 1115227 - follow-up to fix bc2 orange on Linux when the panel needs to be re-rendered before the test begins. r=me CLOSED TREE
2015-02-02 02:51:41 -05:00
Jared Wein
b276f175b0
Bug 1115227 - Loop: add part of the UITour PageID to the Hello tour URLs as a query parameter. r=MattN
...
--HG--
extra : rebase_source : b86238390ee0c9b61651aa8b6ec010df14650263
2015-01-31 18:17:13 -05:00
Phil Ringnalda
cb6a64404f
Merge m-c to f-t
2015-01-31 09:15:02 -08:00
Phil Ringnalda
cbb7db17d6
Merge f-t to m-c, a=merge
2015-01-31 09:06:14 -08:00
Phil Ringnalda
6ead72f4cd
Merge m-i to m-c, a=merge
2015-01-31 08:53:52 -08:00
Victor Porof
e313961e1e
Bug 1127472 - RecordingUtils.getSamplesFromAllocations should include the function name in the frames' location, r=jsantell
2015-01-31 10:41:02 -05:00
ffxbld
b3d41c40e4
No bug, Automated blocklist update from host bld-linux64-spot-015 - a=blocklist-update
2015-01-31 03:38:10 -08:00
Swapnil R Patil
d674965080
Bug 1085428 - Replaced do_log_info with do_print. r=mak
2015-01-30 22:36:34 +01:00
Mark Banner
047b066e28
Follow-up to bug 1093780 to fix an uncovered intermittent failure. Make sure we're in offline mode when opening the chat window to stop it accessing the network. rs=MattN over irc
2015-01-30 20:49:33 +00:00
Ryan VanderMeulen
8381ac8745
Bug 1126941 - Update pdf.js to version 1.0.1130. r=Mossop, r=yury
2015-01-30 15:08:06 -05:00
Ryan VanderMeulen
175de6b258
Merge inbound to m-c. a=merge
2015-01-30 12:22:33 -05:00
Carsten "Tomcat" Book
0271f346d9
Backed out changeset 4817fb8acffd (bug 1109388) for m-oth test failure
2015-01-30 16:43:54 +01:00
Mark Banner
2a43723245
Bug 1127523 - Allow functional tests to be run against any loop-server. r=dmose NPOTB DONTBUILD
2015-01-30 13:29:42 +00:00
Ryan VanderMeulen
a3e60b01bf
Merge m-c to fx-team. a=merge
2015-01-30 12:34:39 -05:00
Alexandre Poirot
3d8b316d90
Bug 1123788 - Do not wait for icons before opening toolboxes. r=jryans
2015-01-21 08:29:00 +01:00
Jennifer Fong
b3ba2ece31
Bug 1109388 - Delay reading data. r=jryans
2015-01-29 11:10:00 +01:00
Brian O'Keefe
831f87bab8
Bug 870366 - Part 2b: Make l10n PREF_JS_EXPORTS use PP_TARGETS instead. r=glandium
2015-01-20 13:07:03 -05:00
Brian O'Keefe
1fa0eaa700
Bug 870366 - Part 2: Move PREF_JS_EXPORTS to moz.build (easy moves). r=gps
2015-01-20 13:07:03 -05:00
Alexandre Poirot
b31eedd987
Bug 1055452 - Do not auto start apps that are already running. r=jryans
2015-01-20 09:43:00 +01:00
Ryan VanderMeulen
6c039d1f77
Merge m-c to inbound. a=merge
2015-02-02 17:31:01 -05:00
Ryan VanderMeulen
fac49b7dd7
Backed out changesets da8594f6e177 and 658ba2f4d879 (bug 1126511) for mochitest-bc failures.
...
CLOSED TREE
2015-02-02 16:58:12 -05:00
Neil Deakin
c891137718
Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak
2015-02-02 15:53:55 -05:00
Neil Deakin
ffec61253c
Bug 1116865, add an attribute to popups to allow them to not rollup when clicking on the anchor, this is used for the new search field, r=neil, felipe
2015-02-02 15:53:53 -05:00
Mike Connor
c6a08cbf6f
bug 1126511 - update Yahoo search plugins to use per-access point tags for bette
...
r reporting/analysis, desktop portion, r=gavin
--HG--
extra : rebase_source : d5f95c2f2152f29bd15f0d34ef8ffff2bf5cacbe
2015-02-02 13:46:53 -05:00
Dave Townsend
1596720bbf
Bug 1109650: Add a button to restore all crashed tabs to about:tabcrashed. r=ttaubert
...
--HG--
extra : rebase_source : 105c07b05f25935b6101346f8860770f75b76cff
extra : amend_source : e6875f05af24575461a9fa19c551e1870bfe3d52
2015-01-13 12:35:57 -08:00
Dave Townsend
2c9c86be97
Bug 1112304: Update about:tabcrashed to match the new UX spec. r=dao
...
Uses in-content styles for the tab crash page and adds an overlay to the favicon
for crashed tabs. Adds support for closing the crashed tab. The strings here
also refer to being able to restore all tabs, that will be implemented and
landed at the same time in bug 1109650 to avoid l10n churn.
--HG--
extra : rebase_source : 7afc65aff19c4da16959adb09f82006ec541fa31
extra : amend_source : 4a8323e5c1a66fb4e2fafa96e4e5c8cf9814acba
2015-01-13 12:33:26 -08:00
Brian Grinstead
11bf7412e7
Bug 1125677 - Update find bar styling in DevEdition theme;r=Gijs
2015-01-30 08:18:36 -08:00
Brian Grinstead
106d1f364f
Bug 1127351 - Override background-image on findbar in DevEdition to fix dark theme styling;r=Gijs
2015-01-30 08:16:24 -08:00
Mark Banner
b2809b66ea
Bug 1093780 Part 4 - Fix the audio-only display of avatars for the new sdk. r=mikedeboer
2015-01-30 16:01:42 +00:00
Mike de Boer
ad6f3a7866
Bug 1093780 Part 3 - add tests for contain mode functionality in the MediaSetup mixin. r=Standard8
2015-01-30 16:01:42 +00:00
Mike de Boer
db8a1ac1c2
Bug 1093780 Part 2 - Add support for using 'contain' mode for all video streams Loop publishes and resize/ position the elements based on their aspect ratio. r=Standard8
2015-01-30 16:01:42 +00:00
Mark Banner
5a77c77b1c
Bug 1093780 Part 1 - Update OpenTok library to v2.4.0 for Loop. r=dmose
2015-01-30 16:01:42 +00:00
Brian Smith
0947929dd6
Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to support MSVC 2015, r=glandium
...
--HG--
extra : rebase_source : fc8ac588acaa4fc4c7d9cd2216671e43db25ede3
2015-01-29 17:36:39 -08:00
Brian Birtles
493c1655a1
Bug 1126633 - Use Array.prototype.some() instead of Array.prototype.includes() in promiseSetToolbarVisibility; r=mak
...
Array.prototype.includes() is disabled for all channels except Nightly so this
patch switches the code in head.js to use some() instead.
2015-01-30 08:46:03 +09:00
Wes Kocher
f62801541d
Merge fx-team to m-c a=merge CLOSED TREE
2015-01-29 15:27:17 -08:00
Victor Porof
d14c15d8bf
Bug 1127322 - Create helper function for converting allocation sites data from the memory actor to samples similar to the profiler data, r=fitzgen
2015-01-29 13:37:55 -05:00
Tim Taubert
1bdcff6e82
Bug 1127264 - Clean up sessionstore tests r=smacleod
2015-01-29 09:41:57 +01:00
Jared Wein
0c7b831923
Bug 1115153 - Loop: Create API to allow web to retrieve the loop.gettingStarted.seen pref. r=MattN
2015-01-29 13:08:08 -05:00
Bill McCloskey
94aebaaa39
Bug 1072980 - Don't allow CPOWs to be passed to C++ code (r=mrbkap,ally,mconley)
2015-01-29 11:28:01 -08:00
Gijs Kruitbosch
d5c0dbec1d
Bug 1111146 - use browser.eme.ui.enabled pref to hide EME UI for now, r=dao
...
--HG--
extra : rebase_source : 706c620fa08c2dd7ae1d78f0daa0867073fdd57c
2015-01-29 15:20:49 +00:00
Carsten "Tomcat" Book
dcda8a64d4
Merge mozilla-central to fx-team
2015-01-29 16:20:17 +01:00
Carsten "Tomcat" Book
76a8b3a7df
merge fx-team to mozilla-central a=merge
2015-01-29 16:04:25 +01:00
Curtis Koenig
5de5d73283
Bug 1126253 - Removed redundant NewTabUtils.jsm import. r=dao
2015-01-29 08:46:48 +01:00
Wes Kocher
6922db3c44
Merge m-c to fx-team a=merge
2015-01-28 18:45:04 -08:00
Wes Kocher
a4cef467eb
Merge fx-team to m-c a=merge
2015-01-28 18:36:42 -08:00
Matthew Noorenberghe
3140732c81
Bug 1125764 - Allow tour pages to hide UITour annotations and menus when losing visibility. r=Unfocused
...
These allow list entries should be removed when bug 1123010 is fixed.
--HG--
extra : rebase_source : 0e55b0ae7c140fa38f4089148a7a532171f4cf84
2015-01-28 17:28:29 -08:00
Giovanny Andres Gongora Granada
1adc493a26
Bug 1126738 - Use arrow functions in browser-data-submission-info-bar.js. r=dao
2015-01-28 23:18:14 +01:00
Mike Conley
530376c0ff
Bug 1126311
- Don't show OMTC warning when opening windows on Linux if e10s enabled by default. r=felipe.
...
--HG--
extra : amend_source : 333c7b92790cd6060eafbd7dfd36ce47b61da636
2015-01-28 14:15:40 -05:00
Mark Hammond
a45b29358d
Bug 1124956
- Fix Sync engine selection after migration to FxA. r=adw
2015-01-29 10:41:00 +11:00
Jordan Santell
07301b3a42
Bug 1125819 - Add cancelScheduledValues for automation tracking in web audio editor. r=vp
2015-01-28 02:12:00 -05:00
Jordan Santell
38f0ba075a
Bug 1092571 - Disable intermittent tests failing due to AudioNodeActor::connectParam. r=vp
2015-01-28 02:29:00 -05:00
Gene Vityugov
a4413d06d8
Bug 1076735 - Improve display of super DevTools mode request. r=jryans
2015-01-27 10:59:00 -05:00
Ryan VanderMeulen
c9c9d14f70
Merge m-c to fx-team. a=merge
2015-01-28 15:04:51 -05:00
Brian Grinstead
65b7fd2bf7
Bug 1121110 - Add a shared.properties file for localizing strings used across tools;r=vporof
2015-01-28 11:57:27 -08:00
Ryan VanderMeulen
9fceac7e55
Merge inbound to m-c. a=merge
2015-01-28 14:36:44 -05:00
Ben Hearsum
cf54fc0e26
bug 1125921: add win64 mozconfigs - fix win64 sccache. r=rail, a=tomcat
2015-01-28 08:50:07 -05:00
Carsten "Tomcat" Book
8aced6dab7
merge fx-team to mozilla-central a=merge
2015-01-28 14:24:09 +01:00
Mark Banner
9342641ce7
Bug 1126699 - Functional tests incorrectly need the local servers running on a user's computer. r=NiKo NPOTB DONTBUILD
2015-01-28 08:46:44 +00:00
Mark Banner
55e11833e2
Bug 1126199 - Enable remote video status checking in Loop's functional test. r=dmose NPOTB DONTBUILD
2015-01-28 08:46:44 +00:00
Tim Taubert
a828f1bfde
Bug 1124147 - Get rid of browser.__SS_restore_tab r=smacleod
2015-01-28 19:01:02 +01:00
Ryan VanderMeulen
e1b476337f
Backed out changeset cd65efe1b24c (bug 1111540) for frequent Win8 M-e10s failures.
2015-01-28 12:45:40 -05:00
Brian Grinstead
138f9bcb76
Backed out changeset 34d0394ad69d (bug 1122726
) for tart regressions in linux and windows
2015-01-28 08:50:00 -08:00
Mark Banner
a011b7e263
Bug 1066166 - Add localized tooltip captions for each tab button on the Loop panel. r=jaws
2015-01-28 16:43:31 +00:00
Carsten "Tomcat" Book
5aa0e6df7b
Merge mozilla-central to fx-team
2015-01-28 14:32:14 +01:00
Jordan Santell
f541b35939
Bug 1125817
- Fix async/sync consistencies with web audio tool client node events. r=vp
2015-01-26 06:40:00 +01:00
J. Ryan Stinnett
59c1f8357f
Bug 1118974 - Toolbox fails to shut down when highlighter actor is gone. r=pbrosset
2015-01-26 14:38:00 +01:00
shreyas
c07e7c73e5
Bug 1119719 - onError function added in urlbarBindings.xml for the search addEngine callback. r=gavin
2015-01-28 00:05:54 -08:00
Hiroyuki Ikezoe
282c690c82
Bug 1118147 - UIs for app.update on preference window should be responded whenever each value changes. r=gijs
2015-01-27 14:39:00 -08:00
Alessio Placitelli
2a41fe1add
Bug 1111027 - Add tests for the showHeartbeat UITour function. r=MattN
2015-01-27 23:58:35 -08:00
Alessio Placitelli
2dc7992b16
Bug 1111027 - Implement the heartbeat UI as a UITour function. r=MattN
2015-01-27 23:58:21 -08:00
Richard Marti
a419ee8649
Bug 1079098 - Add a visible hover feedback on panelUI with high contrast theme. r=Gijs
2015-01-27 23:40:19 -08:00
Tim Nguyen
79c00cc13b
Bug 1105704 - Fix UI issues with SSL error reporting. r=dao
2015-01-27 23:39:05 -08:00
Harshit Harchani
2c0e0dec3b
Bug 1109984 - UITour: Switch showFirefoxAccounts to use the browser instead of the contentDocument to fix e10s. r=MattN
...
--HG--
extra : rebase_source : 00fc4f64f41cf39b66bde1db29e9ec8723128a03
2015-01-28 05:28:57 +05:30
Gijs Kruitbosch
c5a613003e
Bug 1111540 - setting app in about:preferences should also work on Windows, r=jaws
...
--HG--
extra : rebase_source : 05e101a18517676c5c4f8835cf88c91b0406c413
2015-01-23 17:55:56 +00:00
Victor Porof
d457cca635
Bug 1127090 - DetailsView.components should identify subviews by id, rather than index, r=jsantell
2015-01-29 08:24:04 -05:00
Victor Porof
bd70ee12d2
Bug 1126901 - Detail views in the new performance tool should be populated lazily, r=jsantell
2015-01-29 08:24:04 -05:00
Victor Porof
470f708065
Bug 1126882 - Detail views in the new performance tool should share a base class to avoid code duplication, r=jsantell
2015-01-29 08:24:04 -05:00
Victor Porof
d4ea5b902a
Bug 1126880 - FlameGraphUtils should have a cache to avoid duplicating work, r=jsantell
2015-01-29 08:24:04 -05:00
Dão Gottwald
f17811e79d
Bug 1111146 - [EME] Implement master pref for playing DRM content. r=gijs
2015-01-29 13:49:01 +01:00
Margaret Leibovic
a417591e74
Bug 1123471 - Create basic browser-chrome test for reader mode toolbar button. r=jaws
...
--HG--
extra : rebase_source : 035522d7ebf37d3c2272e16a29bb74f33f20d52c
extra : histedit_source : a3aa50ce0097eadd4d5a16c58615cb6ef9f497b5
2015-01-23 15:09:46 -08:00
Margaret Leibovic
8ea9d0a1e7
Bug 1125364 - Check to make sure content window isn't null after paring document. r=jaws
...
--HG--
extra : rebase_source : ee5750e0543b7c11780cd3872853b61ada801154
extra : histedit_source : 271c8ab4f7944e28c020e665f892f15ae3ead71e
2015-01-23 15:50:43 -08:00