Commit Graph

13862 Commits

Author SHA1 Message Date
Dave Hylands
e293cbbd78 Bug 821168 - Use hardlinks for backing up pre-update files. r=eshan 2013-01-03 16:53:33 -08:00
Ehsan Akhgari
726d181e3b Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build 2013-01-03 18:36:16 -05:00
Trevor Saunders
efffc97c2d bug 825419 - outparamdel nsIDocShell::GetPresShell() r=smaug 2012-12-28 20:56:42 -05:00
Shriram Kunchanapalli
2239414ab6 Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg 2012-12-24 08:47:18 +05:30
Nikolay Bryskin
0273dd7851 Bug 650935 - Fix replacements in unUrlSafe to be global. r=dcamp 2013-01-03 17:18:42 -05:00
Justin Lebar
f3f2216930 Bug 825519 - Add telemetry for the max number of times any one image was decoded. r=joe 2013-01-03 16:06:08 -05:00
Michal Novotny
46c5a138e7 Bug 824484 - Fix race condition between stream wrapper destructor and nsCacheService::CloseAllStreams(), r=hurley 2013-01-03 20:24:27 +01:00
Ehsan Akhgari
47f5dc78a2 Backed out changeset 3d51d7f54e5d (bug 825519) because of build failures 2013-01-03 13:28:18 -05:00
Justin Lebar
2cbdb7986c Bug 825519 - Add telemetry for the max number of times any one image was decoded. r=joe 2013-01-03 12:52:58 -05:00
Nathan Froyd
ef7234e8af Bug 821879 - don't initialize Telemetry if we can't send any data in; r=vdjeric 2012-12-14 17:03:31 -05:00
Peter Van der Beken
748bb844b3 Fix for bug 817497 (Generic extension icons do not display anymore in Add-ons Manager). r=dolske.
--HG--
extra : rebase_source : 3a05f0f88c72545cffd27487a2e62668d2c19550
2012-12-06 22:07:42 +01:00
Ed Morley
f66f49f8b3 Backout bfeb3bc3da4e (bug 826029) for WINNT xpcshell failures 2013-01-03 10:17:14 +00:00
Daniel Holbert
4388426375 Bug 826052: Make HashStore explicitly reject files larger than UINT32_MAX bytes, to avoid precision issues when we pass the file-length as a uint32_t function argument. (Also, skip a redundant file-size lookup.) r=gcp 2013-01-03 00:38:24 -08:00
Vladan Djeric
f281d5d25a Bug 817102 - Copy/paste from about:telemetry has no line breaks. r=ttaubert 2013-01-02 21:46:33 -05:00
Rafael Ávila de Espíndola
2a00d70ca4 Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
--HG--
extra : rebase_source : 511835e6d24a0b58b5c9eb684b258456b7a7019e
2013-01-02 21:04:10 -05:00
Ehsan Akhgari
dde6266e43 Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin 2012-12-29 20:01:34 -05:00
Ed Morley
d9fb62848b Backout f6af3c44e395 (bug 810208) for crashes on a CLOSED TREE 2013-01-02 21:32:36 +00:00
Ehsan Akhgari
6744820571 Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin 2012-12-29 20:01:34 -05:00
Marshall Culpepper
6bd48a10f8 Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy 2013-01-02 12:41:40 -06:00
Jacek Caban
0cf6fdf7bb Bug 823921 - Fixed content/media/wmf compilation on mingw r=khuey 2013-01-02 18:26:08 +01:00
Daniel Holbert
c92002e8b2 Bug 825647: Remove unused logging #defines from url-classifier/Entries.h. r=gcp 2013-01-02 09:05:34 -08:00
Daniel Holbert
9492334005 Bug 825627, part 2: Convert known-to-be-nonnegative variables 'i' and 'idx' to be unsigned, in Classifier::ReadNoiseEntries(), to fix signed/unsigned comparison build warnings. r=gcp 2013-01-02 09:05:31 -08:00
Daniel Holbert
7755ec9f84 Bug 825627, part 1: Make nsUrlClassifierDBService.cpp's "gethashNoise" & "aCount" variables as unsigned, since counts are unsigned by definition. r=gcp 2013-01-02 09:05:19 -08:00
Camilo Viecco
3e1b6f0a96 Bug 799267 - AuthCertificate Telemetry (measuring first auth, pkix and classic) r=bsmith 2013-01-02 08:14:07 -08:00
Mike Hommey
e48dae26fd Bug 822584 - Enable elfhack workaround for breakpad on b2g/gonk. r=ted 2013-01-02 10:17:32 +01:00
Mike Hommey
3fefe872b5 Bug 822584 - Run elfhack on packaged binaries instead of built binaries. r=ted 2013-01-02 10:17:32 +01:00
Nicholas Nethercote
b6939f2c42 Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
--HG--
rename : dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js
extra : rebase_source : 557cc60522970ce7eea3b006d357284d9b4694c4
2012-12-23 16:59:51 -08:00
Nicholas Nethercote
8c10beeaf1 Bug 824885 - Fix -Wdeprecated-writable-strings warnings in xremote code. r=karlt. 2012-12-26 21:57:57 -08:00
Andrew McCreight
a04090979d Bug 821371, part 2 - Log time taken for cycle collector prep. r=smaug 2012-12-31 15:55:07 -05:00
Josh Aas
716d31ff14 Bug 822620: Disable Notification Center support for Firefox 19 and 20, it isn't ready. r=dougt 2012-12-31 14:16:57 -05:00
Ehsan Akhgari
4c920ae548 Bug 824349 - Make TelemetryPing correctly implement nsIObserver; r=froydnj 2012-12-31 14:12:21 -05:00
Nathan Froyd
5322d560d2 Bug 819418 - part 1 - be more selective in exporting aggregate statistics; r=vdjeric 2012-12-07 14:02:39 -05:00
Daniel Holbert
2aec387f66 Bug 825467: Remove unused variable 'reusingGlobal' from PerfMeasurement.cpp. r=khuey 2012-12-29 17:33:30 -08:00
Josh Matthews
5311ac1bba Bug 801823 - Prompt to restart Firefox when changing the private browsing autostart preference. r=ehsan
--HG--
rename : browser/components/preferences/in-content/tests/privacypane_tests.js => browser/components/preferences/in-content/tests/privacypane_tests_perwindow.js
rename : browser/components/preferences/tests/privacypane_tests.js => browser/components/preferences/tests/privacypane_tests_perwindow.js
2012-12-20 17:57:20 -05:00
Andres Hernandez
2a52457d21 Bug 823739 - Port browser_favicon_privatebrowsing.js to the new per-window PB APIs. r=jdm
--HG--
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js
2012-12-28 13:10:33 -06:00
Ryan VanderMeulen
af7ac0adf4 Merge m-c to inbound. 2012-12-28 12:57:30 -05:00
Raphael Catolino
5c4e542449 Bug 769385 - Add type attribute date for <input> behind "dom.experimental_forms" pref. r=mounir 2012-12-27 16:06:53 +00:00
Rafael Ávila de Espíndola
dca48ca921 Bug 824119 - Refactor about:telemetry to expose stack printing utilities. r=vladan. 2012-12-24 18:07:17 -05:00
Neil Deakin
9e4bcfbbce Bug 798226, backout cd66c58db0f7 until the issue of the os adjusting the popup to fit onscreen can be solved. 2012-12-24 14:47:34 -05:00
Vladan Djeric
c599fa6a68 Bug 807021: Move LocalStorage writess off the main thread. r=smaug,mayhemer 2012-12-23 16:01:01 -05:00
Jonathan Kamens
4cd512b349 Bug 823042 - Fix redeclared argument warnings. r=Mossop 2012-12-19 09:10:19 -05:00
Mario Alvarado [:marioalv]
93f58ad2c1 Bug 806744 - Port the satchel test_privbrowsing.html to the new per-tab PB APIs. r=jdm
--HG--
rename : toolkit/components/satchel/test/test_privbrowsing.html => toolkit/components/satchel/test/browser/browser_privbrowsing_perwindowpb.js
2012-12-19 15:08:09 -06:00
Andreas Wagner
1c39a8100b Bug 550175 - Check if a row in an autocomplete popup is selected while pressing DEL. r=mak 2012-12-23 11:45:44 -05:00
Dustin L. Howett
8f8b271949 Bug 812647 - Fix OS.File's failure to find libc on case-sensitive OS X filesystems. r=Yoric 2012-12-23 10:52:35 -05:00
Alexander Surkov
4bb31ec532 Bug 814836 - <xul:deck> element messes up screen readers, r=tbsaunde, sr=roc 2012-12-28 17:15:02 +09:00
Mark Hammond
3d48c7d48b Bug 806037 - use nsIPrincipal for origin checks. r=gavin 2012-12-27 18:28:49 +11:00
Nicholas Nethercote
0a2709a9bb Bug 819819 (part 1) - Remove DMDV. r=khuey.
--HG--
extra : rebase_source : af193a276409e33f0099d256cdfcd0f11917ea25
2012-12-20 23:03:50 -08:00
Neil Rashbrook
d8fe604ecd Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron 2012-12-22 20:40:37 +00:00
Ms2ger
cd4872fcf7 Merge m-c to inbound. 2012-12-22 14:42:37 +01:00
Ms2ger
519fc6202b Merge PGO-green changeset from inbound to m-c. 2012-12-22 12:06:37 +01:00