Matthew Noorenberghe
3122fa54ae
Bug 731613 - Don't track startup crashes when XRE_PROFILE_PATH is set (from restart or profile manager). r=Mossop
...
--HG--
extra : rebase_source : c16c158eeec49521f60b1afdfa32a64e9dbda2c7
2012-03-14 17:08:59 -07:00
Hessam Salehi
25b8143afe
Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg
2012-03-21 14:07:31 -04:00
Vladan Djeric
eeb5045e66
Bug 722368 - Report slow SQL created from dynamic strings to Telemetry. r=taras
2012-03-21 13:26:48 -04:00
Justin Lebar
26f2157d3f
Bug 737857 - Report number of ghost windows in telemetry. r=njn
2012-04-02 10:37:04 -04:00
Justin Lebar
155a287d43
Bug 738624 - Add ghost windows to about:compartments. r=njn
...
--HG--
extra : rebase_source : a486e644351af72a4276f26de2e4588ee851426f
2012-04-02 10:37:04 -04:00
Ed Morley
2767c94707
Backout 9e4d09efa335 (bug 737857), bd73daadcfe9 (bug 738624), 110338618465 (bug 738011) for mochitest-oth orange
2012-04-01 03:58:06 +01:00
Justin Lebar
b8cedc5fba
Bug 737857 - Report number of ghost windows in telemetry. r=njn
...
--HG--
extra : rebase_source : 69cc470a02fb59ca14e81f948a5fa0f8ce0dd0c8
2012-03-31 15:39:31 -07:00
Justin Lebar
ee8c83d4d0
Bug 738624 - Add ghost windows to about:compartments. r=njn
...
--HG--
extra : rebase_source : 37480ae937cbe2a09ae0ce7c187dafef94db5e16
2012-03-31 15:39:31 -07:00
Henri Sivonen
511f3c52e5
Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
...
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Henri Sivonen
b83f701d54
Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange.
2012-03-23 11:25:08 +02:00
Henri Sivonen
7168af5fc7
Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
...
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Nicholas Nethercote
254880024a
Bug 724863 - Fix some mishandled cases in about:memory's handling of expanded/collapsed sub-trees after updating. r=jlebar.
...
--HG--
extra : rebase_source : 68d433284b2d2637251fdd00b0fc88a552c55d00
2012-03-19 20:32:28 -07:00
Vladan Djeric
e8510855b8
Bug 735829. Report PDB filename in chrome hang reports. r=ehsan
2012-03-19 19:05:25 -04:00
Igor Bukanov
877dee50e1
bug 736978 - remove JS_FinalizeStub. r=:billm
...
Currently the GC finalizes on the background thread only objects with null
JSClass::finalize. However, this implies that any object that uses
JS_FinalizeStub for the finalizer would be prevented from the background
finalization.
To fix this the patch removes JS_FinalizeStub replacing it with NULL in all
cases when the class has no custom finalizer. For style consistency the patch
also removed the usage of JSCLASS_NO_OPTIONAL_MEMBERS in the static
declarations as the compiler fills the missing fields with null in any cases.
2012-03-19 15:27:58 +01:00
Mark Capella
5559c25ecf
Bug 407401 - Remove namespaced ARIA support in feed parser, r=mak
...
--HG--
extra : rebase_source : 34b1bbb4b5144e25b7b49194bff74022a527b507
2012-03-19 21:15:26 +01:00
Paolo Amadini
7bae6e95e6
Bug 728143 - Replace old synchronous favicons calls in Places tests. r=mak
...
--HG--
rename : toolkit/components/places/tests/unit/expected-favicon-big16.ico.png => toolkit/components/places/tests/favicons/expected-favicon-big16.ico.png
rename : toolkit/components/places/tests/unit/expected-favicon-big32.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-big32.jpg.png
rename : toolkit/components/places/tests/unit/expected-favicon-big4.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-big4.jpg.png
rename : toolkit/components/places/tests/unit/expected-favicon-big48.ico.png => toolkit/components/places/tests/favicons/expected-favicon-big48.ico.png
rename : toolkit/components/places/tests/unit/expected-favicon-big64.png.png => toolkit/components/places/tests/favicons/expected-favicon-big64.png.png
rename : toolkit/components/places/tests/unit/expected-favicon-scale160x3.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-scale160x3.jpg.png
rename : toolkit/components/places/tests/unit/expected-favicon-scale3x160.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-scale3x160.jpg.png
rename : toolkit/components/places/tests/unit/favicon-big16.ico => toolkit/components/places/tests/favicons/favicon-big16.ico
rename : toolkit/components/places/tests/unit/favicon-big32.jpg => toolkit/components/places/tests/favicons/favicon-big32.jpg
rename : toolkit/components/places/tests/unit/favicon-big4.jpg => toolkit/components/places/tests/favicons/favicon-big4.jpg
rename : toolkit/components/places/tests/unit/favicon-big48.ico => toolkit/components/places/tests/favicons/favicon-big48.ico
rename : toolkit/components/places/tests/unit/favicon-big64.png => toolkit/components/places/tests/favicons/favicon-big64.png
rename : toolkit/components/places/tests/unit/favicon-normal16.png => toolkit/components/places/tests/favicons/favicon-normal16.png
rename : toolkit/components/places/tests/unit/favicon-normal32.png => toolkit/components/places/tests/favicons/favicon-normal32.png
rename : toolkit/components/places/tests/unit/favicon-scale160x3.jpg => toolkit/components/places/tests/favicons/favicon-scale160x3.jpg
rename : toolkit/components/places/tests/unit/favicon-scale3x160.jpg => toolkit/components/places/tests/favicons/favicon-scale3x160.jpg
rename : toolkit/components/places/tests/unit/head_bookmarks.js => toolkit/components/places/tests/favicons/head_favicons.js
rename : toolkit/components/places/tests/unit/test_favicons.js => toolkit/components/places/tests/favicons/test_favicons.js
rename : toolkit/components/places/tests/unit/test_moz-anno_favicon_mime_type.js => toolkit/components/places/tests/favicons/test_moz-anno_favicon_mime_type.js
rename : toolkit/components/places/tests/unit/test_doReplaceFaviconData.js => toolkit/components/places/tests/favicons/test_replaceFaviconData.js
rename : toolkit/components/places/tests/unit/test_doReplaceFaviconDataFromDataURL.js => toolkit/components/places/tests/favicons/test_replaceFaviconDataFromDataURL.js
2012-03-19 20:24:21 +01:00
Dão Gottwald
098b79e99e
Backed out changeset 2cd01fd07ce8
2012-03-19 12:54:32 +01:00
Adam Dane [:hobophobe]
395f2b3456
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
2012-03-18 14:42:25 -05:00
Nicholas Nethercote
d32d1f56c9
Bug 732842 - Add assertions for memory reports. r=jlebar.
2012-03-15 15:16:11 -07:00
Ehsan Akhgari
e6fee3a547
Merge from mozilla-central
2012-03-17 12:32:28 -04:00
Neil Rashbrook
2cdd0ebaf9
Bug 728790 test_prompt_async.html doesn't track its dialogs correctly r=mayhemer
2012-03-16 21:57:13 +00:00
Phil Ringnalda
6b1c75a94b
Bug 726354 followup, the lowercase version of "Idl" is generally not spelled "dir"
2012-03-16 19:19:42 -07:00
Daniel Holbert
b46a95da8e
Bug 736541: Remove unused variable 'parentId' from nsNavHistory.cpp to fix build warning. r=mak
2012-03-16 15:45:46 -07:00
David Rajchenbach-Teller
d43a6a68f5
Bug 726354 - Quick fix. r=glandium
2012-03-16 22:23:28 +01:00
Nathan Froyd
942baf2a73
Bug 732053 - Make linear histograms harder to get wrong. r=taras
2012-03-08 13:15:56 -05:00
Marco Bonardo
bb48eb96ed
Bug 735625 - Get rid of ImportHTMLFromFileToFolder.
...
r=dietrich sr=gavin
2012-03-16 00:12:49 +01:00
Nathan Froyd
87678bbc2b
Bug 735768 - Part 3 - add tests for persistent telemetry; r=taras
2012-03-15 13:58:51 -04:00
Nathan Froyd
7344a8633d
Bug 735768 - Part 2 - robustify persistent telemetry, JS side; r=taras
2012-03-15 13:57:53 -04:00
Nathan Froyd
31af0df611
Bug 735768 - Part 1 - robustify persistent telemetry, C++ side; r=taras
2012-03-15 13:57:04 -04:00
Landry Breuil
1c023bd98f
Bug 735422: Don't use shared-libraries.h and SharedLibraryInfo structs where SPS is not enabled; r=ehsan
2012-03-14 22:57:04 -04:00
Nicholas Nethercote
4ecf193683
Bug 713799 - Rearrange the "window-objects" sub-tree in about:memory to make per-tab memory usage more obvious. r=jst.
...
--HG--
extra : rebase_source : f4e9407ad9a5c20ae8523d2ec087b4ee99c43877
2012-03-12 23:00:18 -07:00
David Rajchenbach-Teller
ba00493b5e
Bug 699856 - Refactor nsSearchService.js to not use a database engine. r=gavin
...
--HG--
extra : rebase_source : 80f5830b5d6efcc2e6ec21495709f847d53aac7b
2012-03-13 23:32:53 +01:00
Masayuki Nakano
98aa2b6d2b
Bug 720659 nsAutoCompletController should search with committed composition string at input event handler immediately after compositionend event rather than composition event handler feedback=mak+m_kato, r=gavin
2012-03-13 15:03:03 +09:00
Matthew Noorenberghe
31077ca4e3
Bug 723802 - Add telemetry for startup crash detection (2/2). r=dolske,taras
...
--HG--
extra : rebase_source : 60d3f26787475c0321392adfd53766d48158a142
2012-03-12 15:41:26 -07:00
Matthew Noorenberghe
a71e98fb68
Bug 723802 - Add telemetry for startup crash detection (1/2) - timeline portion. r=taras
...
--HG--
extra : rebase_source : 8f44c2d0a46f87025484552022c0a32d3ce5c7b0
2012-02-09 15:49:33 -08:00
Marco Bonardo
8d23646968
Bug 732755 - Intermittent test_mozIAsyncLivemarks.js | false == true.
...
r=dietrich
2012-03-12 21:50:26 +01:00
Bobby Holley
1ce7e48921
Bug 729589 - Fix js-ctypes tests for compartment-per-global. r=jorendorff
2012-03-27 11:33:25 -07:00
Marco Bonardo
eed7e57495
Bug 737846 - followup: fix typo in test.
...
--HG--
extra : rebase_source : 14b5abf42bc25cb54eaf490988fb9814abe6dc66
2012-03-27 16:29:42 +02:00
Marco Bonardo
f1bf17ce70
Bug 737846 - Ensure favicons service doesn't add unwanted pages to history.
...
r=dietrich
2012-03-27 15:28:14 +02:00
Oleg Romashin
e8955b072d
Bug 703155 - Port Mozilla Qt to Qt5. r=mark.finkle,mh+mozilla,dougt
2012-03-22 16:24:40 -07:00
OHZEKI Tetsuharu
4bffe22d45
Bug 730668 - Clean up test_placesTXN.js r=mak
2012-03-16 15:16:12 -07:00
Vladan Djeric
745727778e
Bug 712109 - Implement chrome hang reporting on profiling branch. r=ehsan
2012-03-12 07:07:05 -04:00
Ed Morley
fe0db58bce
Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak
2012-03-11 23:38:53 +00:00
Nathan Froyd
a6d222736e
Bug 733977 - Check more closely for corrupt sessionHistogram files. r=taras
2012-03-08 13:05:40 -05:00
Paolo Amadini
ebd422385f
Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
...
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-03-10 15:00:45 +01:00
Marco Bonardo
c32289e3d8
Bug 734351 - Fix a query syntax error that disallows populating the hosts table.
...
r=dietrich
2012-03-09 18:05:11 +01:00
Matt Brubeck
e880deff17
Back out d8946e029410 (bug 710431) because of browser_ConsoleStorageAPITests.js failures on Linux
2012-03-09 09:01:44 -08:00
Neil Deakin
4d1e43b519
Bug 710431, add telemetry for new browser window command, r=dao
2012-03-09 10:41:50 -05:00
Marco Bonardo
6ad719a772
Bug 734044 - Let livemarks skip the cache and avoid polluting tests after test_reloadLivemarks.xul
...
r=dietrich
2012-03-09 11:14:40 +01:00
Jonathan Kew
43bc810684
Backed out changeset 118f97e6d4ed (bug 670275) for xpcshell orange.
2012-03-09 10:06:54 +00:00
Hub Figuière
877a138481
Bug 670275 - Downloading a file should put it in the system's recently-used list. r=karlt
2011-07-08 17:29:00 -07:00
John Daggett
e66ba11147
Bug 705594. Add script code for system font fallback. r=roc
2012-03-09 11:06:06 +09:00
John Daggett
e464ab89d9
Bug 705594. Use CoreText for system font fallback on OSX. r=jfkthame
2012-03-09 11:05:47 +09:00
Justin Lebar
8752f15ad1
Bug 733495 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg
2012-03-08 14:44:20 -05:00
Justin Lebar
421d17bf38
Back out changeset b2ac02d89f41 (wrong bug number; was 733496, should have been 733495).
2012-03-08 14:43:09 -05:00
Justin Lebar
09de20e129
Bug 733496 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg
2012-03-08 14:27:14 -05:00
Marco Bonardo
203535118e
Bug 734044 - Temporarily disable test_reloadLivemarks.xul on Linux until the random timeout is figured out.
2012-03-08 15:14:04 +01:00
Ed Morley
5ff4614499
Merge mozilla-central to mozilla-inbound
2012-03-08 13:29:16 +00:00
Ed Morley
688dbfa9d0
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-08 13:14:47 +00:00
Nicholas Nethercote
6d8af83e43
Bug 734041 (part 1) - Trivially improve an assertion message to help diagnose a blank about:memory page. r=me.
...
--HG--
extra : rebase_source : 6e2dcb91c043fc73971c33d9bc74d19f8382becf
2012-03-08 04:36:43 -08:00
Serge Gautherie
81e334026f
Bug 627616. (AAv1) Add missing text to is() calls. r=honzab.
2012-03-07 22:11:52 +01:00
Nathan Froyd
bd96ca9e74
Bug 717069 - correct sessionstore-windows-restored usage in TelemetryPing; r=taras
2012-03-06 14:54:02 -05:00
Marco Bonardo
585d150603
Bug 731274 - Make reloadLivemarks optionally force reloads and use it to speed up livemarks population.
...
r=dietrich sr=gavin
2012-03-08 11:14:59 +01:00
Nathan Froyd
86b38574ad
Bug 723846 - Part 3: add tests for FlagHistogram. r=taras
2012-03-02 10:15:46 -05:00
Nathan Froyd
c3b628aec5
Bug 723846 - Part 2: add FlagHistograms to nsITelemetry. r=taras
2012-03-02 09:59:38 -05:00
Siddharth Agarwal
2a4b6c8ab1
Bug 699014 - Toolkit alerts shouldn't be displayed if the user's in a fullscreen app, presentation mode, or in Windows 8 immersive mode. r=bbondy, ui-r=limi
2012-03-08 02:39:04 +05:30
David Mandelin
68c407c176
Bug 733260 followup: use uint32_t for array and string lengths, r=luke
...
--HG--
extra : rebase_source : 1729b4b927fde0678872b9de62a7466381aa07c3
2012-03-06 15:52:55 -08:00
Nathan Froyd
814a92d929
Bug 733152 - add locale to telemetry metadata; r=taras
2012-03-05 19:36:47 -05:00
David Mandelin
5e02d0630c
Bug 733260: remove typedef jsuint, r=luke
...
--HG--
extra : rebase_source : e8f576e1b5b189b47807c613c0cff79f5c8038e7
2012-03-05 18:43:45 -08:00
Nathan Froyd
48e28eb266
Bug 732970 - Fix thinko in persistent telemetry merge. r=taras
2012-03-05 11:59:57 -05:00
Brian R. Bondy
b9454b888c
Bug 731901 - update.status telemetry ping is not reporting correctly. r=ehsan
2012-03-05 15:47:46 -05:00
Brian R. Bondy
bf2cc24f9c
Bug 711054 - Stop using readstrings errors for updater. r=rstrong
...
--HG--
rename : toolkit/mozapps/readstrings/errors.h => toolkit/mozapps/update/common/errors.h
rename : toolkit/mozapps/readstrings/readstrings.cpp => toolkit/mozapps/update/common/readstrings.cpp
rename : toolkit/mozapps/readstrings/readstrings.h => toolkit/mozapps/update/common/readstrings.h
2012-03-05 15:47:46 -05:00
Nicholas Nethercote
d8a85cb65a
Bug 682431 (part 2) - Add memory reporters for URIs and Links. r=biesi,bz,jlebar.
...
--HG--
extra : rebase_source : db4f094a7d334914b986bb66f5bf1089aafda561
2012-02-19 19:51:48 -08:00
Ryan VanderMeulen
7d622d5057
Bug 648690 - Update libpng to version 1.5.9 (Mozilla changes). r=joedrew, f=dolske
2012-03-03 22:18:31 -05:00
Nathan Froyd
6e8d5ef423
Bug 719295 - Clean up telemetry JSObject construction. r=taras, f=luke
2012-02-15 14:01:53 -08:00
Phil Ringnalda
8118c7707e
Back out fae3603a8d1d (bug 699856) for test hangs on Windows
2012-03-02 14:12:34 -08:00
David Rajchenbach-Teller
f0b8d96e83
Bug 699856 - Refactor nsSearchService.js to not use a database engine. r=gavin
2012-03-02 20:42:04 +01:00
Marco Bonardo
37cb2b14e7
Bug 731968 - AddLivemark callback should wait for all the writes.
...
r=dietrich
2012-03-02 18:05:33 +01:00
Marco Bonardo
8d80250eb2
Bug 732186 - fix "this._resultObserversList is undefined" error from nsLivemarkService.js
...
r=dietrich
2012-03-02 18:05:29 +01:00
Geoff Lankow
004486d3c8
Bug 700361 - View Source line numbers are busted for plain-text documents - test; r=gavin
2012-02-20 14:39:57 +13:00
Nicholas Nethercote
52e0347a64
Bug 730181 (part 1) - Merge the "dom+style" and "layout" memory reporter trees. r=khuey.
...
--HG--
extra : rebase_source : dabcf525d823639c5ff465c7a21de8ae533e82ff
2012-02-21 07:10:11 -08:00
Phil Ringnalda
366ba73472
Back out e9c07d92a4a4 (bug 719295) for orange
2012-03-01 20:36:59 -08:00
Nathan Froyd
8d86cbec60
Bug 719295 - Clean up telemetry JSObject construction. r=taras, f=luke
2012-02-15 14:01:53 -08:00
Nicholas Nethercote
03ef610e18
Bug 731890 - Convert the 12 "images" memory reporters to a single multi-reporter. r=jlebar.
...
--HG--
extra : rebase_source : e4ac7a1c03c4a033f2ea5fe54f79654cba3d3574
2012-03-01 16:05:32 -08:00
Nicholas Nethercote
86d4e739a3
Bug 699307 - Add test_memoryReporters.xul. r=jlebar.
...
--HG--
extra : rebase_source : afe72f37c780808fc7d054caf5e47025e9c1bac3
2012-03-01 15:08:38 -08:00
Rafael Ávila de Espíndola
ccd9b28b5b
Bug 721603 - We should spin the loop after calling asyncClose in Database.cpp. r=mak.
2012-03-01 12:03:33 -05:00
Marco Bonardo
d6687bea88
Merge central to inbound
2012-03-01 16:05:54 +01:00
Marco Bonardo
52e694862b
Bug 720792 - Implement a better solution to start selected searches without a timeout.
...
r=gavin
2012-03-01 14:37:13 +01:00
Marco Bonardo
873d1a20b1
Merge last green PGO from inbound to central
2012-03-01 14:27:31 +01:00
Olli Pettay
3b6294526a
Bug 730581, unbind content tree lazily after unlink, r=jst
2012-03-01 15:09:00 +02:00
Felipe Gomes
1ae138018b
Bug 723561 - TelemetryStopwatch follow-up: display key name on error. r=gavin
2012-02-29 22:33:03 -08:00
David Mandelin
0be0db4666
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
Nick Hurley
076a7f08b6
Bug 730163 - Telemetry for how long we wait to acquire the cache service lock. r=michal.novotny
2012-02-28 18:40:39 -05:00
OHZEKI Tetsuharu
6ad86ebbbb
Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak
...
--HG--
rename : browser/components/places/tests/unit/test_placesTxn.js => toolkit/components/places/tests/unit/test_placesTxn.js
rename : browser/components/places/tests/unit/test_txnGUIDs.js => toolkit/components/places/tests/unit/test_txnGUIDs.js
2012-02-28 18:40:38 -05:00
Luke Wagner
812f3f6602
Bug 731132 - Clear out _shutdownFunctions in PlacesUtils to avoid potential leaks (r=mak)
...
--HG--
extra : rebase_source : 4761c7ad5fb81609faa855e68a0f4d6e40f0124a
2012-02-27 23:49:00 -08:00
Nathan Froyd
8ecbfac2c6
Bug 731004 - Add telemetry for time servicing idle callbacks. r=roc
2012-02-29 15:23:08 -05:00
Nathan Froyd
f976a2b6b5
Bug 706647 - Measure plugin shutdown with telemetry. r=josh
2012-02-28 15:29:42 -05:00
Bill McCloskey
594ab1a09f
Bug 731052 - Clean up incremental resets (r=igor)
2012-02-29 10:28:30 -08:00
OHZEKI Tetsuharu
aaa9a051b6
Bug 714261 - TransactionManager used as a service r=mak
2012-02-25 07:46:00 -05:00
Nathan Froyd
a928957813
Bug 707320 - Part 4: add tests for load/save functionality; r=taras
2011-12-23 18:37:34 -05:00
Nathan Froyd
cf4fe0ea83
Bug 707320 - Part 3: add load/save histograms to TelemetryPing; r=taras
2011-12-23 13:56:38 -05:00
Nathan Froyd
7e1f1e2f17
Bug 707320 - Part 2: provide interface for loading and saving histograms; r=taras
2011-12-09 15:15:53 -05:00
Nathan Froyd
09195f5b3c
Bug 707320 - Part 1: provide reflection for separate Histograms and SampleSets; r=taras
2011-12-13 12:03:30 -05:00
Justin Dolske
2a9115724e
Bug 717481 - login manager storage should use default encryption type from the crypto provider. r=zpao
2012-02-28 11:50:05 +01:00
Nicholas Nethercote
89a57b9c04
Bug 729572 - Fix minor problems with handling of location.href in aboutMemory.js. r=jschoenick.
2012-02-27 21:39:34 -08:00
Nicholas Nethercote
51d980a90e
Bug 729018 - Attempt to de-orange test_aboutcompartments.xul. r=jlebar.
...
--HG--
extra : rebase_source : 654a90202b6f365836e0a3f08cae2e91f283e13e
2012-02-27 19:56:10 -08:00
Ed Morley
bbbd8658b5
Merge mozilla-central to mozilla-inbound
2012-02-28 02:55:32 +00:00
Olli Pettay
116951918c
Bug 730470, FormFillController crashes, r=gavin
2012-02-28 01:31:23 +02:00
Gian-Carlo Pascutto
7c64086a2f
Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp
2012-02-27 07:46:41 +01:00
Wes Johnston
fe3941c302
Bug 725881 - Add a missing rollback. r=dolske
2012-02-27 14:14:42 -08:00
Wes Johnston
e85cf8c5f7
Bug 725881 - Add a deleted form history table. r=dolske
2012-02-27 10:10:16 -08:00
Patrick McManus
0011224491
bug 729736 - runtime experiment with different spdy ping thresholds r=honzab
2012-02-27 10:32:09 -05:00
Henri Sivonen
e8058853dd
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
...
--HG--
rename : toolkit/components/feeds/nsIScriptableUnescapeHTML.idl => parser/html/nsIScriptableUnescapeHTML.idl
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.h => parser/html/nsParserUtils.h
2012-02-27 13:57:48 +02:00
Henri Sivonen
33afed3ab8
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
2012-02-27 13:57:48 +02:00
Mark Capella
56c0e9bc00
Bug 728905 - telemetry ZoomText, YouDao Dictionary and Kazaguru, r=tbsaunde, f=surkov
2012-02-26 11:15:55 +09:00
Mark Capella
63f98ee386
Bug 728997 - test_tabmatches.js should not use 'about:robots' which is Firefox specific. r=mak
2012-02-25 20:38:26 -05:00
Nathan Froyd
cff678b77d
Bug 717061 - compress telemetry pings; r=taras
2012-01-25 07:23:03 -08:00
Geoff Lankow
53be83b619
Backed out changeset 7dce5c5c9654 (bug 729736)
2012-02-26 13:50:37 +13:00
Geoff Lankow
019341a51d
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - mop up uses that slipped through; r=mak
2012-02-26 11:34:25 +13:00
Patrick McManus
ed30ba1e82
bug 729736 - runtime experiment with different spdy ping thresholds r=honzab
2012-02-25 17:07:51 -05:00
Makoto Kato
93a280d673
Bug 730212 - Set _WIN32_IE to 0x0603 (XPSP2). r=jimm
2012-02-26 00:20:36 +09:00
Mark Capella
ea13f42a2a
Bug 728904 - prefix telemetry constants starting by A11Y, r=surkov, f=tbsaunde
2012-02-25 13:32:21 +09:00
David Mandelin
59dcf8cdf7
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
2012-02-24 14:19:52 -08:00
Marco Bonardo
74afb56c79
Backout 4fc2f49371a8 (bug 725550) for build failures
2012-02-25 00:16:47 +01:00
David Mandelin
ad7cda83f5
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
...
--HG--
extra : rebase_source : 772c2982184d7b3d1680737323395365e6b218da
2012-02-24 14:19:52 -08:00
Marco Bonardo
efe05da08b
Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option.
...
r=dietrich sr=gavin
2012-02-24 23:43:49 +01:00
Marco Bonardo
76ac38c278
Bug 613588 (Tests) - Load-on-demand livemarks.
...
r=dietrich
2012-02-24 13:42:30 +01:00
Marco Bonardo
985d738ddd
Bug 613588 (Backend) - Load-on-demand livemarks.
...
r=dietrich,mano
2012-02-24 13:42:24 +01:00
Marco Bonardo
5dd1d7a1a0
Bug 613588 (Interfaces) - Load-on-demand livemarks.
...
r=dietrich,mano sr=gavin
2012-02-24 13:42:21 +01:00
Marco Bonardo
e1a9d05d71
Bug 728230 - Enforce copying non-primitive properties in Places transactions to avoid runtime leaks.
...
r=dietrich
2012-02-24 11:28:18 +01:00
Marco Bonardo
8c0491935f
Bug 721319 - PlacesUtils.removeLazyBookmarkObserver() doesn't always remove observers, causes browser window to leak.
...
r=dietrich
2012-02-24 11:10:38 +01:00
Geoff Lankow
59152fec8a
Bug 710978 - Title attribute of a window is not updated in nsXULWindow::SetTitle; r=Neil
2011-12-20 00:47:18 +13:00
Gian-Carlo Pascutto
35fbc778cc
Bug 729640 - Fix broken UrlClassifier assertion. r=dcamp
2012-02-23 18:00:39 +01:00
Geoff Lankow
8d531a8d9b
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
2012-02-19 22:47:06 +13:00
Phil Ringnalda
18c63067ed
Back out 3d8fc342348b (bug 469434) for browser_contextmenu.js timeouts
2012-02-22 22:11:48 -08:00
Geoff Lankow
30543d19e0
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
2012-02-19 22:47:06 +13:00
Ed Morley
ef395cb269
Merge mozilla-central to mozilla-inbound
2012-02-23 01:03:16 +00:00
Masatoshi Kimura
d1bbe6a3ba
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
2012-02-23 01:34:14 +01:00
Mark Capella
0af24742c6
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
2012-02-23 01:33:19 +01:00
Ed Morley
d3e7abd696
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-22 22:20:54 +00:00
Dão Gottwald
b8b31da73b
Backed out changeset 599a1a0c5fbe
2012-02-22 14:02:57 +01:00
Nathan Froyd
bcb406168d
Bug 711297 - report age of startup cache via telemetry; r=taras
2012-02-22 14:03:52 -05:00
Vladan Djeric
445668e0c7
Backed out aef22bc75f1f (bug 711297) - wrong comment in commit
2012-02-22 14:02:02 -05:00
Nathan Froyd
cb0e3bc80b
Bug 711297 - add recordAgesAlways method to nsIStartupCache; r=mwu
2012-02-22 13:45:56 -05:00
Rafael Ávila de Espíndola
337801313e
Bug 728653 - Crash in mozilla::storage::Connection::stepStatement. r=mak.
2012-02-22 09:00:28 -05:00
Ed Morley
978ee67743
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-22 14:10:55 +00:00
Olli Pettay
6e8736fc8c
Bug 726334, FormFillController should not have strong references to content objects, r=gavin
2012-02-22 14:59:39 +02:00
Mike Hommey
097a0cdeaa
Bug 686805 part 7 - Display linker stats on each Startup Timeline event. r=tglek,r=khuey
2012-02-22 08:12:15 +01:00
Ed Morley
465164e131
Merge mozilla-central to mozilla-inbound
2012-02-21 14:15:58 +00:00
Ed Morley
ec5a7c5b3d
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-21 11:59:33 +00:00
Serge Gautherie
f9245fd161
Bug 728628. (Av1) browser_viewsourceprefs.js: Use "about:mozilla", instead of "about:robots", to support non-Firefox applications. f=jwein r=neil.
2012-02-21 03:41:10 +01:00
Nicholas Nethercote
f464cea60c
Bug 728780 - Define String.prototype.startsWith and use it in about:memory. r=jschoenick.
...
--HG--
extra : rebase_source : 8b3f4476cc93279ebb481e529bbf35b353d938c5
2012-02-20 14:42:22 -08:00
Geoff Lankow
6eed344790
Bug 728655 - Test for bug 713810; r=neil f=jwein
2012-02-22 12:13:24 +13:00
Nicholas Nethercote
836f48db92
Bug 702300 (part 9) - Remove the unnecessary safe/unsafe distinction for report descriptions. r=jlebar.
...
--HG--
extra : rebase_source : c11f5bbc909f4c1657750eab7abe16ce23b641ed
2012-02-16 22:10:39 -08:00
Nicholas Nethercote
f407686454
Bug 702300 (part 8) - Add about:compartments. r=jlebar, ehsan.
...
--HG--
extra : rebase_source : ad9de010f0b51d5ae7d74b8cbc04c8748767ec0b
2012-02-16 22:10:39 -08:00
Nicholas Nethercote
e8b07a86b9
Bug 702300 (part 6) - Move some code around in aboutMemory.js. r=jschoenick.
...
--HG--
extra : rebase_source : d4da5ee9df29de02325242281ec87555a0dac600
2012-02-16 22:10:39 -08:00
Nicholas Nethercote
da1ec4fee0
Bug 702300 (part 5) - Replace "reporter" with "report" in many places. r=jlebar.
...
--HG--
extra : rebase_source : 5bd5ddb64f6129ba2bd222b30df4aed32d4996c5
2012-02-16 22:10:39 -08:00
Nicholas Nethercote
168db67dee
Bug 702300 (part 4) - Use multi-line string literals for tree descriptions. r=jlebar.
...
--HG--
extra : rebase_source : 0a27e236c9a849ece20bbceb20c8dd2b2261cdec
2012-02-16 22:10:39 -08:00
Nicholas Nethercote
df1e6addd6
Bug 702300 (part 3) - Tweak the about:memory tests. r=jlebar.
...
--HG--
extra : rebase_source : f09a6566dcf56a1ac326044b6a8df17dc4cb2502
2012-02-16 22:10:39 -08:00
Nicholas Nethercote
41546d22ae
Bug 702300 (part 2) - Fix indentation in about:memory tests. r=jschoenick.
...
--HG--
extra : rebase_source : 62b672c4e8547a16b5c68fbc88fd13aff833388c
2012-02-16 22:10:03 -08:00
Nicholas Nethercote
f78c3ed9a1
Bug 702300 (part 1) - Use |let| instead of |var| in aboutMemory.js and its tests. r=jschoenick.
...
--HG--
extra : rebase_source : 43d4fd770660ba8068689bd8b5b4f01d8183ce76
2012-02-16 22:09:13 -08:00
Mike Hommey
5021059ad0
Fixup for bug 718738. r=me
2012-02-20 09:32:58 +01:00
Mike Hommey
50bdfc4076
Bug 718738 - Send all StartupInfo values in telemetry ping. r=tglek
2012-02-20 08:04:28 +01:00
Jesse Ruderman
3a3490878f
Bug 698928 - Use debug.assertion if about:memory hits a problem. r=nnethercote.
...
--HG--
extra : rebase_source : 539d8ac810cf155dea4dd9d8fe258605da75649a
2012-02-20 18:17:30 -08:00
Nicholas Nethercote
b320b5d26f
Bug 702300 - Fix a harmless typo ("about:compartment" -> "about:compartments"). r=me.
...
--HG--
extra : rebase_source : 3fb99130fd417da4bd81d0449c2422598a150cdc
2012-02-20 16:38:34 -08:00
Nathan Froyd
06592f8fe3
Bug 717061 - compress telemetry pings; r=taras
2012-01-25 07:23:03 -08:00
Marco Bonardo
96593ffaa9
Bug 722176 - Inline autocomplete becomes inactive after deleting an entry in location bar history.
...
r=dietrich
2012-02-22 12:23:14 +01:00
Ed Morley
9615249973
Merge mozilla-central to mozilla-inbound
2012-02-18 00:36:09 +00:00
Ed Morley
f0c6a1f047
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-18 00:16:22 +00:00
Kyle Huey
19137795c6
Bug 669845: Make nsTypeFindAhead clear out all of its references to content nodes when reset. r=gavin
2012-02-17 15:17:05 -08:00
Marco Bonardo
36feb47a78
Bug 720258 - Inline autocomplete should only autocomplete URLs you've typed.
...
r=dietrich
2012-02-17 14:24:58 +01:00
Marco Bonardo
b60bc7d88e
Bug 706420 - intermittent failure in test_annos_expire_session.js
...
r=dietrich
2012-02-17 14:24:54 +01:00
Bill McCloskey
c6cd982f05
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
2012-02-17 14:35:20 -08:00
Dietrich Ayala
e8ffdc5cde
Bug 671041 - batch 'o telemetry metrics for session restore.
...
r=zpao
2012-02-16 19:50:13 +01:00
Gian-Carlo Pascutto
b0748830e9
Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp
2012-02-13 17:10:22 +01:00
Gian-Carlo Pascutto
a422ee4e61
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
2012-02-13 17:09:16 +01:00
Rafael Ávila de Espíndola
a455cab4a0
Bug 721603 - We should spin the loop after calling asyncClose in Database.cpp. r=mak.
...
--HG--
extra : rebase_source : 3defc8d4da90de3f1c4738ec7e56faff6afec521
2012-02-16 07:03:53 -05:00
Nathan Froyd
6faf9b5c27
Bug 715927 - report addon histograms in telemetry pings; r=taras
...
--HG--
extra : rebase_source : fba9951ede4da2e114d72ff6fd4ea564825eceeb
2012-01-25 09:24:08 -08:00
Nathan Froyd
01aee493f7
Bug 715927 - separate packHistogram into its own function; r=taras
...
--HG--
extra : rebase_source : d00ea49793c4d2e5ffb37649ee55f71394276ed6
2012-01-25 09:23:38 -08:00
Nathan Froyd
ca6a898c8f
Bug 715927 - tests for addon telemetry; r=taras
...
--HG--
extra : rebase_source : ad13ed4da8c50db5f94485177cd53cceb37b1555
2012-01-20 13:57:02 -08:00
Nathan Froyd
68b519d691
Bug 715927 - addon telemetry, C++ side; r=taras
...
--HG--
extra : rebase_source : 21fc9e5dd98e4aa2ed09023a512df9e42bd1c4c9
2012-01-20 13:56:48 -08:00
Owen Taylor
0befb7239c
Bug 721498 - Use remote timestamp when available for focus requests. r=karlt
2012-02-16 11:23:34 +01:00
David Dahl
e49437697c
Bug 715133 - Automated tests for inline auto complete.
...
r=mak
2012-02-16 00:15:40 +01:00
Geoff Lankow
bdf68f3086
Bug 728655 - Create some view partial source UI mochitests - utility functions; r=neil,dao f=jwein
2011-11-09 01:28:48 +13:00
Nathan Froyd
32676f8daa
Bug 748914 - Part 2: add a clear() method to JS histograms; r=taras
2012-05-08 15:39:24 -04:00
Josh Matthews
d925dff7b1
Bug 627616 - Test for interaction of anonymous loads and proxy authentication.
2012-02-15 11:29:46 -05:00
Marco Bonardo
71f5f33c50
Bug 706420 - intermittent failure in test_annos_expire_session.js
...
r=standard8
2012-02-15 14:21:24 +01:00
John Daggett
ad926a3cef
Bug 707959. Add word cache and font cache telemetry probes. r=roc
2012-02-15 15:37:48 +09:00
Matthew Noorenberghe
009e32d7aa
Bug 726043 - Rev uuids for bug 294260 and add NS_ENSURE_ARG_POINTER. r=Mossop
...
--HG--
extra : rebase_source : 6dd8139b7efd86fe55668de56494d43e4726a1b6
2012-02-10 12:07:19 -08:00
Jim Blandy
e5063eaed9
Bug 723806: Make JavaScript CTypes print function types correctly. r=bholley
2012-02-14 13:18:16 -08:00
Mark Banner
53953e635d
Bug 727081 - Fix for clang error 'use of undeclared identifier EnumerateEntries'. r=nfroyd
2012-02-14 12:57:31 -05:00
Marco Bonardo
f325c574a0
Merge last green PGO from inbound to central
2012-02-14 11:16:13 +01:00
Geoff Lankow
b0321a6413
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
2012-01-17 14:18:29 +13:00
Nathan Froyd
c59f60fcd7
Bug 720456 - Include more startup-relevant information in telemetry pings. r=taras
2012-02-13 15:04:21 -05:00
Nathan Froyd
bf3c723caa
Bug 725699 - Clean up Telemetry hashtable reflection. r=taras
2012-02-13 14:47:40 -05:00
Gian-Carlo Pascutto
c226b55ac3
Backout 91eed468cff8 (Bug 726002) due to broken error handling.
2012-02-13 17:04:46 +01:00
Gian-Carlo Pascutto
4c46c7171c
Backout e0e2cc5570ac (Bug 726002) due to broken error handling.
2012-02-13 17:04:46 +01:00
Marco Bonardo
1906aa8860
Bug 717575 - Places should fallback to default cache size, excluding autocomplete.
...
r=dietrich
2012-02-13 16:47:21 +01:00
Justin Wood
a592bec81d
Backed out changeset 6d3493e971ea due to bad rebase
2012-02-13 08:54:50 -05:00
Justin Wood
1b1ec11139
Bug 722262 - allow other apps to expand the list of dependentlibs easily. r=glandium
2012-02-12 09:00:40 -05:00