Ryan VanderMeulen
c6e96a2d96
Merge fx-team to m-c.
2014-04-16 22:29:41 -04:00
David Rajchenbach-Teller
a4197ffe92
Bug 995162 - Rewrite the mechanism that (re)starts the OS.File worker. r=froydnj
2014-04-16 17:04:47 -04:00
Ryan VanderMeulen
94ba87d6c2
Backed out changesets e128ceec086c and 7e31deb02ba8 (bug 992670) for mochitest-bc and xpcshell crashes.
2014-04-16 15:16:30 -04:00
Amod Narvekar
869c8edcdc
Bug 330879 - Check whether the node parameter is a valid Places node. r=mak
2014-04-16 13:50:36 -04:00
Ryan VanderMeulen
c71414c58b
Merge m-c to inbound.
2014-04-15 23:30:15 -04:00
Phil Ringnalda
6cd395f369
Bug 994300 - Disable browser_frameworker.js and browser_frameworker_sandbox.js on OS X debug for constant assertions
2014-04-15 19:59:07 -07:00
Nicholas Nethercote
f9af51ad1b
Bug 996438 - Import BookmarkJSONUtils.jsm lazily into PlacesBackups.jsm. r=mak.
...
--HG--
extra : rebase_source : 244d30f479ddf9d79dfe216bd9024ba7f45c662a
2014-04-15 18:20:28 -07:00
Marco Bonardo
ccf7942c88
bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert
2014-04-14 13:10:16 +02:00
Ryan VanderMeulen
188e8576a8
Backed out changeset e6b103b4369e (bug 974171) for mochitest-dt failures.
...
CLOSED TREE
2014-04-14 12:13:26 -04:00
Michael Ratcliffe
883922ff49
Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags r=jwalker
2014-04-08 12:53:58 +01:00
Carsten "Tomcat" Book
0f7edef10d
Backed out changeset e2aff2cd9a9a (bug 959573) for bc1 test failures on a CLOSED TREE
2014-04-14 14:29:08 +02:00
Marco Bonardo
bc486e5207
bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert
2014-04-14 13:10:16 +02:00
Marco Bonardo
2c9d46a300
bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano
2014-04-14 12:00:11 +02:00
Terrence Cole
c97877c686
Bug 959787 - Handlify JS_DefineProperty; r=Waldo, r=bz
...
--HG--
extra : rebase_source : 87991ed47ed071550af4e4125eea54a66fdb0071
2014-01-21 18:11:17 -08:00
Birunthan Mohanathas
279be7bfee
Bug 992670 - Make all child insertions/removals non-temporary in nsNavHistoryContainerResultNode. r=mak
2014-04-16 13:56:52 -04:00
Birunthan Mohanathas
7b8a4fad4b
Bug 992670 - Fix always true assertion condition in nsNavHistoryResult.cpp. r=mak
2014-04-16 13:56:51 -04:00
kushagra singh[:kushagra]
c40fc7d08e
Bug 819068 - Implementing OS.File.queue. r=Yoric
2014-04-12 21:02:06 -04:00
Ryan VanderMeulen
4ac815c411
Bug 994798 - Disable browser_frameworker_sandbox.js on Linux debug for frequent timeouts. a=test-only
...
CLOSED TREE
2014-04-11 16:09:09 -04:00
Ryan VanderMeulen
b06124335d
Bug 994798 - Disable browser_frameworker.js on Linux debug for frequent timeouts.
2014-04-11 11:58:37 -04:00
Tim Taubert
8791952e5a
Bug 616853 - Fix tabview and toolkit/startup tests r=smacleod
2014-04-10 10:47:47 +02:00
Tim Taubert
ffe67eb551
Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz
2014-04-02 08:21:14 +02:00
Nils Maier
a706ff0749
Bug 952997 - Fix OS.File large file support. r=yoric
2014-04-08 03:40:00 +02:00
Carsten "Tomcat" Book
f7dfaad647
merge fx-team to mozilla-central
2014-04-09 14:23:03 +02:00
Nochum Sossonko
5f9e166a4a
Bug 668903 - Pressing escape should close the saved passwords dialog. r=MattN
...
--HG--
extra : rebase_source : 9f23e3d3457c5409b00715038e3e8014a6a9b0c3
2014-04-07 16:01:35 -04:00
Ryan VanderMeulen
fe0ec6cc66
Merge inbound to m-c.
2014-04-08 18:17:58 -04:00
Boris Zbarsky
35fca5eeeb
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Tim Taubert
3d38f4f707
Bug 989083 - Stop leaking aCallback and remove aScope from asyncGetBookmarkIds r=mak
2014-03-30 21:49:28 +02:00
Marco Bonardo
93daf1f7d4
Bug 991668 - resolve promises on next tick to avoid "too much recursion" error when exporting bookmarks.html. r=Yoric
2014-04-08 14:09:29 +02:00
Ryan VanderMeulen
d557ea4dc1
Merge m-c to fx-team.
2014-04-07 22:37:51 -04:00
Peter Van der Beken
7741df1efa
Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
...
--HG--
extra : rebase_source : a63315cd428faeb95464f6ad76946d1c0c6d36c3
2014-04-07 22:18:53 +02:00
Nicholas Hurley
37cf5381bd
Bug 987248 - Prevent divide-by-zero in seer. r=mcmanus
2014-04-07 12:45:45 -07:00
Paolo Amadini
4abdff9652
Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-04-07 16:18:43 +02:00
Asaf Romano
c06fabb225
Bug 984131 - Async transactions: protect transactions objects so we can optimize them. r=mak
2014-04-07 12:58:20 +03:00
Phil Ringnalda
125cfa9c03
Merge m-i to a CLOSED TREE m-c
2014-04-06 09:51:58 -07:00
Blake Kaplan
7a4bbc290e
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
7c70ad9aec
Bug 971222 - Small cleanup around prompt code. r=bzbarsky
2014-04-04 14:50:42 -07:00
Ryan VanderMeulen
620c42bcde
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Paolo Amadini
8dc3caa904
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
cd2fddc1ce
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
6e7529cc10
Bug 936630 - Timeline event sessionRestoreInit. r=ttaubert, r=froydnj
2014-04-04 08:34:24 -04:00
David Rajchenbach-Teller
447b372e9b
Bug 991038 - Uncaught async error in DownloadIntegration.jsm. r=paolo
2014-04-03 11:01:07 -04:00
Ryan VanderMeulen
6e9126439e
Merge m-c to fx-team on a CLOSED TREE.
2014-04-04 15:06:31 -04:00
Tetsuharu OHZEKI
b6fa1565c3
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
Peter Van der Beken
8cf720bdb0
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html
rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html
rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html
extra : rebase_source : 3662ae8b0f35fefb250c9cd048e848d662863855
2014-02-15 22:12:34 +01:00
Ed Morley
a9eca49755
Merge mozilla-central and fx-team
2014-04-02 18:25:23 +01:00
David Rajchenbach-Teller
d08e76942f
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
6a3fa988ca
Merge inbound to m-c.
2014-04-01 16:45:00 -04:00
Ryan VanderMeulen
24be5e282c
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
fafd994b88
Bug 989682 - Add usage telemetry to geolocation. r=jdm
2014-04-01 10:45:17 -07:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00