Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Patrick Cloke
|
e2d7eecef7
|
Bug 898760 - Twitter says connected but shows nothing: truly make all options of Http.jsm optional, r=Mossop.
|
2013-08-20 20:16:28 -04:00 |
|
Irving Reid
|
386437c51e
|
Bug 888753: Reschedule walker loop more often to avoid deadlocks with nested event loops; r=paolo
|
2013-08-19 15:55:20 -04:00 |
|
Marco Castelluccio
|
e63bb8b399
|
Bug 904929 - Task.jsm: exceptions handled differently if the argument is a regular function. r=paolo
|
2013-08-16 16:36:49 -04:00 |
|
Nathan Froyd
|
6328fe85d5
|
Bug 902938 - part 1 - add androidBridge to Services.jsm; r=Mossop
|
2013-08-08 10:57:34 -04:00 |
|
Tim Taubert
|
d026835370
|
Bug 895185 - Rename Promise.every() to .all() to reduce confusion about our differing implementation; r=paolo
|
2013-07-31 10:58:44 -07:00 |
|
Patrick Cloke
|
c5abfcb63f
|
Bug 894367 - Handle null postData properly in Http.jsm: regression tests, r=Mossop.
|
2013-07-25 21:38:43 -04:00 |
|
Ed Morley
|
3d41b8763b
|
Merge latest green inbound changeset and mozilla-central
|
2013-07-22 14:45:43 +01:00 |
|
Paolo Amadini
|
f64dd71db0
|
Bug 891324 - Make nsIXULRuntime accessible using Services.appinfo in xpcshell tests. r=gavin
|
2013-07-20 15:15:03 +02:00 |
|
Mike Conley
|
d7fc1cd6a5
|
Unit test for Bug 893316 - Http.jsm doesn't listen to method option parameter. r=Mossop
|
2013-07-15 09:26:55 +02:00 |
|
Tim Taubert
|
e630aca256
|
Bug 895185 - Implement Promise.every(); r=paolo sr=mossop
|
2013-07-20 09:34:10 +02:00 |
|
Patrick Cloke
|
0348be5ad9
|
Bug 884319 - Add http.jsm to toolkit for usage by Thunderbird FileLink, Lightning and Instantbird. r=Mossop
|
2013-06-20 08:38:32 -04:00 |
|
Marco Bonardo
|
cc94df02d5
|
Bug 889442 - Remove newTab page migration for chromeappsstore.sqlite
t=ttaubert
|
2013-07-03 23:41:28 +02:00 |
|
David Rajchenbach-Teller
|
4b9f52dd06
|
Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak
|
2013-06-27 09:01:00 -04:00 |
|
Ed Morley
|
d18c59b1c1
|
Backed out changeset a01ced6de845 (bug 702559)
|
2013-06-26 12:56:14 +01:00 |
|
David Rajchenbach-Teller
|
391f5d00ef
|
Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak
|
2013-06-26 05:45:50 -04:00 |
|
Paolo Amadini
|
d3b1307dba
|
Bug 810490 - Constant stack space promise. r=mossop
--HG--
rename : addon-sdk/test/unit/test_promise.js => toolkit/modules/tests/xpcshell/test_Promise.js
|
2013-05-30 14:23:42 +02:00 |
|
Matt Woodrow
|
b70a68033a
|
Bug 749428 - Expose OMTC status in about:support. r=jrmuizel
|
2013-05-22 11:36:38 +08:00 |
|
Gregory Szorc
|
14c4938355
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Ekanan Ketunuti
|
620410f94c
|
Bug 828116 - Move modules in toolkit/content and toolkit/mozapps/shared to toolkit/modules. r=Mossop
--HG--
rename : toolkit/mozapps/shared/CertUtils.jsm => toolkit/modules/CertUtils.jsm
rename : toolkit/content/DeferredTask.jsm => toolkit/modules/DeferredTask.jsm
rename : toolkit/content/Deprecated.jsm => toolkit/modules/Deprecated.jsm
rename : toolkit/content/Dict.jsm => toolkit/modules/Dict.jsm
rename : toolkit/mozapps/shared/FileUtils.jsm => toolkit/modules/FileUtils.jsm
rename : toolkit/content/Geometry.jsm => toolkit/modules/Geometry.jsm
rename : toolkit/content/InlineSpellChecker.jsm => toolkit/modules/InlineSpellChecker.jsm
rename : toolkit/content/LightweightThemeConsumer.jsm => toolkit/modules/LightweightThemeConsumer.jsm
rename : toolkit/content/PageMenu.jsm => toolkit/modules/PageMenu.jsm
rename : toolkit/content/PopupNotifications.jsm => toolkit/modules/PopupNotifications.jsm
rename : toolkit/content/PrivateBrowsingUtils.jsm => toolkit/modules/PrivateBrowsingUtils.jsm
rename : toolkit/content/PropertyListUtils.jsm => toolkit/modules/PropertyListUtils.jsm
rename : toolkit/content/Services.jsm => toolkit/modules/Services.jsm
rename : toolkit/content/Task.jsm => toolkit/modules/Task.jsm
rename : toolkit/content/Troubleshoot.jsm => toolkit/modules/Troubleshoot.jsm
rename : toolkit/content/UpdateChannel.jsm => toolkit/modules/UpdateChannel.jsm
rename : toolkit/content/WindowDraggingUtils.jsm => toolkit/modules/WindowDraggingUtils.jsm
rename : toolkit/content/debug.js => toolkit/modules/debug.js
rename : toolkit/content/tests/browser/browser_DeferredTask.js => toolkit/modules/tests/browser/browser_DeferredTask.js
rename : toolkit/content/tests/browser/browser_Deprecated.js => toolkit/modules/tests/browser/browser_Deprecated.js
rename : toolkit/content/tests/browser/browser_Geometry.js => toolkit/modules/tests/browser/browser_Geometry.js
rename : toolkit/content/tests/browser/browser_InlineSpellChecker.js => toolkit/modules/tests/browser/browser_InlineSpellChecker.js
rename : toolkit/content/tests/browser/browser_Services.js => toolkit/modules/tests/browser/browser_Services.js
rename : toolkit/content/tests/browser/browser_Troubleshoot.js => toolkit/modules/tests/browser/browser_Troubleshoot.js
rename : toolkit/mozapps/shared/test/chrome/Makefile.in => toolkit/modules/tests/chrome/Makefile.in
rename : toolkit/mozapps/shared/test/chrome/moz.build => toolkit/modules/tests/chrome/moz.build
rename : toolkit/mozapps/shared/test/chrome/test_bug544442_checkCert.xul => toolkit/modules/tests/chrome/test_bug544442_checkCert.xul
rename : toolkit/content/tests/unit/propertyLists/bug710259_propertyListBinary.plist => toolkit/modules/tests/xpcshell/propertyLists/bug710259_propertyListBinary.plist
rename : toolkit/content/tests/unit/propertyLists/bug710259_propertyListXML.plist => toolkit/modules/tests/xpcshell/propertyLists/bug710259_propertyListXML.plist
rename : toolkit/mozapps/shared/test/unit/test_FileUtils.js => toolkit/modules/tests/xpcshell/test_FileUtils.js
rename : toolkit/content/tests/unit/test_dict.js => toolkit/modules/tests/xpcshell/test_dict.js
rename : toolkit/content/tests/unit/test_propertyListsUtils.js => toolkit/modules/tests/xpcshell/test_propertyListsUtils.js
rename : toolkit/mozapps/shared/test/unit/test_readCertPrefs.js => toolkit/modules/tests/xpcshell/test_readCertPrefs.js
rename : toolkit/content/tests/unit/test_task.js => toolkit/modules/tests/xpcshell/test_task.js
|
2013-05-14 14:37:18 -07:00 |
|
Joey Armstrong
|
2dbf79e9a4
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Joey Armstrong
|
8e99512c32
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Ryan VanderMeulen
|
a1a134ef6f
|
Merge the last PGO-green inbound changeset to m-c.
|
2013-04-15 21:49:22 -04:00 |
|
Richard Newman
|
3fae00304f
|
Bug 833965 - Sqlite.jsm should support an array of binding parameters. r=gps
|
2013-04-10 17:57:42 -07:00 |
|
Richard Newman
|
e93befdd15
|
Bug 856925 - Sqlite.jsm tests to demonstrate errors. r=gps
|
2013-04-10 17:57:42 -07:00 |
|
Nick Alexander
|
238c8bb242
|
Bug 848519 - Part 2: Update Makefile.in and test harness. r=gavin
|
2013-04-15 12:45:33 -07:00 |
|
Nick Alexander
|
ce1bb2ecb5
|
Bug 848519 - Part 1: Move files. r=gavin
--HG--
rename : services/common/preferences.js => toolkit/modules/Preferences.jsm
rename : services/common/tests/unit/test_preferences.js => toolkit/modules/tests/xpcshell/test_Preferences.js
|
2013-04-15 12:45:29 -07:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Matt Brubeck
|
a2f8dde976
|
Bug 846988 - Handle additional arguments to setTimeout in Timer.jsm [r=neil]
|
2013-03-02 06:46:40 -08:00 |
|
Matt Brubeck
|
000326ffe8
|
Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
--HG--
rename : browser/devtools/shared/Browser.jsm => toolkit/modules/Timer.jsm
rename : browser/devtools/shared/test/browser_browser_basic.js => toolkit/modules/tests/xpcshell/test_timer.js
|
2013-02-25 11:08:33 -08:00 |
|
Gregory Szorc
|
14545664e3
|
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
|
2013-02-25 13:19:09 -08:00 |
|
Matt Brubeck
|
29a03fb2d7
|
Bug 840287 - Move NewTabUtils.jsm into toolkit [r=ttaubert]
--HG--
rename : browser/modules/NewTabUtils.jsm => toolkit/modules/NewTabUtils.jsm
rename : browser/modules/test/unit/chromeappsstore.sqlite => toolkit/modules/tests/xpcshell/chromeappsstore.sqlite
rename : browser/modules/test/unit/test_newtab-migrate-v1.js => toolkit/modules/tests/xpcshell/test_newtab-migrate-v1.js
|
2013-02-16 20:16:16 -08:00 |
|
Jim Mathies
|
472c77a798
|
Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium
|
2013-02-09 12:28:38 -06:00 |
|
Irving Reid
|
1829b1377b
|
Bug 837212: convert browser_TelemetryTimestamps.js to an xpcshell test r=Felipe
--HG--
rename : toolkit/modules/tests/browser_TelemetryTimestamps.js => toolkit/modules/tests/xpcshell/test_TelemetryTimestamps.js
|
2013-02-07 16:47:50 -05:00 |
|
Irving Reid
|
beb243d131
|
Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup r=Mossop
--HG--
rename : browser/modules/TelemetryTimestamps.jsm => toolkit/modules/TelemetryTimestamps.jsm
rename : browser/modules/test/browser_TelemetryTimestamps.js => toolkit/modules/tests/browser_TelemetryTimestamps.js
|
2013-02-07 16:47:33 -05:00 |
|
Dave Townsend
|
f1c830614d
|
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
|
e98491e7fe
|
Bug 834449 - Part 3: simplify cleanup of cached statements. r=gps
|
2013-01-25 15:05:15 -08:00 |
|
Richard Newman
|
d27027b2fd
|
Bug 834449 - Part 2: clean up cached statements in Sqlite.jsm. r=gps
|
2013-01-25 00:38:59 -08:00 |
|
Richard Newman
|
c80442d777
|
Bug 834449 - Part 1: rework tracking of pending statements. r=gps
|
2013-01-25 00:35:19 -08:00 |
|
Gregory Szorc
|
5e9f7129d1
|
Bug 833609 - Part 2: Add timer to shrink memory after idle; r=mak
|
2013-01-24 13:30:20 -08:00 |
|
Gregory Szorc
|
640049a53f
|
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
|
b585e3decc
|
Bug 830209 - SQLite.jsm now handles transactions off the main thread; r=mak
|
2013-01-18 10:11:22 -08:00 |
|
Gregory Szorc
|
035f3913aa
|
Bug 813833 - Add a Promise-based API to mozIStorage/SQLite; r=mak, sr=Mossop
|
2013-01-04 15:36:59 -08:00 |
|