Commit Graph

22 Commits

Author SHA1 Message Date
Brian Nicholson
6226977167 Bug 1043633 - Change sendMessageToJava to Messaging.sendRequest. r=wesj 2014-09-02 11:59:05 -07:00
Jim Blandy
4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Margaret Leibovic
31daf8c5f7 backout a8aeb5b375fb for causing bug 1017554 2014-05-29 14:08:42 -07:00
Zack Liu
0de6e3444c Bug 990066 - Add star for generator functions. r=margaret 2014-05-26 23:45:00 -04:00
Margaret Leibovic
38525097d3 Bug 999756 - Add parameter to HomeStorage.save to allow replacing existing items. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
bc4085e122 Bug 999756 - Delay sending "HomePanels:RefreshDataset" message to Java. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
3f0e522c57 Bug 965452 - Limit number of items stored per dataset. r=rnewman 2014-05-13 09:13:30 +01:00
Margaret Leibovic
f50bfbb970 backout 3d0d92f2406b for not working properly 2014-04-21 15:00:08 -07:00
Lucas Rocha
388bab655c Bug 969043 - Log warning in save()/deleteAll() calls outside of sync window (r=margaret) 2014-03-20 15:31:42 +00:00
Lucas Rocha
d17c32d3c8 Bug 972098 - Refresh DynamicPanels when the dataset changes (r=margaret) 2014-03-20 15:28:22 +00:00
Lucas Rocha
c31092879c Bug 963817 - Wrap HomeStorage data insertion loop in a transaction (r=margaret) 2014-03-12 17:02:50 +00:00
Lucas Rocha
5c4f78a4b3 Bug 969055 - Validate items being saved with HomeProvider API (r=margaret) 2014-03-12 16:37:02 +00:00
Chenxia Liu
63be995458 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
Lucas Rocha
26d6956e66 Bug 975841 - Bootstrap schema upgrade path in HomeProvide.jsm (r=margaret) 2014-03-04 16:57:43 +00:00
Lucas Rocha
d9f3d4bbac Backed out changeset 70bccf82bbfa (forgot to add reviewer) 2014-03-04 16:54:32 +00:00
Lucas Rocha
d7fa164d02 Bug 975841 - Bootstrap schema upgrade path in HomeProvide.jsm 2014-03-04 16:52:13 +00:00
Josh Dover
fec2ab1717 Bug 942295 - Add basic filter support to Hub panels. r=lucasr 2014-02-05 11:00:06 -08:00
Margaret Leibovic
59951b05a1 Bug 965460 - Create helper method for database creation and migration. r=mcomella 2014-02-06 18:08:09 -08:00
Margaret Leibovic
7d9127772c Bug 964447 - Add sync APIs to HomeProvider. r=mcomella 2014-02-06 18:08:07 -08:00
Margaret Leibovic
83cf3104cc Bug 965033 - Hook up DynamicPanel to HomeProvider. r=lucasr 2014-01-28 16:43:09 -08:00
Margaret Leibovic
0874a0cbf0 Bug 952310 - (Part 2) Unify JS and Java representations of HomeProvider schema. r=lucasr
--HG--
rename : mobile/android/base/resources/raw/fake_list_items.json => mobile/android/base/resources/raw/fake_home_items.json
2014-01-27 13:50:56 -08:00
Margaret Leibovic
3eeb5535fc Bug 942288 - Gecko data storage for home panels. r=wesj 2014-01-24 15:11:17 -08:00