Paolo Amadini
bb2ad048fa
Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-04-07 16:18:43 +02:00
Asaf Romano
102346f214
Bug 984131 - Async transactions: protect transactions objects so we can optimize them. r=mak
2014-04-07 12:58:20 +03:00
Phil Ringnalda
c5638212cb
Merge m-i to a CLOSED TREE m-c
2014-04-06 09:51:58 -07:00
Blake Kaplan
3745131216
Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske
2014-04-04 14:50:42 -07:00
Blake Kaplan
28f9c3e365
Bug 971222 - Small cleanup around prompt code. r=bzbarsky
2014-04-04 14:50:42 -07:00
Ryan VanderMeulen
4be6b97fe2
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Paolo Amadini
2d929c5019
Bug 991738 - Fix "test_markpageas.js" before switching Task.jsm to use Promise.jsm. r=mak
2014-04-04 15:21:09 +02:00
Benjamin Smedberg
4766f8c541
Bug 986582 - Get rid of the toolkit.telemetry.enabledPreRelease pref and make the toolkit.telemetry.enabled pref do the right thing for beta users who are testing a final release build, r=rnewman
...
--HG--
extra : rebase_source : 43f70e2c1c3207f37ba0789245958cb0c34187f6
2014-04-03 14:55:42 -04:00
David Rajchenbach-Teller
f8b93dedfd
Bug 936630 - Timeline event sessionRestoreInit. r=ttaubert, r=froydnj
2014-04-04 08:34:24 -04:00
David Rajchenbach-Teller
2ec9408c00
Bug 991038 - Uncaught async error in DownloadIntegration.jsm. r=paolo
2014-04-03 11:01:07 -04:00
Ryan VanderMeulen
ae8b121864
Merge m-c to fx-team on a CLOSED TREE.
2014-04-04 15:06:31 -04:00
Tetsuharu OHZEKI
cbbcff5da7
Bug 984015 - GUIDHelper.getItemId should deliver itself as |this| to its internal executeAsync callback. r=mak
...
This patch includes:
* GUIDHelper.getItemGUID() must return a GUID.
* GUIDHelper should resolve promises after other operations are finished.
* GUIDHelper.getItemId should deliver itself as |this| to its internal executeAsync callback.
2014-04-05 01:46:14 +09:00
Ed Morley
757c230f65
Merge mozilla-central and fx-team
2014-04-02 18:25:23 +01:00
David Rajchenbach-Teller
f950528bc4
Bug 961317 - Clean up OS.File shutdown race condition and rework OS.File reset/shutdown. r=froydnj
2014-04-02 11:42:51 -04:00
Ryan VanderMeulen
52484dbcb0
Merge inbound to m-c.
2014-04-01 16:45:00 -04:00
Ryan VanderMeulen
17f92513d5
Backed out changeset 7c60268706f3 (bug 956332) for xperf regressions.
...
--HG--
rename : toolkit/components/passwordmgr/test/unit/test_storage_mozStorage.js => toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_migrate.js
rename : toolkit/components/passwordmgr/test/unit/test_notifications.js => toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_notify.js
2014-04-01 14:01:22 -04:00
Doug Turner
6dad9aac30
Bug 989682 - Add usage telemetry to geolocation. r=jdm
2014-04-01 10:45:17 -07:00
Mark Hammond
763885adb1
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
snigdha
11404d6af2
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-04-01 08:29:25 -04:00
Ryan VanderMeulen
36404cf213
Merge m-c to fx-team.
2014-03-31 17:31:19 -04:00
Asaf Romano
1dd342a6e3
Backout bug 977730 due to bustage [CLOSED TREE]
2014-03-31 21:55:15 +03:00
Asaf Romano
b7e2875e88
Bug 977730 - Count total pages visited by all test users. r=bsmedberg.
2014-03-31 20:47:11 +03:00
Jacek Caban
6200ade984
Bug 961665 - Cross compilation fixup.
2014-03-31 13:21:03 +02:00
Ehsan Akhgari
277c40e502
Trial fix for bug 947531, focus the test window before starting the test
2014-03-29 19:26:37 -04:00
Phil Ringnalda
a160ec0d23
Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
...
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
2014-03-29 12:13:11 -07:00
Phil Ringnalda
8d0a796f41
Merge f-t to m-c
2014-03-29 10:08:41 -07:00
Drew Willcoxon
fd1bdd522f
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak
2014-03-28 23:30:04 -07:00
David Rajchenbach-Teller
8b3b95d6a4
Bug 934283 - Add option to OS.File.makeDir to recursively make directories;r=froydnj
2014-03-28 17:33:36 -07:00
Abhishek Potnis
18ecb43dde
Bug 986499 - Make the calls to import Deprecated.jsm lazy. r=yoric
2014-03-28 10:36:48 -04:00
Tim Abraldes
f44980c913
bug 986195 - Expect failure in 32-bit builds, which is 4 bytes, not 8. r=froydnj
2014-03-26 14:46:00 +01:00
Ryan VanderMeulen
d9d827e562
Merge inbound to m-c.
2014-03-26 20:58:31 -04:00
Paolo Amadini
1a4a4adc7b
Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak
2014-03-26 18:15:00 +01:00
David Keeler
e31dcef1a9
Backed out changeset d9e136a02980 (bug 986171) for build bustage r=backout
2014-03-25 14:02:42 -07:00
David Keeler
c10761fd5d
bug 986171 - mozilla::pkix: telemetry for what cert validation library is in use r=cviecco
2014-03-25 13:43:01 -07:00
Birunthan Mohanathas
e000f49c51
Bug 845478 - Part 8: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...} in remaining instances. r=Waldo
2014-03-25 14:42:33 -04:00
Carsten "Tomcat" Book
ecd3864bc0
Merge mozilla-central to mozilla-inbound
2014-03-25 13:40:56 +01:00
Carsten "Tomcat" Book
0f3ab985f1
merge fx-team to mozilla-central
2014-03-25 13:17:42 +01:00
Wes Kocher
78c1e8a98e
Backed out changeset 3d94ebde9018 (bug 985720) for missing a file from the patch to fix a CLOSED TREE
2014-03-24 18:07:13 -07:00
Drew Willcoxon
436eb615cc
Bug 557665 - Allow specifying SearchForm as a normal <Url> in engine description files (part 2, tests). r=gavin
2014-03-24 20:41:15 -07:00
Monica Chew
848eb46563
Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)
2014-03-24 14:57:59 -07:00
Aaron Klotz
4bd819c27e
Bug 986758: Grab mutexes in Telemetry memory reporter code; r=vladan
2014-03-24 12:24:51 -04:00
Nicholas Nethercote
1cea7a45d8
Bug 986300 - Fix a tricky corner case involving memory report diffs. r=kats.
...
--HG--
extra : rebase_source : 001ae6ee0e81c40a7437ccf65add3e735fada6fa
2014-03-20 19:44:23 -07:00
Monica Chew
1517be2338
Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp)
2014-03-20 14:25:35 -07:00
Marco Bonardo
5b1b279f66
Bug 818584 - Discard consecutive duplicate bookmark backups by comparing hashes r=mano
...
Original patch by Raymond Lee <raymond@appcoast.com> f=mak
2014-03-19 14:33:02 +01:00
Marco Bonardo
9120a58848
Bug 959576 - Create a component to get the list of priority domains. r=gavin
2014-03-22 14:24:36 +01:00
Wes Kocher
184d7dbce3
Merge fx-team to m-c
2014-03-21 17:07:40 -07:00
David Rajchenbach-Teller
5bd0ff3c56
Bug 984237 - Specify mime type in require.js. r=gozala
2014-03-21 09:18:39 -04:00
David Rajchenbach-Teller
7b41cbeb68
Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj
2014-03-21 13:44:58 -04:00
Carsten "Tomcat" Book
620729b5fa
Merge mozilla-central to fx-team
2014-03-21 15:35:37 +01:00
Ryan VanderMeulen
980127328b
Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
...
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00