Live data from Hacker News

Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms

hacks.mozilla.org

1–10 of 25 posts

Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms

#4
The new developer command-line interface (Shift+F2) looks really neat, though I'll have to play with it to see if it really turns out to be useful. Here's a list of commands:

  addon - Manipulate add-ons
  break - Manage breakpoints
  calllog - Commands to manipulate function call logging
  console - Commands to control the console
  cookie - Display and alter cookies
  dbg - Manage debugger
  edit - Tweak a page resource
  export - Export resources
  firebug - Web Development Evolved
  help - Get help on the available commands
  inspect - Inspect a node
  pagemod - Make page changes
  pref - Commands to control settings
  resize - Control Responsive Design Mode
  restart - Restart Firefox
  screenshot - Save an image of the page
  tilt - Visualize the webpage in 3D

Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms

#6
post #4

The new developer command-line interface (Shift+F2) looks really neat, though I'll have to play with it to see if it really turns out to be useful. Here's a list of commands: addon - Manipulate add-ons break - Manage breakpoints calllog - Commands to manipulate function call logging console - Commands to control the console cookie - Display and alter cookies dbg - Manage debugger edit - Tweak a page resource export -…

Thanks! They should disable the flyout completion for now, though. It causes the input box to lose focus, can't type a command with that.

Re: Firefox 16 unprefix CSS Gradients, Animations, Transitions & Transforms

#8
> IndexedDB has reached Candidate Recommendation status and has been unprefixed too. This is amazing.

Folks, this is far more important than CSS. Firefox has the most complete implementation of IndexedDB. More than anything else, it is what will enable us to write completely client-side applications.

Post reply on HN