J. Ryan Stinnett
efe328f1b2
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
David Rajchenbach-Teller
b0ba024008
Bug 1091851
- Fix a race condition in Sqlite.jsm shutdown. r=mak
...
--HG--
extra : rebase_source : 5127daecf96c3aaebc60f15a4b713273cee5e78f
2015-06-04 15:09:37 +02:00
David Rajchenbach-Teller
0655ae0183
Bug 1043863 - OpenedConnection.prototype.executeBeforeShutdown. r=mak
...
--HG--
extra : rebase_source : fb785e602cff502d43d87af8bab907f04eac4ee9
2015-05-05 12:45:25 +02:00
Ryan VanderMeulen
994a9a8830
Backed out changesets ddad4d54c31e and ef85fdfd2fc7 (bug 1043863) for making browser_thumbnails_storage.js permafail on WinXP opt.
2015-05-26 14:05:18 -04:00
David Rajchenbach-Teller
849af1389a
Bug 1043863 - OpenedConnection.prototype.executeBeforeShutdown. r=mak
...
--HG--
extra : transplant_source : %19%8F%9Fx%F1%C3%3C%DE%A5%3C%97%3A%91%11%5D%C7h%D4%60%CA
2015-05-05 12:45:25 +02:00
Jacob Clark
ec58d2a226
Bug 1111284 - Improve error messages of Sqlite.jsm by including specific error message. r=Yoric
2014-12-14 21:26:31 +00:00
Marco Bonardo
840cd6027f
Bug 1090961 - Enqueue Sqlite.jsm transactions. r=Yoric
...
--HG--
extra : rebase_source : ffe49b9c2cbee0ee48c715810e343adc2d38d271
2014-12-11 15:50:51 +01:00
Blair McBride
494c507329
Bug 1073358 - Sqlite.jsm should return some measure of what happened regardless of whether a row handler was used. r=mak
...
--HG--
extra : transplant_source : %09%E7%2B%D3%9F%93Qzw%C4IL%EC%23g%B9o%DB%0D%DE
2014-09-27 01:17:00 +12:00
Marco Bonardo
2157c8e7f3
Bug 1068620 - Provide a Sqlite.wrapStorageConnection method. r=Yoric
2014-09-22 18:32:43 +02:00
Tim Taubert
318164d65c
Bug 1067117 - Typo in Sqlite.jsm: REASON_CANCELLED should be REASON_CANCELED r=mak
2014-09-14 16:54:41 +02:00
David Rajchenbach-Teller
bb78b4880d
Bug 1059746 - Fix typos that prevent Sqlite.jsm from displaying the name of unclosed clients. r=froydnj
2014-08-28 05:09:00 -04:00
Bill McCloskey
0f6b688b48
Bug 1046964 - Fix some JS warnings (r=ttaubert)
2014-08-19 17:27:58 -07:00
David Rajchenbach-Teller
511052dbd4
Bug 1024686 - Add missing return in Sqlite.jsm. r=mak
2014-06-12 12:53:00 -04:00
David Rajchenbach-Teller
4476e91d8c
Bug 1034977 - Fixing 'Debugging' typo in Sqlite.jsm. r=yoric
2014-07-07 09:06:00 +02:00
David Rajchenbach-Teller
f08ef99f9b
Bug 1034977 - "Crash in mozalloc_abort(char const* const) | NS_DebugBreak | nsDebugImpl::Abort(char const*, int) with AsyncShutdownTimer "Sqlite.jsm Waiting for connections to close"" r=gps
2014-07-07 06:29:00 +02:00
Michael Brennan
4980b5bc66
Bug 1028887 - Cause tests to fail when autoclosing Sqlite.jsm. r=Yoric
2014-06-26 06:24:21 +02:00
Michael Brennan
ae327468b1
Bug 939072: Auto-close Sqlite connections on finalization; r=Yoric
...
--HG--
extra : rebase_source : 07a2987082723c20b75667615a2d04e497d31f9a
2014-06-11 23:40:17 +02:00
Michael Brennan
88fb9d432f
Bug 939072: Refactor Sqlite connections to support finalization; r=Yoric
...
--HG--
extra : rebase_source : 2171ab3b3f7cf654ccc37865f5def9fc7f133e3c
2014-06-11 23:40:06 +02:00
David Rajchenbach-Teller
905cdda8df
Bug 985655 - Ensure that Sqlite.jsm doesn't shutdown before its clients. r=mak
2014-05-13 01:00:00 -04:00
Marco Bonardo
dca9b6269a
Bug 991682 - Sqlite.jsm API to clone an open db connection. r=Yoric
2014-04-08 14:09:26 +02:00
Gregory Szorc
5b230fc390
Bug 989137 - Part 3: Log.jsm API to get a Logger that prefixes messages; r=bsmedberg
...
A common pattern for logging is to have multiple loggers for multiple
underlying object instances. You often want to have each instance attach
some identifying metdata contained in each logged message. This patch
provides an API to facilitate that.
--HG--
extra : rebase_source : 5816e0671c78f55cca45bdd1aed52c85695945c4
2014-03-28 11:36:37 -07:00
Paolo Amadini
44aa2a1ad3
Bug 986364 - Convert to Promise.jsm in the Toolkit "modules" folder. r=mak
2014-03-24 15:47:50 +01:00
Blair McBride
89d1cbef27
Bug 451283 - Move log4moz.js to Toolkit as Log.jsm. r=gps,Mossop
...
--HG--
rename : services/common/log4moz.js => toolkit/modules/Log.jsm
rename : services/common/tests/unit/test_log4moz.js => toolkit/modules/tests/xpcshell/test_Log.js
2013-08-26 11:55:58 -07:00
Gregory Szorc
87433f3370
Bug 919535 - Use AsyncShutdown in Sqlite.jsm. r=Yoric
2013-10-02 14:24:33 +02:00
Mark Capella
faf62388a2
Bug 472963 - TableExists and IndexExists does not work for temporary tables, r=mak
2013-09-27 17:04:17 -04:00
David Rajchenbach-Teller
4844146788
Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak
2013-06-27 09:01:00 -04:00
Ed Morley
9a884b39e0
Backed out changeset a01ced6de845 (bug 702559)
2013-06-26 12:56:14 +01:00
David Rajchenbach-Teller
d982370eb9
Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak
2013-06-26 05:45:50 -04:00
Richard Newman
74a6f95698
Bug 833965 - Sqlite.jsm should support an array of binding parameters. r=gps
2013-04-10 17:57:42 -07:00
Dave Townsend
cd10174200
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Richard Newman
c500a06d34
Bug 834449 - Part 3: simplify cleanup of cached statements. r=gps
2013-01-25 15:05:15 -08:00
Richard Newman
6ae127581e
Bug 834449 - Part 2: clean up cached statements in Sqlite.jsm. r=gps
2013-01-25 00:38:59 -08:00
Richard Newman
4a6e4dd67a
Bug 834449 - Part 1: rework tracking of pending statements. r=gps
2013-01-25 00:35:19 -08:00
Gregory Szorc
c4754f0695
Bug 833609 - Part 2: Add timer to shrink memory after idle; r=mak
2013-01-24 13:30:20 -08:00
Gregory Szorc
75a91389b2
Bug 833609 - Part 1: add a manual call to shrink memory usage to Sqlite.jsm. r=mak
2013-01-24 11:10:19 -08:00
Gregory Szorc
b53ecf2126
Bug 831882 - Correctly install proxied log functions; r=rnewman
2013-01-18 10:11:28 -08:00
Gregory Szorc
3cdbad2a7b
Bug 830209 - SQLite.jsm now handles transactions off the main thread; r=mak
2013-01-18 10:11:22 -08:00
Gregory Szorc
6fd30e5d0e
Bug 813833 - Part 2: Add additional logging around connection close; r=trivial
2013-01-06 21:26:49 -08:00
Gregory Szorc
993797122a
Bug 813833 - Add a Promise-based API to mozIStorage/SQLite; r=mak, sr=Mossop
2013-01-04 15:36:59 -08:00