- 26 Jan, 2016 40 commits
-
-
senorblanco authored
Looks like the target_rect param to BindFramebufferToTexture is now unused. And it looks like UseScopedTexture is entirely unused. Remove them both. BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1633283002 Cr-Commit-Position: refs/heads/master@{#371632}
-
twellington authored
MultiWindowUtils#isLecacyMultiWindow() will check for old multi-window mode (e.g. Samsung's multi-window mode), and #isMultiWindow() will check for Android N multi-window. BUG=570741 Review URL: https://codereview.chromium.org/1633763003 Cr-Commit-Position: refs/heads/master@{#371631}
-
gab authored
Also: - Move RecordTimeSinceLastStartup() and RecordStartupCount() as implementation details of RecordBrowserMainMessageLoopStart(). - Deprecate "Startup.BrowserMessageLoopStartHardFaultCount.FirstRun" histogram (obsolete and also replaced by the more generic "Startup.BrowserMessageLoopStartHardFaultCount.1") - Fix "Startup.BrowserMessageLoopStartHardFaultCount" to use 1 instead of 0 as minimum since 0 is implicit in UMA. - Fix "Startup.Temperature" to use STARTUP_TEMPERATURE_MAX instead of STARTUP_TEMPERATURE_COUNT as the |max_boundary| as this is what the UMA_HISTOGRAM_ENUMERATION macro expects FWICT. BUG=580211 Review URL: https://codereview.chromium.org/1637493002 Cr-Commit-Position: refs/heads/master@{#371630}
-
mfoltz authored
This adds a menu item to remove the MR component action from the toolbar. It sets a pref so this preference is respected across sessions. The user can restore the action by reinstalling the Cast extension from the Web Store. (They may have to reload the Web Store page immediately after installation to do so.) BUG=576362 TESTED=Unit test, manually tested Review URL: https://codereview.chromium.org/1612203002 Cr-Commit-Position: refs/heads/master@{#371629}
-
rohitrao authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/1639463002 Cr-Commit-Position: refs/heads/master@{#371628}
-
zmo authored
BUG=295792 TEST=webgl2_conformance R=bajones@chromium.org Review URL: https://codereview.chromium.org/1625643003 Cr-Commit-Position: refs/heads/master@{#371627}
-
sergeyv authored
TBR=dgozman BUG=432444 Review URL: https://codereview.chromium.org/1636113003 Cr-Commit-Position: refs/heads/master@{#371626}
-
rkjnsn authored
Update the code handling switching out the various host-list-related views to handle the three views (loading, no hosts, and host chooser) directly instead of setting the no-hosts view as the chooser's empty view. The two-state empty view functionality doesn't appear to be designed to be used along side a third modal loading state. This fixes an issue where both the loading spinner and the "There's nothing to connect to" message could appear simultaneously under certain conditions. BUG=566177 Review URL: https://codereview.chromium.org/1608093002 Cr-Commit-Position: refs/heads/master@{#371625}
-
mfomitchev authored
BUG=NONE Review URL: https://codereview.chromium.org/1560503002 Cr-Commit-Position: refs/heads/master@{#371624}
-
hartmanng authored
BUG=580262,562189 Committed: https://crrev.com/5db5d9e5815c64ba4bc93fda27115c542df35316 Cr-Commit-Position: refs/heads/master@{#371573} Review URL: https://codereview.chromium.org/1618973002 Cr-Commit-Position: refs/heads/master@{#371623}
-
shess authored
In SQLite 3.10.2, the Unix VFS no longer defines unixCurrentTime(), instead relying on unixCurrentTimeInt64(). The websql vfs wrapper wraps at the v1 level, so expected to see xCurrentTime(). Backports http://www.sqlite.org/src/info/c11c85fdb6514cae "Reenable the xCurrentTime and xGetLastError methods on the unix VFSes as long as SQLITE_OMIT_DEPRECATED is not defined." BUG=580948 TBR=michaeln@chromium.org Review URL: https://codereview.chromium.org/1638943002 Cr-Commit-Position: refs/heads/master@{#371622}
-
pfeldman authored
NOTRY=true Review URL: https://codereview.chromium.org/1635173002 Cr-Commit-Position: refs/heads/master@{#371621}
-
dtseng authored
1. AutomationUtil.findNodeUntil isn't entirely clear due to the use of a callback that wants to keep track of the previous node being visited. This has since become wrong because of the changes made to AutomationTreeWalker. Instead, let's just call AutomationUtil.findNextNode which should gibve us the proper linearization. Take pairs in order and apply the predicate. 2. wrapping by line didn't quite work as expected because of the asymmetric nature of the linearization. We need to get to the end when wrapping from the beginning to the end and start applying our predicate. Note that this is subject to some weird corner cases depending on how we write the predicates (e.g. ones that check for children). 3. Ensure we consider invisible nodes to be leaves. They should also be ignored when encountered (this is already done). TEST=navigate around using ChromeVox Next on the shelf. Observe desirable behaviors. Review URL: https://codereview.chromium.org/1622803002 Cr-Commit-Position: refs/heads/master@{#371620}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/ed0bf1b43e19..727b7d27afd0 $ git log ed0bf1b43..727b7d27a --date=short --no-merges --format='%ad %ae %s' 2016-01-26 robertphillips Add gpu backend for SkPixelXorXfermode GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1631873002 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1631403002 Cr-Commit-Position: refs/heads/master@{#371619}
-
yzshen authored
ScopedConstants.TEN_TOO has been removed from mojom. BUG=None Review URL: https://codereview.chromium.org/1635783003 Cr-Commit-Position: refs/heads/master@{#371618}
-
vabr authored
SetLocaleString took a string by value and used std::move on it. After a discussion on chromium-dev [1], pasing a const ref was recognised as the preferred style in Chromium, so this CL changes it. [1] https://groups.google.com/a/chromium.org/forum/#!searchin/chromium-dev/string$20const$20ref/chromium-dev/ZoAfW7GXUVI/fCYjkg2JBAAJ BUG=571610 R=isherman@chromium.org Review URL: https://codereview.chromium.org/1635813003 Cr-Commit-Position: refs/heads/master@{#371617}
-
twellington authored
Make changes necessary to handle the screen size change when a tab enters and exits fullscreen, and enable Contextual Search for non-video fullscreen. BUG=515151 Review URL: https://codereview.chromium.org/1589023003 Cr-Commit-Position: refs/heads/master@{#371616}
-
boliu authored
This ensures that software draws with different draw properties do not affect tiling decisions. This avoids an invalidate-redraw loop if every invalidate leads to resourceless draw(s) with different draw properties that cause more tiling updates and invalidates. BUG=577433 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1591513002 Cr-Commit-Position: refs/heads/master@{#371615}
-
vmpstr authored
This reduces a "typical" frame from 52 slices to 36 slices. R=enne, danakj BUG=580082 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1632923002 Cr-Commit-Position: refs/heads/master@{#371614}
-
sadrul authored
BUG=none Review URL: https://codereview.chromium.org/1634263002 Cr-Commit-Position: refs/heads/master@{#371613}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/24e766d2..45f7b52d 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1635193002 Cr-Commit-Position: refs/heads/master@{#371612}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/7442b11368c9..713f7a351c2c $ git log 7442b1136..713f7a351 --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1634243002 Cr-Commit-Position: refs/heads/master@{#371611}
-
dbeam authored
Duplicating these resources were adding too much size to Chrome compared to the performance benefit they add. In my cursory perf testing I saw no tangible difference, but I still need to test on memory constrained systems. Shrinks crisper.js by 44.4% and gzipped copy by 43%. R=michaelpg@chromium.org BUG=541455 Review URL: https://codereview.chromium.org/1639513002 Cr-Commit-Position: refs/heads/master@{#371610}
-
tdanderson authored
Change the default value of the --top-chrome-md flag to map to 'material' on Chrome OS, and remain as 'non-material' on all other platforms. On Chrome OS this will impact the assets, layout, theming, and visual feedback of mouse/touch interactions across the browser's UI surfaces, namely: * Tabstrip * Toolbar * Bookmarks bar * Omnibox dropdown * Incognito mode * Bubbles * Infobars This CL does NOT make any changes to UI on other platforms or non-browser UI on Chrome OS (shelf, tray, etc). Furthermore, this CL should not introduce any regressions in functionality. Please use the label Proj-MaterialDesign-NativeUI when filing bugs in crbug. BUG=581143,575270 TEST=MaterialDesignControllerTest.* Review URL: https://codereview.chromium.org/1633733004 Cr-Commit-Position: refs/heads/master@{#371609}
-
alokp authored
BUG=577403 Review URL: https://codereview.chromium.org/1632323002 Cr-Commit-Position: refs/heads/master@{#371608}
-
sergeyu authored
Previously some code specific to multi-process architecture was compiled on Linux and Mac, but it doesn't make sense there. Review URL: https://codereview.chromium.org/1637983002 Cr-Commit-Position: refs/heads/master@{#371607}
-
caryclark authored
An upcoming CL in Skia uses SIMD instructions to compute the coefficients for cubic and quadratic polynomials. This introduces some minor differences. Add a legacy flag to permit cubic eval() to work as it did in the past until the appropriate layout tests can be rebaselined. R=fmalita@chromium.org Review URL: https://codereview.chromium.org/1632313002 Cr-Commit-Position: refs/heads/master@{#371606}
-
rouslan authored
The browser process sends the system spellchecker language to the renderer to initialize its text breaker. The text breaker is used when providing suggestions in the context menu. If the text breaker is not initialized, the menu has no suggestions. The browser saves the system spellchecker language into the unsynced preference prefs::kSpellCheckDictionaries. This preference is also used by the spelling service client. If the preference is empty, then the client is disabled. BUG=577835 Review URL: https://codereview.chromium.org/1602303002 Cr-Commit-Position: refs/heads/master@{#371605}
-
pkotwicz authored
We set enable_remoting=true in the command line on the official builders. Set enable_remoting=true as the default on Chromium as well. BUG=544298 Review URL: https://codereview.chromium.org/1619913002 Cr-Commit-Position: refs/heads/master@{#371604}
-
mattm authored
Name constraints with excluded names but no permitted names should allow names not matching the excluded names. BUG=410574 Review URL: https://codereview.chromium.org/1546653004 Cr-Commit-Position: refs/heads/master@{#371603}
-
lambroslambrou authored
This makes the settings into proper GN args that can be overridden. Also added "remoting" to their names since they are remoting-specific. Also fixed the Cardboard-enabled build (code was expecting '1'/'0' but GN was supplying 'true'/'false'). Review URL: https://codereview.chromium.org/1637093002 Cr-Commit-Position: refs/heads/master@{#371602}
-
boliu authored
BUG=581380 Review URL: https://codereview.chromium.org/1635143002 Cr-Commit-Position: refs/heads/master@{#371601}
-
tfarina authored
This moves this free function inside an unnamed namespace (making its symbol t instead of T, and thus hidding it from global) and while at it removes its unused |err| parameter. BUG=None TEST=ipc_tests R=cpu@chromium.org Review URL: https://codereview.chromium.org/1632133003 Cr-Commit-Position: refs/heads/master@{#371600}
-
mfomitchev authored
Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest on linux_chromium_asan_rel_ng TBR=jsbell BUG=581448 Review URL: https://codereview.chromium.org/1634253002 Cr-Commit-Position: refs/heads/master@{#371599}
-
sky authored
BUG=579645 TEST=none Review URL: https://codereview.chromium.org/1635603002 Cr-Commit-Position: refs/heads/master@{#371598}
-
dgozman authored
This saves a little time on startup. BUG=540864 Review URL: https://codereview.chromium.org/1617493002 Cr-Commit-Position: refs/heads/master@{#371597}
-
ortuno authored
Review URL: https://codereview.chromium.org/1638973002 Cr-Commit-Position: refs/heads/master@{#371596}
-
erickung authored
Sets video profile based on profile idc in SPS header rather than setting VIDEO_CODEC_PROFILE_UNKNOWN always. BUG= internal b/26217237 Review URL: https://codereview.chromium.org/1633573003 Cr-Commit-Position: refs/heads/master@{#371595}
-
erg authored
BUG=557405 Review URL: https://codereview.chromium.org/1634743004 Cr-Commit-Position: refs/heads/master@{#371594}
-
xidachen authored
In a previous CL, it was pointed out that the number "4" should be replaced by info.bytesPerPixel() in two places. In that CL, it was corrected in one place, but the other one was accidently left over. This CL corrects the left-over one. Review URL: https://codereview.chromium.org/1631353002 Cr-Commit-Position: refs/heads/master@{#371593}
-