Commit Graph

264 Commits

Author SHA1 Message Date
Tom Schuster
099a37905e Bug 919340 - Test. r=mikedeboer 2013-09-26 11:21:02 -04:00
Tom Schuster
0b09fb0494 Bug 919340 - Always draw outline around links when using quickfind. r=mikedeboer 2013-09-26 11:21:02 -04:00
Tom Schuster
52d857e002 Bug 919344 - Avoid accessing dead objects in Finder.jsm after a page change. r=mikedeboer,dao 2013-09-26 11:21:02 -04:00
Gijs Kruitbosch
e4b7441f3e Merge mozilla-central and ux 2013-09-24 14:55:03 +02:00
David Rajchenbach-Teller
100ab51c1a Bug 916729 - [Async shutdown] Handle exceptions. r=froydnj 2013-09-23 09:23:03 -04:00
Gregory Szorc
160a20817c Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Gijs Kruitbosch
44a1e1eaca Merge mozilla-central and ux 2013-09-21 13:14:05 +02:00
Gijs Kruitbosch
1ad320d951 Merge m-c to UX 2013-09-18 10:31:05 +02:00
Tom Schuster
58d1d4beba Bug 916534 - Test for find highlight should work in subframes. r=mikdeboer 2013-09-17 12:54:35 -04:00
Tom Schuster
0e33aaaa25 Bug 916534 - Find Highlight should work in subframes. r=mikdeboer 2013-09-17 12:54:35 -04:00
Gijs Kruitbosch
2c07477df1 Merge m-c to ux 2013-09-15 19:30:19 +02:00
Gijs Kruitbosch
cfa5d95340 Merge m-c to ux 2013-09-13 09:42:13 +02:00
Blair McBride
908c3ef327 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
Blair McBride
de3c47a025 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
6560ac9c5c Bug 919535 - Use AsyncShutdown in Sqlite.jsm. r=Yoric 2013-10-02 14:24:33 +02:00
Gijs Kruitbosch
bebffa1788 Merge mozilla-central and ux 2013-09-08 14:26:44 +02:00
Matthew Noorenberghe
186f9be72f Merge mozilla-central to UX 2013-09-06 17:54:20 -07:00
Ryan VanderMeulen
a6fe179fc1 Merge m-c to inbound. 2013-09-06 18:00:23 -04:00
Gijs Kruitbosch
5fe2b02be1 Merge mozilla-central and ux 2013-09-06 18:44:23 +02:00
Brandon Benvie
50e1284894 Bug 913115 - Make Task.jsm support ES6 generators. r=paolo 2013-09-06 09:36:55 -07:00
Mike Conley
cb9e730fc8 Automated merge with https://hg.mozilla.org/mozilla-central 2013-09-05 09:59:00 -04:00
Matthew Noorenberghe
2fdfb08f12 Merge mozilla-central to UX 2013-08-30 22:20:31 -07:00
Marco Castelluccio
d57d39b019 Bug 910885 - Improve FileUtils.getDir(..., ..., true) performance. r=Yoric 2013-08-30 16:14:53 -04:00
Gijs Kruitbosch
8893d1b1c4 Merge mozilla-central and ux 2013-08-29 23:55:09 +02:00
Gijs Kruitbosch
eec8448e00 Merge mozilla-central and ux 2013-08-29 15:30:00 +02:00
Gijs Kruitbosch
dbe438ea19 Merge m-c to UX. 2013-08-28 22:31:31 +02:00
Tim Abraldes
31c59e1d70 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
1dc2e69d10 Bug 897060 - Follow up, add missing license headers. r=me DONTBUILD 2013-08-27 22:09:44 -03:00
Tom Schuster
e6568bd78f Bug 913280 - Electrolysis: Refactor RemoteWebProgress to use a Manager that owns the toplevel and all the sublevel WebProgress objects. r=felipe 2013-09-06 13:10:11 -04:00
Gijs Kruitbosch
aec38a3c35 Merge m-c to UX 2013-08-26 19:05:49 +02:00
Felipe Gomes
754b48bbeb Merge fx-team to m-c 2013-08-26 02:41:47 -03:00
Felipe Gomes
0437381f34 Bug 897060 - Display select dropdowns in the parent process. r=enndeakin
Original patch by roc.
2013-08-25 22:34:23 -03:00
Mike Conley
1c71e322f2 Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-25 11:38:45 -04:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Honza Bambas
da53acf440 Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Patrick Cloke
00c8ae90fa 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
Ryan VanderMeulen
39c9f02fea Merge m-c to inbound. 2013-10-01 17:23:59 -04:00
David Anderson
3fe1554192 Add RPC message support to messagemanager (bug 910493 part 2, r=smaug). 2013-10-01 09:15:06 -07:00
Bill McCloskey
a9e6a0cbc1 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
11ad97a7db Bug 905439 - Infrastructure for e10s addon compatibility code (r=felipe) 2013-08-28 21:43:00 -07:00
Gijs Kruitbosch
abd74f39aa merge m-c to ux 2013-08-23 15:01:54 +02:00
Gijs Kruitbosch
17683e42dc Merge m-c to UX 2013-08-22 19:55:04 +02:00
Gijs Kruitbosch
ad1ff9523d Merge m-c to ux 2013-08-20 11:00:57 +02:00
Tom Schuster
c17df4f2ce Bug 895957 - Implement a workaround for goDoCommand in e10s. r=neil 2013-08-21 13:24:53 -04:00
Irving Reid
338b662f1d Bug 888753: Reschedule walker loop more often to avoid deadlocks with nested event loops; r=paolo 2013-08-19 15:55:20 -04:00
Mike Conley
b6d48dba3f Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-17 20:27:30 -04:00
Mike Conley
9deb045af7 Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-09 19:24:40 -04:00
Marco Castelluccio
4376402188 Bug 904929 - Task.jsm: exceptions handled differently if the argument is a regular function. r=paolo 2013-08-16 16:36:49 -04:00
Gijs Kruitbosch
a6e54ee4b8 Merge m-c to UX 2013-08-07 21:09:10 +02:00
Gijs Kruitbosch
e5220a0c68 Merge m-c to ux 2013-08-02 17:21:19 +02:00
Matthew Noorenberghe
3999b2695d Merge mozilla-central to UX 2013-07-31 17:48:12 -07:00
Tim Taubert
2c25baab46 Bug 895185 - Rename Promise.every() to .all() to reduce confusion about our differing implementation; r=paolo 2013-07-31 10:58:44 -07:00
Gijs Kruitbosch
c191dc6dc3 Merge m-c to UX 2013-07-30 20:27:46 +02:00
Gijs Kruitbosch
e619f07dcf Merge m-c to UX 2013-07-30 11:14:11 +02:00
Ryan VanderMeulen
2ef7a9892a Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Gijs Kruitbosch
2e265e0df0 Merge m-c to UX. 2013-07-28 11:50:05 +02:00
Mike Conley
1c13381de2 Automated merge with https://hg.mozilla.org/mozilla-central 2013-07-27 15:01:05 -04:00
Felipe Gomes
4cf4504ecd Bug 898170 - nsIWebProgress.isToplevel should be true when not notifying listeners (r=billm) 2013-07-26 14:26:43 -07:00
Bill McCloskey
afd3a29cc3 Bug 898170 - Don't remove listeners after their message manager is gone (r=felipe) 2013-07-26 14:26:40 -07:00
Gijs Kruitbosch
373bb434c6 Backing out bug 849099 for causing functionality regressions (bug 897901), csets cbf5e9ebd287, 0a565c255a8b, d6623f06fe55 2013-07-25 13:53:47 +02:00
Shane Caraveo
6977a96548 bug 896314 fix permission icon when swapping social providers, r=felipe 2013-07-29 09:35:41 -07:00
Gijs Kruitbosch
07ef64b897 Bug 894099 - simplify useHitTest setting, r=dao 2013-07-24 17:36:00 +02:00
Tom Schuster
9ac2ae09b1 Bug 896748 - Electrolysis: Html 5 notification permission request box doesn't open. r=felipe 2013-07-22 20:24:11 -04:00
Matthew Noorenberghe
de1150b579 Merge mozilla-central to UX 2013-07-23 23:40:52 -07:00
Gijs Kruitbosch
6d8d9917cd Bug 894099 - Optimize client hittest and use WindowDraggingUtils.jsm for dragging the window on pre-Vista, r=felipe,jimm 2013-07-22 23:08:09 -07:00
Gijs Kruitbosch
118088b794 Merge m-c to ux 2013-07-23 11:04:55 +02:00
Ed Morley
4b1f775375 Merge latest green inbound changeset and mozilla-central 2013-07-22 14:45:43 +01:00
Tom Schuster
af7ce32767 Bug 910838 - Electrolysis: Don't update browser information with non-toplevel WebProgress notifications. r=felipe 2013-09-05 19:24:29 -04:00
Gijs Kruitbosch
03e1680427 Merge m-c to ux 2013-07-22 09:26:50 +02:00
Matthew Noorenberghe
2ded965d7c Merge mozilla-central to UX 2013-07-18 19:53:03 -07:00
Gijs Kruitbosch
f08c892054 Merge m-c to ux 2013-07-16 14:19:40 +02:00
Matthew Noorenberghe
131a8cc6d6 Merge mozilla-central to UX 2013-07-12 22:14:28 -07:00
Tom Schuster
f1b4d9309e Bug 900675 - Move e10s webNavigation implementation in a jsm. r=felipe 2013-08-06 12:35:39 -04:00
Gijs Kruitbosch
67f692e20d Merge mozilla-central and ux 2013-07-10 23:53:05 +02:00
Mike Conley
66de98b043 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
40b041016b Bug 893316 - Http.jsm doesn't listen to method option parameter. r=Mossop 2013-07-15 09:25:57 +02:00
Tom Schuster
d02522a3b1 Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00
Paolo Amadini
6ea9673c4f Bug 891324 - Make nsIXULRuntime accessible using Services.appinfo in xpcshell tests. r=gavin 2013-07-20 15:15:03 +02:00
Ed Morley
95ac4ccc34 Merge mozilla-central and fx-team 2013-09-06 16:25:48 +01:00
Bill McCloskey
00feec319e Bug 908955 - Eagerly dump coding exceptions raised in Promise/Task callbacks. r=paolo 2013-09-06 09:19:24 -04:00
Gijs Kruitbosch
7a7f7e31ae Merge mozilla-central and ux 2013-07-05 00:49:58 +02:00
Jared Wein
cadb3274f1 Automated merge with https://hg.mozilla.org/mozilla-central 2013-07-03 12:40:14 -04:00
Marco Bonardo
89118248d1 Bug 889442 - Remove newTab page migration for chromeappsstore.sqlite
t=ttaubert
2013-07-03 23:41:28 +02:00
Gijs Kruitbosch
31379d6cf3 Merge mozilla-central and ux 2013-06-28 09:13:09 -04:00
Gijs Kruitbosch
fe3e9fce5e Merge mozilla-central and ux 2013-06-27 14:24:43 -04:00
Shao Hang Kao
b35866ec1f Bug 874771 - Implement SNTP support (Gecko end). r=gene 2013-06-22 22:22:05 +08:00
Patrick Cloke
11354d8a5b Bug 894367 - Handle null postData properly in Http.jsm: regression tests, r=Mossop. 2013-07-25 21:38:43 -04:00
Patrick Cloke
f9181e1c98 Bug 894367 - Handle null postData properly in Http.jsm, r=Mossop. 2013-07-25 21:36:19 -04:00
Gijs Kruitbosch
3014957b7c Backed out changeset 0593679c47a9 (bug 894099) because it causes bug 897901. DONTBUILD 2013-07-25 11:46:25 +02:00
Gijs Kruitbosch
8c78f1d5e5 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
7d413299c4 Bug 870100 (part 2) - about:newtab observes notifications for new page thumbnails. r=ttaubert 2013-07-23 17:41:12 +10:00
Tom Schuster
b8f2deb604 Bug 666809 - Support SecurityUI in e10s mode. r=felipe f=gavin 2013-07-09 22:45:07 -04:00
Ms2ger
ad06681e97 Bug 897458 - Move EXTRA_PP_JS_MODULES to moz.build; r=gps 2013-08-02 09:03:25 +02:00
Tim Taubert
cac9bc4cd2 Bug 895185 - Implement Promise.every(); r=paolo sr=mossop 2013-07-20 09:34:10 +02:00
Sankha Narayan Guria
cfb139cff6 Bug 864895 - Catch exceptions from PopupNotification callbacks. r=MattN 2013-06-01 08:22:16 +05:30
Patrick Cloke
d768f8ef96 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
David Rajchenbach-Teller
d7afd8b817 Bug 913899 - An implementation of shutdown phases;r=froydnj,sr=bsmedberg 2013-09-14 18:48:39 +02:00
Gijs Kruitbosch
c246a46f08 Merge from m-c to ux 2013-06-26 10:44:39 -04:00
Jared Wein
698d87c899 Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-23 02:58:41 -04:00
Jared Wein
20e28337a5 Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-21 19:22:56 -04:00
Shane Caraveo
c59b1b73c6 bug 883346 permissions support for standalone chat window, r=felipe 2013-06-21 19:17:34 -07:00
Matthew Noorenberghe
1099a1b6a1 Merge mozilla-central to UX 2013-06-17 03:54:34 -07:00
Matthew Noorenberghe
87139eb2a8 Merge mozilla-central to UX 2013-06-01 02:45:51 -07:00
Mike Conley
77dd7811df Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-29 17:41:40 -04:00
Mike Conley
2a59bbb0d2 Automated merge with https://hg.mozilla.org/mozilla-central 2013-05-23 09:39:09 -04:00
Shane Caraveo
cbbecb47d7 bug 809085 make permissions panels work with social content, r=felipe 2013-06-21 16:14:22 -07:00
Mike Conley
228be11537 Automated merge with https://hg.mozilla.org/mozilla-central 2013-05-21 14:49:59 -04:00
Mike Conley
7bd0d6c524 Automated merge with https://hg.mozilla.org/mozilla-central 2013-05-20 22:56:50 -04:00
Tim Taubert
c7023c7b76 Bug 876313 - [New Tab Page] Unpinning a site doesn't update pref; r=jaws 2013-05-28 11:01:54 +02:00
Mike Conley
f2768f6df2 Automated merge with https://hg.mozilla.org/mozilla-central
--HG--
rename : toolkit/content/LightweightThemeConsumer.jsm => toolkit/modules/LightweightThemeConsumer.jsm
2013-05-17 11:48:25 -04:00
Gregory Szorc
c1b865f669 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
Joey Armstrong
0d49db0381 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Tom Schuster
724e96453f Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe 2013-07-17 09:27:49 -04:00
Benjamin Smedberg
db222ba461 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-19 13:29:05 -04:00
Ryan VanderMeulen
97083e557a 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
cad9f8081a Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe 2013-07-17 09:27:49 -04:00
Nathan Froyd
fe9cbe2df0 Bug 902938 - part 1 - add androidBridge to Services.jsm; r=Mossop 2013-08-08 10:57:34 -04:00
Dão Gottwald
7251a52bf8 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
Matt Woodrow
7b5e098c6e Bug 749428 - Expose OMTC status in about:support. r=jrmuizel 2013-05-22 11:36:38 +08:00
Riadh Chtara
37f2d78d4b Bug 861546 - Change Preferences.jsm so it does not need to guard against clearUserPref throwing. r=gavin, r=jaws 2013-05-20 16:54:21 -04:00
Jared Wein
d102714401 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
603b1ce35b 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
Ekanan Ketunuti
b0c1ba9c9e 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
Paolo Amadini
7c0d63a0eb 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
Dão Gottwald
dfcb719d7d Bug 876394 - Popup notification goes unnoticed in unfocused windows. r=gavin
--HG--
extra : rebase_source : 3e8fec5138da96627eddccbe4128bdd9ebee8ba7
2013-05-30 09:48:02 +02:00
David Rajchenbach-Teller
a6a4c317e1 Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak 2013-06-27 09:01:00 -04:00
Mike Shal
45edf8e888 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #2); r=joey 2013-06-17 15:22:56 -04:00
Ed Morley
e712fb068e Backed out changeset a01ced6de845 (bug 702559) 2013-06-26 12:56:14 +01:00
David Rajchenbach-Teller
2692c02de8 Bug 702559 - Adapting Sqlite.jsm to use mozIStorageAsyncConnection;r=mak 2013-06-26 05:45:50 -04:00
Joey Armstrong
12356a4c50 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Tom Schuster
dfcdf9e78c Bug 691613 - e10s support for setTabTitle with characterSet. r=felipe 2013-04-27 17:37:04 +02:00
Bill McCloskey
398e9a3a09 Bug 666801 - Handle webProgress for out-of-process content (r=felipe) 2013-04-24 22:29:31 -07:00
Ryan VanderMeulen
fb3f4e9134 Merge the last PGO-green inbound changeset to m-c. 2013-04-15 21:49:22 -04:00
Richard Newman
3bbf5c2f92 Bug 833965 - Sqlite.jsm should support an array of binding parameters. r=gps 2013-04-10 17:57:42 -07:00
Richard Newman
a80a598efc Bug 856925 - Sqlite.jsm tests to demonstrate errors. r=gps 2013-04-10 17:57:42 -07:00
Nick Alexander
004449feb1 Bug 848519 - Part 2: Update Makefile.in and test harness. r=gavin 2013-04-15 12:45:33 -07:00
Nick Alexander
8b888a0726 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
f5e3aadf0b Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
d2b6e6e01a 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
5663b98bc5 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
Sam Foster
18f9a96a0b Bug 855270 - splice off trailing null entries from NewTabUtils pinnedLinks when unpinning. r=ttaubert 2013-03-27 15:05:00 +00:00
Dão Gottwald
b31f7c5cc4 Backed out changeset f029edccac09 2013-03-18 16:46:17 +01:00
Josh Matthews
604e47fa2a Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske
--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm
2013-03-14 17:41:52 -04:00
Matt Brubeck
247810ac19 Bug 846988 - Handle additional arguments to setTimeout in Timer.jsm [r=neil] 2013-03-02 06:46:40 -08:00
Matt Brubeck
8a5b3f1ccd 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
cc8470b5e8 Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
Matt Brubeck
bb9d091338 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
8759ba05ed Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium 2013-02-09 12:28:38 -06:00
Irving Reid
472cee5906 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
c6afe4138b 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