Skip to content
Snippets Groups Projects
  1. May 14, 2016
  2. May 11, 2016
  3. May 14, 2016
  4. May 13, 2016
  5. May 14, 2016
    • Ting-Yu Lin's avatar
      Bug 1272840 - Resurrect the URL to block-and-line.html r=dbaron · d9623c94
      Ting-Yu Lin authored
      DONTBUILD (NPOTB)
      
      MozReview-Commit-ID: Hqk3kSUftRM
      
      --HG--
      extra : rebase_source : c193442d7018355914f731d94dba587e480443bf
      d9623c94
    • L. David Baron's avatar
      Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border... · 55b6b326
      L. David Baron authored
      Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border properties with their standard versions.  r=heycam
      
      This patch was generated by the command:
        find * -type f -exec sed -i -f ../mozpropsub {} \;
      in the root of the repository, with the file ../mozpropsub containing:
      s/-moz-padding-end\>/padding-inline-end/g
      s/-moz-padding-start\>/padding-inline-start/g
      s/-moz-margin-end\>/margin-inline-end/g
      s/-moz-margin-start\>/margin-inline-start/g
      s/-moz-border-end\>/border-inline-end/g
      s/-moz-border-end-color\>/border-inline-end-color/g
      s/-moz-border-end-style\>/border-inline-end-style/g
      s/-moz-border-end-width\>/border-inline-end-width/g
      s/-moz-border-start\>/border-inline-start/g
      s/-moz-border-start-color\>/border-inline-start-color/g
      s/-moz-border-start-style\>/border-inline-start-style/g
      s/-moz-border-start-width\>/border-inline-start-width/g
      s/\<MozPaddingEnd\>/paddingInlineEnd/g
      s/\<MozPaddingStart\>/paddingInlineStart/g
      s/\<MozMarginEnd\>/marginInlineEnd/g
      s/\<MozMarginStart\>/marginInlineStart/g
      s/\<MozBorderEnd\>/borderInlineEnd/g
      s/\<MozBorderEndColor\>/borderInlineEndColor/g
      s/\<MozBorderEndStyle\>/borderInlineEndStyle/g
      s/\<MozBorderEndWidth\>/borderInlineEndWidth/g
      s/\<MozBorderStart\>/borderInlineStart/g
      s/\<MozBorderStartColor\>/borderInlineStartColor/g
      s/\<MozBorderStartStyle\>/borderInlineStartStyle/g
      s/\<MozBorderStartWidth\>/borderInlineStartWidth/g
      
      The diffs for the following files:
        layout/style/nsCSSPropAliasList.h
        layout/style/test/property_database.js
        layout/style/test/test_value_computation.html
      were then manually removed from the patch.
      
      MozReview-Commit-ID: 8fbYnlZcn9U
      55b6b326
    • Timothy Nikkel's avatar
      Bug 1271002. Notify right away after getting the first frame of an animated image. r=seth · 2c28cda8
      Timothy Nikkel authored
      The decoding loop in Decoder::Decode only pauses to report progress when it runs out of bytes to decode. So for long animated images where the network is keeping up with decoding it will be a relatively long time until we deliver the first frame complete notification and corresponding invalidation. In most cases this shouldn't be too expensive as it is just dispatching a runnable to the main thread from the decoding thread.
      2c28cda8
    • Kartikaya Gupta's avatar
      Bug 1272757 - Fix drag handling so that drag inputs don't get stuck waiting... · 65ba2f05
      Kartikaya Gupta authored
      Bug 1272757 - Fix drag handling so that drag inputs don't get stuck waiting for content response while running tests. r=rbarker
      
      MozReview-Commit-ID: Lsn5nFNcP7k
      65ba2f05
    • JW Wang's avatar
      Bug 1272553. Part 3 - make mTaskQueue private. r=jya. · e6ab7f65
      JW Wang authored
      MozReview-Commit-ID: 7A7GuatX98k
      e6ab7f65
    • JW Wang's avatar
      Bug 1272553. Part 2 - extract common code to the parent class. r=jya. · b025e4dc
      JW Wang authored
      MozReview-Commit-ID: EhHLaIy9lyq
      b025e4dc
    • JW Wang's avatar
      Bug 1272553. Part 1 - move code around to be able to extract common code in P2. r=jya. · 1f754c14
      JW Wang authored
      MozReview-Commit-ID: GBsEOnuO224
      1f754c14
    • Boris Zbarsky's avatar
      Bug 1272160. Fix XPCWrappedNativeScope::AddSizeOfIncludingThis to not blindly... · 3c3e4fad
      Boris Zbarsky authored
      Bug 1272160.  Fix XPCWrappedNativeScope::AddSizeOfIncludingThis to not blindly poke at non-DOM globals as if they were DOM globals.  r=khuey
      
      I did audit the XPConnect callers of TraceProtoAndIfaceCache and DestroyProtoAndIfaceCache, and they all check JSCLASS_DOM_GLOBAL.
      3c3e4fad
    • Boris Zbarsky's avatar
      Bug 1270783. If we end up erroring out of a worker main-script load before we... · 0a813530
      Boris Zbarsky authored
      Bug 1270783.  If we end up erroring out of a worker main-script load before we get to creating a global for the worker, don't try to enter that global's compartment to throw an exception.  Just squelch it instead.  r=khuey
      0a813530
  6. May 13, 2016
Loading