Commit Graph

88 Commits

Author SHA1 Message Date
Tom Schuster
403a5c52c4 Bug 910838 - Electrolysis: Don't update browser information with non-toplevel WebProgress notifications. r=felipe 2013-09-05 19:24:29 -04:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Marco Castelluccio
59e7b21c31 Bug 910885 - Improve FileUtils.getDir(..., ..., true) performance. r=Yoric 2013-08-30 16:14:53 -04:00
Bill McCloskey
60f524b349 Bug 905443 - Forward content policy shouldLoad calls from the child to the parent (r=felipe) 2013-08-28 21:43:46 -07:00
Bill McCloskey
bd7184b366 Bug 905439 - Infrastructure for e10s addon compatibility code (r=felipe) 2013-08-28 21:43:00 -07:00
Tim Abraldes
bf1450a127 bug 904230. Make nsIWinMetroUtils available as Services.metro. r=mbrubeck for the metro piece. r=rnewman for the sync piece. r=dolske for the toolkit piece. 2013-08-28 10:27:32 -07:00
Felipe Gomes
1a66852d13 Bug 897060 - Follow up, add missing license headers. r=me DONTBUILD 2013-08-27 22:09:44 -03:00
Felipe Gomes
b0494451ec Merge fx-team to m-c 2013-08-26 02:41:47 -03:00
Felipe Gomes
e36a075b54 Bug 897060 - Display select dropdowns in the parent process. r=enndeakin
Original patch by roc.
2013-08-25 22:34:23 -03: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
Tom Schuster
19b8c26cae Bug 896748 - Electrolysis: Html 5 notification permission request box doesn't open. r=felipe 2013-07-22 20:24:11 -04:00
Tom Schuster
26e3a4ac9a Bug 895957 - Implement a workaround for goDoCommand in e10s. r=neil 2013-08-21 13:24:53 -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
Tom Schuster
8a93341f66 Bug 900675 - Move e10s webNavigation implementation in a jsm. r=felipe 2013-08-06 12:35:39 -04:00
Ms2ger
25c19f9737 Bug 897458 - Move EXTRA_PP_JS_MODULES to moz.build; r=gps 2013-08-02 09:03:25 +02: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
Ryan VanderMeulen
78c8d092c8 Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Shane Caraveo
5ae8ef14b5 bug 896314 fix permission icon when swapping social providers, r=felipe 2013-07-29 09:35:41 -07:00
Tom Schuster
e5fe0046d0 Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00
Felipe Gomes
04b62d74c6 Bug 898170 - nsIWebProgress.isToplevel should be true when not notifying listeners (r=billm) 2013-07-26 14:26:43 -07:00
Bill McCloskey
d712b7b982 Bug 898170 - Don't remove listeners after their message manager is gone (r=felipe) 2013-07-26 14:26:40 -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
Patrick Cloke
bb92df4eaf Bug 894367 - Handle null postData properly in Http.jsm, r=Mossop. 2013-07-25 21:36:19 -04:00
Gijs Kruitbosch
1d987c71cd Backed out changeset 0593679c47a9 (bug 894099) because it causes bug 897901. DONTBUILD 2013-07-25 11:46:25 +02:00
Gijs Kruitbosch
a33cfde917 Bug 894099 - Use WindowDraggingUtils.jsm for dragging the window on XP because the hit test is slow, r=jimm,felipe,dao 2013-07-22 23:08:09 -07:00
Mark Hammond
33d3f6e765 Bug 870100 (part 2) - about:newtab observes notifications for new page thumbnails. r=ttaubert 2013-07-23 17:41:12 +10: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
Tim Taubert
e630aca256 Bug 895185 - Implement Promise.every(); r=paolo sr=mossop 2013-07-20 09:34:10 +02:00
Tom Schuster
5265a3786d Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe 2013-07-17 09:27:49 -04:00
Ryan VanderMeulen
5131a6768c Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Tom Schuster
57fd2695a3 Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe 2013-07-17 09:27:49 -04: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
Mike Conley
c5fa790685 Bug 893316 - Http.jsm doesn't listen to method option parameter. r=Mossop 2013-07-15 09:25:57 +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
Tom Schuster
8db45abadc Bug 666809 - Support SecurityUI in e10s mode. r=felipe f=gavin 2013-07-09 22:45:07 -04:00
Marco Bonardo
cc94df02d5 Bug 889442 - Remove newTab page migration for chromeappsstore.sqlite
t=ttaubert
2013-07-03 23:41:28 +02:00
Jared Wein
e3a0d74b60 Bug 888585 - Don't load LightweightThemeImageOptimizer during start-up for users who don't have a lightweight theme applied. r=MattN 2013-07-01 11:12:23 -04:00
Matthew Noorenberghe
03004a2676 Bug 498181 - Offer to reset a user's profile if it was last used more than two months ago. r=jaws
--HG--
rename : toolkit/content/resetProfile.js => toolkit/modules/ResetProfile.jsm
extra : rebase_source : 88969c77e4d86ba2d6cecbe188e19ad390f6629d
2013-06-28 23:25:08 -04:00
David Rajchenbach-Teller
4b9f52dd06 Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak 2013-06-27 09:01:00 -04:00
Mike Shal
b77ae67471 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #2); r=joey 2013-06-17 15:22:56 -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
Shane Caraveo
9734b616ee bug 883346 permissions support for standalone chat window, r=felipe 2013-06-21 19:17:34 -07:00
Shane Caraveo
0657078de5 bug 809085 make permissions panels work with social content, r=felipe 2013-06-21 16:14:22 -07:00
Benjamin Smedberg
5f3af2acf4 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-19 13:29:05 -04:00
Dão Gottwald
cca92adf14 Bug 882188 - Popup notifications in background windows should only ask for attention if they'll open automatically upon gaining focus. r=gavin 2013-06-13 19:18:53 +02: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