- 11 Jan, 2014 26 commits
-
-
ncbray@chromium.org authored
fgets was refactored to read because fdopen was returning null in glibc. These tests were disabled for glibc without explanation, so working around this bug loses no coverage. BUG=154400 Review URL: https://codereview.chromium.org/133033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244313 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This replaces uses of blink's WebGraphicsContext3D.h typedefs for GL numeric types with the types from the khronos headers. BUG=181120 Review URL: https://codereview.chromium.org/133023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244312 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/132983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244311 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
BUG=318450 Review URL: https://codereview.chromium.org/103283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244310 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
Some of these tests need to be fixed and others should probably stay disabled. BUG=331940 TEST=manual Review URL: https://codereview.chromium.org/132923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244307 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Allows OSX to handle remapping channels according to a user's preferences instead of forcing us to handle it. BUG=266674 TEST=Multichannel users report proper output. NOTRY=true Review URL: https://codereview.chromium.org/132873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244306 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=316496 Review URL: https://codereview.chromium.org/132583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244305 0039d316-1c4b-4281-b951-d872f2087c98
-
oetuaho@nvidia.com authored
Some of the ifndef's were missing GL_. BUG=none TEST=none Review URL: https://codereview.chromium.org/107543005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244304 0039d316-1c4b-4281-b951-d872f2087c98
-
mvujovic@adobe.com authored
Review URL: https://codereview.chromium.org/132473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244303 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=143619 R=erg@chromium.org Review URL: https://codereview.chromium.org/132183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244302 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=170921 TEST=everything still works Review URL: https://codereview.chromium.org/129743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244301 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=170921 TEST=everything still works Review URL: https://codereview.chromium.org/126613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244300 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Ensure that trackpad and trackpoint scrolling works on Windows desktop Aura with legacy trackpad drivers. Legacy trackpad drivers like the older synaptics drivers have bugs where in they don't generate the WM_MOUSEWHEEL messages for applications unless there is an entry for the application with the class name of the window in their config file. If an entry does not exist here, these drivers expect the window to have the WS_VSCROLL/WS_HSCROLL style to generate the legacy WM_VSCROLL/WM_HSCROLL messages. This patch adds these styles to top level windows for Windows Aura. To ensure that Windows does not draw these scrollbars, we hide them when the window size changes and readd them in a posted task which works correctly in our testing. Changes in this patch are as below:- 1. Add handlers to the HWNDMessageHandler class for the WM_VSCROLL/WM_HSCROLL messages. 2. Forward the scroll events to the HWNDMessageHandlerDelegate which then forwards it off to its delegate. 3. Miscellaneous fixes in the events code to allow the WM_VSCROLL/WM_HSCROLL messages to go through. BUG=320849 R=cpu@chromium.org, sky@chromium.org, cpu, sky Review URL: https://codereview.chromium.org/133053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244295 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
> Password manager: Gnome support for Public Suffix List matching > > This CL: > > * Enables Public Suffix List (PSL) general utilities on Linux. > * Enables PSL flag for Linux. > * Adds Gnome Keyring support for searching and filtering multiple origins, including UMA metrics and a unit test. > > BUG=324291 > > Review URL: https://codereview.chromium.org/123223003 TBR=vabr@chromium.org Review URL: https://codereview.chromium.org/134923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244292 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
A subtle race condition was occurring between the destruction of the AudioBus and a while-loop's final dereferencing of the audio_bus pointer before breaking. BUG=332623 Review URL: https://codereview.chromium.org/132783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244288 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
drawPosTextOnPath() was deprecated on skia and is going to be deleted after no one is using it on Chrome. BUG=skia:1834 TEST=None, no functional changes R=thakis@chromium.org Review URL: https://codereview.chromium.org/132593005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244287 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
This CL: * Enables Public Suffix List (PSL) general utilities on Linux. * Enables PSL flag for Linux. * Adds Gnome Keyring support for searching and filtering multiple origins, including UMA metrics and a unit test. BUG=324291 Review URL: https://codereview.chromium.org/123223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244286 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Chrome no longer carries the patch to NSS to enable this support; remove the traces that exist in Chrome to support it. BUG=none R=wtc TBR=brettw Review URL: https://codereview.chromium.org/122573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244285 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Actually, just move mojo::system::CoreImpl::Init() to mojo::embedder::Init(), in its own header file. R=darin@chromium.org Review URL: https://codereview.chromium.org/135073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244284 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
It's only used inside an UNSHIPPED_TRACE_EVENT1(), which causes: ../../base/message_loop/message_pump_gtk.cc:17:13: error: unused function 'EventToTypeString' [-Werror,-Wunused-function] Review URL: https://codereview.chromium.org/131323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244283 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
As focusable() may effect the preferred size it is important that it returns the last value passed to SetFocusable() rather than if the view is focusable right now. Otherwise focusable() could change value based on enabled or visible state, resulting in the preferred size bouncing around. I'm also making focusable() protected as it's really only subclasses that should care about it. Especially since we also have IsFocusable(). BUG=330696 TEST=covered by test R=ben@chromium.org Review URL: https://codereview.chromium.org/129863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244282 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
BUG= 304023 Review URL: https://codereview.chromium.org/129833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244281 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
These are the new "build-only" builders for that NaCl SDK which should be fast and reliable and catch basic build breaks. BUG=302579 Review URL: https://codereview.chromium.org/26747002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244280 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Allow the Chrome-internal bookmarks manager extensions to specify the chrome_settings_overrides manifest key in all channels, so that they can use the bookmarks_ui subkey. Specifying subkey channels in manifest_features.json would be better, but this is not fully supported yet. BUG=333362 R=kalman@chromium.org Review URL: https://codereview.chromium.org/134843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244279 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Causing webkit_unit_tests to fail. > base: Fix registering of memory pressure listeners used when emulating discardable memory. > > Memory pressure listeners need to be created on a thread with a message > loop current. Discardable memory is often used on worker threads that > don't have a message loop and with the current system where listeners > are registered on first use, the result is that we're most likely never > notified of memory pressure. > > This adds a function to the discardable memory interface that allows us > to register memory pressure listeners on a thread, and at a time, when > we know a message loop is current. > > BUG=332570 > TBR=jamesr@chromium.org > > Review URL: https://codereview.chromium.org/129963002 TBR=reveman@chromium.org Review URL: https://codereview.chromium.org/135113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244278 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
A recent version of Clang warned about this: ../../ash/system/user/tray_user.cc:1055:20: error: field 'listener_' is uninitialized when used here [-Werror,-Wuninitialized] : CustomButton(listener_), ^ BUG=323668 R=jennyz@chromium.org Review URL: https://codereview.chromium.org/133743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244277 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jan, 2014 14 commits
-
-
robliao@chromium.org authored
R=vadimt@chromium.org Review URL: https://codereview.chromium.org/134513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244275 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
> IndexedDBFactory now ForceCloses databases. > > Also, IndexedDBContextImpl used to maintain a map of open > connections. This change also deletes this map, and instead > relies on one which already exists in IndexedDBFactory. > > BUG=259564 > > Review URL: https://codereview.chromium.org/93873017 TBR=cmumford@chromium.org Review URL: https://codereview.chromium.org/134503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244273 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244272 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@google.com authored
Roll passed all of the trybots (see https://codereview.chromium.org/134273002). Dcommitting due to CQ slowness. BUG=none TBR=tdanderson@chromium.org Review URL: https://codereview.chromium.org/134423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244271 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Modifying attributes on webview prior to attaching the internal_ to <webview> would throw a javascript error. This CL addresses this. BUG=333302 Review URL: https://codereview.chromium.org/134393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244270 0039d316-1c4b-4281-b951-d872f2087c98
-
ellyjones@chromium.org authored
Adding this parameter lets the same object act as an observer for multiple RenderFrames. BUG=329618 TEST=unit,trybot Review URL: https://codereview.chromium.org/134183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244269 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/133383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244268 0039d316-1c4b-4281-b951-d872f2087c98
-
matthewturk@gmail.com authored
This implements both fchdir and adds an absolute path to the Descriptor_t struct. Typically on Linux systems this information can be obtained by querying the /proc file system, but in absence of that, we can track it ourselves. For pipes and sockets, the path is the empty string. By enabling this behavior, fchdir can also be implemented. This also returns expected errno values from fchdir. This opens up the ability to do relative path operations like openat. While these currently can be executed in user code in a race condition prone way, they could be moved into the KernelProxy, where the absolute paths can be both accessed and resolved with AcquireHandleAndPath. R=binji@chromium.org, sbc@chromium.org BUG= Review URL: https://codereview.chromium.org/99203014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244267 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
> [Android] Enable lint warnings by default. > > Lint has been running on FYI bots for a while, > time to enable them by default on bots and for developers. > > BUG=None > R=yfriedman@chromium.org > > Review URL: https://codereview.chromium.org/127383002 TBR=frankf@chromium.org Review URL: https://codereview.chromium.org/134923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244266 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=304341 R=jam@chromium.org Review URL: https://codereview.chromium.org/129813006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244265 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@google.com authored
TBR=torne@chromium.org Review URL: https://codereview.chromium.org/134483004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244264 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
deterministic. An uninitialized member variable was at fault. R=thakis@chromium.org Review URL: https://codereview.chromium.org/131933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244260 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=284553 TEST=none due to that this is a tool R=fgorski@chromium.org, zea@chromium.org Review URL: https://codereview.chromium.org/132193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244259 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
Lint has been running on FYI bots for a while, time to enable them by default on bots and for developers. BUG=None R=yfriedman@chromium.org Review URL: https://codereview.chromium.org/127383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244256 0039d316-1c4b-4281-b951-d872f2087c98
-