Commit Graph

4848 Commits

Author SHA1 Message Date
David Rajchenbach-Teller
0b9e5fdfd6 Bug 707696 - Path handling Unix back-end. r=taras 2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
cee6a6d008 Bug 707696 - Path handling Windows back-end. r=taras 2012-07-03 18:40:53 -04:00
Gavin Sharp
0d058e23b8 Bug 762569: followup to add additional test coverage
--HG--
extra : rebase_source : 84f8eec269b759e1b3e9525570c3cabc9267c726
2012-07-03 16:53:01 -04:00
Gavin Sharp
bf528b2b0c Bug 762569: add "FrameWorker" module, implementing a SharedWorker-like API for use by social providers. Original code by Mark Hammond <mhammond@skippinet.com.au>, Shane Caraveo <mixedpuppy@gmail.com>, and Michael Hanson <mhanson@mozilla.com>, r=me/shane/markh
--HG--
extra : transplant_source : %92%D8Q%B7gP4%2A%D3%B7%B3%1E%E6%18T%A7%08%F6%D9%9A
2012-06-28 21:12:01 -04:00
Brian Smith
152e0e6588 Bug 767275 - Add more detailed cache lock telemetry, r=michal, r=nfroyd
--HG--
extra : rebase_source : 60962876704a945ba83dc8ccfde938aa1957cb96
2012-06-29 16:20:34 -07:00
David Zbarsky
cd3c58ee76 Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
Ehsan Akhgari
f3247f9179 Bug 722868 - Part 4: Make the view source window aware of the deleteTemporaryPrivateFileWhenPossible API; r=Mossop 2012-04-24 23:14:16 -04:00
Ehsan Akhgari
b86aa0ccf9 Bug 722868 - Part 2: Make the download manager aware of the deleteTemporaryPrivateFileWhenPossible API; r=gavin 2012-04-24 23:01:35 -04:00
Vladan Djeric
80c654d7a5 Bug 763138: Telemetry should indicate whether a debugger is attached. r=bsmedberg,smichaud 2012-06-28 14:57:52 -04:00
Ed Morley
7db6803233 Backout a6175c97f365, 3ceeeaf0519f, bde34cebdcdc, 66dfa9606626, 86762d8c4de9, 717f908c990a, aa83d71fe7ee (bug 722868) for compilation failures 2012-06-28 19:00:30 +01:00
Ehsan Akhgari
89f5f0c708 Bug 722868 - Part 4: Make the view source window aware of the deleteTemporaryPrivateFileWhenPossible API; r=Mossop 2012-04-24 23:14:16 -04:00
Ehsan Akhgari
c20e620904 Bug 722868 - Part 2: Make the download manager aware of the deleteTemporaryPrivateFileWhenPossible API; r=gavin 2012-04-24 23:01:35 -04:00
David Rajchenbach-Teller
6fc136bb62 Bug 768381 - Size of type mode_t depends on the platform. r=yoric 2012-06-27 20:15:33 -04:00
Christopher Finke
c568f362ee Bug 763139 - Add the "DEPRECATED_" prefix to the LS_createLivemark function name. r=mak77 2012-06-27 20:15:33 -04:00
David Rajchenbach-Teller
cf0d6e2aa2 Bug 722332 - Adapt main clients to asynchronous nsIBrowserSearchService API. r=gavin 2012-04-19 16:08:09 +02:00
Ehsan Akhgari
a95b6edeea Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Nicholas Nethercote
688fb0d230 Bug 711130 (part 5) - Overhaul the "other measurements" measurements for JS memory consumption. r=terrence.
--HG--
extra : rebase_source : 492af75618c40eb2a92be2756f67db93834729cf
2012-06-25 17:08:59 -07:00
Neil Rashbrook
7b61c655b7 Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-26 00:11:16 +01:00
Brian R. Bondy
0505a31cba Bug 767471 - Report telemetry data for if the MozillaMaintenance service was ever manually uninstalled. r=rstrong 2012-06-25 15:17:45 -04:00
Ed Morley
38b8947933 Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends 2012-06-25 19:14:43 +01:00
Nathan Froyd
44f8a38b22 Bug 765326 - followup fix for M-oth bustage r=orange 2012-06-25 13:58:32 -04:00
Neil Rashbrook
a95ac4a2a9 Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-25 09:24:49 +01:00
David Rajchenbach Teller
685526b531 Bug 767021 - Make error-handling compatible with 'use strict'. r=yoric 2012-06-22 20:24:27 -04:00
David Rajchenbach Teller
fdb0927c84 Bug 767021 - Add support for int64/uint64. r=yoric 2012-06-22 20:24:27 -04:00
Steve Fink
222b385266 Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj)
--HG--
extra : rebase_source : 790f6727878f44e7cf424d9e32a85347416df625
2012-06-15 15:21:56 -07:00
Steve Fink
bb8f1d1cc9 Backed out changeset c33a30aedb3b (bug 764184) 2012-06-22 12:22:00 -07:00
Steve Fink
e0bf7c92f3 Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj)
--HG--
extra : rebase_source : b4b9015caab404d8a4b674349fc27ade09dd3ec5
2012-06-15 15:21:56 -07:00
Brian R. Bondy
3ac7133cef Bug 766833 - Some MozillaMaintenance installs point to maintenanceservice_tmp.exe. r=ehsan 2012-06-22 10:13:56 -04:00
Brian Smith
f401bb654f Bug 763351: Fix cache hit rate telemetry so that kCacheMissedViaReval gets reported, r=hurley
--HG--
extra : rebase_source : 4f914bbe9ef20693ed25dd3da8f4a5a81953c03f
2012-06-21 13:48:59 -07:00
Ed Morley
e35116c354 Fix comment typo in TelemetryPing.js (no bug); r=trivial DONTBUILD 2012-06-21 14:41:24 +01:00
Drew Willcoxon
c5e1b83fb8 Bug 762579 - Implement SocialAPI service provider registry. r=gavin 2012-06-20 18:01:27 -07:00
Jonathan Kew
a555a0b7dc bug 763693 - simplify the word-cache telemetry to reduce overhead. r=jdaggett 2012-06-20 20:58:19 +01:00
Ehsan Akhgari
fa08a3f6a1 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (url-classifier parts); r=dcamp
Pushed on a CLOSED TREE
2012-06-20 00:01:02 -04:00
Ryan VanderMeulen
9d93de75c0 Merge m-c to inbound. 2012-06-19 21:13:46 -04:00
Patrick McManus
a535638b4b bug 764260 convert telemetry::SPDY_VERSION and DNS_LOOKUP_METHOD to be enumerations r=bsmith 2012-06-19 20:38:44 -04:00
Ehsan Akhgari
1630aa5c55 Bug 765227 - Avoid attempting to update the maintenance service when an update is being staged; r=bbondy 2012-06-18 16:06:01 -04:00
Tom Schuster
adfcd4895a Bug 764346 - Let Error Console filter match more properties like source, line. r=jaws 2012-06-19 17:24:58 +02:00
Nathan Froyd
bcfc7149dc Bug 763587 - rename AutoHashtable::ReflectHashtable; r=taras 2012-06-18 16:20:52 -04:00
Nils Maier
624a6d1617 Bug 759783: Add identifying origin information to Javascript sandboxes. r=jlebar 2012-06-18 13:09:17 -04:00
Ian Neal
6b7b2a4416 Bug 756784 - Make file menu popup more consistent and easier to overlay r=gavin 2012-06-17 16:40:30 +01:00
Brian R. Bondy
a70c3b6954 Bug 764905 - Randomly flip preload on/off, independent of whether update service deleted prefetch. r=taras 2012-06-16 13:44:07 -04:00
Ryan VanderMeulen
1df0bbcdcc Merge inbound to m-c. 2012-06-16 09:38:43 -04:00
Tim Taubert
cbc36efcd3 merge m-c to fx-team 2012-06-16 12:36:20 +02:00
Martin Stransky
fa65d41f83 Bug 627699 - Port GTK2 to GTK3, toolkit part, r=karlt 2012-06-16 18:06:10 +12:00
Ekanan Ketunuti
ab40b68737 Bug 764270 - Generalize use of Services.jsm in nsSearchSuggestions. r=gavin, yoric 2012-06-16 10:07:40 +07:00
Brian R. Bondy
505064e416 Bug 763025 - Report telemetry data for the number of people that cannot upgrade due to permissions. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
aa85cfc765 Bug 763018 - Report telemetry data for if background updates are enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
470c83fc9b Bug 763016 - Report telemetry data for if the MozillaMaintenance service is installed. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
dd8cf25f67 Bug 763022 - Report telemetry data for the number of service related errors people encountered. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
42e78780a1 Bug 763017 - Report telemetry data for if the MozillaMaintenance service is enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
52cd3783ba Bug 763012 - Report telemetry data for whether or not updates are automatic. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
d04c812950 Bug 763011 - Report telemetry data for whether or not updates are enabled. r=rstrong 2012-06-15 11:59:35 -04:00
David Rajchenbach-Teller
9656cb68a8 Bug 747876 - Windows front-end;r=taras,dougt 2012-06-15 17:23:17 +02:00
David Rajchenbach-Teller
4030ba00f1 Bug 747876 - Unix front-end;r=taras,dougt 2012-06-15 17:23:07 +02:00
David Rajchenbach-Teller
5ce1fdb13d Bug 747876 - Shared code;r=taras,dougt 2012-06-15 17:22:57 +02:00
David Rajchenbach-Teller
0913f5cec5 Bug 747876 - More shared code;r=taras,dougt 2012-06-15 17:22:50 +02:00
David Rajchenbach-Teller
63a958d9a9 Bug 747876 - Companion testsuite;r=taras 2012-06-15 17:22:40 +02:00
Ed Morley
9ef4312c8c Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-15 13:32:55 +01:00
Mike Hommey
b1b7ef4283 Bug 764021 - Add Startup Timeline probe for when entering main(). r=taras,r=bsmedberg 2012-06-15 08:23:08 +02:00
Jonathan Wilde
44a8f0198b Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn 2012-06-11 18:13:20 -07:00
Nathan Froyd
bdefe88f86 Bug 763605 - use Function.bind instead of 'let self = this' idiom; r=taras 2012-06-12 09:20:18 -04:00
Nicholas Nethercote
34a3951677 Bug 760352 (part 3) - Preserve alignment on 100% values in about:memory. r=jlebar.
--HG--
extra : rebase_source : 1ca1f3b003fba09699170f9697ce35190acfe4bd
2012-06-11 20:33:06 -07:00
Nicholas Nethercote
51b1dd666a Bug 760352 (part 2) - Treeify non-JS-compartment KIND_OTHER memory reports where appropriate. r=jlebar.
--HG--
extra : rebase_source : 886b3d40a8dc5f7092ed35ffe280814576ca021b
2012-06-11 20:32:26 -07:00
Nicholas Nethercote
d09087aa9d Bug 760352 (part 1) - Allow KIND_OTHER memory reports to be in trees. r=jlebar.
--HG--
extra : rebase_source : d28d117fbc2c91069222649741f5ef6b567b3e2a
2012-06-11 20:29:12 -07:00
Nathan Froyd
0dbe89a48c Bug 763526 - send current session ping before persisted pings; r=taras 2012-06-13 09:27:41 -04:00
Nathan Froyd
13bce92360 Bug 763526 - determine ping status directly from event handler; r=taras 2012-06-12 14:59:19 -04:00
Nathan Froyd
51e27947ea Bug 763526 - move telemetry-test-xhr-complete notification; r=taras 2012-06-12 14:20:42 -04:00
Nathan Froyd
8ab246e877 Bug 763526 - record success/fail for every telemetry ping; r=taras 2012-06-12 11:35:28 -04:00
Nathan Froyd
8610f52de9 Bug 763526 - abort telemetry ping sending after first failed ping; r=taras 2012-06-12 11:34:18 -04:00
Nathan Froyd
8474f11bc8 Bug 764513 - turn persistent telemetry back on; r=taras 2012-06-13 15:18:36 -04:00
Geoff Lankow
80e7fc2e14 Bug 764333 - Link from error console to view source doesn't work for errors in subscripts; r=Unfocused 2012-06-14 21:20:06 +12:00
Brian R. Bondy
e67fc15d7f Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm 2012-06-15 10:37:55 -04:00
Honza Bambas
f29e1ac591 Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium 2012-06-12 19:06:20 +02:00
Nathan Froyd
697c3c2b0d Bug 763525 - delete C++ persistent telemetry implementation; r=taras 2012-06-11 14:35:35 -04:00
Phil Ringnalda
cc83260853 Back out d52a31584c8a (bug 763525) to investigate the effects on TestStartupCache bustage on a CLOSED TREE 2012-06-11 16:37:14 -07:00
Nathan Froyd
46789c9f09 Bug 763525 - delete C++ persistent telemetry implementation; r=taras 2012-06-11 14:35:35 -04:00
Nathan Froyd
684c8d7ee6 Bug 748517 - add tests for async load/store; r=taras 2012-05-30 14:00:36 -04:00
Nathan Froyd
4a0f10d3b2 Bug 748517 - add load/save notifications through the observer service; r=taras 2012-05-30 12:49:47 -04:00
Nathan Froyd
209cc31a76 Bug 748517 - more extensive testing of persisted telemetry pings; r=taras 2012-05-30 12:23:40 -04:00
Nathan Froyd
fd2420ccac Bug 748517 - small cleanups to test_TelemetryPing.js; r=taras 2012-05-30 12:18:00 -04:00
Nathan Froyd
2f5f4174ad Bug 748517 - delete gTestUUID from test_TelemetryPing.js; r=taras 2012-05-30 12:17:28 -04:00
Nathan Froyd
6aac7383cf Bug 748517 - use JSON for persistent telemetry save format; r=taras 2012-05-30 12:16:07 -04:00
Gian-Carlo Pascutto
7d7947433b Bug 758193 - Remove more Places stuff in Native Fennec. r=mak 2012-06-11 08:52:45 +02:00
Olli Pettay
94414ed431 Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
David Rajchenbach-Teller
609b5766f3 Bug 707681 - Companion testsuite. r=yoric 2012-05-15 15:10:21 +02:00
David Rajchenbach-Teller
baa250042f Bug 707681 - Windows back-end. r=taras,dougt 2012-06-09 09:17:02 -04:00
David Rajchenbach-Teller
dcff78f265 Bug 707679 - Companion testsuite. r=taras 2012-05-15 15:08:30 +02:00
David Rajchenbach-Teller
7b49288a29 Bug 707679 - Companion Makefile. r=yoric 2012-05-11 17:31:24 +02:00
David Rajchenbach-Teller
728c8865f2 Bug 707679 - Non-Unix specific functions of the back-end. r=taras,dougt 2012-04-27 12:54:20 +02:00
David Rajchenbach-Teller
55b98f30b8 Bug 707679 - Unix-specific functions of the back-end. r=taras,dougt 2012-05-07 09:05:54 +02:00
Nathan Froyd
10e3eea129 Bug 762590 - don't send test pings at idle when !Telemetry.canSend; r=taras 2012-06-07 15:21:35 -04:00
David Rajchenbach-Teller
b9aad0db99 Bug 722332: add some test coverage for the search service async initialization API, r=gavin 2012-06-07 11:45:23 -07:00
David Rajchenbach-Teller
027b745c89 Bug 722332: add an asynchronous initialization API to nsIBrowserSearchService, with a fallback to synchronous initialization for backwards compatibility, r=gavin 2012-05-03 16:56:33 +02:00
Nathan Froyd
bda6701c4e Bug 753701 - register new HTTP handler prior to any do_check_foo testing; r=taras 2012-06-07 11:03:43 -04:00
Tom Schuster
a504f4429c Bug 760951 - Add a filter box to the error console. r=jaws 2012-06-07 17:22:34 +02:00
Florian Quèze
3f38f83c87 Bug 762088 - nsContentPrefService.js, reference to undefined property Cc['@mozilla.org/privatebrowsing;1'], r=ehsan. 2012-06-07 15:57:17 +02:00
Ed Morley
8e3f4a6794 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-06 09:20:35 +01:00
Ms2ger
0c93eb74dd Bug 758669 - Don't use int32 in JSHistogram_Add; r=taras 2012-06-06 09:22:24 +02:00
Brian Nicholson
f4b9964d7e Bug 747388 - Remove .part files on dl-failed on Android. r=mfinkle 2012-06-05 21:06:04 -07:00
Geoff Lankow
552f02f3f1 Merge m-c to m-i 2012-06-06 15:13:51 +12:00
Geoff Lankow
1214b72681 Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
Justin Lebar
7deb4db002 Bug 750454 - Fix FUEL leaks. Part 8: Reformat FUEL code. r=mak
--HG--
extra : rebase_source : f60cacaef0d993a4fde695140fcd3b6fab9e8c7e
2012-06-05 20:05:50 -04:00
Justin Lebar
5d1b44282b Bug 750454 - Fix FUEL leaks. Part 6: Remove gShutdown. r=mak
--HG--
extra : rebase_source : 0e5af38e6de7e477823a2da59ecdcb05af99d8e6
2012-06-05 20:05:50 -04:00
Justin Lebar
c717e877a7 Bug 750454 - Fix FUEL leaks. Part 5: Fix extensions. r=mak
--HG--
extra : rebase_source : 82f31f3fb2308f34249d96dd0a6b0a42a5c868a1
2012-06-05 20:05:50 -04:00
Justin Lebar
2afa4b5e9b Bug 750454 - Fix FUEL leaks. Part 3: Fix preferences leaks. r=mak
--HG--
extra : rebase_source : 8b311aa9058e41fa594598a933b2b820e7b6f2bd
2012-06-05 20:05:50 -04:00
Justin Lebar
97efa18c3f Bug 750454 - Fix FUEL leaks. Part 1: Use weak refs in Application. r=mak
--HG--
extra : rebase_source : 04b4ce7ee1488481281a3073b4ba6900f14afbdf
2012-06-05 20:05:50 -04:00
Marco Bonardo
090ab66929 Bug 720081 - Part 1: backportable solution for autocomplete controller to provide a different final defaultComplete value for typeAheadResults
r=gavin
2012-06-04 00:42:48 +02:00
Phil Ringnalda
5082a2ad9e Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-06-03 12:04:40 -07:00
Asaf Romano
6f61638700 Bug 730340 - Don't use expando properties for storing data on places nodes. Remove expandos support from result nodes. r=mak. 2012-06-03 15:50:08 +03:00
Gavin Sharp
22cd0f3898 Also back out the test changes from bug 720081 that depended on the autocomplete controller changes, a=backout 2012-06-02 16:37:12 -07:00
Gavin Sharp
de3fd6f383 Back out 59409e2655ca (from bug 720081) due to bug 760803 2012-06-02 13:35:39 -07:00
Asaf Romano
3724e41e1e Bug 730340 - Don't use expando properties for storing data on places nodes. Make sure this test doesn't fail after expandos support is removed from result nodes. 2012-06-02 16:58:52 +03:00
Ehsan Akhgari
f0f2c4c6f3 Merge mozilla-central into mozilla-inbound 2012-06-01 17:22:53 -04:00
Mats Palmgren
1d71d122a3 Bug 760082 - Move the last checkForm test so it comes before SimpleTest.finish(). Use info() for log messages that aren't tests. r=mounir 2012-06-01 20:52:37 +02:00
Marco Bonardo
0cf113c7e3 Bug 720081 - Part 2: inline autocomplete should respect protocol and www prefix
r=dietrich
2012-06-01 14:38:39 +02:00
Marco Bonardo
a34d32dd0f Bug 720081 - Part 1: backportable solution for autocomplete controller to provide a different final defaultComplete value for typeAheadResults
r=gavin
2012-06-01 14:38:37 +02:00
Ehsan Akhgari
741f3aa5e4 Bug 759615 - Avoid running the PostUpdate step when only staging the update in the background; r=rstrong 2012-05-30 18:09:59 -04:00
Ehsan Akhgari
4ca5e487c2 Merge mozilla-central into mozilla-inbound 2012-05-30 22:43:10 -04:00
Ehsan Akhgari
b80be89a87 Bug 758998 - Use the correct installation directory when attempting to upgrade the maintenance service; r=bbondy 2012-05-29 17:31:04 -04:00
Brian R. Bondy
1053e27a45 Bug 759449 - Change UI lag telemetry to an EXPONENTIAL histogram. r=taras 2012-05-30 13:25:09 -04:00
Gervase Markham
638c878b13 Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Marcos Santiago
bf638ac9aa Bug 699533 - Save/update password doorhanger does not restore focus to the webpage. r=felipe
Patch by Marcos Santiago and Jimmy Phan
2012-05-28 21:31:48 -07:00
Ed Morley
8f3214576b Merge mozilla-central to mozilla-inbound 2012-05-30 18:24:56 +01:00
Marco Bonardo
8806ee319a Bug 758201 - Fix usage of PlacesUtils for LMANNO constants.
r=Mano
2012-05-30 16:11:35 +02:00
Ryan VanderMeulen
f2d67daa97 Merge m-c to inbound 2012-05-27 23:32:46 -04:00
Brian R. Bondy
a449f0d49b Bug 758206 - Better detection for preload/prefetch telemetry. r=taras 2012-05-27 22:40:49 -04:00
Brian R. Bondy
c0011e85da Bug 758206 - Telemetry for preload/prefetch. r=taras 2012-05-27 22:40:49 -04:00
Brian R. Bondy
0a4a2a29cf Bug 758410 - Installs of service should not attempt to clear prefetch. r=rstrong 2012-05-27 22:40:48 -04:00
Brian R. Bondy
3a3bed30cd Bug 727864 - Enable DLL preloading when MozillaMaintenance service disabled prefetch. r=jimm 2012-05-27 22:40:48 -04:00
Brian R. Bondy
869d0f838f Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong 2012-05-27 22:40:48 -04:00
Nicholas Nethercote
b88a2acec7 Bug 757299 (part 10) - Remove the kind description prefix in about:memory, it's not much use. r=jlebar.
--HG--
extra : rebase_source : 7261fa45dee6ac83c32e83e897506bfc6f0302b4
2012-05-27 18:24:34 -07:00
Nicholas Nethercote
f70524ecd1 Bug 757299 (part 9) - Build tree lines in a better way in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 0a0a45eff18ecc2370386684fd5a3034ebd5a847
2012-05-27 18:22:25 -07:00
Nicholas Nethercote
49fe5b800d Bug 757299 (part 8) - Build percentage text in a better way in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : eaf570a9cf3470bdf125f4e62cc06eeff5a263b4
2012-05-27 18:17:05 -07:00
Nicholas Nethercote
7b10c578bd Bug 757299 (part 7) - Remove TreeNode._kind in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : fc6bcb81d9e14a6e311ef3dedff738b69d5d9d11
2012-05-27 18:15:00 -07:00
Nicholas Nethercote
abfb271a37 Bug 757299 (part 6) - Compute paths in a better way in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 847cd70a2a027abf4976f9f1655707e9f8ceb035
2012-05-27 18:09:37 -07:00
Nicholas Nethercote
fce5de3070 Bug 757299 (part 5) - Don't create Report objects in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : d4817f35c70e8a5ecd52698e66279d07ef963199
2012-05-27 16:13:50 -07:00
Nicholas Nethercote
3223169d83 Bug 757299 (part 4) - Don't put each newline in a separate text node in about:memory. r=jlebar.
--HG--
extra : rebase_source : eea2b7a8076d4a334ee394709db48bbe9e089829
2012-05-23 17:06:35 -07:00
Nicholas Nethercote
bc759c6ca1 Bug 757299 (part 3) - Simplify non-leaf node descriptions in about:memory. r=jlebar.
--HG--
extra : rebase_source : be71806d90cc166912a664cfc2c5aefda57f5cc8
2012-05-23 17:04:52 -07:00
Nicholas Nethercote
0c815bd95c Bug 757299 (part 2) - Don't replace backslashes unless necessary in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 08551a5131bd1a7f9b5cd5310aee1a10867c742f
2012-05-23 16:57:18 -07:00
Nicholas Nethercote
35174af14f Bug 757299 (part 1) - Don't set TreeNode.kids for leaf nodes in aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : 3cd45b14d332ac30063a9a19573f58d294b838b7
2012-05-23 16:56:11 -07:00
David Rajchenbach-Teller
35d32fe331 Bug 757469 - Implement ctypes.off_t. r=jorendorff 2012-05-26 09:33:52 -04:00
Ed Morley
bffc23481f Merge mozilla-central to mozilla-inbound 2012-05-25 22:44:48 +01:00
Patrick McManus
5ce388e01a bug 737470 patch 1 use ASpdySession to generically dispatch current version of spdy r=honzab
--HG--
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession2.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession2.h
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream2.cpp
rename : netwerk/protocol/http/SpdyStream.h => netwerk/protocol/http/SpdyStream2.h
2012-05-25 17:37:01 -04:00
Ed Morley
984de288d8 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-25 14:25:53 +01:00
Brian R. Bondy
225162afab Bug 710935 - Measure lag in handling user input. r=bsmedberg 2012-05-25 09:22:19 -04:00
Raymond Lee
c82bb660f2 Bug 726189 - get rid of search engine 'used' attribute, since it causes unnecessary I/O r=gavin 2012-05-24 11:45:22 +08:00
Brian R. Bondy
98e633230d Bug 757711 - Service does not get replaced for newer builds since bug 748764; r=ehsan 2012-05-23 17:28:08 -04:00
Landry Breuil
64230ede81 Bug 755336 - Use PRInt64 replacedLockTime since XPIDL expects a PRInt64, fixes build on OpenBSD. r=bsmedberg 2012-05-22 20:21:45 -04:00
David Rajchenbach-Teller
5cd9da169f Bug 732936 - ImplicitConvert can convert an ArrayBuffer to C array or pointer. r=jorendorff 2012-05-15 14:59:21 +02:00
Daniel Holbert
6648a51cf0 Bug 757644: Tweak constructor init-list order in mock_Link.h to fix build warning. r=ehsan 2012-05-22 16:25:23 -07:00