Commit Graph

27279 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
d5b3db8f68 merge fx-team to mozilla-central a=merge 2015-01-20 12:19:59 +01:00
Nicholas Nethercote
f4f14df668 Bug 1123527 - Added #error cases for impossible platforms. r=glandium.
cppcheck says:

> b2g/app/nsBrowserApp.cpp:251: error: Uninitialized variable: gotCounters
> browser/app/nsBrowserApp.cpp:637: error: Uninitialized variable: gotCounters

It's a false positive because one of XP_WIN and XP_UNIX is always defined, but
it doesn't hurt to make that fact clearer.

--HG--
extra : rebase_source : 8717e3814e1cfacb9dd42cb9509aca0c3a926747
2015-01-15 22:10:29 -08:00
Margaret Leibovic
ed1d33181c Bug 795981 - (Part 3) Disable reader mode by default. r=jaws
--HG--
extra : rebase_source : ed0f88f5eea89a005f2e7aad48addec857ba05bb
2015-01-12 16:13:51 -08:00
Victor Porof
c4a9090f20 Bug 1123306 - Remove minSquaredDistanceBetweenPoints from the LineGraph, r=jsantell 2015-01-19 14:38:07 -05:00
Ehsan Akhgari
8b92678a58 Merge m-c into fx-team 2015-01-19 14:34:04 -05:00
Ehsan Akhgari
87521526f3 Bug 1123342 - Add a new tooltool manifest for OS X static analysis builds; r=bhearsum a=NPOTB
This is currently a copy of releng.manifest.

DONTBUILD
2015-01-19 14:26:50 -05:00
Carsten "Tomcat" Book
14fe4c7323 Merge mozilla-central to fx-team 2015-01-19 16:30:02 +01:00
Carsten "Tomcat" Book
1d9467746c merge fx-team to mozilla-central a=merge 2015-01-19 16:14:33 +01:00
shreyas
71d315faf0 Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao 2015-01-19 15:12:59 +01:00
Eddy Bruël
4d291a4357 Bug 1107682 - Clean up the way we set breakpoints on newly introduced scripts;r=fitzgen 2015-01-19 14:44:26 +01:00
Eddy Bruël
3bb5d57ee8 Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins 2015-01-19 13:58:45 +01:00
Eddy Bruël
0955cedefd Bug 1123211 - Handle uncaught promise rejections in the source editor;r=pbrosset 2015-01-19 13:57:08 +01:00
Blake Kaplan
b6d9283771 Bug 1055508 - Make the findbar respect the search clipboard as well as prefillwithselection in e10s. r=mikedeboer 2015-01-16 15:11:00 +01:00
Patrick Brosset
0715fc3d04 Bug 1122507 - Fix the way the new network security tab toggles in the network panel now that we have the allTabs menu. r=past 2015-01-16 05:27:00 +01:00
Matthew Noorenberghe
fe59c9f53b Bug 1123128 - Silence "no useful preprocessor directives" warning for permissions.xul/translation.xul/contentAreaDownloadsView.css. a=faster-builds
--HG--
extra : amend_source : 9c95144fbef3f7f54804b785edfcdfcd5c07b460
2015-01-18 13:21:09 -08:00
Abdelrhman Ahmed
ab30fb689f Bug 1122356 - Remove use of expression closures from WindowsPreviewPerTab.jsm. r=dao 2015-01-18 07:06:00 -08:00
Jordan Santell
4fdfc02c01 Bug 1121196 - Toggle flamegraph rendering when switching, r=vporof 2015-01-14 07:46:24 -08:00
Christopher Reyes
f67be0ccdd Bug 1122709 - Removed expression closures from getters; r=dao 2015-01-18 00:39:20 +01:00
Phil Ringnalda
3197373f09 Merge f-t to m-c, a=merge 2015-01-17 13:09:20 -08:00
Gijs Kruitbosch
7f8edb2341 Bug 1120236 - fix autocomplete in case search bar doesn't exist, r=florian 2015-01-17 00:21:21 +00:00
Florian Quèze
ca321bf844 Bug 1121550 - One-off button list header half visible when there's no one-off engine to display in the search panel, r=felipe. 2015-01-16 22:24:45 +01:00
Florian Quèze
9f685904df Bug 1120546 - getUserMedia used in frames needs tests, r=felipe. 2015-01-16 22:21:13 +01:00
Florian Quèze
04850ee5f2 Bug 1103692 - ReferenceError: bundle is not defined in webrtcUI.jsm, r=felipe. 2015-01-16 22:21:07 +01:00
Florian Quèze
ae363b2565 Bug 1114433 - location.reload() leaves behind dangling gUM permission prompt, r=felipe. 2015-01-16 22:20:46 +01:00
Florian Quèze
711bcb73a3 Bug 1120389 - 'search.xml, line 500: TypeError: aEvent is undefined' when using the 'Paste & Search' context menu item, r=felipe. 2015-01-16 22:20:24 +01:00
Victor Porof
1ff4bcf962 Bug 1122180 - The RECORDING_IMPORTED shouldn't emit both a recording model and all its data, r=jsantell 2015-01-16 13:44:24 -05:00
Victor Porof
6d8bbd5edc Bug 1122172 - Typo in PerformanceController.getLocalElapsedTime: function is only accessed, not called, r=jsantell 2015-01-16 13:44:24 -05:00
Felipe Gomes
1f4c79d386 Bug 1117933 - Check for the right channel before showing e10s feedback prompt. r=Mossop 2015-01-16 16:41:21 -02:00
Mark Banner
3c2dcc3861 Bug 1121071 Part 1 - Remove old call url code from the Loop panel and related UI areas. r=mikedeboer 2015-01-16 18:34:30 +00:00
Mark Banner
c6463b8a0a Bug 1104930 - Create a mixin for handling updating of the video container for various Loop conversation views. r=nperriault 2015-01-16 18:34:30 +00:00
Vikram Jadhav
1e21312b56 Bug 1122430 - Use for..of iteration instead of Array.forEach in ctrlTab.suspendGUI. r=dao 2015-01-16 07:56:00 -05:00
James Long
cf8cf274c6 Bug 941287 - Show optimized out and other missing variables in the debugger variables view with the appropriate message. r=victorporof 2015-01-14 13:51:00 -05:00
Gijs Kruitbosch
6630a2d1c3 Bug 1114343 - ensure start of URL is visible when user navigates, r=dao 2015-01-14 12:17:01 +00:00
Jordan Santell
0c8eacf3fd Bug 1121700 - Create OptionsView helper for devtools preference toggling. r=vp 2015-01-15 13:05:00 -05:00
Hector Zhao
66d83ed299 Bug 1035400 - Fix "restart to update" button. r=felipe 2015-01-14 17:39:01 +08:00
Tim Taubert
f99d578d1a Bug 950399 - Tests for domain cookies r=yoric 2015-01-15 13:09:02 +01:00
Tim Taubert
3658e827a1 Bug 950399 - SessionStore shouldn't forget domain cookies r=yoric 2015-01-15 11:22:21 +01:00
Victor Porof
abc8bc421b Bug 1119934 - Display (idle) nodes in the flamegraph for the new performance tool, r=jsantell 2015-01-15 14:54:46 -05:00
Victor Porof
3b99775777 Bug 1119933 - Filter out platform frames in the flamegraph for the new performance tool, r=jsantell 2015-01-15 14:54:46 -05:00
Victor Porof
6306187435 Bug 1119932 - Flatten recursion in the flamegraph for the new performance tool, r=jsantell
--HG--
rename : browser/devtools/shared/test/browser_flame-graph-utils.js => browser/devtools/shared/test/browser_flame-graph-utils-01.js
2015-01-15 14:54:46 -05:00
Carsten "Tomcat" Book
99a880aa26 Merge mozilla-central to fx-team 2015-01-16 15:24:32 +01:00
Carsten "Tomcat" Book
1e2807f282 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : ad69e43e431903e1bceb8026f9e864291e6627f1
2015-01-16 14:56:23 +01:00
Gijs Kruitbosch
f71694d00a Bug 1115248 - let DownloadLastDir work even if the window it depends on goes away, r=felipe
--HG--
extra : rebase_source : 79decdb5e95dc3b31cd97d806705f16444eb4e31
2015-01-16 11:50:32 +00:00
Nicolas Perriault
d75bea71a0 Bug 1076764 - Added notifications for Loop contacts import. r=Standard8 2015-01-16 12:26:25 +01:00
Patrick Brosset
cafcfacaed Bug 1101569 - Use the new allTabs menu sidebar in the inspector and netmonitor; r=vporof 2015-01-16 11:58:02 +01:00
J. Ryan Stinnett
5745fb755f Bug 1093387 - Better WebIDE runtime error handling. r=ochameau 2015-01-15 20:23:15 -06:00
J. Ryan Stinnett
4a709bdaee Bug 1122123 - Fix WebIDE tests with async promises. r=me 2015-01-15 20:16:55 -06:00
J. Ryan Stinnett
58739d6e53 Bug 1122067 - Add nsICompartments to package manifests. r=blassey 2015-01-15 20:10:57 -06:00
Wes Kocher
f7a8170b81 Bug 1113935 - Disable browser_dbg_bfcache.js r=me,a=me
--HG--
extra : amend_source : da07d071a89c224f9da43b8a72447a31fc30405a
2015-01-15 17:12:46 -08:00
Wes Kocher
83176f0a30 Merge fx-team to m-c a=merge 2015-01-15 17:06:55 -08:00