Gaia/Hacking: Difference between revisions

Line 252: Line 252:


If you just want to happily hack on pure UI (css and JS) you can safely run with OOP disabled and avoid those issues.
If you just want to happily hack on pure UI (css and JS) you can safely run with OOP disabled and avoid those issues.
Add
Change the line in build/settings.py


user_pref("debug.oop.disabled", true);
  "debug.oop.disabled": False,


to
  "debug.oop.disabled": True,


To the profile/user.js in your gaia directory.
To the profile/user.js in your gaia directory.
Confirmed users
51

edits