Commit Graph

5806 Commits

Author SHA1 Message Date
Ehsan Akhgari
e2c29ce2df Merge the removal of global private browsing support 2013-01-29 13:13:58 -05:00
Ehsan Akhgari
32d278987e Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Jeff Walden
a466d14e0a Bug 786135 - Make parseInt(stringStartingWith0ButNot0xOr0X) parse as decimal to comply with ES5. r=dmandelin
--HG--
rename : js/src/tests/js1_8_5/extensions/parseInt-octal.js => js/src/tests/ecma_5/Global/parseInt-default-to-decimal.js
extra : rebase_source : 824fe7e00fbb6ffa38ebba5c43f6c0801f387309
2013-01-28 13:08:32 -08:00
Sunny
3cc4eab63b Bug 828347 - Warn if session restore is initialized with deprecated synchronous initialization. r=dteller 2013-01-29 10:50:04 -05:00
Yura Zenevich
54326c1dd1 Bug 828201 - Replace DEBUG constant by a preference across OS.File and add a File.GET_DEBUG method used for testing. r=dteller 2013-01-29 10:50:04 -05:00
Paolo Amadini
881a06706e Bug 831708 - Add basic download states and progress. r=enn 2013-01-29 15:24:22 +01:00
Paolo Amadini
c9fdf4a86a Bug 825591 - Skeleton of asynchronous JavaScript API for downloads. r=enn,mak 2013-01-29 15:24:17 +01:00
Ryan VanderMeulen
d30eedd7b3 Backed out changeset 4a271b44cbfe (bug 810146). r=bustageahoy
CLOSED TREE
2013-01-28 15:14:28 -05:00
Irving Reid
63f5c2157b Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup 2013-01-28 13:57:55 -05:00
Raymond Lee
f7ed471ba2 Bug 836624 - Remove getFaviconForPage and getFaviconDataAsDataURL in test_bookmarks_html.js. r=mak 2013-02-04 12:05:21 +08:00
Gabriele Svelto
2852357eff Bug 835352 - Forward content preference change notifications to child processes. r=mak 2013-01-31 18:43:56 +01:00
Andres Hernandez
2d6f3e7bea Bug 834000 - Removing passwords in Firefox/Thunderbird 18.* always randomly reorders list of passwords in password manager. r=MattN 2013-02-01 11:53:28 -06:00
Raymond Lee
3713a11d88 Bug 816903 - Remove calls to addVisits from Places tests. r=mak 2013-01-31 15:10:46 +08:00
Mark Hammond
cff3ab8581 Bug 837578 - stop preprocessing Social.jsm and MozSocialAPI.jsm. r=gavin 2013-02-05 10:19:11 +11:00
David Rajchenbach-Teller
8d3f6a3221 Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert 2013-02-05 11:40:48 -05:00
Andres Hernandez
d11b36f0fa Bug 739217 - Part 5: Toolkit replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-02-04 10:58:54 -06:00
Andres Hernandez
84d8471f54 Bug 739217 - Part 2: docshell replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
--HG--
rename : docshell/test/bug94514-postpage.html => toolkit/components/places/tests/mochitest/bug94514-postpage.html
rename : docshell/test/test_bug94514.html => toolkit/components/places/tests/mochitest/test_bug_94514.html
2013-02-01 10:36:28 -06:00
Ryan VanderMeulen
2c5ff7e196 Backed out 7 changesets (bug 739217) for mochitest-1 orange on a CLOSED TREE.
--HG--
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => docshell/test/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => docshell/test/test_bug94514.html
2013-01-31 19:36:04 -05:00
Daniel Holbert
f2938f8949 Bug 836345: Cast nsCOMArray::Count()'s result to uint32 in nsAutoCompleteController.cpp, to fix signed/unsigned comparison build warnings. r=mounir 2013-01-31 14:40:04 -08:00
Aaron Klotz
96e5b4e3fe Bug 815418: Telemetry for failed profile lock attempts r=vladan
--HG--
extra : rebase_source : 792850a58328ba4aa33e70b6c4cf7162bf167e8e
2013-01-31 15:11:38 -06:00
Scott Johnson
8698fbb505 Backed out changeset 69e0bdbd4f36 for incorrect commit message. r=me
--HG--
extra : rebase_source : 0269228c06416f7253e659630cf796288389c436
2013-01-31 15:09:09 -06:00
Andres Hernandez
076e8974d9 Bug 739217 - Part 5: Toolkit replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-30 11:30:58 -06:00
Andres Hernandez
1e393c488c Bug 739217 - Part 2: docshell replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
--HG--
rename : docshell/test/bug94514-postpage.html => toolkit/components/places/tests/mochitest/bug94514-postpage.html
rename : docshell/test/test_bug94514.html => toolkit/components/places/tests/mochitest/test_bug_94514.html
2013-01-17 14:52:44 -06:00
Aarom Klotz
141f06b2e4 Bug 815418: Telemetry for failed profile lock attempts r=vladan 2013-01-31 15:04:52 -06:00
Brian R. Bondy
06a4c0f20f Bug 823990 - Autocomplete results should not disappear for no results when minResults == 0. r=mak 2013-01-30 13:17:38 -05:00
Mitesh Pathak
746f2bcc7c Bug 808492 - Support double-closing DirectoryIterator in asynchronous mode. r=dteller 2013-01-17 15:22:09 +05:30
Josh Aas
723754b2be Bug 827979: Add Growl support back due to change in notification plans. r=backout 2013-01-28 10:04:51 -05:00
Bill McCloskey
0b41061a2c Bug 751618 - Add js/GCAPI.h (r=terrence) 2013-01-27 12:35:12 -08:00
Daniel Holbert
31ca3399dc Bug 836348: Mark toolkit/components/autocomplete as FAIL_ON_WARNINGS. r=mak 2013-02-01 15:15:30 -08:00
Daniel Holbert
f089fe53f8 Bug 835867: Use 'nsRefPtr' and 'forget()' in nsNavHistory.cpp instead of manual NS_ADDREF calls. r=mak 2013-02-01 15:15:29 -08:00
Dave Townsend
6c649be569 Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Kartikaya Gupta
a5a42912e0 Back out of d8d79ba17527 (bug 828201) as it caused a significant memory regression on Android. r=me 2013-02-01 13:41:42 -05:00
Shane Caraveo
40ca742163 Bug 832943 keep explicit reference to our error handling web listeners to avoid unexpected gc, r=felipe 2013-01-26 12:07:39 -08:00
Marco Bonardo
3fecd181f3 Bug 832133 - Stop using addvisit() in toolkit cpp tests.
r=Mano
2013-01-25 11:16:24 +01:00
Nathan Froyd
6c80b90eeb Bug 786788 - part 1 - let the uuid always be the slug and store the reason separately; r=vdjeric 2012-12-10 12:18:51 -05:00
Raymond Lee
cbfd382d9d Bug 820784 - Remove alternative add_task implementations. r=mak 2013-01-24 12:47:19 +08:00
Mark Hammond
1311d8b627 Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws,mixedpuppy
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
2013-01-24 21:14:36 +11:00
Mark Hammond
ae95b03e47 Backout 82464c35d37a (Bug 808215) for a regression and test failures. 2013-01-24 17:44:40 +11:00
Mark Hammond
d03e297868 Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
extra : rebase_source : 4cd66d38df3af9ba52c224e466ee7268b2cf43de
2013-01-24 16:15:11 +11:00
Jared Wein
f2fc9eeac5 Bug 831020 - Errors in the error console with very long reference lines hang the browser. r=neil
--HG--
extra : rebase_source : ac09c6d4bad6eff76691a950f1ec7d5d8b342cfc
2013-01-23 13:10:07 -05:00
Raymond Lee
f269502618 Bug 833125 - test_bug_411966.html and bug_411966/redirect.js are still using addURI. r=mak 2013-01-23 12:15:17 +08:00
Raymond Lee
846a23c358 Bug 831407 - test_399606.js has been replaced by browser_bug399606.js and should thus be removed from the tree. r=mak 2013-01-23 00:26:45 +08:00
Raymond Lee
619db6d23f Bug 752217 - Replace usage of setPageTitle with updatePlaces. r=mak 2013-01-23 10:50:13 +08:00
Justin Lebar
4e79ff3f80 Bug 833629 - Rebucket memory telemetry histograms. r=njn 2013-01-22 21:10:49 -05:00
Nathan Froyd
0b7644b5e9 Bug 833460 - move reading saved pings to the timer-based callback; r=taras 2013-01-22 15:08:26 -05:00
Marco Bonardo
89d3360734 Bug 824074 - Properly update frecency sorting in bookmarks queries.
r=Mano
2013-01-22 21:19:01 +01:00
Vladan Djeric
e74ffe5dd4 Bug 830429 - Reduce the threshold for slow main thread SQL to 50ms. r=nfroyd 2013-01-22 14:12:17 -05:00
Marco Bonardo
d936b0c724 Bug 619623 - Wait for the WAL checkpoint in case that helps avoiding the intermittent failure in test_IHistory.cpp
r=test-only-experiment-not-worth-it a=nonlibxul
2013-01-22 14:25:03 +01:00
Josh Matthews
77bcbdf4a7 Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop 2013-01-21 16:11:45 +00:00
Raymond Lee
c089ae192d Bug 820763 - Stop using addvisit() in toolkit tests. r=mak 2013-01-18 10:13:09 +08:00
Marco Bonardo
c57b5fa89e Bug 831725 - Fix wrong merge on toolkit/components/places/tests/browser/head.js
r=me
2013-01-19 12:30:00 +01:00
Rafael Ávila de Espíndola
1adf350494 Bug 831303 - Comment the assert. r=ehsan. 2013-01-18 11:14:31 -05:00
Raymond Lee
df919a53d3 Bug 752218 - Replace usage of AddURI with updatePlaces. r=mak 2013-01-17 10:28:26 +08:00
Ryan VanderMeulen
2f7217bed0 Merge m-c to inbound. 2013-01-17 21:21:24 -05:00
Matthew Noorenberghe
f84ebc1e87 Merge fx-team with mozilla-central 2013-01-17 16:14:57 -08:00
Matthew Noorenberghe
00436a098a Bug 496471 - Silence satchel warning about ORDER BY without an index since an index can't be used. r=dolske 2013-01-16 18:39:42 -08:00
Benoit Girard
c0f258c2d0 Bug 830809 - Remove 'shutdown start' label with eConsiderQuit. r=ehsan
--HG--
rename : content/svg/content/nsISVGPoint.cpp => content/svg/content/src/DOMSVGPoint.cpp
extra : rebase_source : 9150564527326347a8007be7e766b92ef7823c6a
2013-01-16 11:01:14 -05:00
Rafael Ávila de Espíndola
0cdb0a43d3 Bug 831133 - Record only the basename. r=vladan. 2013-01-16 21:02:32 -05:00
Rafael Ávila de Espíndola
59be78e293 Bug 831303 - Fix the the stop where we start counting the shutdown time.r=ehsan.
--HG--
extra : rebase_source : 8d00557db0872b6c192c85b7ce364e8f9838ba9b
2013-01-17 11:40:14 -05:00
Trevor Saunders
b98e34aed0 bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
Marco Bonardo
857f6c18f4 Bug 825786 - crash in nsAutoCompleteController::HandleDelete.
r=Enn
2013-01-17 00:12:43 +01:00
David Rajchenbach-Teller
41366f0dbb Bug 828228 - Measure nsSearchService init with Telemetry. r=gavin 2013-01-16 18:03:05 -05:00
Frank Yan
92fe506550 Bug 611553 - Make DOMWillOpenModalDialog a chrome-only event. r=dolske r=smaug 2013-01-16 13:10:18 -08:00
David Rajchenbach-Teller
d5d2ce04a8 Bug 830694 - Taking advantage of zero-copy transfer between workers;r=froydnj 2013-01-16 13:30:28 +01:00
Rafael Ávila de Espíndola
4b3fa5c7dd Bug 830584 - Write and read the module id to/from the late writes file. r=vladan. 2013-01-15 18:55:35 -05:00
Justin Lebar
6d3f94ce8d Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn 2013-01-15 09:14:36 -05:00
Mats Palmgren
d5826be6d7 Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
Mike Hommey
32d1117ab7 Bug 826992 - Avoid hardcoded clientId in SafeBrowsing.jsm. r=Mossop,r=mfinkle,r=gcp 2013-01-10 08:38:50 +01:00
Ryan VanderMeulen
96b0e17533 Backed out changeset 622427e981a8 (bug 789975) for build bustage.
CLOSED TREE
2013-01-14 22:13:24 -05:00
Justin Lebar
fbf3699557 Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn 2013-01-14 21:49:25 -05:00
Ehsan Akhgari
962a24f24f Merge the last PGO-green changeset of mozilla-central into mozilla-inbound 2013-01-14 17:27:01 -05:00
Gian-Carlo Pascutto
329bc80a10 Backout ff82d1a3955e (Bug 830308). 2013-01-14 20:16:38 +01:00
Gian-Carlo Pascutto
56d4fcf974 Bug 825891 - Remove one more obsolete mention of per-client randomization. r=dcamp 2013-01-14 17:43:14 +01:00
Philip Chee
fcaab0e18a Bug 825417 SafeBrowsing.jsm: Don't hardcode phishing/malware table names (phishingList, malwareList) r=gcp. 2013-01-14 23:25:51 +08:00
Vladan Djeric
1ad99fa69a Bug 830202: Track slow SQL strings from Firefox Health Report. r=taras 2013-01-13 21:56:39 -05:00
Chris Peterson
f456453bfd Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan 2013-01-10 08:19:36 -08:00
Mike Hommey
fa8b1f1193 Bug 826996 - Avoid hardcoded value for {moz:official} in search plugins. r=gavin
--HG--
extra : rebase_source : fe2a5b7c6efed6ff7f4b786a0ce510fc28a25ef9
2013-01-11 12:20:58 +01:00
Trevor Saunders
146d0e3215 bug 829288 - fix some toolkit/ warnings r=ehsan 2013-01-10 06:44:15 -05:00
Ehsan Akhgari
e194060fe0 Backed out changeset 23bb4a03ef34 (bug 815418) because of possible xpcshell bustage
--HG--
extra : rebase_source : dcd383efb1c245239a2dc4bc261ada158bb131c2
2013-01-10 17:21:48 -05:00
Eduard Neculaesi
93ff0c9b5c Bug 802534 - [OS.File] Main thread versions of OS.File.Info and OS.File.DirectoryIterator.Entry should have nice prototypes; r=yoric 2013-01-10 10:40:46 -08:00
Aaron Klotz
53f1d27479 Bug 815418: Telemetry for failed profile lock attempts; r=vladan
--HG--
extra : rebase_source : a7f1217bce0aa61c3c86eaa998e051d678ec7e1e
2013-01-10 12:50:51 -05:00
Ed Morley
e304383c4e Bug 821781 - Disable places/tests/unit/test_399266.js on Linux for too many intermittent failures 2013-01-10 14:59:28 +00:00
Mike Hommey
ef6a967753 Bug 826992 - Avoid hardcoded clientId in SafeBrowser.jsm. r=Mossop,r=mfinkle,r=gcp 2013-01-10 08:38:50 +01:00
Rafael Ávila de Espíndola
30c2da2ff1 Bug 825701 - Use v3 to report hangs. r=vladan. 2013-01-09 15:05:00 -05:00
Raymond Lee
cfa5fd5fdc Bug 806736 - Port test_privbrowsing.html to the new per-tab PB APIs. r=ehsan
--HG--
rename : toolkit/components/passwordmgr/test/test_privbrowsing.html => toolkit/components/passwordmgr/test/test_privbrowsing_perwindowpb.html
2013-01-09 12:21:29 +08:00
Mounir Lamouri
af0ede0616 Bug 777283 - Adds <input type='time'> behind "dom.experimental_forms" pref. r=smaug 2013-01-08 17:10:00 +00:00
Patrick McManus
521deb2573 bug 796475 - proxy auth cancelation rendering fix r=jduell
--HG--
extra : rebase_source : 83d6ad3d15bae973c8a09bca02a8d86578467345
2013-01-09 10:17:32 -05:00
Marco Bonardo
5c77201aa0 Bug 827268 - Avoid useless onVisit work on transition filtered queries.
r=Mano
2013-01-07 18:54:38 +01:00
Ehsan Akhgari
932e995d90 Bug 827188 - Initialize the hidden private window lazily; r=bzbarsky 2013-01-06 21:16:48 -05:00
Ehsan Akhgari
896a81cd51 Backed out changeset f3a6aff3dbbc (bug 827188) because of build failures
--HG--
extra : rebase_source : 87d6ba184e23dbe83a3a0e2ae83c44c5ecdb46db
2013-01-08 12:02:55 -05:00
Ehsan Akhgari
2b3d99b089 Bug 827188 - Initialize the hidden private window lazily; r=bzbarsky
--HG--
extra : rebase_source : 42a4a4da52f0eaa57a83dc4daf0e1a47401f4411
2013-01-06 21:16:48 -05:00
Gian-Carlo Pascutto
7fac2e3be7 Bug 825891 - Remove the code for per-client randomization in the url-classifier. r=dcamp 2013-01-08 16:43:33 +01:00
Rafael Ávila de Espíndola
8352929fc9 Bug 814765 - Include late writes in the Telemetry ping. r=vladan.
--HG--
extra : rebase_source : d3863b0ef7f4f77411042c374227d9f41adda929
2013-01-08 09:04:37 -05:00
David Rajchenbach-Teller
df0aa845a4 Bug 827206 - OS.File.exists for Windows should now work on directories. r=froydnj 2013-01-07 21:29:22 -05:00
Ed Morley
221ab1071c Backout b51c3d819364 (bug 806736) for frequent intermittent failures in test_privbrowsing_perwindowpb.html 2013-01-07 21:17:54 +00:00
Rafael Ávila de Espíndola
966bd933bc Bug 822695 - Use nsCOMArray. r=ehsan.
--HG--
extra : rebase_source : 28bf148e97f183f54592c5b4240582e8c27df8f4
2013-01-07 14:45:25 -05:00
Ed Morley
f403563dad Backout 33b1a42588c2 (bug 827268) for xpcshell failures on a CLOSED TREE 2013-01-07 20:25:13 +00:00
Raymond Lee
b4f67cc3c3 Bug 806736 - Port test_privbrowsing.html to the new per-tab PB APIs. r=ehsan
--HG--
rename : toolkit/components/passwordmgr/test/test_privbrowsing.html => toolkit/components/passwordmgr/test/test_privbrowsing_perwindowpb.html
2013-01-07 15:51:36 +08:00
Marco Bonardo
40894c73fd Bug 827268 - Avoid useless onVisit work on transition filtered queries.
r=Mano
2013-01-07 18:54:38 +01:00
Daniel Holbert
9d445b9cf9 Bug 825941: Mark toolkit/components/url-classifier directory as warning-free. r=gps 2013-01-06 18:06:23 -08:00
Daniel Holbert
b009577f4e Bug 825941 helper: Mark debug-only variable |rv| in nsUrlClassifierDBService.cpp as DebugOnly. 2013-01-06 18:06:23 -08:00
Nicholas Nethercote
c2e9cc8f8b Bug 825150 - Remove const_casts by adding some const-ness to nsICommandLineRunner.init(). r=karlt, sr=bsmedberg.
--HG--
extra : rebase_source : 3b68c3467fa533442cdc5bcefdf7fbe6140e87a3
2013-01-03 13:52:32 -08:00
Marco Bonardo
35d949f6ac Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
Aaron Klotz
92d3361182 Bug 805591 - Win32 implementation of the Plugin Hang UI r=bsmedberg,bbondy 2013-01-04 17:59:05 -05:00
Nathan Froyd
ed1429aa8e Bug 826439 - use floats instead of doubles for exponential histogram statistic calculations; r=vdjeric 2013-01-03 16:21:44 -05:00
William Chen
8f2a3385ae Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
Ehsan Akhgari
abfa459ddb Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures 2013-01-03 22:55:45 -05:00
Aaron Klotz
d2999a8190 Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy 2013-01-03 22:24:07 -05:00
Ehsan Akhgari
8280b4d0f1 Bug 815847 - Part 4: Implement a hidden private window managed by the app shell service; r=bzbarsky 2012-12-10 23:49:17 -05: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
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
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
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
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
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
Vladan Djeric
c599fa6a68 Bug 807021: Move LocalStorage writess off the main thread. r=smaug,mayhemer 2012-12-23 16:01:01 -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
Mark Hammond
3d48c7d48b Bug 806037 - use nsIPrincipal for origin checks. r=gavin 2012-12-27 18:28:49 +11: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
Gian-Carlo Pascutto
1ff3880760 Bug 823665 - Rename urlclassifier.confirm-age to max-complete-age. r=gcp 2012-12-21 08:48:30 +01:00
David Rajchenbach-Teller
66e31fa312 Bug 760036 - move SearchService metadata I/O off the main thread, r=enndeakin
--HG--
extra : rebase_source : 1c5f12f3730f4631a706a7b590ce6807f84fa62c
2012-12-21 11:41:15 -05:00
Benjamin Smedberg
3fd831539f Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
--HG--
rename : profile/public/nsIProfileChangeStatus.idl => profile/public/notifications.txt
extra : rebase_source : 89db8a63effc2eab589a184a2b686cfcca3f8f63
2012-12-13 12:20:56 -05:00
Marco Bonardo
9512bedcbc Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
r=Mano sr=gavin
2012-12-21 15:19:04 +01:00
Masatoshi Kimura
2a245d47d2 Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
Drew Willcoxon
1e75598cb5 Bug 699859 - Create nsIContentPrefService2, an async version of nsIContentPrefService. r=mak, sr=mossop 2012-12-20 17:37:56 -08:00
Ehsan Akhgari
38b9359caf Bug 823739 - Part 0: Skip browser_favicon_privatebrowsing.js in per-window PB builds 2012-12-20 18:01:25 -05:00
Marco Bonardo
1218d9a0f2 Bug 766799 - Notify hidden visits to history observers.
Redirect sources and framed visits are considered hidden and thus not shown in
common UI history queries.  So far were not even notified, but the right thing
to do is to let the observer handle them based on its needs.
r=Mano sr=Mossop
2012-12-20 23:45:00 +01:00