Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
    • Andrew Halberstadt's avatar
      Bug 1392795 - [yamllint] Group paths to lint by their closest config and run... · 115f346c
      Andrew Halberstadt authored
      Bug 1392795 - [yamllint] Group paths to lint by their closest config and run each config group separately, r=dustin
      
      This makes configuration files for yamllint work a bit better. It's still not perfect, but it's an improvement
      on the current situation.
      
      MozReview-Commit-ID: IKxgQm1a7bP
      
      --HG--
      extra : rebase_source : 051fafe21337f0557ee39ec71c90e74fd61d3da7
      115f346c
  2. Aug 01, 2017
  3. Aug 25, 2017
  4. Aug 22, 2017
  5. Aug 21, 2017
  6. Aug 14, 2017
  7. Aug 25, 2017
    • Jing-wei Wu's avatar
      Bug 1391177 - Part 3: Update icons for mobile photon. r=nechen,walkingice · 51cd086a
      Jing-wei Wu authored
      Update a few icons received from designer and remove mdpi images.
      
      MozReview-Commit-ID: 87Hc3GqtZm9
      
      --HG--
      rename : mobile/android/app/src/main/res/drawable-hdpi/home_tab_menu_strip.9.png => mobile/android/app/src/photon/res/drawable-hdpi/home_tab_menu_strip.9.png
      rename : mobile/android/app/src/main/res/drawable-hdpi/tab_indicator_background.9.png => mobile/android/app/src/photon/res/drawable-hdpi/tab_indicator_background.9.png
      rename : mobile/android/app/src/main/res/drawable-hdpi/tab_indicator_selected.9.png => mobile/android/app/src/photon/res/drawable-hdpi/tab_indicator_selected.9.png
      rename : mobile/android/app/src/main/res/drawable-hdpi/tab_indicator_selected_focused.9.png => mobile/android/app/src/photon/res/drawable-hdpi/tab_indicator_selected_focused.9.png
      extra : rebase_source : 58a2ddb722d491cb5b0544cedfcc56db663e374c
      extra : source : 31ed050ebe02273ea1e75341634bf32065d117f9
      51cd086a
  8. Aug 14, 2017
    • Jing-wei Wu's avatar
      Bug 1391177 - Part 2: Change text yes/no in search suggestion prompt to... · fa518e0e
      Jing-wei Wu authored
      Bug 1391177 - Part 2: Change text yes/no in search suggestion prompt to capitals. r=nechen,walkingice
      
      MozReview-Commit-ID: LTiVMsPdO88
      
      --HG--
      extra : rebase_source : a3d5a64df1d8b9fc3f51033a72363262335eb1a4
      extra : intermediate-source : b7685ff3c2221da093dec2c0b5bd57dbfa704d5c
      extra : source : 0b66e4a3c93bdf6a753907bc07b0b13494db32b4
      fa518e0e
  9. Aug 17, 2017
  10. Aug 18, 2017
    • Tim Huang's avatar
      Bug 1382545 - Part 2: Add a test case for making sure that Animation API... · 58d3db1d
      Tim Huang authored
      Bug 1382545 - Part 2: Add a test case for making sure that Animation API doesn't expose a high resolution time when 'privacy.resistFingerprinting' is true. r=arthuredelstein,birtles
      
      Adopt from Tor #16337
      
      This patch adds a test case for testing that Animation API doesn't expose a high
      resolution time when 'privacy.resistFingerprinting' is true. The test case will
      play an animation and wait a certain amount of time, one second, and then verify
      the animation.startTime, animation.currentTime, animation.timeline.currentTime
      and document.timeline.currentTime are all rounded with 100ms.
      
      MozReview-Commit-ID: KiMYySYaQ7V
      
      --HG--
      extra : rebase_source : 1f8eff986a3e0c1bdc994ef3d33b62508cdd10f5
      58d3db1d
  11. Aug 17, 2017
    • Tim Huang's avatar
      Bug 1382545 - Part 1: Rounding the time of Animation API to 100ms when... · 5d6e73cb
      Tim Huang authored
      Bug 1382545 - Part 1: Rounding the time of Animation API to 100ms when 'privacy.resistFingerprinting'is true. r=arthuredelstein,birtles
      
      Adopt from Tor #16337.
      
      This patch makes Animation API to report a rounded time when 'privacy.resistFingerprinting'
      is true. The Animation API uses AnimationUtils::TimeDurationToDouble() to convert
      its time duration into a double value and reports it when someone tries to query
      time through Animation API. So, we use nsRFPService::ReduceTimePrecisionAsMSecs()
      inside this method to round the time in the scope of the millisecond.
      
      MozReview-Commit-ID: 8o01G6AlAu9
      
      --HG--
      extra : rebase_source : e2d52f04c1d63accb786f6cf9b1a102607eed517
      5d6e73cb
  12. Jun 08, 2017
  13. Jul 19, 2017
  14. Aug 07, 2017
  15. Jun 08, 2017
    • Chung-Sheng Fu's avatar
      Bug 863246 - Move resources that need to be exposed to web content to... · bb279d6d
      Chung-Sheng Fu authored
      Bug 863246 - Move resources that need to be exposed to web content to locations that are marked as contentaccessible r=billm
      
      MozReview-Commit-ID: ArhSHKPYOr8
      
      --HG--
      extra : rebase_source : b0cf8d159ba6bfa6e7bcd9528ae2f9851185ac30
      bb279d6d
    • Chung-Sheng Fu's avatar
      Bug 863246 - Content can only load resource:// URIs declared... · 68b806c6
      Chung-Sheng Fu authored
      Bug 863246 - Content can only load resource:// URIs declared content-accessible in manifests r=billm,bz
      
      bz:
          caps/nsScriptSecurityManager.cpp
      
      billm:
          browser/extensions/activity-stream/jar.mn
          browser/extensions/onboarding/jar.mn
          chrome/RegistryMessageUtils.h
          chrome/nsChromeRegistry.h
          chrome/nsChromeRegistryChrome.cpp
          chrome/nsChromeRegistryContent.cpp
          netwerk/protocol/res/SubstitutingProtocolHandler.cpp
          netwerk/protocol/res/SubstitutingProtocolHandler.h
          netwerk/protocol/res/nsIResProtocolHandler.idl
          netwerk/protocol/res/nsISubstitutingProtocolHandler.idl
          netwerk/protocol/res/nsResProtocolHandler.cpp
          netwerk/protocol/res/nsResProtocolHandler.h
          xpcom/components/ManifestParser.cpp
      
      MozReview-Commit-ID: 1RXeNn7jdBf
      
      --HG--
      extra : rebase_source : 749673b7a5bb0b50192a57496b2ea7962bf6b2d7
      68b806c6
  16. Aug 25, 2017
    • Wei-Cheng Pan's avatar
      servo: Merge #18229 - Add an API to process all invalidations on the main... · 1a53afba
      Wei-Cheng Pan authored
      servo: Merge #18229 - Add an API to process all invalidations on the main thread (from legnaleurc:bug_1388298); r=emilio
      
      fixes [bug 1388298](https://bugzil.la/1388298)
      
      ---
      <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
      - [X] `./mach build -d` does not report any errors
      - [X] `./mach test-tidy` does not report any errors
      - [ ] These changes fix #__ (github issue number if applicable).
      
      <!-- Either: -->
      - [ ] There are tests for these changes OR
      - [ ] These changes do not require tests because _____
      
      <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
      
      <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
      
      Source-Repo: https://github.com/servo/servo
      Source-Revision: 04e60517425c49fa36341cffe4c3b205c2d8ce37
      
      --HG--
      extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
      extra : subtree_revision : 09f90f1f95590de4f69b35296e41847c7ad8189b
      1a53afba
    • Sebastian Hengst's avatar
    • Sebastian Hengst's avatar
      merge mozilla-inbound to mozilla-central. r=merge a=merge · 31302b9c
      Sebastian Hengst authored
      MozReview-Commit-ID: 5armhVE9Jui
      31302b9c
    • Cervantes Yu's avatar
      Bug 1390143 - Generate the parent minidump synchronously to keep parent... · 7d0d416f
      Cervantes Yu authored
      Bug 1390143 - Generate the parent minidump synchronously to keep parent process's stack when creating paired minidumps. r=gsvelto
      
      Bug 1360308 offloads IO operations from the main thread when we create paired minidumps.
      This breaks the symmetry of paired minidumps: the thread stacks of the parent minidump
      doesn't correspond to the thread stacks in the child minidumps and renders the parent
      stack useless. This patch moves generation of the parent minidump back to the main
      thread to keep the context of the parent process when creating paired minidumps. Child
      minidump is still created asynchronously.
      
      MozReview-Commit-ID: 9RmBAuXMPSX
      7d0d416f
    • Ryan VanderMeulen's avatar
      Merge m-c to inbound. a=merge · 22d133ea
      Ryan VanderMeulen authored
      22d133ea
    • Ryan VanderMeulen's avatar
      Merge autoland to m-c. a=merge · 3d015883
      Ryan VanderMeulen authored
      3d015883
    • Ryan VanderMeulen's avatar
      Merge inbound to m-c. a=merge · 5684ae54
      Ryan VanderMeulen authored
      5684ae54
  17. Aug 24, 2017
  18. Aug 25, 2017
    • Josh Matthews's avatar
      servo: Merge #18225 - Remove unused selector visitor argument (from... · b6ef91a2
      Josh Matthews authored
      servo: Merge #18225 - Remove unused selector visitor argument (from jdm:unused-visitor-argument); r=emilio
      
      The real win here is avoiding cloning the iterator when nobody actually uses it.
      
      ---
      - [X] `./mach build -d` does not report any errors
      - [X] `./mach test-tidy` does not report any errors
      - [X] There are tests for these changes
      
      Source-Repo: https://github.com/servo/servo
      Source-Revision: 69e28f07097d4ebeeff4505802b1fb26072e3844
      
      --HG--
      extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
      extra : subtree_revision : 618e8ca0236fcb58864be0b0b14dca47d2a779cb
      b6ef91a2
    • Gregory Szorc's avatar
      Backed out changeset 9923fffd4f64 (bug 1390700) for somehow breaking chain of... · a22927db
      Gregory Szorc authored
      Backed out changeset 9923fffd4f64 (bug 1390700) for somehow breaking chain of trust on some Windows builds
      
      CLOSED TREE
      
      --HG--
      extra : amend_source : e039e6840e52ee3186f4c8c0ae20d75cdccdee5a
      a22927db
Loading