- 28 Mar, 2014 40 commits
-
-
denniskempin@chromium.org authored
tpcontrol and mousecontrol have been merged into a new script for controlling input devices. This CL updates input_device_settings to use this new script. BUG=chromium:285663 TEST=Has to be tested with chromium-side CLs containing the new script. Then make sure changing mouse and touchpad preferences is working well and that your preferences are correctly applied on bootup. Review URL: https://codereview.chromium.org/212873006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260226 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=357505 TBR=jdduke@chromium.org Review URL: https://codereview.chromium.org/216313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260225 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
This is to avoid users using the window for hiding sensitive contents that they don't want to share. See https://code.google.com/p/webrtc/issues/detail?id=2789#c36 BUG=https://code.google.com/p/webrtc/issues/detail?id=2789 Review URL: https://codereview.chromium.org/215363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260224 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
It solves issues where we were sometimes getting stale data, especially if reading information after a DisplayListener event. BUG=354275 Review URL: https://codereview.chromium.org/212933012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260223 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
I have a plan to add more audio player tests. Before that, make audio player tests separated for readability. This is the 2nd (last) part of the work of crrev.com/214463002. First part is committed as crrev.com/260069. BUG=none TEST=browser_test passes TBR=hirino@chromium.org Review URL: https://codereview.chromium.org/212123008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260222 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=335208 Review URL: https://codereview.chromium.org/216523005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260221 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
For example, chrome://newtab#bookmarks becomes chrome-native://bookmarks. This helps users transition smoothly to the new NTP: any tabs open to the old NTP when the user updates will start showing the new NTP. Also: opening a foreign session tab from other platforms and pressing back until arriving at chrome://newtab will now show the new NTP. BUG=354063 NOTRY=true Review URL: https://codereview.chromium.org/205983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260218 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Because EthernetEAP is never a visible service, we do not observe it. When it is first created, no properties (including Profile) are set, so it does not appear in the 'Favorite' list and as a result never gets updated. This currently only affects debugging. As a workaround, we always treat EthernetEAP networks as a Favorite, eveb if Profile is empty. Original CL: https://codereview.chromium.org/210433002/ This patch removes a failing test for some unused code (removed both). BUG=355117 TBR=pneubeck@chromium.org Review URL: https://codereview.chromium.org/213853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260217 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This error shows up if the server indicates to the client that enrollment got rejected due to the device belonging do a different domain (as indicated by the client-provided state key). BUG=chromium:357207 TEST=Manual, check that the error message shows up on domain mismatch. R=asvitkine@chromium.org, dpolukhin@chromium.org, joaodasilva@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260102 Review URL: https://codereview.chromium.org/214963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260216 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=261628 Review URL: https://codereview.chromium.org/216263004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260215 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
As a first step, I'm introducing stub implementations such that the Ozone path can be exercised. In future CLs I plan on removing ifdefs limiting the use of OutputConfigurator to X11 and add actual functionality to the delegates. BUG=333413 Review URL: https://codereview.chromium.org/214513006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260214 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
> Switched main WebRTC browser tests to use a more realistic video. > After switching to fake device flags instead of software webcams, we > noticed a ton of video-related metrics changed. This is because the > spinning green ball is an unrealistic encode/decode example. This patch > will use the new fake device file flag to play a more realistic video. > BUG=352261, 343504 > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259887 TBR=tommi@chromium.org BUG=352261, 343504 Review URL: https://codereview.chromium.org/216773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260213 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
NOTRY=true BUG=357566 Review URL: https://codereview.chromium.org/216773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260212 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=348616 Review URL: https://codereview.chromium.org/214983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260211 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
A follow up to https://codereview.chromium.org/214543009 where boliu@ noticed that we are using getInstrumentation().getTargetContext() in AwSettingsTest instead of simply getting the context of the container view. This change required some overhaul of testing classes as they didn't have access to the container view. Review URL: https://codereview.chromium.org/216823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260210 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
The browser test is showing Mac ASAN failures. > Handling LevelDB errors encountered after open. > > The previous IndexedDB implementation only checked for (and reported) > corrupted LevelDB's during open. If they are determined to be corrupted > during use then the database was simply closed. The page would be unaware of > this, and would likely reopen the database at a later time (which would work) > only to fail again during a read/write operation. There was no way for the > page to get out of that corrupted state - the user would have to delete all > origin data. > > This change will record the fact that the backing store was corrupted, and > during open this would be read and, if present, result in the same dataLoss > state being reported to the page in the upgradeneeded event. > > Also split IndexedDBBackingStore's REPORT_ERROR macro in two: > REPORT_ERROR_UNTESTED (which calls NOTREACHED) and REPORT_ERROR. REPORT_ERROR > is used for errors which are encountered during tests. This was done so that > runtime errors could still be caught during a debug build run. > > BUG=322707 > R=isherman@chromium.org, jochen@chromium.org, jsbell@chromium.org > > Review URL: https://codereview.chromium.org/197333009 > > Patch from Christopher Mumford <cmumford@chromium.org>. TBR=jsbell@chromium.org Review URL: https://codereview.chromium.org/216433007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260209 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
BUG=357559 TEST=manual R=dzhioev@chromium.org Review URL: https://codereview.chromium.org/216473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260208 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Make a new class, ExtensionGarbageCollector, which performs: - ExtensionService::GarbageCollectExtensions(), - extension_file_util::GarbageCollectExtensions() (the file-thread impl of ExtensionService::GarbageCollectExtensions()), - ExtensionService::GarbageCollectIsolatedStorage() BUG=351891 TBR=rkc@chromium.org (for c/b/chromeos/kiosk_mode - no functional changes, but the TODO has moved from ExtensionService to ExtensionGarbageCollector). Review URL: https://codereview.chromium.org/204983020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260207 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260205 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
This is just intended to reduce some code duplication and allow increased velocity on altering the SkCanvas API Review URL: https://codereview.chromium.org/199043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260204 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=170229:170313&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/216433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260203 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=353127 R=jshin@chromium.org Review URL: https://codereview.chromium.org/214413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260202 0039d316-1c4b-4281-b951-d872f2087c98
-
sigbjorn@opera.com authored
On machines with slow I/O, the localserver might not shut down immediately, wait for it if necessary. BUG= Review URL: https://codereview.chromium.org/145873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260201 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260200 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
R=mallinath@chromium.org Review URL: https://codereview.chromium.org/215133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260199 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=357621 TEST=manually tested R=hirono@chromium.org TBR=arv@chromium.org # TBRing for adding a resource. Review URL: https://codereview.chromium.org/209853011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260198 0039d316-1c4b-4281-b951-d872f2087c98
-
hayato@chromium.org authored
This is a pre-requirement to remove webkitCreateShadowRoot in blink. The patch on the blink side is here: https://codereview.chromium.org/208503004/. BUG=336121 Review URL: https://codereview.chromium.org/214093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260197 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
[Hotword] Make ConfirmDialog subclass from SettingsDialog so that any preferences set in the ConfirmDialog will update. BUG=345811 Review URL: https://codereview.chromium.org/215423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260196 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
Helper extension then notifies chrome and tells the extension to turn on/off. BUG=345811 Review URL: https://codereview.chromium.org/212253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260195 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
No changes in behavior except a DCHECK will fail in BindTexImage instead of returning false when egl_image_ is EGL_NO_IMAGE_KHR. This is more appropritate as only a bug in the implementation of GLImageEGL can cause this to happen. BUG=356871 TBR=sky Review URL: https://codereview.chromium.org/212933009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260194 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
Caused a heap-use-after-free in GLES2DecoderManualInitTest.AsyncPixelTransfers on Linux ASan+LSan Tests (1): http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%2BLSan%20Tests%20%281%29/builds/863 > By keeping track of transfer buffer usage (both sync and async), it is > possible to reuse an existing transfer buffer earlier than it is today. > > For synchronous uploads, this is done by inserting tokens marking a > buffer's last usage. If such a token has passed, the buffer can be > reused. > > For asynchronous uploads, this is done by adding an internal async > upload token to the GLES2Implementation and GLES2CmdDecoderImpl that > enumerates all asynchronous uploads. When an upload is completed, the > token is synchronized with the client which then can free the memory > associated with the async token. > > The fenced allocator and mapped memory manager gets a callback that is > used to allow fenced allocator to make the user, in this case > GLES2Implementation, poll the current async upload token and free any > associated memory. > > BUG=328808 > > Review URL: https://codereview.chromium.org/116863003 TBR=jadahl@opera.com Review URL: https://codereview.chromium.org/216673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260193 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
KioskTest.LaunchAppWithNetworkConfigAccelerator TBR=zelidrag@chromium.org NOTRY=true NOTREECHECKS=true BUG=350056 Review URL: https://codereview.chromium.org/217053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260192 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260191 0039d316-1c4b-4281-b951-d872f2087c98
-
ksakamoto@chromium.org authored
This pulls in the following changes: r111 Implementation of the woff2 format changes proposed by the W3C working group. r112 Remove unused kShortFlagsContinue. TBR=yusukes@chromium.org BUG= Review URL: https://codereview.chromium.org/216203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260190 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
The cursor is invisible unless set explicitly, so set a bitmap from CursorFactoryEvdevDri upon construction. Configuration of the cursor plane must be delayed until we've configured the hardware, so store the bitmap on DriSurfaceFactory and set it in RealizeAcceleratedWidget. TEST=content_shell --ozone-platform=dri BUG=252315 Review URL: https://codereview.chromium.org/208553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260189 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@chromium.org authored
BUG=357024 Review URL: https://codereview.chromium.org/217023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260188 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@google.com authored
The ordering has recently changed and some alternate shelf layout got not corrected. BUG=346678 TEST=visual testing R=flackr@chromium.org Review URL: https://codereview.chromium.org/215693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260187 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
This code bit was missed when re-factoring in: https://codereview.chromium.org/196403008/ TBR=piman@chromium.org Review URL: https://codereview.chromium.org/216553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260186 0039d316-1c4b-4281-b951-d872f2087c98
-
iancottrell@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/212623012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260185 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
This change does not fix the bug, just a preparation for the actual fix. No behavior change is intended. Return cancel closure from DownloadOperation and FileSystem. Change user code (SyncClient and DriveFileStreamReader) to use the returned closure. BUG=344789 TEST=unit_tests Review URL: https://codereview.chromium.org/214363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260184 0039d316-1c4b-4281-b951-d872f2087c98
-