Commit Graph

162 Commits

Author SHA1 Message Date
Christian Ascheberg
2996f345f6 Bug 971743 - Do not clear the download history with the browsing history. r=wesj 2014-04-08 23:16:42 +03:00
Wes Johnston
7ad992ad89 Bug 990395 - Use a url to find browser apps rather than a scheme. r=mfinkle 2014-04-11 14:19:13 -07:00
Brian Nicholson
e91c04bce3 Bug 993195 - Add EventCallback parameter to handleMessage. r=jchen 2014-04-08 13:30:17 -07:00
Brian Nicholson
e75ce3a772 Bug 993195 - Add only one observer for messages with callbacks. r=wesj 2014-04-08 13:30:17 -07:00
Mark Finkle
28992641be Bug 921948 - Integrate roku support into Firefox r=wesj 2014-04-07 14:27:14 -04:00
Margaret Leibovic
2c3d9f45d9 Bug 991190 - Rename Home.panels.authHandler API to Home.panels.auth. r=liuche 2014-04-04 15:55:06 -07:00
Margaret Leibovic
7919d2114a Bug 978991 - Add hooks to let an add-on know when a panel is installed/uninstalled. r=liuche 2014-04-04 15:55:03 -07:00
Jim Chen
b754cdedb9 Bug 989046 - b. Drop JSON.stringify when calling handleGeckoMessage; r=mfinkle 2014-04-04 12:33:50 -04:00
Brad Lassey
0056287552 bug 928096 - UI for tab streaming, thumbnails in prompt r=mfinkle,wesj 2014-03-31 21:59:41 -04:00
Mark Finkle
a4ec049c18 Bug 975123 - Allow for fixed targets/devices for situations where routers block UDP broadcasts r=wesj 2014-03-30 23:45:52 -04:00
Brian Nicholson
3e747f49cf Bug 989098 - Use wrapper object to pass generic objects in sendResponse. r=wesj 2014-03-28 15:03:20 -07:00
Margaret Leibovic
4ec424c849 Bug 942281 - Create a PanelAuthCache to keep track of whether or not panel is authenciated (r=lucasr) 2014-03-27 09:25:04 -07:00
Margaret Leibovic
1a732c8bb8 Bug 942281 - Add a view for authentication UI to DynamicPanel (r=lucasr) 2014-03-27 09:25:04 -07:00
Margaret Leibovic
02374a3eb3 Bug 942281 - Create AuthConfig and add authHandler option to Home.panels.register API (r=lucasr) 2014-03-27 09:25:03 -07:00
Margaret Leibovic
24a5be285f Bug 942281 - Move panel validation into Panel constructor (r=lucasr) 2014-03-03 14:23:06 -08:00
Wes Johnston
698b5bc3f4 Bug 942270 - Use tabs for prompts with multiple contexts. r=bnicholson,margaret 2014-03-26 10:18:02 -07:00
Wes Johnston
49f6be314f Bug 942270 - Support quickshare in context menus. r=bnicholson 2014-03-26 10:18:01 -07:00
Myk Melez
15843caab5 Bug 982557 - migrate old prefs and set apkPackageName after updating app via APK; r=mfinkle 2014-03-22 14:26:43 -07:00
Lucas Rocha
800dfa4818 Bug 969043 - Log warning in save()/deleteAll() calls outside of sync window (r=margaret) 2014-03-20 15:31:42 +00:00
Lucas Rocha
944651d17b Bug 972098 - Refresh DynamicPanels when the dataset changes (r=margaret) 2014-03-20 15:28:22 +00:00
Myk Melez
5dc916c0b3 Bug 985618 - only cancel notification if update check is user-initiated; r=mfinkle 2014-03-19 13:21:48 -07:00
Myk Melez
b11310a5bc bug 970300 - singly-stringify JSON message; correct apkPackageName property name; r=mfinkle 2014-03-13 12:01:55 -07:00
Wes Kocher
4ec0bc82ff Merge fx-team to m-c 2014-03-12 20:01:45 -07:00
Lucas Rocha
6ea7bb6e05 Bug 963817 - Wrap HomeStorage data insertion loop in a transaction (r=margaret) 2014-03-12 17:02:50 +00:00
Lucas Rocha
d2d33545cc Bug 969055 - Validate items being saved with HomeProvider API (r=margaret) 2014-03-12 16:37:02 +00:00
Myk Melez
cf0c6d5f85 bug 982182 - fix regressions that hang checking for updates for webapps; r=mfinkle 2014-03-12 11:57:45 -07:00
Myk Melez
fff999707e bug 982552 - use DEBUG variable to enable logging in debug build; r=mfinkle 2014-03-12 11:57:22 -07:00
Chenxia Liu
bf75efda43 Bug 965606 - Part 0: Change home sync pref name, and type from boolean to ints. r=margaret 2014-03-07 15:28:48 -08:00
Margaret Leibovic
1f1cd44510 Bug 975239 - (Part 1) Choose a banner message at random instead of rotating through a queue. r=bnicholson 2014-03-07 11:23:26 -08:00
Martyn Haigh
9fdf0b3570 Bug 970208 - Only print debug messages when in debug mode; r=wesj 2014-03-05 08:13:22 -08:00
Lucas Rocha
1e54d4ddf4 Bug 975841 - Bootstrap schema upgrade path in HomeProvide.jsm (r=margaret) 2014-03-04 16:57:43 +00:00
Lucas Rocha
16c687aee6 Backed out changeset 70bccf82bbfa (forgot to add reviewer) 2014-03-04 16:54:32 +00:00
Lucas Rocha
79303570de Bug 975841 - Bootstrap schema upgrade path in HomeProvide.jsm 2014-03-04 16:52:13 +00:00
Josh Dover
f0d3441cfc Bug 974723 - Send shown event when banner message is displayed. r=margaret 2014-02-20 12:38:27 -08:00
Ed Morley
8362582b2a Merge latest green inbound changeset and mozilla-central 2014-03-03 14:44:44 +00:00
Myk Melez
3dc7adadc3 Bug 977051 - rename manifestUrl property to manifestURL in more places; r=wesj. 2014-02-28 13:43:13 -08:00
Wesley Johnston
1a5db9c1f5 Bug 959742 - Close dialogs when inputs change if there are no buttons on the dialog. r=bnicholson 2014-02-06 16:26:00 -08:00
Ryan VanderMeulen
0a359611a1 Merge m-c to inbound. 2014-02-25 15:28:35 -05:00
Lucas Rocha
9255b46a04 Bug 967286 - Default to Layout.FRAME if layout type isn't specified (r=margaret) 2014-02-25 17:40:50 +00:00
Lucas Rocha
fe90f55569 Bug 974139 - Redefine registration logic to return panel options dynamically (r=margaret) 2014-02-25 17:29:49 +00:00
Wes Johnston
6836771e3b Bug 974286 - Remove mSelected from PromptListAdapter. r=bnicholson 2014-02-25 08:55:14 -08:00
Lucas Rocha
46d116632c Bug 976122 - Fix HomePanels:Get handling in Home.jsm (r=margaret) 2014-02-25 11:28:58 +00:00
Murph Finnicum
1ce8abf0d7 Bug 974001 - Allow HelperApps to return results if requested. r=wesj 2014-02-24 09:57:31 -05:00
Martyn Haigh
34a1f3a40c Bug 970201 - Change manifestUrl to manifestURL in WebapManager._autoUpdates aData argument. r=wesj 2014-02-18 16:54:08 +00:00
Lucas Rocha
5a3bca7a27 Bug 974926 - Rename _panels to _registeredPanels in Home.jsm (r=margaret) 2014-02-24 10:17:05 +00:00
Margaret Leibovic
3bf9415523 Bug 975217 - Don't try to remove a banner message that doesn't exist. r=mcomella 2014-02-22 09:41:31 -08:00
Wes Johnston
decf811c51 Bug 911904 - Avoid a circular dependency finding html file handlers. r=margaret 2014-02-21 13:56:39 -08:00
Lucas Rocha
9607c09864 Bug 972306 - Restructure the Home.panels API for clarity (r=margaret) 2014-02-21 10:33:59 +00:00
Lucas Rocha
a16f45f7a6 Bug 972306 - Change HomePanels:Uninstall to take an id (r=margaret) 2014-02-21 10:33:59 +00:00
Lucas Rocha
23f1bf973d Bug 972306 - Rename HomePanels:Remove to HomePanels:Uninstall (r=margaret) 2014-02-21 10:33:58 +00:00