1. 31 Jul, 2016 11 commits
    • dpranke's avatar
      Fix MB config for ios-simulator-cronet. · f03a13de
      dpranke authored
      TBR=smut@google.com
      BUG=
      
      Review-Url: https://codereview.chromium.org/2195213002
      Cr-Commit-Position: refs/heads/master@{#408892}
      f03a13de
    • dpranke's avatar
      Remove GYP builders from the CQ. · 3b83b719
      dpranke authored
      TBR=brettw@chromium.org
      BUG=432967
      
      Review-Url: https://codereview.chromium.org/2200573002
      Cr-Commit-Position: refs/heads/master@{#408891}
      3b83b719
    • dpranke's avatar
      Flip remaining builders to GN. · a5a29eae
      dpranke authored
      (Apart from the dedicated GYP builders, of course).
      
      This affects:
      
      - chromium.fyi
        - Closure Compilation Linux
        - CrWinAsan
        - CrWinAsan(dll)
        - CrWinAsanCov
      - chromium.lkgr
        - Win ASan Release Coverage
        - Win ASan Release Media
        - Win ASan Release
      - chromium.mac
        - ios-simulator
      - chromium.memory.full
        - Chromium Windows Builder (DrMemory x64)
        - Chromium Windows Builder (DrMemory)
      - tryserver.chromium.linux
        - closure_compilation
      - tryserver.chromium.mac
        - ios-simulator
      
      Though the closure compilation builder doesn't really use GN or MB yet.
      
      TBR=brettw@chromium.org
      BUG=605318, 621708
      
      Review-Url: https://codereview.chromium.org/2198693002
      Cr-Commit-Position: refs/heads/master@{#408890}
      a5a29eae
    • qyearsley's avatar
      Add mac10.11_retina_blink_rel and android_blink_rel to builder config. · b04cd370
      qyearsley authored
      BUG=474273
      
      Review-Url: https://codereview.chromium.org/2188413005
      Cr-Commit-Position: refs/heads/master@{#408889}
      b04cd370
    • sigbjornf's avatar
      Have ResizeViewportAnchor derive from GarbageCollected<> only. · 034ea7e2
      sigbjornf authored
      Drop use of GarbageCollectedFinalized<>; not needed for this
      class.
      
      R=
      BUG=
      
      Review-Url: https://codereview.chromium.org/2192373002
      Cr-Commit-Position: refs/heads/master@{#408888}
      034ea7e2
    • sigbjornf's avatar
      Remove unused function template overloads. · 2378d8a3
      sigbjornf authored
      Leftover from r408135, remove the generated isT(*RefPtr<T>)
      overloads also.
      
      R=
      BUG=
      
      Review-Url: https://codereview.chromium.org/2201633002
      Cr-Commit-Position: refs/heads/master@{#408887}
      2378d8a3
    • tzik's avatar
      Propagate proper FROM_HERE to postTask() in worker code · c58cf271
      tzik authored
      Some of postTask() implementation in Worker code don't have
      WebTraceLocation parameter, and pass wrong FROM_HEREs. That
      make it hard to follow the call stack in a crash report.
      
      This adds the missing WebTraceLocation parameter, puts correct
      FROM_HEREs and adds alias() to ensure it's in the crash report.
      
      Review-Url: https://codereview.chromium.org/2196833002
      Cr-Commit-Position: refs/heads/master@{#408886}
      c58cf271
    • bauerb's avatar
      Use only toolbar to transition from fakebox to real omnibox. · 7a676cfc
      bauerb authored
      Previously, we would fade out the fakebox and fade in the real omnibox during
      the scroll transition, which created discrepancies. With this change, the
      toolbar omnibox does the full transition. The search box on the NTP is still
      kept, both to get the starting point of the transition, and for the tablet
      toolbar, where the omnibox stays at the top, so there are two boxes.
      
      Because the two boxes now have to match, their dimensions and padding are
      slightly updated. The height is 56dp, and the padding on the sides is 12dp.
      
      Also, in the focused state the omnibox now has 1dp bleed at the sides,
      which moves the rounded corners out of view.
      
      The remaining changes are not user-visible:
      * Opacity of the fakebox is now driven by the toolbar. This lets us centralize
        the logic (the toolbar can decide its own opacity and the opacity of the
        fakebox) and use different behavior on tablets, where the fakebox will simply
        fade out as before.
      * Rename variables to (hopefully) make them more consistent / self-explanatory.
      * |mLocationBarBackgroundBounds| (formerly |mUrlViewportBounds|) more accurately
        reflects the visible omnibox bounds in the absence of the NTP / when the NTP
        is scrolled so that the omnibox is at the top. To do that, we no longer
        include the Y translation we apply to position it where the fakebox is (it's
        instead applied to the |mLocationBarBackgroundNtpOffset|), and we always use
        an expansion value of 1 if the current tab is an NTP.
      * Remove the |inset_textbox| drawable -- it was the same as |textbox|, but with
        a margin added at the top and bottom (but *not* left or right). Since we
        calculate the omnibox bounds manually anyway, this allows us to account for
        the omnibox padding in the same way in either dimension.
      * Remove the |isInTabSwitcherMode| parameter from some methods in favor of using
        the member variable.
      
      BUG=605054,625108,618955,616728,612520
      
      Review-Url: https://codereview.chromium.org/2134663002
      Cr-Commit-Position: refs/heads/master@{#408885}
      7a676cfc
    • chromeos-commit-bot's avatar
      Automated Commit: Committing new LKGM version 8656.0.0 for chromeos. · 78c093f7
      chromeos-commit-bot authored
      Cr-Commit-Position: refs/heads/master@{#408884}
      78c093f7
    • v8-autoroll's avatar
      Update V8 to version 5.4.303. · 1f0b0a0b
      v8-autoroll authored
      Summary of changes available at:
      https://chromium.googlesource.com/v8/v8/+log/e07fc752..462f4bd5
      
      Please follow these instructions for assigning/CC'ing issues:
      https://github.com/v8/v8/wiki/Triaging%20issues
      
      Please close rolling in case of a roll revert:
      https://v8-roll.appspot.com/
      This only works with a Google account.
      
      CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
      
      TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org
      
      Review-Url: https://codereview.chromium.org/2192363002
      Cr-Commit-Position: refs/heads/master@{#408883}
      1f0b0a0b
    • chrome-cron's avatar
      Updating trunk VERSION from 2814.0 to 2815.0 · ca0e8af2
      chrome-cron authored
      Cr-Commit-Position: refs/heads/master@{#408882}
      ca0e8af2
  2. 30 Jul, 2016 29 commits