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

27681 Коммитов

Автор SHA1 Сообщение Дата
Doug Turner b40d7cb874 Bug 1045229 - Beacons are not associated with windows. The current window based filtering that the network monitor does will skip requests that come from sendBeacon(). Here we explictly look to see if the network channel is from beacon by looking at the loadinfo. r=dcamp 2015-02-03 17:00:00 +01:00
Wes Kocher 49e9cd6abc Merge m-c to fx-team a=merge CLOSED TREE 2015-02-05 17:28:59 -08:00
Wes Kocher 834e2d3042 Merge inbound to m-c a=merge CLOSED TREE 2015-02-05 16:55:01 -08:00
Robert Strong 7a9277815f Bug 1129209 - Use a separate manifest for comctl32.dll. r=bbondy 2015-02-05 14:12:39 -08:00
J. Ryan Stinnett 5aa4b62f57 Bug 1127004 - Use promises and session in b2g allowConnection. r=past 2015-02-05 15:26:13 -06:00
Abhishek Potnis 5760fa3c5d Bug 784806 - Add most "browser.download" prefs to about:support. r=adw 2015-02-05 12:44:19 -08: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
J. Ryan Stinnett ba559120ac Bug 1126965 - Show QR code for WiFi auth in WebIDE. r=past 2015-02-06 12:09:39 -06:00
Dhi Aurrahman 5b8f79fc23 Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
Nathan Froyd e9cd140c50 Bug 1128989 - part 1 - define Telemetry::ID as a uint32_t; r=gfritzsche
We would like to be able to forward-declare Telemetry::ID, so fewer
header files need to include Telemetry.h.  Empirical evidence shows that
forward-declaring enums requires either enum classes, or plain
fixed-width enums.  Let's opt for the latter here; there's no need to
constrain the size to 16 bits, since Telemetry::IDs are rarely stored in
data structures.
2015-02-03 10:04:59 -05: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
Valentin Gosu 4f128ac3e1 Bug 1120216 - Add telemetry for how often URLs contain !/ or !// or end with a ! r=mcmanus 2015-02-06 15:27:33 +02:00
Dave Townsend 3e21deca94 Bug 1040158: Allow overriding an add-ons multiprocessCompatible flag in the update manifest for an add-on. r=Unfocused
--HG--
extra : rebase_source : 346d93a2ae26e8961c6fa800d63f9b926d0c1efe
2015-01-30 17:20:12 -08:00
Gabriel Machado 0bcf668a82 Bug 1117889 - Fix hard-coded general data caption in about:telemetry. r=gfritzsche 2015-02-04 16:06:48 +00:00
Carsten "Tomcat" Book 5447ea3b46 Merge mozilla-central to fx-team 2015-02-05 14:50:09 +01:00
Carsten "Tomcat" Book ba2f5fcd61 merge mozilla-inbound to mozilla-central a=merge 2015-02-05 14:47:16 +01:00
Carsten "Tomcat" Book 5a6021fdf1 merge fx-team to mozilla-central a=merge 2015-02-05 14:36:58 +01:00
David Rajchenbach-Teller cd68187d3f Bug 1005870 - Adding a copy() command to the console;r=robcee 2015-02-04 18:53:40 -08:00
Wes Kocher fb0e71a699 Merge m-c to b2g-inbound a=merge 2015-02-04 17:48:54 -08:00
Dave Hylands 78039a64a3 Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice
This has just the intended changes.
2015-02-04 14:51:39 -08:00
Dave Hylands 95217cc09f Backed out changeset a21eb15bbf08 2015-02-04 14:45:43 -08:00
Dave Hylands 91bfb094bf Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice 2015-02-04 14:05:45 -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
Marina Samuel e22847194c Bug 1126183 - Provide a way to check if a site is part of the top 100 PlacesProvider links. r=adw 2015-02-04 16:49:15 -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
Rail Aliiev 9c1f2818cb Bug 1128953 - Rename win64 FTP directory. r=mshal 2015-02-04 10:54:39 -05:00
Eddy Bruël 215c4aadd5 Bug 1126218 - Simplify SourceActor.prototype._createBreakpoint;r=fitzgen 2015-02-04 07:45:12 +01:00
Eddy Bruël 399f1de8fb Bug 1126193 - setBreakpoint should not take a full location;r=fitzgen 2015-02-04 07:42:33 +01:00
Mark Hammond 0a544c73ea Bug 1123974 - geoip result should not override users already with browser.search.isUS=true. r=florian
--HG--
rename : toolkit/components/search/tests/xpcshell/test_location.js => toolkit/components/search/tests/xpcshell/test_location_migrate_no_countrycode_isUS.js
rename : toolkit/components/search/tests/xpcshell/test_location.js => toolkit/components/search/tests/xpcshell/test_location_migrate_no_countrycode_notUS.js
2015-02-04 14:20:19 +11: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
Nicholas Nethercote d34f0301b8 Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Mark Hammond a015a83aaf Bug 1121340 - add telemetry to determine how consistent our geoip country code is with the platform's. r=gavin 2015-02-05 12:24:06 +11:00
Phil Ringnalda 03a26ce028 Back out 3da63ccbadef (bug 984050) for Windows cppunit bustage
CLOSED TREE
2015-02-06 19:49:42 -08:00
Andrea Marchesini ee4cdf6a25 Bug 984050 - Persist ServiceWorker registrations, r=bent, r=nsm 2015-02-06 23:31:33 +00:00
Christoph Kerschbaumer 88e7a2da63 Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places -tests (r=mak) 2015-02-06 13:54:45 -08:00
Christoph Kerschbaumer 9cfac9b8c7 Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places (r=mak) 2015-02-06 13:54:35 -08:00
Wes Kocher 7ebcc55521 Merge m-c to inbound a=merge 2015-02-04 17:48:15 -08:00
Blake Kaplan a3e940d7ae Bug 1120395 - Deal with shutdown without crashing. r=mmc/gcp 2015-02-04 14:17:13 -08:00
David Keeler dcc3953291 bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Ryan VanderMeulen b91eec65b4 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-02-04 15:04:23 -05:00
Dave Townsend 8227383127 Backing out 3c49c72bbd26 from bug 1040158 due to test failures on a CLOSED TREE.
--HG--
extra : rebase_source : b7c5c503edd814e131aa9de878461d561c454219
2015-02-04 10:46:35 -08:00
Tim Taubert f6537476a1 Bug 1094846 - Update head_common.js r=mak 2015-01-23 15:37:10 +01:00
Dave Townsend 76cfb1c8e7 Fix the CLOSED TREE caused by xpcshell test failures by touching the root xpcshell.ini manifest. See bug 994255 2015-02-04 09:18:59 -08:00
Dave Townsend ffac289f9e Bug 1040158: Allow overriding an add-ons multiprocessCompatible flag in the update manifest for an add-on. r=Unfocused
--HG--
extra : rebase_source : 57fc6e7da5d49db33818b3f4269b5d13aa610474
2015-01-30 17:20:12 -08:00
Joel Maher 97f62104fb Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM 2014-12-27 00:44:52 +05:30
Nicholas Nethercote 242708cf72 Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Mike Kaply be3d44ed54 Mike Kaply - Bug 1115405 - Remove unnecessary Cu.reportError. r=Mossop 2015-02-09 12:51:52 -06:00
Andrew McCreight d3826daa16 Back out Bug 1127201 (part 2) for various problems. 2015-02-06 15:04:32 -08:00
Mark Capella 4788e40421 Bug 1081742 - Reader mode doesn't support RTL, r=bnicholson 2015-02-03 21:49:38 -05:00
Matteo Ferretti b5fd939f60 Bug 1127238 - Remove the hard-coded list of highlighters; r=pbrosset CLOSED TREE
--HG--
extra : amend_source : cd57594cb3fae346e0d454920bc62475a0a3a9ec
2015-02-03 13:03:33 +01:00
Yash Mehrotra eb6129be3a Bug 1037225 - On Windows browser.preferences.instantApply is False by default r=gijs
--HG--
extra : amend_source : 30fe9b9f7b85eeb6b98537fe9ecdeca27cca730b
2015-02-02 19:28:12 +05:30
Chenxia Liu 92399a3f06 Bug 1124392 - Telemetry: Record the number of passwords per hostname. r=MattN
--HG--
extra : rebase_source : 16de4b58ca570ed7ad328ddc5806eba0a509d9e7
2015-02-02 12:51:48 -08:00
Carsten "Tomcat" Book 041c20081a Merge mozilla-central to fx-team 2015-02-03 15:34:51 +01:00
Carsten "Tomcat" Book 06d8160838 merge fx-team to mozilla-central a=merge 2015-02-03 14:36:21 +01:00
Carsten "Tomcat" Book 12acae44df merge mozilla-inbound to mozilla-central a=merge 2015-02-03 14:27:29 +01:00
Carsten "Tomcat" Book 1ae8d449ac Backed out changeset 2742651b0cd9 (bug 1123990) for suspicion that this broke the nightly builds a=sheriffduty 2015-02-03 13:49:17 +01:00
Ryan VanderMeulen 769dd38513 Merge inbound to m-c. a=merge 2015-02-02 17:28:12 -05:00
Ryan VanderMeulen 0ace9ac204 Merge fx-team to m-c. a=merge 2015-02-02 17:06:25 -05:00
Dave Hylands 1919dfd0b7 Bug 1113258 - Make .3gpp file extension be recognized by device storage. 2015-02-02 11:02:34 -08:00
Carsten "Tomcat" Book 2f3b89cbe9 merge mozilla-inbound to mozilla-central a=merge 2015-02-02 13:19:59 +01:00
Paolo Amadini 67b6d770d0 Bug 1124516 - Telemetry: Record the time in days each saved login was last used. r=MattN 2015-02-01 19:38:09 +00:00
Phil Ringnalda 877d6ac788 Merge m-i to m-c, a=merge 2015-02-01 09:17:12 -08:00
Paolo Amadini 174ae94f90 Bug 1128203 - Reduce indentation from 4 to 2 spaces. rs=dolske DONTBUILD CLOSED TREE 2015-01-31 21:25:49 +00:00
Phil Ringnalda cbb7db17d6 Merge f-t to m-c, a=merge 2015-01-31 09:06:14 -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
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
Carsten "Tomcat" Book fe1587a7ba Merge mozilla-central to fx-team 2015-02-02 13:24:19 +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
Eddy Bruël 8c5a3dd951 Bug 1123693 - setBreakpoint should take an original location as argument;r=fitzgen 2015-02-03 10:48:25 +01: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
Ryan VanderMeulen 93f67f1a76 Merge m-c to fx-team. a=merge 2015-02-02 17:30:07 -05:00
Avijit Gupta d7026adeb3 Bug 1013714 - modified -moz-focusring css to remove wierd focusring on 'learn-more' link. r=jaws 2015-02-02 13:50:05 +05:30
Matthew Noorenberghe 7ed3f52f34 Bug 1047977 - Invert the notification bar close icon with @type=info on OS X to provide contrast. r=Gijs
--HG--
extra : rebase_source : d011aab37113d6e58c0df8e155d871600f54d514
2015-02-01 22:18:25 -08:00
Ryan VanderMeulen a3e60b01bf Merge m-c to fx-team. a=merge 2015-01-30 12:34:39 -05:00
Ryan VanderMeulen 175de6b258 Merge inbound to m-c. a=merge 2015-01-30 12:22:33 -05:00
Dave Townsend 0f22a9962b Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm 2015-01-30 09:14:13 -08:00
Nicholas Nethercote 84a315c38c Bug 1127570 - Include measurement origins in about:memory's title bar. r=mccr8.
This changes about:memory so that whenever measurements are shown, the origin
of those measurements is visible in the title bar.

- "about:memory (live measurement)" is used when you do "Measure".

- "about:memory (<filename>)" is used when you do "Load...".

- "about:memory (diff of <filename1> and <filename2>)" is used when you do
  "Load and diff...".

- "about:memory" is used in all other cases, e.g. when about:memory is first
  loaded, and after all non-measurement actions (GC, GC, etc.)

--HG--
extra : rebase_source : 4d1da88d17481916cda5018b7a8298e67c916274
2015-02-02 16:53:49 -08:00
Christoph Kerschbaumer fe42cc460a Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo) 2015-02-02 20:10:34 -08:00
Christoph Kerschbaumer b1de2face2 Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads - tests (r=paolo) 2015-02-02 20:10:07 -08:00
Christoph Kerschbaumer 5aac2fe0fc Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo) 2015-02-02 20:09:40 -08:00
Nicholas Nethercote 231a4d7a81 Bug 1127645 - Remove "Read from clipboard" button from about:memory. r=mccr8.
Now that memory reports are gzipped by default (not to mention *huge* when
unzipped), this button is no longer useful. A "load from URL" button (bug
859603) would be much better, but for now let's just remove the useless
functionality so it doesn't get in the way.

--HG--
extra : rebase_source : f6bad57203ce8a7173f876d578413c4f2cb3cc22
2015-02-02 16:44:48 -08:00
Richard Marti 0c76cfe9ef Bug 1022600 - Use a SVG icon for the utilities button in about:addons. r=MattN 2015-01-24 13:06:28 +01:00
Todd Whiteman f85f9479d2 Bug 1124963 - Fix symbolstore.py script errors. r=ted 2015-01-22 17:52:00 +01:00
Mike Shal 510f551561 Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce 2015-01-21 18:27:20 -05:00
Georg Fritzsche 073fed1942 Bug 1128405 - Fix missing UUID rev for nsITelemetry for bug 1120369. r=froydnj 2015-02-02 15:24:21 +01:00
Albert Juhe 7e3e08dc23 Bug 1100443 - DevTools Themes: Make infobar arrow smaller. r=bgrins 2015-01-21 13:53:00 +01:00
Alexandre Poirot 76bb71900b Bug 1055452 - Fix highlighter on hidden documents like keyboard. r=pbrosset 2015-01-29 03:17:00 +01:00
Alessio Placitelli d9817bdfeb Bug 1122049 - Add logging to Telemetry. r=gfritzsche 2015-01-21 03:32:00 +01:00
David Keeler 718bcfa712 backout cd0ec3afca5a (bug 832837) for mochitest bustage 2015-01-30 11:25:24 -08:00
Ryan VanderMeulen 6c039d1f77 Merge m-c to inbound. a=merge 2015-02-02 17:31:01 -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
David Keeler 11b9c65608 bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Ryan VanderMeulen 53a1d4ed8d Merge m-c to inbound. a=merge 2015-01-30 12:32:49 -05:00
Todd Whiteman 2b1c3cb2e2 Bug 1124984 - Force the gzip call to run. r=ted
--HG--
extra : rebase_source : 343a5f84b741e9f58c367b842477d6f9fdfc8db4
2015-01-22 19:36:00 -05: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
Georg Fritzsche f36ab0e55f Bug 1120369 - Allow specifying the desired dataset in Histograms.json. r=vladan 2015-01-29 15:17:24 +01:00
Mike Hommey a35dbaeebf Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
--HG--
rename : memory/mozalloc/fallible.h => memory/fallible/fallible.h
2015-02-02 09:56:13 +09:00
Brian Smith 1e523dd28b Bug 1119072, Part 15: Replace uses of hash_map with unordered_map (toolkit), r=ted
--HG--
extra : rebase_source : 3dc5e53c78bf6ab598e5c68c0f14511ee95c17fc
2015-01-08 15:38:26 -08: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
Wes Kocher f62801541d Merge fx-team to m-c a=merge CLOSED TREE 2015-01-29 15:27:17 -08:00
Mike Conley 30103711fd Bug 1112243 - add sizetopref to menulist-popuponly binding content. r=dao.
The rest of the menulist bindings have this, and is used to properly size
the menupopup when the menulist is opened. Without it, for long menulists
with a scrollbar, and short labels, the labels will get squeezed out during
layout and not be visible.

--HG--
extra : rebase_source : dea73f0b955cc72a0eb3f3e9e4df01187579ec83
extra : histedit_source : 5bb432c6afa96cfb73ca1535724a1d630ea1d5ca
2015-01-29 12:58:24 -05:00
wesj 46e3babf4c Bug 1113658 - Disable parental control logging on Android. r=mfinkle 2015-01-29 10:40:59 -08:00
Gijs Kruitbosch cb92dbbbf6 Bug 1125378 - fix up test failures caused by forgotten schema update, rs=bustage on a CLOSED TREE
--HG--
extra : amend_source : 529e8a02186d02034e17b0e453cc385319ae6a9a
2015-01-29 17:18:51 +00: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
Bill McCloskey 082d988ab6 Bug 1126018 - [e10s] Add shims for some observer topics (r=mconley) 2015-01-29 11:24:46 -08:00
Bill McCloskey e7ba6e45a0 Bug 1126018 - [e10s] Add shim for window._content (r=mconley) 2015-01-29 11:24:46 -08:00
Bill McCloskey 16620cea14 Bug 1126018 - [e10s] Improve dummy window shim (r=mconley) 2015-01-29 11:24:46 -08:00
Gijs Kruitbosch 6221a1a10b Bug 1125378 - indicate default e10s state in remote troubleshooting, r=gavin 2015-01-28 17:13:42 +00:00
Carsten "Tomcat" Book dcda8a64d4 Merge mozilla-central to fx-team 2015-01-29 16:20:17 +01:00
Margaret Leibovic e6495a8e8a Bug 1117258 - Implement reader mode content CSS for desktop. r=jaws 2015-01-26 10:19:47 +01:00
Wes Kocher a4cef467eb Merge fx-team to m-c a=merge 2015-01-28 18:36:42 -08:00
Ryan VanderMeulen e62e008c7f Backed out changeset b07179c96da7 (bug 1122049) for mass bustage.
CLOSED TREE
2015-01-28 16:17:00 -05: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
Ryan VanderMeulen c9c9d14f70 Merge m-c to fx-team. a=merge 2015-01-28 15:04:51 -05:00
Tim Taubert d02ecf71cf Bug 1023565 - Remove setTimeout() when restoring contentEditable values r=smacleod 2015-01-28 15:06:19 +01:00
Victor Porof 040349c46f Bug 1126372 - Timeline actor emits memory information twice when it's started, r=jsantell 2015-01-28 10:24:52 -05:00
Carsten "Tomcat" Book 8aced6dab7 merge fx-team to mozilla-central a=merge 2015-01-28 14:24:09 +01:00
Jed Davis 5834f7417c Bug 1126138 - Fix strict-mode errors in about:support#sandbox. r=adw
Bonus fix: preemptively fix the same mistake in Troubleshoot.jsm so that
the same bug doesn't happen again when someone adds "use strict" there.
2015-01-26 19:55:00 -05:00
Christoph Kerschbaumer 3e805ca519 Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools - tests (r=jryans) 2015-01-26 19:55:09 -08:00
Christoph Kerschbaumer 86f44c7f9e Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans) 2015-01-26 19:54:52 -08:00
Chris Peterson 92e95883b2 Bug 1126376 - Fix non-NIGHTLY_BUILD warnings-as-errors in toolkit/xre. r=Mossop 2015-01-27 10:11:08 -08:00
Masayuki Nakano 7a85c69f66 Bug 917322 part.16 Rename COMPOSITION_ATTR_* in EventUtils.js with new constants of nsITextInputProcessor r=smaug 2015-01-28 15:27:33 +09:00
Masayuki Nakano afb256c118 Bug 917322 part.10 Remove unnecessary synthesizeComposition(compositionstart) from all tests r=smaug 2015-01-28 15:27:32 +09:00
Aaron Klotz 7907419635 Bug 1122602: Correctly handle submission of empty chrome hang objects; r=vladan
--HG--
extra : rebase_source : 622f0165d3bb6d7b07d48ba5ae2486975948d718
2015-01-27 13:59:49 -07:00
Tooru Fujisawa 839e317d9a Bug 1069416 - Part 8: Remove JS_HAS_SYMBOLS from Promise-backend.js. r=paolo 2015-01-28 13:06:38 +09:00
Wes Kocher a092ea34c3 Backed out 5 changesets (bug 1119503) for PGO m-oth failures so I can a=merge today
Backed out changeset 05ee3ae06643 (bug 1119503)
Backed out changeset 5ccef8ecf319 (bug 1119503)
Backed out changeset 8c2129ff8897 (bug 1119503)
Backed out changeset ff9012ee428a (bug 1119503)
Backed out changeset af9f4a6a7b78 (bug 1119503)
2015-01-27 16:04:59 -08:00
Wes Kocher 57a1b317fb Merge inbound to m-c a=merge 2015-01-27 16:02:52 -08:00
Ryan VanderMeulen 9148720ef2 Backed out changeset dd417504346b (bug 1114594) for crashes.
CLOSED TREE
2015-01-27 15:17:39 -05:00
Victor Porof 816093c699 Bug 1126451 - Typo in MemoryActor.prototype._onWindowReady after bug 1104213, r=tromey 2015-01-27 15:07:59 -05:00
Ehsan Akhgari b378354abd Bug 1119503 - Part 3: Change test_aboutmemory.xul in order to not expect a newline at the very end of the copied text; r=njn
After the patches in this bug, we only inject a newline at block element
boundaries.
2015-01-27 13:25:10 -05:00
Ganesh Sahukari a4f09b67d8 Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo 2015-01-20 10:11:00 +00:00
Marco Bonardo 1e26430ba7 Bug 1117072 - updatePlaces can mistakenly overwrite typed and hidden attributes of a page. r=ttaubert 2015-01-27 18:36:40 +01:00
Mike Conley 398efaae27 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
--HG--
extra : amend_source : afcdea3002355dbaa6772496bdc2be4105888396
2015-01-05 16:38:48 -05:00
Sami Jaktholm db58c31c70 Bug 1116428 - Part 1: Expose SSLv3 and RC4 warnings in the webconsole actor. r=past 2015-01-24 14:40:10 +02:00
Aaron Raimist e70c6c1695 Bug 1042619 - Change 'width x height' letter x to a multiplication sign in devtools frontend. r=bgrins 2015-01-26 14:36:00 -05:00
Carsten "Tomcat" Book fecd9f74d6 merge fx-team to mozilla-central a=merge 2015-01-27 15:27:01 +01:00
Chris Peterson 7994f9c216 Bug 1125690 - Fix -Wtautological-compare warning in toolkit/mozapps/update/updater and mark as FAIL_ON_WARNINGS. r=rstrong 2015-01-25 00:24:34 -08:00
Ehsan Akhgari d080be3549 Backed out changeset 45921e3d9773 (bug 1117034) because of build bustage on a CLOSED TREE 2015-01-26 21:52:40 -05:00
Ehsan Akhgari 56e3b70f4e Bug 1117034 - Mark some overridden functions in the tree as override 2015-01-26 21:14:12 -05:00
Neil Deakin 352abe4eb4 Bug 1091140, add telemetry for sanitize, r=vdjeric 2015-01-26 20:58:22 -05:00
Cykesiopka a9f15abe06 Bug 1089588 - Fix wrong telemetry descriptions regarding SSL_KEA_ECDHE_CURVE_FULL and SSL_AUTH_ECDSA_CURVE_FULL. r=keeler
--HG--
extra : rebase_source : ebe354685f1470d83b8f0e6498863739ff00b63a
2015-01-26 14:30:00 +01:00
Eddy Bruël 932b25cfc7 Bug 1123686 - setBreakpoint should return a promise;r=jlongster 2015-01-27 08:52:33 +01:00
Ryan VanderMeulen 12063de3c6 Merge m-c to fx-team. a=merge 2015-01-26 16:52:38 -05:00
Ryan VanderMeulen ab1e320c97 Merge fx-team to m-c. a=merge 2015-01-26 16:34:12 -05:00
J. Ryan Stinnett b43d746c90 Bug 1103120 - Part 21: Client: Close streams when connection refused. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett a151a7b381 Bug 1103120 - Part 19: OOB cert auth tests. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett fc3e237340 Bug 1103120 - Part 18: Client: Validate random value, debugging begins. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett 98e695f743 Bug 1103120 - Part 17: Server: Default receive OOB dialog. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett f4842734d8 Bug 1103120 - Part 16: Server: Receive OOB data from client. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett 3c721a669a Bug 1103120 - Part 15: Client: Compare server cert to advertisement. r=past 2015-01-26 12:47:13 -06:00