Skip to content
Snippets Groups Projects
  1. Aug 05, 2017
  2. Aug 03, 2017
  3. Aug 04, 2017
  4. Aug 03, 2017
  5. Aug 05, 2017
  6. Aug 04, 2017
  7. Aug 03, 2017
  8. Aug 04, 2017
  9. Aug 03, 2017
  10. Aug 04, 2017
  11. Aug 02, 2017
    • Alex Thayer's avatar
      Bug 1385396 - Cache early setExperimentActive calls r=gfritzsche · 60c221fa
      Alex Thayer authored
      Calling setExperimentActive too early during startup can change
      the order of some initialization. setExperimentActive probably
      shouldn't have this kind of effect, so simply cache early calls
      to it until gGlobalEnvironment has been initialized through other
      functions.
      
      Additionally, I am speculatively including work to ensure that
      setExperimentInactive and getActiveExperiments have the same
      behavior, while remaining correct by working from the same cache
      that setExperimentActive uses.
      
      MozReview-Commit-ID: IlzT1J0o6gK
      
      --HG--
      extra : rebase_source : b39b8d7e7b0970b520ce3f63af9750846d08b0eb
      60c221fa
  12. Aug 04, 2017
  13. Aug 03, 2017
  14. Aug 04, 2017
  15. Aug 03, 2017
    • Jessica Jong's avatar
      Bug 1386969 - Change nsIRadioGroupContainer::Add/RemoveToRadioGroup() to take... · 7ec4d944
      Jessica Jong authored
      Bug 1386969 - Change nsIRadioGroupContainer::Add/RemoveToRadioGroup() to take HTMLInputElement* as argument. r=bz
      
      Currently, these two functions take nsIFormControl* as argument, but we only
      pass HTMLInputElements to it, so we can change it to take HTMLInputElement* to
      avoid overhead in casting.
      
      MozReview-Commit-ID: CHG0F3xWCVF
      
      --HG--
      extra : amend_source : 6052bfec33bb8aa7d92e31b242757ed265256002
      7ec4d944
  16. Aug 04, 2017
Loading