Commit Graph

27795 Commits

Author SHA1 Message Date
Wes Kocher
7465de1fe4 Backed out changeset fe5c25b8b675 (bug 1071880) for various test failures on a really CLOSED TREE 2015-02-11 19:09:00 -08:00
Chris Pearce
8feccfb8e0 Bug 1131755 - Make media.eme.enabled pref enable/disable EME rather than hide/expose EME. r=bz 2015-02-12 11:27:25 +13:00
Ryan VanderMeulen
332621b1f2 Merge m-c to inbound. a=merge 2015-02-11 16:29:25 -05:00
Ryan VanderMeulen
585a80d344 Merge fx-team to m-c. a=merge 2015-02-11 16:07:24 -05:00
Carsten "Tomcat" Book
a10c15ed70 Merge mozilla-central to b2g-inbound 2015-02-11 15:03:57 +01:00
Mike de Boer
185d9758f4 Bug 1126286: update screenshare icon in conversation view toolbar. r=Standard8 2015-02-11 14:58:55 +01:00
Gijs Kruitbosch
f6e1b9d19e Bug 1132031 - fix test to actually enforce in-content-prefs, r=florian 2015-02-11 14:57:36 +00:00
Carsten "Tomcat" Book
ba74506cf4 Merge mozilla-central to fx-team 2015-02-11 15:01:53 +01:00
Carsten "Tomcat" Book
34b660c646 merge mozilla-inbound to mozilla-central a=merge 2015-02-11 14:58:16 +01:00
Kan-Ru Chen (陳侃如)
9284939acb Bug 1126119 - Create SystemMessageCache and cache hasPendingMessage in content process. r=fabrice 2015-02-11 11:18:32 +01:00
Mike de Boer
3449309ca9 Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN 2015-02-11 10:07:22 +01:00
Mark Banner
c248ea5f5a Bug 1131688 - In the standalone view the conversation window we're currently overlaying the toolbar on top of the remote video. r=mikedeboer 2015-02-11 12:39:38 +00:00
Victor Porof
e19d86e3f3 Bug 1131577 - Waterfall view can scroll outside the visible bounds if the flamegraph view was initialized before a recording was started, r=jsantell 2015-02-10 18:36:31 -05:00
Victor Porof
13b0947af5 Bug 1131572 - DetailsView.setAvailableViews should be a task, r=jsantell 2015-02-10 18:36:31 -05:00
Wes Kocher
d8cd7ae5e3 Backed out changeset b04123c901ac (bug 1121210) for Mn failures 2015-02-10 15:19:43 -08:00
Mike de Boer
581d4c64ec Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN 2015-02-10 23:35:39 +01:00
Ryan VanderMeulen
817924eff7 Merge inbound to m-c. a=merge
CLOSED TREE
2015-02-10 16:03:15 -05:00
J. Ryan Stinnett
be28ffd2aa Bug 1126350 - Settle all toolbox destruction before final cleanup. r=pbrosset 2015-02-10 12:37:21 -06:00
Ryan VanderMeulen
c8c8af24d0 Backed out changeset 86ed8b7700c8 (bug 967853) for browser_dbg_variables-view-popup-10.js failures. 2015-02-10 12:17:50 -05:00
Ryan VanderMeulen
81fa7448ef Backed out changesets b228f986968b and b5721ae2c2cd (bug 1092055) for browser_webconsole_certificate_messages.js failures. 2015-02-10 12:11:39 -05:00
Ryan VanderMeulen
5bd25b92d7 Backed out changeset 6a701bd8f339 (bug 1109388) 2015-02-10 11:43:45 -05:00
Gijs Kruitbosch
ee010de7d1 Bug 1130411 - use command event for browser_change_app_handler.js in effort to reduce intermittent orange, r=jaws 2015-02-09 16:06:28 +00:00
Sami Jaktholm
9e7aa2c7fd Bug 1129116 - Part 2 - Use a frame script to perform requests in browser_net_filter-0?.js instead of directly calling debuggee CPOW. r=vporof 2015-02-10 14:12:26 +02:00
Sami Jaktholm
b0df87f55e Bug 1129116 - Part 1 - Add support for performing XMLHttpRequests with devtools frame-script-utils.js. r=vporof 2015-02-10 14:05:41 +02:00
Mark Goodwin
9993da7d9a Bug 1092055 - Test that webconsole messages show up for non-top level security errors. r=past 2015-02-10 00:34:00 -05:00
Masatoshi Kimura
39e52e9b0b Bug 1124039 - Enable RC4 only if ClientHelloVersion <= TLS 1.0. r=keeler 2015-02-10 22:29:51 +09:00
Brad Lassey
2cde1446bb bug 1071880 - Notify user of addons that are slowing their browser down significantly r=mossop 2015-01-30 18:36:33 -05:00
Bill McCloskey
c436b0ddb8 Bug 1127927 - Make link saving safe for e10s (r=mconley) 2015-02-11 12:55:29 -08:00
Bob Owen
b56ef398b7 Bug 1132021 - Add a new sandbox level for Windows NPAPI to use USER_LIMITED access token level. r=bsmedberg, r=bbondy 2015-02-11 16:25:43 +00:00
Nathan Froyd
52356e8a4b Bug 1118502 - part 2 - ensure addOneTab sees a referrer URI if it was available; r=mconley
addOneTab uses the existence of a referrer URI to determine where to
position the newly opened tab.  Bug 1031264 changed callsites so that a
referrer URI was no longer passed in if the opening link had
rel=noreferrer set on it.  This change, then, broke placement of newly
opened tabs if their opening link had rel=noreferrer on it.

Instead of not passing in the referrer URI if rel=noreferrer, let's
instead explicitly tell addOneTab whether rel=noreferrer was present on
the opening link.  Then addOneTab can hide the referrer URI from the
actual network request, while still using the referrer URI to determine
tab placement.
2015-02-06 14:00:45 -05:00
Nathan Froyd
aeb0b56604 Bug 1118502 - part 1 - fixup grabbing of documentURIObject; r=mconley
The patch for bug 1031264 factored out an _openLinkInParameters
function.  But this new function grabbed the referrerURI from
|document|, rather from the passed in |doc|, whereas all the callers had
obtained |referrerURI| from the (to-be-passed-in) |doc| object.  Let's
fix this mix-up before going any further.
2015-02-06 13:02:44 -05:00
Ryan VanderMeulen
a502827c68 Backed out 12 changesets (bug 1107336) for Marionette harness bustage on a CLOSED TREE.
Backed out changeset 5075f0063d70 (bug 1107336)
Backed out changeset 9ef91d4fcf3b (bug 1107336)
Backed out changeset 995911340bf7 (bug 1107336)
Backed out changeset 4817d3cd3810 (bug 1107336)
Backed out changeset dad798a5e595 (bug 1107336)
Backed out changeset 4f60c437140c (bug 1107336)
Backed out changeset f92a5c6256fa (bug 1107336)
Backed out changeset 399a436c6e5f (bug 1107336)
Backed out changeset 0d04801bb2f0 (bug 1107336)
Backed out changeset 60d9d4d20971 (bug 1107336)
Backed out changeset 9c4b171c23be (bug 1107336)
Backed out changeset a07bb95eb209 (bug 1107336)

--HG--
rename : testing/marionette/driver/marionette_driver/application_cache.py => testing/marionette/client/marionette/application_cache.py
rename : testing/marionette/driver/marionette_driver/by.py => testing/marionette/client/marionette/by.py
rename : testing/marionette/driver/marionette_driver/date_time_value.py => testing/marionette/client/marionette/date_time_value.py
rename : testing/marionette/driver/marionette_driver/decorators.py => testing/marionette/client/marionette/decorators.py
rename : testing/marionette/driver/marionette_driver/errors.py => testing/marionette/client/marionette/errors.py
rename : testing/marionette/driver/marionette_driver/expected.py => testing/marionette/client/marionette/expected.py
rename : testing/marionette/driver/marionette_driver/geckoinstance.py => testing/marionette/client/marionette/geckoinstance.py
rename : testing/marionette/driver/marionette_driver/gestures.py => testing/marionette/client/marionette/gestures.py
rename : testing/marionette/driver/marionette_driver/keys.py => testing/marionette/client/marionette/keys.py
rename : testing/marionette/driver/marionette_driver/marionette.py => testing/marionette/client/marionette/marionette.py
rename : testing/marionette/driver/marionette_driver/selection.py => testing/marionette/client/marionette/selection.py
rename : testing/marionette/driver/marionette_driver/wait.py => testing/marionette/client/marionette/wait.py
2015-02-11 12:15:22 -05:00
Hallvord R. M. Steen
a9e19c13f2 Bug 967853 - Hide variable tooltip when stepping in devtools debugger. r=pbrosset 2015-01-20 07:25:31 +01:00
Ian Moody
c4ee6d8410 Bug 1027246 - use "return" instead of "throw new Task.Result()" when switching to ES6 generators. r=fitzgen 2015-02-08 14:48:00 +01:00
Vikneshwar
c5252b8f8a Bug 1027246 - replaced function with function* for generators. r=fitzgen 2015-02-08 00:48:43 +00:00
Carsten "Tomcat" Book
a4b84becee Backed out changeset 46cfe0a6aa6c (bug 1027246) for suspicion of causing dt test bustage on a CLOSED TREE 2015-02-10 13:55:51 +01:00
Carsten "Tomcat" Book
e23633282d Backed out changeset f4240674fd6c (bug 1027246) 2015-02-10 13:55:14 +01:00
Abhilash Mhaisne
ad38e9e026 Bug 1130210 - Add browser.search.showOneOffButtons value in telemetry UI, r=florian. 2015-02-10 12:49:18 +01:00
Abdelrhman Ahmed
fe51a465fc Bug 1113561 - display more than two of previous search in the suggestions pane of about:home, r=florian. 2015-02-10 12:47:43 +01:00
Abdelrhman Ahmed
304464068f Bug 1122493 - reset alias to prevent reappear keywords when restoring default search engines. r=Florian 2015-02-10 12:46:15 +01:00
Monica Chew
d5813eb1c5 Bug 1119825 - Re-enable flaky test browser_bug400731.js on Windows. r=gcp 2015-02-06 14:29:00 +01:00
Alessio Placitelli
48d1003b45 Bug 1128500 - Make CustomizationTabPreloader.jsm use HiddenFrame.jsm. r=ttaubert 2015-02-04 06:34:00 +01:00
Alessio Placitelli
fd3f2e3886 Bug 1128500 - Put |HiddenFrame| from CustomizationTabPreloader.jsm in HiddenFrame.jsm. r=ttaubert 2015-02-04 06:33:00 +01:00
Jordan Santell
dc34ab798e Bug 1130200 - Fix the mocked memory and timeline actors for older gecko targets (fx2.0, fx2.1). r=vp 2015-02-09 12:49:00 +01:00
Jordan Santell
68f6126866 Bug 1129982 - remove unused profiler string. r=vp 2015-02-06 17:52:00 +01:00
John Tungul
0111a88b7d Bug 1117722 - Changed badge.style.backgroundColor. and badge attribute. r=jaws 2015-02-08 10:38:00 +01:00
Jordan Santell
55731ffa91 Bug 1111020 - Fix key events in perf tool's call trees. r=vp 2015-02-09 12:35:00 +01:00
Jennifer Fong
0abe538ed4 Bug 1109388 - Delay reading data. r=jryans 2015-02-09 14:49:00 +01:00
Ian Moody
bc45e470d1 Bug 1027246 - use "return" instead of "throw new Task.Result()" when switching to ES6 generators. r=nfitzgerald 2015-02-08 14:48:00 +01:00
Vikneshwar
40d0074003 Bug 1027246 - replaced function with function* for generators. r=fitzgen 2015-02-08 00:48:43 +00:00