- 25 Apr, 2014 25 commits
-
-
jdduke@chromium.org authored
Add optional ET_GESTURE_MULTIFINGER_SWIPE detection to the unified GestureDetector implemenation. This is currently used only on Aura. BUG=354397 Review URL: https://codereview.chromium.org/243403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266087 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Add an entry in about flags to facilitate turning on the Suggestions service. BUG=366263 Review URL: https://codereview.chromium.org/250033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266086 0039d316-1c4b-4281-b951-d872f2087c98
-
wjywbs@gmail.com authored
R=kalman@chromium.org,mek@chromium.org BUG=351958,361116 Review URL: https://codereview.chromium.org/227413008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266085 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL fixes an issue with the app list folder name view where the textfield bounds was a pixel too small due to the caret width. BUG=359415 Review URL: https://codereview.chromium.org/255583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266084 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266083 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Include the following CLs: Implement AES in different modes of operation, using AES-NI and PCLMULQDQ-NI, for WIN32 and WIN64 platforms. Only the WIN32 assembly code is used right now. https://codereview.chromium.org/250463004/ R=agl@chromium.org,rsleevi@chromium.org BUG=none Review URL: https://codereview.chromium.org/259643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266082 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
This change defines and implements and observer for the component update service and refactors the existing code to use it. No new events of features have been added here. More changes will follow to make the observer usable by chrome://components BUG=366388 Review URL: https://codereview.chromium.org/251403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266081 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
It's entirely possible for the channels to be in other states, such as ready. BUG=none TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/252543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266080 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
The refresh crash was getting in the way of debugging and reproducing the node browser issue. This CL fixes both at once. The refresh crash happened because the SyncInternalsMessageHandler will retain its state across a refresh, but the JavaScript code it talks to will not. The message handler will receive a second message from the JavaScript code to inform it that it's time to register with the ProfileSyncService. This CL adds a check to ensure that this double-request will not result in a double-registration. The node browser issue was caused by a mismatch between the C++ and JavaScript APIs. The C++ side passed an array of arguments, but the JavaScript code was expecting the two arguments to be passed separately. BUG=363300,360197 Review URL: https://codereview.chromium.org/248153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266079 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Use Oobe.addUserForTesting instead of chrome.send * Merge multiple invocations of EvaluateJavaScriptInContext * Take a screenshot if we time out on finding _GaiaLoginContext * Increase timeout to find _GaiaLoginContext. * Add a disabled test - test is disabled since it hits live gaia. BUG=361862 TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/252643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266078 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new struct is used to pass parameters to StreamParser::InitCB. This change makes it easier to add new parameters. BUG=338529 R=acolwell@chromium.org Review URL: https://codereview.chromium.org/254473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266077 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
This removes the need to read from the scanout buffer. Doing that is really, really slow. TEST=chrome --ozone-platform=dri on pixel BUG=366205 NOTRY=true Review URL: https://codereview.chromium.org/249413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266076 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
The bug happens because kiosk command switches is in place after profile is loaded. As a result, CCD app is loaded. BUG=366382 Review URL: https://codereview.chromium.org/256633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266075 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It looks like the error that the windows dom_perf tests are hitting could be caused by improperly closing the socket, which this might fix. error: [Errno 10053] An established connection was aborted by the software in your host machine BUG=335624 Review URL: https://codereview.chromium.org/259623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266074 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
BUG=365235 Review URL: https://codereview.chromium.org/257463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266073 0039d316-1c4b-4281-b951-d872f2087c98
-
rmsousa@chromium.org authored
This seems to have broken views_unittest (label_unittest) on ChromiumOS > Automatically call OnNativeThemeChanged when a widget is added to a hierarchy > with a widget. > > Split off from https://codereview.chromium.org/245863002/ > > BUG=347832 (tangentially) > > Review URL: https://codereview.chromium.org/248073005 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/256683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266072 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=366504 Review URL: https://codereview.chromium.org/255513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266070 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
BUG=366750 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266069 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Test must be disabled because the time range values will change and binary files don't land well through CQ :( BUG=366750 TEST=none TBR=acolwell NOTRY=true Review URL: https://codereview.chromium.org/252633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266067 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This CL exists as an effort to actually land https://codereview.chromium.org/225513005/. This applies a small fix to the hid_service_win.cc module. BUG=359560 TBR=rpaquay TBR=jracle@logitech.com Review URL: https://codereview.chromium.org/256673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266066 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
NOTRY=true BUG=NONE Review URL: https://codereview.chromium.org/253343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266060 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=330735 Review URL: https://codereview.chromium.org/246633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266059 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Replace its use with a static_cast. BUG=354405 NOTRY=true Review URL: https://codereview.chromium.org/248843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266058 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
There are no changes in implementation in this CL. This is in preparation for making IPC::Channel support filters on the Channel's thread. BUG=364241 TBR=cpu@chromium.org,nduca@chromium.org cpu: OWNERS for win8 nduca: OWNERS for components/tracing Review URL: https://codereview.chromium.org/245443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266057 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=yzshen@chromium.org BUG=366768 Review URL: https://codereview.chromium.org/256503005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266056 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Apr, 2014 15 commits
-
-
tonyg@chromium.org authored
This will both improve cycle time and reduce log spam. See: http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/20012/steps/telemetry_perf_unittests/logs/stdio BUG= NOTRY=True Review URL: https://codereview.chromium.org/257493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266054 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
The NULL check seems to be accidentally compiled out, so work around that by dereferencing the same datatype through a volatile pointer. BUG=361936 Review URL: https://codereview.chromium.org/255403008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266053 0039d316-1c4b-4281-b951-d872f2087c98
-
rmsousa@chromium.org authored
This broke the chromiumos builds. > Send commands from webcamPrivate API to the webcam via V4L2 ioctls > > BUG=346492 > > Review URL: https://codereview.chromium.org/234843006 TBR=zork@chromium.org Review URL: https://codereview.chromium.org/256583007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266052 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=358728 TEST=Manual NOTRY=True Review URL: https://codereview.chromium.org/246353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266051 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This moves a MACOSX-specific IME workaround outside the trusted plugin as part of the effort to refactor all that code to components/nacl. BUG=239656 Review URL: https://codereview.chromium.org/250063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266050 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Depending on a group is like depending on that group's dependants. This wasn't working for forwarding dependent configs. BUG=366814 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/255603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266049 0039d316-1c4b-4281-b951-d872f2087c98
-
mdempsky@chromium.org authored
BUG=357670 Review URL: https://codereview.chromium.org/241863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266048 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
TODOs: 1. update native theme when user changes setting 2. fix various bugs like tooltip text color, bubble button color 3. decide if we should ever use aura theme for menus and tooltips BUG=347832 Review URL: https://codereview.chromium.org/243633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266047 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This also makes us consistently use GetWebContents() (instead of delegate_->GetWebContents()) and, if it's to be stored in a variable, names the variable |web_contents| (which is what the majority of uses already did). BUG=362645 TEST=none Review URL: https://codereview.chromium.org/254393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266046 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Device id is ref string, not relative path. BUG=366575 Review URL: https://codereview.chromium.org/258623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266043 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
with a widget. Split off from https://codereview.chromium.org/245863002/ BUG=347832 (tangentially) Review URL: https://codereview.chromium.org/248073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266042 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
Reland Remove remaining window states where window is shown with opacity 0. https://codereview.chromium.org/237963019/ BUG=351553 Review URL: https://codereview.chromium.org/258533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266041 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
This is now straightforward using the underlying DataView representation used by the Mojo JS bindings, given its support for these types. Review URL: https://codereview.chromium.org/247013008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266040 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It OOMs on some android devices now and no one has the cycles to debug. BUG=357326 NOTRY=True Review URL: https://codereview.chromium.org/234813010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266039 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266038 0039d316-1c4b-4281-b951-d872f2087c98
-