Commit Graph

4292 Commits

Author SHA1 Message Date
Dão Gottwald
2aaa910f42 Backed out changeset b4d322e5af47 2012-01-11 16:13:08 +01:00
Nathan Froyd
31c4c44741 Bug 716657 - add Telemetry::AutoCounter; r=taras 2012-01-09 18:21:28 -05:00
Vladan Djeric
242608b1f7 Bug 714450 - Mark the DB whitelist in Telemetry immutable after it is initialized. r=benjmain 2012-01-10 15:31:34 -05:00
Vladan Djeric
9f37a3ceae Bug 708962 - Start Telemetry service at application start to avoid deadlock from GetService spinning event loop. r=benjamin 2012-01-10 15:29:58 -05:00
Brian R. Bondy
b586b563f1 Bug 715910 - Logging to determine service permission problems, and always set it on upgrades. r=rstrong 2012-01-10 11:28:50 -05:00
Brian R. Bondy
34557e2378 Bug 715749 - service broke builds with --disable-updater. r=rstrong 2012-01-10 11:28:50 -05:00
Brian R. Bondy
dfc1a3397c Bug 716126 - Include update.status contents inside maintenanceservice.log file on failed updates. r=rstrong 2012-01-10 11:28:50 -05:00
Gian-Carlo Pascutto
681f5292d4 Bug 702217 - Fall back to SQLite when we fail PrefixSet construction. r=dcamp 2012-01-10 17:09:38 +01:00
Gian-Carlo Pascutto
1b15f1f905 Bug 702217 - Avoid double allocation in UrlClassifier. Handle OOM conditions. r=dcamp 2012-01-10 17:09:32 +01:00
Nathan Froyd
98c55c584c Bug 715906 - remove TelemetryHistogram.histogram; r=taras 2012-01-09 12:47:35 -05:00
David Zbarsky
785e84c27d Bug 682611 - Part 2: Remove nsIRange; r=smaug 2012-01-10 15:19:54 +01:00
Mike Hommey
9168cb8046 Bug 714029 - Avoid jsctypes-test dependency on the xpcom glue. r=bsmedberg 2012-01-10 09:10:53 +01:00
Mike Hommey
9146b4ce42 Backout 057e7ead186e (bug 714029) because of failure to build on Windows. 2012-01-10 10:51:55 +01:00
Mike Hommey
1bf148fb54 Bug 714029 - Avoid jsctypes-test dependency on the xpcom glue. r=bsmedberg 2012-01-10 09:10:53 +01:00
Nathan Froyd
414eecda6f Bug 716553 - fix build warnings in Telemetry.cpp; r=taras 2012-01-09 13:01:52 -05:00
Felix Fung
7665ff48bd Bug 713269 - Use Asynchronous Favicons API for PlacesUtils.jsm. r=mak 2012-01-11 00:04:01 -05:00
Michael Kohler
bf6a5aaae5 Bug 711818 - MOZILLA_GUARD_OBJECT_NOTIFIER* should use a MOZ_ prefix to follow MFBT style 2012-01-10 00:29:30 -05:00
Josh Matthews
b5b4595c2e Bug 713172 - Ensure the download manager database connection isn't closed while it could still be required. r=mak 2012-01-09 13:48:19 -05:00
Rafael Ávila de Espíndola
22a9ebc5f3 Bug 716105 - Send quit-application in toolkit/components/search/tests/xpcshell/test_645970.js. r=mak. 2012-01-09 10:03:14 -05:00
Nicholas Nethercote
15a9903644 Bug 700508 - Disallow non-leaf memory reporters (attempt 3). r=jlebar. 2012-01-07 21:45:35 +11:00
Michal Novotny
36f351de8a Bug 716146 - Telemetry - close disk cache output stream 2012-01-07 02:45:46 +01:00
Ed Morley
2ac5b3a131 Merge mozilla-central to mozilla-inbound 2012-01-06 22:35:43 +00:00
Ed Morley
8790c6731c Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-06 22:27:52 +00:00
Serge Gautherie
97350bb711 Bug 710562. (Av1a) Disable 2 application-specific '#ifdef' in Toolkit, as a workaround ftb. r=taras. 2012-01-06 17:36:27 +01:00
Ed Morley
e44c8e2a29 Backout 4779d8df054b (bug 700508) for linux64 Moth orange 2012-01-06 16:23:05 +00:00
Marco Bonardo
05bdfa8d41 Merge last clean PGO changeset from mozilla-inbound to mozilla-central 2012-01-05 15:52:19 +01:00
Serge Gautherie
029e7ef276 Bug 705957. (Bv2) test_bug_511615.html: Improve the spelling of "priviledged". r=ehsan.
DONTBUILD (test-only, spelling-only).
2012-01-05 14:19:14 +01:00
Marco Bonardo
580de77ab7 Bug 715268 - Downgrades may cause missing favicons GUIDs.
r=dietrich

--HG--
rename : toolkit/components/places/tests/migration/places_v10_from_v11.sqlite => toolkit/components/places/tests/migration/places_v10_from_v14.sqlite
rename : toolkit/components/places/tests/migration/test_current_from_v10_migrated_from_v11.js => toolkit/components/places/tests/migration/test_current_from_v10_migrated_from_v14.js
2012-01-05 11:43:29 +01:00
Brian R. Bondy
528c9af51d Bug 711692 - Various fixes for intermittent failures. r=rstrong. 2011-12-28 21:08:37 -05:00
Brian R. Bondy
2bd6f43cdf Bug 711692 - Environment variable related fixes for xpcshell tests. r=rstrong. 2012-01-04 23:19:19 -05:00
Brian R. Bondy
157a1ffc3d Bug 711692 - appbin fix and SCM lock hang fix. r=rstrong. 2012-01-04 23:19:19 -05:00
Brian R. Bondy
37096b5741 Bug 711692 - Don't rely on event and don't uninstall/install service on updates. r=rstrong. 2012-01-04 23:19:19 -05:00
Brian R. Bondy
9b9cd2b25a Bug 712155 - Maintenance service: Wait for service to stop before starting the next xpcshell test. r=rstrong. 2012-01-04 23:19:18 -05:00
Brian R. Bondy
03ad6d8657 Bug 711792 - Speed up and simplify maintenance service update command processing. r=rstrong. 2012-01-04 23:19:17 -05:00
Rafael Ávila de Espíndola
348ca28d0a Bug 701863 - add tests for cloned histograms in telemetry pings; r=taras 2012-01-06 14:41:19 -05:00
Nathan Froyd
fe1369998f Bug 701863 - clone STARTUP_* histograms properly; r=taras 2012-01-06 14:40:45 -05:00
Nathan Froyd
ce965f3e82 Bug 701863 - Add a way to clone histograms; r=taras 2012-01-06 14:40:04 -05:00
Nathan Froyd
000358e919 Bug 701863 - make JS/C++ divide explicit; r=taras 2012-01-06 14:39:29 -05:00
Marco Bonardo
27b788e814 Merge mozilla-central and mozilla-inbound 2012-01-06 13:26:21 +01:00
Nicholas Nethercote
09267e90dd Bug 700508 - Disallow non-leaf memory reporters (attempt 2). r=jlebar.
--HG--
extra : rebase_source : 040e3e7093f019caf7157a316e5fc75654eb5d65
2012-01-05 19:41:31 -08:00
Brian R. Bondy
2c0a6e3e93 Bug 711505 - Callback application should be locked when doing updates from the service. r=rstrong. 2012-01-04 23:19:16 -05:00
Brian R. Bondy
18284e755d Bug 711140 - Use maintenance service if the fallback key is present so tests can run. r=rstrong. 2012-01-04 23:19:16 -05:00
Brian R. Bondy
427d50bb11 Bug 709598 - If no registry keys exist for the install dir, don't try to use the maintenance service for updates. r=rstrong.
--HG--
rename : toolkit/components/maintenanceservice/pathhash.cpp => toolkit/mozapps/update/common/pathhash.cpp
rename : toolkit/components/maintenanceservice/pathhash.h => toolkit/mozapps/update/common/pathhash.h
2012-01-04 23:19:16 -05:00
Brian R. Bondy
fa7e88ea76 Bug 708778 - Updater service used on Windows should drop as many permissions as possible. r=rstrong. 2012-01-04 23:19:16 -05:00
Brian R. Bondy
6c106443a7 Bug 709173 - updater.exe needs to be verified to be an updater, not just an executable signed by Mozilla. r=rstrong. 2012-01-04 23:19:16 -05:00
Brian R. Bondy
ef6ac7d7f3 Bug 709158 - updater.exe was not verified to be a particular product's/channel's/version of the updater. r=rstrong. 2012-01-04 23:19:16 -05:00
Brian R. Bondy
05a2844e25 Bug 709183 - Callback path and arguments untrusted, don't use/pass them. r=rstrong. 2012-01-04 23:19:16 -05:00
Brian R. Bondy
73d552a617 Bug 708854 - No longer use session ID for work item files. r=rstrong.
--HG--
rename : toolkit/mozapps/update/common/launchwinprocess.cpp => toolkit/mozapps/update/common/updatehelper.cpp
rename : toolkit/mozapps/update/common/launchwinprocess.h => toolkit/mozapps/update/common/updatehelper.h
2012-01-04 23:19:15 -05:00
Brian R. Bondy
f3519a8442 Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
Brian R. Bondy
136f7a093b Bug 700123 - Update telmetry probe with new update.status codes. r=ehsan 2012-01-03 21:59:08 -05:00
Tobias Markus
38a4e147d6 Bug 712698 - view.selection is null in error console when starting Firefox with about:config in a tab. r=Mossop 2011-12-21 19:37:20 +01:00
Nicholas Nethercote
5f13f50fe4 Bug 703143 - Use a memory multi-reporter for SQLite's per-connection reporting (attempt 2). r=sdwilsh.
--HG--
extra : rebase_source : c0bf639394d78efa1cd962d27433050f442eaf2b
2012-01-03 00:27:05 -08:00
Nicholas Nethercote
5c8cc7d9f5 Bug 708159 - Avoid unnecessary work done by multi-reporters in nsMemoryReporterManager::GetExplicit. r=jlebar,bent. 2011-12-12 19:04:12 -08:00
Rafael Ávila de Espíndola
45af65d223 Bug 713293 - Send quit-application in toolkit/components/downloads/test/schema_migration/head_migration.js. r=mak. 2011-12-29 10:08:03 -05:00
Rafael Ávila de Espíndola
e4a725e877 Bug 696486 - Close dbConnection. r=mak. 2011-12-28 13:04:37 -05:00
Rafael Ávila de Espíndola
fbc4abb759 Bug 713243 - Send quit-application in head_download_manager.js. r=mak.
--HG--
extra : rebase_source : d4e622485cbd07f96abc9eff13b6ea1f26074fc6
2011-12-28 11:33:36 -05:00
Rafael Ávila de Espíndola
aec621ebf4 Bug 713284 - finalize statement in test_migration_to_2.js. r=mak. 2011-12-28 10:42:42 -05:00
Rafael Ávila de Espíndola
2e4178e8e5 Bug 713289 - finalize statement in test_migration_to_5.js. r=mak. 2011-12-28 10:39:00 -05:00
Rafael Ávila de Espíndola
f56871cc56 Bug 713286 - finalize statement in test_migration_to_3.js. r=mak. 2011-12-28 10:35:41 -05:00
Rafael Ávila de Espíndola
bbd222caec Bug 713288 - finalize statement in test_migration_to_4.js. r=mak. 2011-12-28 10:32:33 -05:00
Rafael Ávila de Espíndola
59d5837312 Bug 713291 - finalize statement in test_migration_to_6.js. 2011-12-28 10:28:15 -05:00
Rafael Ávila de Espíndola
c263d22263 Bug 713242 - finalize statements in test_removeDownloadsByTimeframe.js. r=mak. 2011-12-28 10:02:25 -05:00
Rafael Ávila de Espíndola
95a25c3b42 Bug 711554 - finalize statements and close connection. r=mak. 2011-12-28 08:38:42 -05:00
Simon Montagu
3d29acf938 Give the text in prompts unicode-bidi: isolate. Bug 652550, r=dolske 2011-12-28 10:33:18 +02:00
Rafael Ávila de Espíndola
3a35d81c93 Bug 702848 - Finalize the statements in services sync/modules/engines/forms.js. r=dolske. 2011-12-22 11:21:37 -05:00
Nathan Froyd
1de4e6fcb8 Bug 712427 - provide more information in SQL PRAGMA queries; r=mak 2012-01-05 18:46:35 -05:00
Matthew Noorenberghe
b707813fff Bug 273874 - Firefox migrator for new profiles r=mak
--HG--
rename : browser/components/migration/src/ChromeProfileMigrator.js => browser/components/migration/src/FirefoxProfileMigrator.js
extra : rebase_source : d5dfea053ede5abb3a535296085bdfe93ece8511
2011-11-29 02:30:40 -08:00
Matthew Noorenberghe
323f3ddfa8 Bug 461820 - prevent accessing searchbar history from content (tests) r=dolske
--HG--
extra : rebase_source : c83545f7fa62353bad8cdd783fdd09626b9a23e0
2012-01-10 16:53:16 -08:00
Ehsan Akhgari
cc277b70ce Bug 716867 - test_sqliteMultiReporter.xul calls SimpleTest.finish needlessly; r=njn 2012-01-10 09:26:45 -05:00
Masayuki Nakano
228fad0b19 Bug 698949 Editor should refuse untrusted keypress event r=smaug 2011-12-21 21:11:36 +09:00
Rafael Ávila de Espíndola
b31fc35a21 Bug 711570 - finalize statements and close connection. r=zpao.
--HG--
extra : rebase_source : 6816e8f2b0d8edaea7b39e0a0fa4a4c2c288b8a2
2011-12-20 17:17:33 -05:00
Rafael Ávila de Espíndola
a1d31dd8dd Bug 712345 - brace loop. r=zpao. 2011-12-20 13:54:24 -05:00
Rafael Ávila de Espíndola
adf8a15a83 Bug 712342 - make dbStmts an object. r=zpao. 2011-12-20 13:50:33 -05:00
Henri Sivonen
c0221d37eb Bug 710142 - Make external View Source editor work again when the content comes from nsIWebBrowserPersist. r=gavin.sharp. 2011-12-20 09:41:08 +02:00
Rafael Ávila de Espíndola
66d5362abb Bug 711536 - finalize statements and close connection. r=mak. 2011-12-19 13:55:08 -05:00
Rafael Ávila de Espíndola
9affa66a26 Bug 711494 - close _dbConnection. r=mak.
--HG--
extra : rebase_source : 4c8c7838b30c25fe7dea4a1b9f5d8cb7b0b9e6c5
2011-12-19 13:10:18 -05:00
Justin Lebar
acbf253a40 Bug 711490 - Add telemetry and memory reporters for counting low-memory events. r=njn 2011-12-19 11:57:57 -05:00
Nicholas Nethercote
2fa63e0548 Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar.
--HG--
extra : rebase_source : d802d58bc7dedda2490878793923adc0ab55f779
2011-12-15 14:59:53 -08:00
Jeff Walden
f73124604d Bug 711799 - Add parentheses to a bunch of && expressions nested within || expressions. r=dholbert 2011-12-18 01:00:47 -05:00
Jeff Walden
b2d881279f Bug 711799 - Fix a bunch of initializing-pointer-from-boolean warnings. r=dholbert
--HG--
extra : rebase_source : 4a5d03b10ad8ac4eaff222037ba3400a26e7cf55
2011-12-18 01:00:47 -05:00
Jeff Walden
279c3635c0 Bug 711799 - Fix a bunch of unused-variable warnings. r=dholbert
--HG--
extra : rebase_source : 91fc77dca316018652d4d99f6d4cc8d0f7195e6e
2011-12-18 01:00:42 -05:00
Serge Gautherie
7d233af147 Bug 508760 - Remove VC6 workaround. r=mano 2011-12-18 20:19:34 +01:00
Andrew McCreight
b853df90ad Bug 706164 - Add telemetry for CC forcing GC. r=bent 2011-12-05 09:04:41 -08:00
Vladan Djeric
30b8c916cb Bug 704855. Reduce fsyncs in Places & create/update root bookmarks in Database.cpp. r=mak 2011-12-13 12:52:06 -05:00
Nathan Froyd
9983e99f99 Bug 709205 - use GetObserverService in places; r=mak 2011-12-09 14:35:59 -05:00
aceman
c475fda161 Bug 122213 - Display time and date of messages in toolkit's Error Console. r=neil sr=bz 2011-12-17 05:22:26 +01:00
Dão Gottwald
067bb8a581 Bug 708788 - Add telemetry probes for new/close tab animations. r=dietrich,taras 2011-12-17 05:11:57 +01:00
Patrick McManus
74d31363e6 bug 710205 dns telemetry r=bz 2011-12-16 21:24:17 -05:00
Tim Abraldes
c6f80b9f26 bug 704558 - Toolkit changes to work with the newly modified imgTools functions. r=rs 2011-12-16 19:43:10 -05:00
Ehsan Akhgari
e463a46d98 Bug 711195 - Perform the range checks for non-boolean telemetry pings at compile time; r=taras 2011-12-16 14:30:44 -05:00
Masayuki Nakano
b4506dd72f Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
Ed Morley
720a7cff66 Bug 692625 - Move toolkit/components/startup/tests/browser/ to toolkit/components/startup/tests/; r=dtownsend
--HG--
rename : toolkit/components/startup/tests/browser/Makefile.in => toolkit/components/startup/tests/Makefile.in
rename : toolkit/components/startup/tests/browser/beforeunload.html => toolkit/components/startup/tests/beforeunload.html
rename : toolkit/components/startup/tests/browser/browser_bug511456.js => toolkit/components/startup/tests/browser_bug511456.js
rename : toolkit/components/startup/tests/browser/browser_bug537449.js => toolkit/components/startup/tests/browser_bug537449.js
2011-12-16 09:11:23 +00:00
Ed Morley
0b14e4aca6 Bug 692625 - Move toolkit/components/aboutmemory/tests/chrome/ to toolkit/components/aboutmemory/tests/; r=gavin f=njn
--HG--
rename : toolkit/components/aboutmemory/tests/chrome/Makefile.in => toolkit/components/aboutmemory/tests/Makefile.in
rename : toolkit/components/aboutmemory/tests/chrome/test_aboutmemory.xul => toolkit/components/aboutmemory/tests/test_aboutmemory.xul
rename : toolkit/components/aboutmemory/tests/chrome/test_asyncClose_leak.xul => toolkit/components/aboutmemory/tests/test_asyncClose_leak.xul
2011-12-16 09:11:23 +00:00
Felix Fung
c005cf68d7 Bug 699843 - Asynchronous Favicons API - ReplaceFaviconDataFromDataURL Tests. r=mak 2011-12-15 16:56:21 -08:00
Felix Fung
8e52a2eaf8 Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData Tests. r=mak 2011-12-15 16:56:10 -08:00
Felix Fung
6f52074650 Bug 699843 - Interfaces Changes, replaceFaviconData(FromDataURL)?. r=mak, sr=gavin 2011-12-15 16:56:01 -08:00
Felix Fung
33177306ac Bug 699843 - Asynchronous Favicons API - ReplaceFaviconDataFromDataURL. r=mak 2011-12-15 16:55:53 -08:00
Felix Fung
31e7de28a7 Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData. r=mak 2011-12-15 16:55:22 -08:00
Nicholas Nethercote
5d2aefc5b3 Bug 705602 - Use mallocSizeOf in prefixset memory reporter. r=gpc.
--HG--
extra : rebase_source : f228466f7e082a152ceaafc8f8f1c4b71f5f550f
2011-12-13 20:54:18 -08:00
Rafael Ávila de Espíndola
9643c51922 Bug 710723. Finalize statement. r=mak. 2011-12-15 08:42:48 -05:00
Rafael Ávila de Espíndola
52578eb206 Bug 710708 - Finalize statement. r=mak. 2011-12-15 08:37:05 -05:00
Rafael Ávila de Espíndola
d9b9843a11 Bug 709406: Fix up slow SQL reporting. r=taras. a=ehsan.
--HG--
extra : rebase_source : 09b9577733a4071d6abc778adad3f732446332a5
2011-12-14 15:04:25 -05:00
Ehsan Akhgari
5a6e0fb822 Merge mozilla-inbound and mozilla-central on a CLOSED TREE a=me 2011-12-14 14:11:09 -05:00
Rafael Ávila de Espíndola
66995e46a5 Bug 696483 - Improve error handling. r=mak. a=Ms2ger.
Add an if to avoid a common case and reportError if something else happens.

--HG--
extra : rebase_source : 7a5952e8ba8e5f14d7b7a667d945d754051f9f05
2011-12-14 11:22:03 -05:00
Ed Morley
4d0f960d64 Merge mozilla-central to mozilla-inbound 2011-12-14 02:53:59 +00:00
Patrick McManus
3ba70e69a9 bug 528288 - reland spdy after libxul weightloss a=khuey CLOSED TREE 2011-12-13 10:55:50 -05:00
Rafael Ávila de Espíndola
eb673a1937 Bug 710237 - remove unused variable. r=mak. a=Ms2ger. 2011-12-13 16:44:33 -05:00
Ms2ger
eee2d72367 Bug 709511 - Remove unused nsCharsetMenu::kNC_Checked; r=smontagu a=ehsan 2011-12-13 09:49:31 +11:00
Ms2ger
7696402cf6 Bug 709511 - Remove unused nsCharsetMenu::SetCharsetCheckmark; r=smontagu r=ehsan 2011-12-13 09:49:31 +11:00
Rafael Ávila de Espíndola
1e18150781 Bug 709328 - Remove always true argument. r=mak77. a=js-only. 2011-12-12 15:35:35 -05:00
Marco Bonardo
e8d8fd54ea Bug 708693 - Intermittent TEST-UNEXPECTED-FAIL | xpcshell/tests/toolkit/components/places/tests/bookmarks/test_keywords.js.
r=dietrich a=tests-only
2011-12-12 15:24:18 +01:00
Henri Sivonen
b6151bc4c1 Bug 700034 - Wait for the view source doc to load before reading its .body.textContent when feeding an external editor. r=gavin.sharp, a=Unfocused. 2011-12-12 10:53:48 +02:00
Ed Morley
dd38904e41 Backout SPDY to keep us under the MSVC virtual address space limit during win PGO builds (bug 709193)
Backs out 952d14a9e508 (bug 707173), c170c678c9ac (bug 708305), 0a5f66d5d8e4 (bug 707662), 3204b70435fe (bug 706236) and the main landing range 48807fde0339:0bd45ead1676 (bug 528288).
2011-12-10 22:36:26 +00:00
Ehsan Akhgari
1192d1da90 Bug 708123 - Add a telemetry probe for update status; r=rstrong 2011-12-09 11:37:16 -05:00
Ed Morley
bbcb104c53 Merge mozilla-central to mozilla-inbound 2011-12-09 11:36:04 +00:00
Ed Morley
a5f3676554 Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-09 11:12:51 +00:00
Tim Taubert
dd7fc1bae1 merge m-c to fx-team 2011-12-09 05:57:05 +01:00
Frank Yan
b7758bd16b Bug 707364 - Inline a nested function in nsPrompter.js. r=dolske 2011-12-08 12:32:59 -08:00
Rafael Ávila de Espíndola
8671ece279 Bug 708034 - Don't #include __FILE__. r=glandium. 2011-12-08 15:43:05 -05:00
Nicholas Nethercote
0ba953bc25 Bug 700508 - backout 1f093067e982 due to crashes. r=crashes. 2011-12-08 11:35:53 -08:00
Nicholas Nethercote
dffcf4709b Bug 703143 - backout 61d41436beb3 so that bug 700508 can be backed out. r=crashes. 2011-12-08 11:34:18 -08:00
Nicholas Nethercote
5ec7ee41ae Bug 704400 - Implement --enable-dmd. r=khuey. 2011-12-08 19:09:36 -08:00
Phil Ringnalda
7151a1ee7d Back out 7341f4e8b3f3, d91429762579, d0a362467a96, 0aba56de1824 (bug 701863) for Windows timeouts in test_TelemetryPing.js 2011-12-06 23:18:30 -08:00
Josh Matthews
cb25455930 Bug 696450 - Add increment/decrement methods to PointerType jsctype objects. r=bobbyholley 2011-11-08 16:06:19 -05:00
Nathan Froyd
8f6395081b Bug 701863 - add test for cloned histograms in telemetry pings; r=taras 2011-11-18 15:28:05 -05:00
Nathan Froyd
ef11f78c71 Bug 701863 - clone STARTUP_* histograms properly; r=taras 2011-11-16 15:33:18 -05:00
Nathan Froyd
c0cdc69974 Bug 701863 - Add a way to clone histograms; r=taras
Add nsITelemetry::histogramFrom.
2011-11-14 14:28:18 -05:00
Nathan Froyd
e08bf683dc Bug 701863 - make JS/C++ divide explicit; r=taras
Separate out some functions so we have a distinction between things that
return JS objects and things that return C++ objects.
2011-11-14 14:27:28 -05:00
Nicholas Nethercote
60eb349dd0 Bug 700508 - Disallow non-leaf memory reporters. r=jlebar. 2011-12-06 16:20:17 -08:00
Vladan Djeric
ac366d7537 Bug 699051. Report slow prepared SQL statements to Telemetry. r=sdwilsh.
--HG--
extra : rebase_source : dcf66cca7ae7b603b77a6bdacb50b3df1c0442ce
2011-12-06 15:12:55 -05:00
Nicholas Nethercote
1dcdcf88a9 Bug 703143 - Use a memory multi-reporter for SQLite's per-connection reporting. r=sdwilsh. 2011-12-05 19:19:47 -08:00
Mounir Lamouri
fe8b1f43ce Bug 704521 - Fix form history autocomplete broken for XUL elements. r=zpao 2011-12-04 20:59:47 +08:00
Phil Ringnalda
a5227b5101 Bug 512307 - Recognize and parse RFC 822 dates that use "Z" as a timezone, r=mak 2011-11-20 22:15:03 -08:00
Jan Bambach
1984c5a018 Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao 2011-12-08 10:21:32 +01:00
Masayuki Nakano
b26f243504 backout 34b8fe028357 2011-12-08 16:42:45 +09:00
Masayuki Nakano
67ab8bc88a Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske 2011-12-07 14:13:06 +09:00
Marco Bonardo
72b1808a9e Bug 707945 followup - Fix random failure in test_421180.js by making it properly wait for asynchronous database operations. 2011-12-08 00:28:30 +01:00
Marco Bonardo
e6acfd675f Bug 707955 - Tags should avoid results overhead.
r=dietrich
2011-12-07 21:56:30 +01:00
Marco Bonardo
faecbfc0c2 Bug 707954 - Index exclusion for tags.
r=dietrich
2011-12-07 21:56:28 +01:00
Marco Bonardo
bdcf6b49e6 Bug 707946 - Improve performances of hasChildren for tag queries.
r=dietrich sr=gavin
2011-12-07 21:56:26 +01:00
Marco Bonardo
2a5ab1a723 Bug 707945 - Remove the keywords trigger since it's a useless perf hog.
r=dietrich
2011-12-07 21:56:23 +01:00
Marco Bonardo
6c3c0f645d Bug 707953 - ProcessFolderNodeRow should reuse known data.
r=dietrich
2011-12-07 21:56:21 +01:00
Marco Bonardo
b653c663b4 Bug 707952 - Increase bookmarks cache usefulness.
r=dietrich
2011-12-07 21:56:20 +01:00
Marco Bonardo
16ef8fcdb7 Bug 707949 - Don't recalculate frecency for tags.
r=dietrich
2011-12-07 21:56:18 +01:00
Marco Bonardo
2cafde5c2c Bug 707948 - Avoid some useless work when importing tags.
r=dietrich
2011-12-07 21:56:16 +01:00
Marco Bonardo
488fa9801b Bug 707947 - Perf improvements for readOnly checks.
r=dietrich
2011-12-07 21:56:15 +01:00
Dão Gottwald
cf84b1f505 Bug 704538 - Create telemetry probe to ascertain what proportion of users may prefer bug 695482's new 'open search in foreground' behaviour. r=gavin,tglek 2011-12-03 13:02:21 +01:00
Ed Morley
f146f7fe41 Backout 75e72a52a0cb, 1120ae801dac, b2572a5cffa9, fa6a273a9b41 (bug 701863) for build failures 2011-12-03 09:13:14 +00:00
Nathan Froyd
1d3fc980ef Bug 701863 - add test for cloned histograms in telemetry pings; r=taras 2011-11-18 15:28:05 -05:00
Nathan Froyd
a2a34543c5 Bug 701863 - clone STARTUP_* histograms properly; r=taras 2011-11-16 15:33:18 -05:00
Nathan Froyd
02c4c7b579 Bug 701863 - Add a way to clone histograms; r=taras
Add nsITelemetry::histogramFrom.
2011-11-14 14:28:18 -05:00
Nathan Froyd
dbc3af718d Bug 701863 - make JS/C++ divide explicit; r=taras
Separate out some functions so we have a distinction between things that
return JS objects and things that return C++ objects.
2011-11-14 14:27:28 -05:00
Marco Bonardo
838c3bb64b Bug 619623 - Ensure proper tests ordering in test_IHistory.cpp.
r=dietrich
2011-12-03 01:19:58 +01:00
Michal Novotny
b1b401e213 Bug 695003 - Race condition when deleting cache directory 2011-12-02 18:10:57 +01:00
Patrick McManus
82c9bf6d8e bug 528222 Basic SPDY web transport support. r=honzab r=bsmith sr=biesi
patch 0
2011-12-02 10:28:56 -05:00
Nathan Froyd
da8a7c8dca Bug 705845 - Add telemetry for size of values stored in localStorage; r=honzab 2011-12-01 19:19:56 -05:00
Cameron McCormack
0fb03e07e0 Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher 2011-12-02 23:25:03 +11:00
Marco Bonardo
cd284649e1 Merge mozilla-central to mozilla-inbound 2011-12-02 12:14:20 +01:00
Marco Bonardo
6cb47e39c2 Merge last green changeset from mozilla-inbound to mozilla-central 2011-12-02 12:11:31 +01:00
Cameron McCormack
4e592f3dd6 Backout bug 670857, bug 703176 2011-12-02 12:23:18 +11:00
Cameron McCormack
3a678e9653 Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher 2011-12-01 18:22:14 +11:00
Mark Banner
e647630932 Unit test bustage fix from bug 702810 for apps that implement imap uris - don't test the imap uri for visited status because nsIIOService.newURI() can throw if the app knows about imap:// but an account is not set up for it. r=mak over irc 2011-12-01 11:29:34 +00:00
Geoff Lankow
2ef812f152 Bug 703965 - View source prefs not obeyed in non-HTML documents - tests; r=hsivonen
--HG--
rename : toolkit/components/viewsource/test/browser/browser_viewsourceprefs.js => toolkit/components/viewsource/test/browser/browser_viewsourceprefs_nonhtml.js
2011-12-01 13:09:33 +13:00
Henri Sivonen
d703c69de0 Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug. 2011-11-30 19:44:31 +02:00
Matt Brubeck
a2398505d6 Back out 38814e0bafb9 through c5d44e6e957b because of test failures 2011-11-30 11:44:50 -08:00
Geoff Lankow
70f3009690 Bug 703965 - View source prefs not obeyed in non-HTML documents - tests. r=hsivonen.
--HG--
rename : toolkit/components/viewsource/test/browser/browser_viewsourceprefs.js => toolkit/components/viewsource/test/browser/browser_viewsourceprefs_nonhtml.js
2011-11-26 11:43:08 +13:00
Henri Sivonen
3fb9a17956 Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug. 2011-11-30 19:44:31 +02:00
Andrew McCreight
ffb5d33967 Bug 706168. Add TELEMETRY_BOOLEAN for convenience. r=taras
DONTBUILD because this is just a repush of something due to a bad commit message
2011-11-29 14:35:20 -05:00
Andrew McCreight
ff5e11fba8 Backed out changeset d1a66dc7b119 2011-11-30 10:58:53 -05:00
Andrew McCreight
4038a0e0d4 Bug 706169. Add TELEMETRY_BOOLEAN for convenience. r=taras 2011-11-29 14:35:20 -05:00
Serge Gautherie
820ce69a13 Bug 705957 - Correct the spelling of "privledged" & add 2 comments to test_bug_511615.html; r=ehsan 2011-11-30 13:19:49 +00:00
Marco Bonardo
7a5babea07 Merge last green changeset from mozilla-inbound to mozilla-central 2011-11-30 12:45:59 +01:00
Tim Taubert
95f71240ea merging m-c to fx-team 2011-11-30 06:45:50 +01:00
Bobby Holley
26cc5f0c55 Bug 705019 - Allow access to {C,Pointer,Struct,Array,Function}Type.prototype.prototype. r=jorendorff 2011-11-29 18:29:19 -08:00
Bobby Holley
373b613af3 Bug 705019 - Make toSource() and toString() work on sCTypeProtoClass and sCDataProtoClass objects. r=jorendorff 2011-11-29 18:26:12 -08:00
John Daggett
0977d91a9a Bug 705590. Measure system font fallback times. r=jrmuizel 2011-11-30 10:55:11 +09:00
Marco Bonardo
cd8ffb7f72 Bug 702810 - mozIAsyncHistory should expose an async isURIVisited method.
r=dietrich sr=gavin
2011-11-30 00:48:47 +01:00
Felix Fung
2a48036e59 Bug 498543 - Null-checking JS_THIS_OBJECT Results. r=jwalden 2011-12-01 13:30:28 -08:00
Richard Newman
f8d1f2b5f7 Bug 675996 - Part 2: tests for GUIDs in favicons. r=mak 2011-12-01 13:58:27 -08:00
Richard Newman
b8ca5aab73 Bug 675996 - Part 1: extend moz_favicons with GUID to support Sync. r=mak 2011-12-01 13:58:19 -08:00
Paul O’Shannessy
8053d9d44f Bug 615479 - Password manager prompts can now ask a more complete question [r=dolske] 2011-11-28 13:02:47 -08:00
Gian-Carlo Pascutto
bc9b17a4b9 Bug 706740 - Fix leftover PRBool. r=me 2011-12-02 11:23:10 +01:00
Gian-Carlo Pascutto
097a7859a1 Bug 706740 - Backout bug 667075. r=dcamp 2011-12-02 10:47:43 +01:00
Gian-Carlo Pascutto
c07592e6bc Bug 706049 - Sanity check PrefixSet on probing, detect errors on load. r=dcamp 2011-12-02 10:46:58 +01:00
Gian-Carlo Pascutto
f9a0639792 Bug 702217 - Add very basic sanity checking to PrefixSet construction. Handle corrupted update errors. r=dcamp 2011-12-02 10:45:56 +01:00
Nicholas Nethercote
f1e77095c2 Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz. 2011-11-27 19:03:14 -08:00
Marco Bonardo
1686da13cb Bug 700296 (Places) - Remove dynamic containers implementation from Places.
r=dietrich
2011-11-29 02:22:51 +01:00
Marco Bonardo
acc6d2873c Bug 700296 (Interfaces) - Remove dynamic containers implementation from Places.
r=dietrich sr=gavin
2011-11-29 02:22:49 +01:00
Marco Bonardo
0c86eba26d Bug 630549 - Intermittent browser_tabMatchesInAwesomebar.js | Registered open page found in autocomplete.
r=dietrich
2011-11-29 02:22:45 +01:00
Marco Bonardo
ca613c9cf5 Merge mozilla-central to mozilla-inbound 2011-11-26 14:29:05 +01:00
aceman
7c06d7480d Bug 502492 - Change about:config text box label to Search:. r=dtownsend ui-r=limi 2011-11-26 14:07:52 +01:00
Ms2ger
5a89875ff5 Bug 705186 - Use IDL for nsIAppStartup::GetStartupInfo; r=bholley 2011-11-26 11:30:20 +01:00
Marco Bonardo
63e5327cd6 Bug 702761 - AsyncGetFaviconURLForPage should not warn on missing icons.
r=dietrich
2011-11-24 17:08:41 +01:00
Marco Bonardo
c7ff9a6010 Bug 703592 - Useless warning in FetchItemInfo.
r=dietrich
2011-11-24 17:08:39 +01:00
Marco Bonardo
060dad33fd Bug 705509 - Crash in mozilla::places::Database::GetAsyncStatement.
r=dietrich
2011-11-29 14:13:09 +01:00
Patrick McManus
a67e879446 bug 707173 - spdy telemetry for connection management r=honzab 2011-12-08 12:09:46 -05:00
Geoff Lankow
2cecfe5968 Bug 702448 - Create some view source UI mochitests; r=jwein 2011-11-21 00:34:33 +13:00
Mounir Lamouri
caa14e0f14 Bug 695014 - nsFormFillController shouldn't watch input elements withouth a list nor autocomplete. f=ehsan, r=bz,zpao,dolske 2011-11-20 19:02:47 +01:00
Ed Morley
2568283122 Merge mozilla-central and mozilla-inbound 2011-11-20 11:17:44 +00:00
Rafael Avila de Espindola
1098327fe6 Bug 696404 - Finalize statements in profile-before-change; r=mak 2011-11-20 11:13:40 +00:00
Olli Pettay
940a236c09 Bug 703715 - Add Telemetry probes for sync XHR, r=sicking, taras 2011-11-19 20:50:46 +02:00
Olli Pettay
0647ef9046 Bug 703715 - Add Telemetry probes for sync XHR, r=sicking, taras 2011-11-19 20:50:17 +02:00
Paolo Amadini
02f0fee445 Bug 679314 - Cleanup test_download_history.js. r=mak 2011-11-19 14:34:28 +01:00
Justin Wood
81b01c45f5 Merge m-c to m-i 2011-11-19 04:33:12 -05:00
Doug Turner
61c0254a61 Bug 702037 - Merge Android History into mozilla-central. r=marco 2011-11-18 14:42:52 -08:00
Felix Fung
9d3f10d59a Bug 702410 - mIsOpen is a Redundant Property. r=mak 2011-11-18 14:37:51 -08:00
Nathan Froyd
1515b89a60 Bug 685880 - Remove dead code from TelemetryPing.js. r=taras 2011-11-14 14:51:34 -05:00
Mike Hommey
4ce8fec0ff Bug 702764 part 3 - Add linker initialization and library loading timestamps for nsAppStartup::GetStartupInfo. r=tglek 2011-11-18 08:54:37 +01:00
Mike Hommey
3966d0498f Bug 702764 part 2 - Make nsAppStartup::GetStartupInfo more flexible. r=tglek 2011-11-18 08:54:27 +01:00
Rafael Ávila de Espíndola
143e3dd7b2 Bug 702591 - finalize statements in toolkit/components/satchel/test/unit.
r=mak
2011-11-15 09:00:42 -05:00
Marco Bonardo
bfa04e2cff Bug 702765 - Remove unused method nsNavBookmarks::IsRealBookmark().
r=dietrich
2011-11-17 12:12:20 +01:00
Ed Morley
f40e833352 Merge mozilla-central to mozilla-inbound 2011-11-16 18:05:23 +00:00
Ed Morley
0d4271ee17 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-16 11:02:43 +00:00
Felix Fung
8935bea422 Bug 440866 - NO_MATCH in Multiple AutoComplete Searches Cancels Others. r=gavin 2011-11-16 02:36:02 -08:00
Ms2ger
6622e2e115 Bug 672796 - Move MOZILLA_GUARD_OBJECT_NOTIFIER_* out of AutoRestore.h; r=khuey 2011-11-16 08:50:19 +01:00
Henri Sivonen
25e8440059 Bug 700361 - Make viewSource.js assume a pre without an id starts on line 1. r=gavin.sharp. 2011-11-16 09:38:51 +02:00
Gian-Carlo Pascutto
4f47ecb803 Bug 698326 - Add memory reporter for the url-classifier. r=njn,jlebar 2011-11-13 11:25:48 +01:00
Markus Stange
19402d8330 Bug 691662 - Remove unnecessary condition which doesn't work with Growl 1.3. r=sdwilsh 2011-11-13 09:03:23 +01:00
Markus Stange
33a40ef368 Bug 691662 - Update Growl license. r=gerv 2011-11-13 09:03:11 +01:00
Markus Stange
4b6e999622 Bug 691662 - Update shipped Growl framework to 1.2.2 for compatibility with Growl 1.3. r=smichaud 2011-11-13 09:02:52 +01:00
Marco Bonardo
0f041f87ce Bug 673017 - Intermittent segfault while running test_IHistory.cpp
r=dietrich
2011-11-11 22:39:24 +01:00
Taras Glek
9856186331 Bug 701583: make a snapshot of sqlite data on startup r=mak 2011-11-11 13:10:59 -08:00
Marco Bonardo
710987a799 Backout 38abb03271de (bug 698326) due to xpcshell tests failure 2011-11-11 20:12:12 +01:00
Gian-Carlo Pascutto
3ca204c2dd Bug 698326 - Add memory reporter for the url-classifier. r=njn,jlebar 2011-11-11 18:57:22 +01:00
Marco Bonardo
8c72c90eb0 Merge mozilla-central and mozilla-inbound 2011-11-11 11:09:58 +01:00
Gregory Szorc
3c849fad59 Merge b-s to m-c 2011-11-10 15:15:29 -08:00
Ed Morley
fddedbce14 Merge m-c to b-s. 2011-11-08 23:18:09 +00:00
Matheus Kerschbaum
5c79060626 Bug 597789 - Remove --disable-rdf; r=ted 2011-11-08 11:42:54 +00:00
Phil Ringnalda
36f9367c7e No bug, no r=, no a=, Try to defuse test_history_expiration daylight saving time timebomb by going back an extra day 2011-11-08 00:08:47 -08:00
Nick Hurley
de556c8a59 bug 699409 - telemetry for memory used by records in the disk cache map. r=jduell 2011-11-07 23:41:52 -05:00
Gian-Carlo Pascutto
f5931dd00e Bug 698326 - Remove countMe argument to SizeOf in UrlClassifier. r= 2011-11-15 18:51:06 +01:00
Taras Glek
7f44f954dd Bug 701563: Break out webapps sqlite overhead from sqlite_other* r=mak 2011-11-10 17:01:40 -08:00
Michael Wu
34d5f356e4 Bug 694206 - Add Gonk (B2G) widget backend, r=cjones 2011-11-10 16:17:46 -08:00
Rafael Ávila de Espíndola
415b1bdbb5 Bug 698570 - Use weak references in nsFormHistory.js. r=mak. 2011-11-10 17:19:12 -05:00
Gregory Szorc
de5e3e4887 Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey 2011-11-01 15:45:23 -07:00
Ms2ger
731edba0b8 Bug 684821 - Remove nsIDOMNSHTMLElement; r=peterv 2011-10-29 22:03:55 +02:00
Matthew Noorenberghe
7e2a78438e Bug 646993 - Cap the bookmark title length to TITLE_LENGTH_MAX r=mak
--HG--
extra : rebase_source : e54aa1b081a9256b613e183ccd822e9ccc20f84e
2011-10-28 20:37:13 -07:00
Jonas Sicking
ac8b04fb20 Bug 687400: Kill Node.isSameNode. r=smaug 2011-10-28 19:52:27 -07:00
Marco Bonardo
6bc7aa5fcd Bug 700314 - Remove nsNavHistory nsICharsetResolver implementation.
r=bz
2011-11-08 00:29:40 +01:00
Marco Bonardo
f29411b928 Bug 700417 - Further reduce cache_size in Places.
r=dietrich
2011-11-08 00:29:38 +01:00
Felix Fung
410812eaf9 Bug 700389 - Simplify sortByTotalScore. r=zpao 2011-11-07 12:08:04 -08:00
Rafael Ávila de Espíndola
328c3d30a9 Bug 698738 - Use the observer method for idle-daily and formhistory-expire-now in nsFormHistory.js. r=mak. 2011-11-07 11:18:11 -05:00
Marco Bonardo
050a8643af Bug 658305 - Use journal_size_limit on places.sqlite.
r=dietrich
2011-09-01 12:01:59 +02:00
Oonishi Atsushi
5db5ec8f54 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Rafael Ávila de Espíndola
b9622317ab Bug 688913 - Finalize statements in extensions/cookie and toolkit/components/contentprefs. r=mak. 2011-10-28 10:55:20 -04:00
Mark Banner
da396f0de1 Bug 693949 - Drop nsCStringArray. r=bsmedberg 2011-10-28 08:35:45 +01:00
Felix Fung
58e0806891 Bug 697856 - Removed Unused Function Definitions in nsFaviconService.h; r=mak 2011-10-27 18:12:30 -07:00
Felix Fung
85d9e7bc7f Bug 697670 - Remove FaviconLoadListener References.
r=mak
2011-10-27 00:44:51 -07:00
Marco Bonardo
22620d3a8b Bug 696900 - Avoid any shutdown work in Places when possible.
r=dietrich
2011-10-27 11:11:47 +02:00
Marco Bonardo
872c97693a Bug 692120 - The star button doesn't need to observe bookmarks changes till bookmarks service is alive.
r=dietrich
2011-10-27 11:11:45 +02:00