- 30 Jan, 2015 36 commits
-
-
hashimoto authored
BUG=445645 TEST=tools/perf/run_benchmark --browser=cros-chrome --remote=$device robohornet_pro TEST=tools/telemetry/run_tests telemetry.core.platform.power_monitor.cros_power_monitor_unittest Review URL: https://codereview.chromium.org/887613002 Cr-Commit-Position: refs/heads/master@{#313867}
-
changwan authored
Pipe DidStartNavigationToPendingEntry to WebContentsObserver and TabObserver. BUG=442726 Review URL: https://codereview.chromium.org/877163005 Cr-Commit-Position: refs/heads/master@{#313866}
-
spang authored
This is part of a series moving IO on evdev devices to a fast thread, since UI thread is too slow for the cursor. We must access DeviceDataManager from the UI thread only, so send a new list to EventFactoryEvdev when devices are added or removed, and update DeviceDataManager from there. InputControllerEvdev also needs to know if there's a mouse or touchpad attached, so additionally plumb lists for those devices and update this property on InputControllerEvdev. BUG=449710 TEST=boot link_freon & move mouse Review URL: https://codereview.chromium.org/868043003 Cr-Commit-Position: refs/heads/master@{#313865}
-
calamity authored
This CL deletes the old app list start page as it is obsolete. BUG=None Review URL: https://codereview.chromium.org/874563003 Cr-Commit-Position: refs/heads/master@{#313864}
-
fukino authored
Changes are: - Changes layout of list view. - Add thumbnails for each files. - Add checkmarks for selected items. - Selected items' colors are not inverted to blue now. BUG=402344 TEST=run browser_tests Review URL: https://codereview.chromium.org/886753002 Cr-Commit-Position: refs/heads/master@{#313863}
-
afakhry authored
Current the keyboard overlay doesn't highlight the right keys when the right-hand-side modifier keys (ALT, CTRL, SHIFT) are pressed. It also doesn't show that SHIFT is used as a shortcut to disable CAPS LOCK when it's enabled. R=xiyuan@chromium.org BUG=452667,453623 TEST=manual Review URL: https://codereview.chromium.org/889753002 Cr-Commit-Position: refs/heads/master@{#313862}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4f92beb..8949229 TBR=rjwright@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/871143003 Cr-Commit-Position: refs/heads/master@{#313861}
-
spang authored
This is part of a series moving IO on evdev devices to a fast thread, since UI thread is too slow for the cursor. This properties object owns memory accessed by libgestures, and so needs to be be on the same thread as any gestures devices. So move it from EventFactoryEvdev into InputDeviceFactoryEvdev. BUG=449710 TEST=boot link_freon & move mouse Review URL: https://codereview.chromium.org/868213002 Cr-Commit-Position: refs/heads/master@{#313860}
-
sammc authored
mojo::AsyncWaiter was added to mojo/public/cpp/environment in https://github.com/domokit/mojo/commit/2b6c27fbbe9b704a77e977615b945f364bf520ca and was rolled into chromium. However, the chromium environment implementation is on mojo/environment, which is maintained independently of the version in the mojo repo. This CL copies the mojo repo's mojo/environment into the chromium repo so that mojo::AsyncWaiter is usable there. Review URL: https://codereview.chromium.org/883583005 Cr-Commit-Position: refs/heads/master@{#313859}
-
jamesr authored
I'm planning to remove this interface in favor of connecting directly to mojo.Surface in the mojo repo, this updates html_viewer so it will still work after the removal. Review URL: https://codereview.chromium.org/869343004 Cr-Commit-Position: refs/heads/master@{#313858}
-
weitaosu authored
The InstallHost functionality is no longer used now that our Npapi plugin is gone. I am removing it in preparation for the removal of ElevatedDaemonController. BUG=453172 Review URL: https://codereview.chromium.org/873353004 Cr-Commit-Position: refs/heads/master@{#313857}
-
estade authored
BUG=433486 Review URL: https://codereview.chromium.org/866633002 Cr-Commit-Position: refs/heads/master@{#313856}
-
jackhou authored
BUG=384644 Review URL: https://codereview.chromium.org/866893003 Cr-Commit-Position: refs/heads/master@{#313855}
-
zmo authored
The plan is to implement a Chromium internal command glGetUniformBlocksCHROMIUM, like what we did with glGetProgramInfoCHROMIUM. So we could obtain all uniform block related information from a linked program in one command. This is to optimize the below commands: * glGetUniformBlockIndex * glGetActiveUniformBlockiv * glGetActiveUniformBlockName By separating glGetUniformBlocksCHROMIUM from glGetProgramInfoCHROMIUM, command buffer doesn't need to respond differently for glGetProgramInfoCHROMIUM depending on whether it's ES2 or ES3 command. The drawback is we add an extra client/service side round trip for some ES3 programs. If this becomes a critical perf issue, we can easily merge these two commands into one at a future time. BUG=453127 TEST=gpu_unittests R=piman@chromium.org Review URL: https://codereview.chromium.org/887513002 Cr-Commit-Position: refs/heads/master@{#313854}
-
Nico Weber authored
Fun fact: Neither main nor try waterfalls test this configuration yet. Only our poor clang/win fyi bots ran into this. BUG=453657 R=maruel@chromium.org Review URL: https://codereview.chromium.org/888783003 Cr-Commit-Position: refs/heads/master@{#313853}
-
miu authored
There was a lot of hopping around between two classes, each class having code that executes on two threads. This change makes ExternalVideoEncoder live entirely on the cast MAIN thread, and the VEA client live entirely on the VEA's own thread. This greatly simplified the code and improved readability (especially the create/init sequence). Also added a new FakeVideoEncodeAcceleratorFactory class to provide common functionality for multiple unit test modules. In a soon-upcoming change, the video_sender_unittest.cc code will start using it. BUG=325998, 451277 Review URL: https://codereview.chromium.org/868803007 Cr-Commit-Position: refs/heads/master@{#313852}
-
afakhry authored
Fixed by creating the OfflineResourceThrottle in ChromeOS only if the "enable-offline-load-stale-cache" flag is not enabled. This allows us to go back to the default behavior if this flag is turned off. BUG=433388 TEST=manually R=oshima@chromium.org,rdsmith@chromium.org Review URL: https://codereview.chromium.org/856643002 Cr-Commit-Position: refs/heads/master@{#313851}
-
vitalybuka authored
Conflict was fixed in https://codereview.chromium.org/889663003/ Review URL: https://codereview.chromium.org/893463002 Cr-Commit-Position: refs/heads/master@{#313850}
-
shess authored
Rewrite the patch system to leverage git. The patches are generated by git-format-patch in a sub-directory. A developer can regenerate a version-control history using git-am, then use regular git tools to work with the changelists. Hopefully this will make it easier to keep track of patches going forward, and also make it easier to merge Chromium changes with upstream changes when importing new SQLite versions. This CL should not materially modify Chromium's SQLite. sqlite3.c has these changes: - An ancient change to func.c has been dropped for lack of current support. - Code for initializing the recover virtual table was added for testing. Chromium does not set DEFAULT_ENABLE_RECOVER to enable this, instead sql/recovery.cc enables it as needed. - Some comment changes which hadn't propagated from recover.c. Otherwise, minor cleanup changes. SQLite's tests compile and run under Ububntu 14.04.01 and OSX 10.9 with Xcode 5.0, with most tests passing. See README.Chromium for more information. BUG=340757 Review URL: https://codereview.chromium.org/885473002 Cr-Commit-Position: refs/heads/master@{#313849}
-
noms authored
It now reads "<name> switch person button" instead of "<name> button" if you have multiple profiles, and "switch person button" instead of absolute silence if you only have a single, local profile. BUG=450419 Review URL: https://codereview.chromium.org/890693003 Cr-Commit-Position: refs/heads/master@{#313848}
-
achaulk authored
Revert of Revert "compositor: Fix texture flipping for SW mirroring with surfaceless" (patchset #1 id:20001 of https://codereview.chromium.org/865673003/) Reason for revert: This isn't the cause of the crash Original issue's description: > This reverts two CLs > "compositor: Fix texture flipping for SW mirroring with surfaceless" > and > "Exclude reflector_impl_unittest.cc from GN non-Aura, non-Mac builds." > > Reason for revert: > The original patch breaks software mirroring mode on at least veyron_jerry, > and quite possibly all non-freon systems. > > >Original issue's descriptions: > > Exclude reflector_impl_unittest.cc from GN non-Aura, non-Mac builds. > > This fixes the GN build on Android after https://codereview.chromium.org/846063002. > > > > (The GYP build didn't break because content/browser/compositor/ is completely excluded there; see https://code.google.com/p/chromium/codesearch#chromium/src/content/content_tests.gypi&sq=package:chromium&&type=cs&l=1099) > > > > TBR=bauerb@chromium.org > > > > Review URL: https://codereview.chromium.org/879543002 > > > > Cr-Commit-Position: refs/heads/master@{#313074} > > > compositor: Fix texture flipping for SW mirroring with surfaceless > > > > Ozone-surfaceless renders the scene flipped, so the texture contents are > > inverted from what they should be. This fixes the mirroring logic to > > un-flip the texture when needed, and also to send the right sub-buffer > > update rect. > > > > BUG=434115 > > > > Committed: https://crrev.com/c6a481fe79e0c4851a576495105edf2600bfe5be > > Cr-Commit-Position: refs/heads/master@{#312979} > > TBR=danakj@chromium.org,achaulk@chromium.org,bauerb@chromium.org > BUG=434115,451804 > > Committed: https://crrev.com/6302d690c0b3aa762b92300564d9313876c6a2bf > Cr-Commit-Position: refs/heads/master@{#313610} TBR=danakj@chromium.org,bauerb@chromium.org,oshima@chromium.org BUG=434115,451804 Review URL: https://codereview.chromium.org/888653002 Cr-Commit-Position: refs/heads/master@{#313847}
-
boliu authored
Use TexSubImage2D instead of TexImage2D to avoid orphaning EGLImage Create the renderer compositor context on the gpu thread. BUG=448168, 259924 Review URL: https://codereview.chromium.org/769703005 Cr-Commit-Position: refs/heads/master@{#313846}
-
xdai authored
Enable Roboto by default for testing purpose. The testing team wants to enable 'Roboto' by default and have real users to help report bugs too. In this CL 'Roboto' is enabled by default and can be disabled by going to chrome://flags and turn 'disable-roboto-font-ui' to on. Also modify the OobeWebUITest to make the tests run in full screen, otherwise the tests will fail due to the incorrect layout of supervised user creation UI (based on xiyuan@'s advice). Also modify the TextDoesntClip (based on asvitkine@'s advice). BUG=448948 Review URL: https://codereview.chromium.org/867403005 Cr-Commit-Position: refs/heads/master@{#313845}
-
ccameron authored
BUG=451559 Review URL: https://codereview.chromium.org/886633006 Cr-Commit-Position: refs/heads/master@{#313844}
-
dbeam authored
... there's no advanced settings. R=mlerman@chromium.org BUG=452804 Review URL: https://codereview.chromium.org/886843002 Cr-Commit-Position: refs/heads/master@{#313843}
-
weiliangc authored
Simply stop using threaded browser compositor for CrOS. Clean up would be in follow up patch. R=danakj@chromium.org, piman@chromium.org BUG=329552 Review URL: https://codereview.chromium.org/781163003 Cr-Commit-Position: refs/heads/master@{#313842}
-
alexandrec authored
BUG=110020 Review URL: https://codereview.chromium.org/861673002 Cr-Commit-Position: refs/heads/master@{#313841}
-
morrita authored
This adds an option to enable ChannelMojo on ipc_fuzzer. R=inferno@chormium.org, mbarbella@chromium.org BUG=453571 Review URL: https://codereview.chromium.org/885143002 Cr-Commit-Position: refs/heads/master@{#313840}
-
sammc authored
Currently, ContentSettingsHandler::UpdateZoomLevelsExceptionsView(), skips setting the origin for scheme and host zoom changes, but still adds an entry to be displayed in the content settings page. This causes an entry to be displayed with an origin of undefined. This CL changes UpdateZoomLevelsExceptionsView() to skip adding an entry altogether. BUG=453234 Review URL: https://codereview.chromium.org/883353003 Cr-Commit-Position: refs/heads/master@{#313839}
-
fgorski authored
corrupted/missing in GCM store BUG=453018 R=zea@chromium.org,miu@chromium.org Review URL: https://codereview.chromium.org/884783003 Cr-Commit-Position: refs/heads/master@{#313838}
-
jamuraa authored
Profiles in bluez are not specific to a device. When client code tries to connect to two different devices, only one profile is created, managed by BluetoothAdapterChromeOS. dbus messages are multiplexed based on the device desired using new class BluetoothAdapterProfileChromeOS. BUG=chromium:421207 Review URL: https://codereview.chromium.org/851123002 Cr-Commit-Position: refs/heads/master@{#313837}
-
mgiuca authored
BUG=448644 Review URL: https://codereview.chromium.org/853643002 Cr-Commit-Position: refs/heads/master@{#313836}
-
pstew authored
This should just make the docs available for convenient referece by devs using the API. It need not be listed in any index. BUG=none R=kalman@chromium.org Review URL: https://codereview.chromium.org/893443002 Cr-Commit-Position: refs/heads/master@{#313835}
-
ppi authored
This patch copies apptest_runner from Mojo, stripping it down to parts that are needed to run network service apptests on Linux. This allows us to run them in a Chromium checkout. BUG=450356 Review URL: https://codereview.chromium.org/874273002 Cr-Commit-Position: refs/heads/master@{#313834}
-
newt authored
The permission spinner in the website settings popup had a black background on certain devices. The bug was that the background was a defined using a <shape> element that didn't have a <solid> element inside of it (and certain devices default to a black fill color if <solid> isn't specified). Rather than fixing the immediate problem, this rewrites the code a bit: The line under the Spinner is now a View with 1dp height rather than the background of the Spinner's TextView. As a side-benefit, the underline now extends all the way to the right edge of the spinner. BUG=449643 Review URL: https://codereview.chromium.org/870143003 Cr-Commit-Position: refs/heads/master@{#313833}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/19d8f9f..527b287 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/883403003 Cr-Commit-Position: refs/heads/master@{#313832}
-
- 29 Jan, 2015 4 commits
-
-
daniimms authored
This target provides Chromium embedders with an elegant way to include additional targets for all platforms. BUG=453606 Review URL: https://codereview.chromium.org/882253007 Cr-Commit-Position: refs/heads/master@{#313831}
-
rsesek authored
This also removes its handler and associated code. The use of this infobar has been superseded by an Omnibox decoration and bubble. BUG=none Review URL: https://codereview.chromium.org/826553003 Cr-Commit-Position: refs/heads/master@{#313830}
-
jamescook authored
It fails on the official builders. BUG=446221 TEST=none TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/885973002 Cr-Commit-Position: refs/heads/master@{#313829}
-
bbudge authored
Function is incorrectly copying a std::wstring into a buffer. BUG=452886 Review URL: https://codereview.chromium.org/883003005 Cr-Commit-Position: refs/heads/master@{#313828}
-