Michael Ventnor
|
e25a415af3
|
Bug 566489 - Enable inline autocomplete again, but make it smarter.
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
|
2012-01-19 12:31:24 +01:00 |
|
Michael Ventnor
|
6835b10ae1
|
Bug 699751 - Change schema for new inline autocomplete.
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
|
2012-01-19 12:31:23 +01:00 |
|
Michael Ventnor
|
c1fbdfdee8
|
Bug 660156 - Race condition between sync and async autocomplete searches.
r=mak
|
2012-01-19 12:31:20 +01:00 |
|
Michael Ventnor
|
e9271f2856
|
Bug 660592 - Allow autocomplete results to hide themselves from the popup.
r=mak sr=gavin
|
2012-01-19 12:31:19 +01:00 |
|
Henri Sivonen
|
bcd7614edf
|
Bug 713810 - Use the HTMLness mode of the original document for the View Selection Source serialization. r=gavin.sharp.
|
2012-01-19 09:51:49 +02:00 |
|
Mike Hommey
|
c4e4acd545
|
Bug 718737 - Add a startup timeline event on the first nsDocShell::LoadURI for non about:blank content. r=bz,r=tglek
|
2012-01-19 08:40:18 +01:00 |
|
Jeff Muizelaar
|
a47ca866d2
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
|
Nicholas Nethercote
|
bb14a02197
|
Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar.
|
2012-01-17 20:23:55 -08:00 |
|
Brian R. Bondy
|
18878b1615
|
Bug 718348 - Obtain more telemetry data for app update memory errors. r=rstrong
|
2012-01-18 13:43:21 -05:00 |
|
Matt Brubeck
|
b79b1e58d3
|
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
|
2012-01-17 15:15:47 -08:00 |
|
Brian R. Bondy
|
a78b080386
|
Bug 716915 - Service is sometimes not used after several successful service updates because maintenanceservice.exe is missing. r=rstrong.
|
2012-01-17 16:52:23 -05:00 |
|
Jeff Muizelaar
|
315982723f
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
|
Nathan Froyd
|
ed4df47ac6
|
Bug 704176 - don't reflect corrupted histograms; r=taras
|
2012-01-06 17:13:02 -05:00 |
|
Nathan Froyd
|
bc560ac498
|
Bug 704176 - introduce GetHistogramEnumId; r=taras
|
2012-01-09 15:42:34 -05:00 |
|
Ehsan Akhgari
|
fddc8df2f3
|
Bug 717871 - Remove two superfluous SimpleTest.finish calls to fix SeaMonkey perma-orange; r=gavin
--HG--
extra : rebase_source : f4c1d52c0bed4b3795e68e3cd141a18bac5e024d
|
2012-01-13 15:49:36 -05:00 |
|
Marco Bonardo
|
cff3218fec
|
Backout 47c464033fa8, 465bacf25d61 (bug 704176) due to build bustage
|
2012-01-13 22:07:02 +01:00 |
|
Nathan Froyd
|
76f0cf1c77
|
Bug 704176 - don't reflect corrupted histograms; r=taras
--HG--
extra : rebase_source : 153b227d887c3c1946e6bc90fda23bf487db9275
|
2012-01-06 17:13:02 -05:00 |
|
Nathan Froyd
|
73a7e7fa52
|
Bug 704176 - introduce GetHistogramEnumId; r=taras
--HG--
extra : rebase_source : 128230c4204b38de41963d5d89ed8fac446093a8
|
2012-01-09 15:42:34 -05:00 |
|
Masayuki Nakano
|
7de3aa99c7
|
Bug 717147 part.2 Don't do autocomplete during composition r=dolske
|
2012-01-13 15:19:22 +09:00 |
|
Phil Ringnalda
|
99973a9ade
|
No bug, remove trailing whitespace on a CLOSED TREE
|
2012-01-12 20:57:12 -08:00 |
|
Nathan Froyd
|
dd9956ac4f
|
Bug 715947 - add telemetry for timers fired; r=bz
|
2012-01-10 13:33:31 -05:00 |
|
Marco Bonardo
|
03f4d2dc35
|
Bug 711914 - Fetching bookmarks information during onBeforeItemRemove may break the bookmarks cache.
r=dietrich
|
2012-01-12 17:04:09 +01:00 |
|
Ehsan Akhgari
|
18f246bc79
|
Bug 171237 - Center the search results instead of scrolling only enough to show them in order to provide more visual context; r=roc
|
2012-01-11 20:18:23 -05:00 |
|
Josh Matthews
|
b8515eee7f
|
Bug 713172 - Followup to finalize statements instead of nulling them out. r=mak
|
2012-01-11 17:13:49 -05:00 |
|
Nathan Froyd
|
32eb1ae0d3
|
Bug 716657 - add Telemetry::AutoCounter; r=taras
|
2012-01-09 18:21:28 -05:00 |
|
Ed Morley
|
3ed4f80ebd
|
Merge mozilla-central to mozilla-inbound
|
2012-01-11 17:28:35 +00:00 |
|
Ed Morley
|
8128c5973e
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-11 17:01:05 +00:00 |
|
Benjamin Smedberg
|
bd5d1c37d3
|
Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted
|
2012-01-11 11:28:21 -05:00 |
|
Nathan Froyd
|
16a8066bb0
|
Bug 709971 - HTML reflow telemetry; r=bz
|
2012-01-10 15:08:43 -05:00 |
|
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 |
|