Felix Fung
|
316ce7cd16
|
Bug 498543 - Null-checking JS_THIS_OBJECT Results. r=jwalden
|
2011-12-01 13:30:28 -08:00 |
|
Marco Bonardo
|
012371f955
|
Backout 68c475a7dcaa (bug 465299) for xpcshell-tests failure
|
2011-11-30 12:37:06 +01:00 |
|
Andrew Quartey
|
d548f96306
|
Bug 465299 - Validity check for mozStorageStatementWrapper::Initialize r=sdwilsh
|
2011-11-30 10:23:59 +01:00 |
|
Nicholas Nethercote
|
dd36d07501
|
Bug 703113 - Fix overshadowed |pageSize| variable in Connection::initialize. r=mak.
|
2011-11-23 14:22:13 -08:00 |
|
Taras Glek
|
3a14b0024b
|
Bug 701563: Break out webapps sqlite overhead from sqlite_other* r=mak
|
2011-11-10 17:01:40 -08:00 |
|
Marco Bonardo
|
1113eb4895
|
Bug 692487 - Decrease Storage connections default cache_size.
r=sdwilsh
|
2011-11-09 15:06:40 +01:00 |
|
Marco Bonardo
|
b5e83fcb99
|
Bug 658303 - mozIStorageConnection::Clone() should copy over pragmas.
r=sdwilsh
|
2011-10-03 21:55:03 +02:00 |
|
Makoto Kato
|
7f0faf8c41
|
Bug 672324 - Fix test for bug 650509 (Other apps can read Firefox profile files). r=mak77
|
2011-11-04 17:40:25 +09:00 |
|
Nicholas Nethercote
|
356cad03bb
|
Bug 678977 - Teach sqlite to use jemalloc directly when applicable. code=nnethercote,khuey. r=khuey,sdwilsh,jlebar.
|
2011-11-03 20:53:41 -07:00 |
|
David Rajchenbach Teller
|
cf1e733e43
|
Bug 693667 - Track time from requesting an async query to completion via telemetry r=taras
|
2011-10-13 10:48:40 +02:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
7d613942b0
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Ehsan Akhgari
|
b3b4ec593c
|
Merge mozilla-central into mozilla-inbound:
|
2011-10-14 13:58:40 -04:00 |
|
Bobby Holley
|
ec90124839
|
Bug 691411 - Move js/src/xpconnect to js/xpconnect and rename source files while we're at it. r=khuey, sr=mrbkap
|
2011-10-14 10:52:47 -07:00 |
|
Nathan Froyd
|
f67040f8bb
|
Bug 682869 - update places to use Telemetry::AccumulateTimeDelta. r=tglek,khuey,jduell
|
2011-10-10 13:05:47 -04:00 |
|
Jeff Walden
|
c5e5f873d1
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
946f2ae0e3
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Matt Brubeck
|
6a3689a80c
|
Back out ba2483679e59 (bug 658303) because of Linux Ts Paint regressions
|
2011-10-03 17:30:26 -07:00 |
|
Marco Bonardo
|
2cfd36ebca
|
Bug 686025 - nsNavHistory::AsyncExecuteLegacyQueries uses synchronous createStatement instead of createAsyncStatement.
r=asuth, sdwilsh
|
2011-10-03 23:50:23 +02:00 |
|
Marco Bonardo
|
f09563c5a5
|
Bug 658303 - mozIStorageConnection::Clone() should copy over pragmas.
r=sdwilsh
|
2011-10-03 21:55:03 +02:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Luke Wagner
|
e2e7e3085f
|
Bug 684526 - Unify jsval and js::Value (r=jorendorff)
|
2011-09-19 09:34:49 -07:00 |
|
Neil Rashbrook
|
68da198274
|
Bug 660532 Remove useless uses of PromiseFlatCString r=sdwilsh
|
2011-09-15 09:36:07 +01:00 |
|
Jezreel Ng
|
282b9e583f
|
Bug 666611 - Do not set chunksize if less than 500MiB of storage is available. r=mak
|
2011-09-05 10:29:06 +01:00 |
|
Marco Bonardo
|
463fc41e02
|
Bug 666420 - Upgrade to SQLite 3.7.7.1 - Telemetry VFS shim update.
r=sdwilsh
|
2011-08-26 13:43:15 +02:00 |
|
Ben Turner
|
28dc17f6c6
|
Bug 681930, r=sicking.
|
2011-08-26 01:21:35 -07:00 |
|
Geoff Brown
|
67b9b8bc4a
|
Bug 668349 - Changes to xpcshell.ini; r=jmaher
|
2011-08-22 09:00:50 +01:00 |
|
Ed Morley
|
8601d21d2a
|
Bug 659234 - Remove unused variable |rv| from test_file_perms.cpp; r=sdwilsh
|
2011-08-18 12:06:55 +02:00 |
|
Nicholas Nethercote
|
2b27674f2b
|
Bug 662989 - Avoid crashing if a DB connection isn't asyncClose()d when it should be. r=mak.
|
2011-08-04 16:15:03 -07:00 |
|
Marco Bonardo
|
cb0232a860
|
Backout changeset 4c509d9b5b59 (Bug 666611) due to failure on Windows.
|
2011-08-04 14:26:59 +02:00 |
|
Jezreel Ng
|
319cf94438
|
Bug 666611 - Do not set chunksize if less than 100MiB of storage is available. r=mak
|
2011-08-04 09:04:52 +02:00 |
|
Taras Glek
|
53a178899a
|
Bug 675737: Calculate time taken for by write/open/sync per db + main/other thread r=mak
|
2011-08-03 17:05:29 -07:00 |
|
Taras Glek
|
307f362795
|
Bug 673727: Report sqlite waiting on/off main thread via telemetry r=mak
|
2011-07-26 15:06:34 -07:00 |
|
Taras Glek
|
91263960e4
|
Bug 668378: Telemetry sqlite IO r=asuth
|
2011-07-21 11:12:31 -07:00 |
|
Steve Fink
|
83dcd11529
|
Bug 668906 - Do not call openUnsharedDatabase with a null file (r=sdwilsh)
|
2011-07-01 15:53:41 -07:00 |
|
Nicholas Nethercote
|
bd10602bef
|
Bug 653627 - Don't use char** in nsIMemoryReporter. r=khuey, sr=bz.
|
2011-07-08 12:45:16 +10:00 |
|
Justin Lebar
|
6ce00dcd08
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
|
2011-06-16 14:34:09 -04:00 |
|
Ed Morley
|
ea7db4553f
|
Bug 665549 - Fix unused variable warning for 'shutdownObserved' in mozStorageService.cpp; r=sdwilsh
|
2011-06-23 19:01:17 -07:00 |
|
Jeff Walden
|
dffc24089c
|
Bug 662946 - Remove various headers from INSTALLED_HEADERS that shouldn't be there. r=jimb
|
2011-06-09 01:12:21 -07:00 |
|
Ed Morley
|
d60e3b9e7b
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
|
Nicholas Nethercote
|
d09797bd19
|
Bug 656773 - Separate the process and the path in nsIMemoryReporter so that about:memory works in private browsing mode. r=sdwilsh, sr=roc.
|
2011-06-06 11:22:45 +10:00 |
|
Masayuki Nakano
|
c1f7265444
|
Bug 660743 storage should use mozilla::Preferences r=roc+sdwilsh
|
2011-06-02 10:05:12 +09:00 |
|
Marco Bonardo
|
3e545e4df3
|
Merge places and mozilla-central. a=developers
|
2011-05-24 04:51:59 +02:00 |
|
Marco Bonardo
|
12dc8aaecc
|
Bug 658135 - Use sqlite3_stmt_readonly to check if multiple async statements need a transaction.
r=sdwilsh
|
2011-05-24 00:15:01 +02:00 |
|
Nicholas Nethercote
|
89fd3d0226
|
Bug 649867 - Remove the heap-used/storage/lookaside-used memory reporter. r=sdwilsh.
|
2011-05-22 19:50:14 -07:00 |
|
Nicholas Nethercote
|
14286d8c7e
|
Bug 657327 - about:memory: merge the "mapped" and "heap used" trees, and make the resulting tree flatter. r=sdwilsh,Jesse, sr=roc.
|
2011-05-22 19:49:56 -07:00 |
|
Joel Maher
|
39ca77fbd2
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Brad Lassey
|
d7ac5cca07
|
bug 650509 - Other apps can read Firefox profile files, test for sqlite permissions changes r=sdwilsh
|
2011-05-13 14:22:34 -04:00 |
|
Nicholas Nethercote
|
600fd67fe7
|
Bug 653630 - Change SQLite memory reporters to avoid double-counting some memory usage. r=sdwilsh.
|
2011-05-11 16:09:50 -07:00 |
|
Marco Bonardo
|
2353f27d67
|
Merge Places and mozilla-central
|
2011-05-11 11:08:58 +02:00 |
|