- 29 Apr, 2014 40 commits
-
-
dewittj@chromium.org authored
This is to support longer text in simple notifications. BUG=361890 Review URL: https://codereview.chromium.org/256883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266767 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/250803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266766 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/257823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266765 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Enforce that certain key input events (see list below) are on screen. This helps detecting bugs where we're accidentally starting a gesture that's off screen and therefore doesn't have an effect. BUG=363125 Review URL: https://codereview.chromium.org/256593013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266762 0039d316-1c4b-4281-b951-d872f2087c98
-
luken@chromium.org authored
Modifies the pepper flash component installer to also look in a path under the Windows system directory for a debugger version of the flash DLL. This DLL is not registered as a chrome component. It is configured to load after the non-debugger flash DLL. BUG=345886 Review URL: https://codereview.chromium.org/203993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266761 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
This CL adds: - proto file for RegistrationData and ResourceRecords - reading/writing/deleting operations for RegistrationData - unittests for these operations BUG=364099 TEST=content_unittests --gtest_filter=ServiceWorkerDatabaseTest.* Review URL: https://codereview.chromium.org/248803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266760 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=363564 TEST=as in bug Review URL: https://codereview.chromium.org/239393009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266759 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
This test started failing constantly in http://build.chromium.org/p/chromium.mac/builders/Mac%2010.7%20Tests%20%28dbg%29%281%29/builds/23020 But there is no obvious CL that caused the problem. The root cause seems to be related to 367665, so this test is now disabled on Mac until the root cause is found. BUG=367665 TBR=nick@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/252893007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266758 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://codereview.chromium.org/222023010/) Reason for revert: [Sheriff] Speculative revert for breaking win7 dbg: http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%284%29/builds/26034 Will reland if it didn't help. Original issue's description: > cc: SwapAck throttle Swap without throttling MainFrames > > This should improve main thread throughput in cases > where we are deferring the BeginMainFrame, but don't > really need to because the swap ack will come back > before the impl thread needs to draw anyway. > > BUG=311213 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266685 NOTREECHECKS=true NOTRY=true BUG=311213 TBR=Sami, danakj, brianderson Review URL: https://codereview.chromium.org/255033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266757 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266747 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
The tab dragging code uses the GetCursorPos API to determine the tab strip to be used to drag the tab into. This API returns values in pixel. We need to convert to DIP and vice versa wherever needed. Changes as below:- 1. window_finder_win.cc :- The cursor position after my changes now comes in as DIP. We need to convert to pixel as this class uses PtInRect and other APIs which need values in pixel. 2. screen_win.cc :- The GetCursorScreenPoint now returns values in DIP which is what is expected. These values are passed to views and other places which expect values in DIP. 3. apps_grid_view.cc :- Converted cursor position to DIP before passing it to the views code. Looked at other usages of this API. They seem to be in order. Thought about adding helpers for this for Windows. Decided against it as it is very hard to enforce given that it is a popular API. BUG=364969 R=sky@chromium.org, sky Review URL: https://codereview.chromium.org/256923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266744 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Mac currently links events_stub.cc. This change adds an events_mac.mm allowing basic ui::Event fields to be populated for keyboard and mouse. To implement CopyNativeEvent on Mac, some objective C code needs to be called. Part of this change moves CopyNativeEvent from an anonymous namespace to platform-specific events_foo.cc/mm, and adds a corresponding ReleaseCopiedNativeEvent. BUG=366021 TEST=events_unittests Review URL: https://codereview.chromium.org/251493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266743 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
ui_unittests needs the ICU data file. Review URL: https://codereview.chromium.org/259123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266742 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=354143 Review URL: https://codereview.chromium.org/258073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266741 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This will allow the test suite to be added to buildbot before any real code lands, so it can be properly tested. BUG=367863 Review URL: https://codereview.chromium.org/252073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266740 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266739 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=368051 TEST=none R=robliao@chromium.org TBR=robliao Review URL: https://codereview.chromium.org/255063005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266738 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
This reverts commit 5d76e140. Original review: https://codereview.chromium.org/106973003 BUG=362442,278540 TBR=dmazzoni TEST=Manually verify ChromeVox starts on guest mode. NOTRY=true Review URL: https://codereview.chromium.org/258063008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266737 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
This caused breakage because many places create a LabelButton then call SetBorder. By calling SetBorder whenever the NativeTheme changes, the custom border is overridden. BUG=367614,367625,367607 Review URL: https://codereview.chromium.org/256103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266736 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We create a new NaClSandbox class, with InitializeLayerOneSandbox() and InitializeLayerTwoSandbox() methods. This class centralizes existing code and adds important security checks as to whether or not threads are running or directory file descriptors are open. BUG=359230, 358719 R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/250773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266735 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=367788 Review URL: https://codereview.chromium.org/254743005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266734 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
Also simplify the encoding/decoding code in the bindings generator. Review URL: https://codereview.chromium.org/250253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266733 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Allow notifications of unhandled taps via the GestureStateListener. This change makes GestureTap events blocking, but there are several use-cases for which this will be necessary, e.g., WebView and contextual search. This was landed in r26143 and reverted in r261470 due to to a failure in TouchEditableImplAuraTest.TouchCursorInTextfieldTest. The test has been fixed and reviewed previously in crrev.com/218633008. BUG=355154 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/256213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266732 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This is added behind --apps-keep-chrome-alive. When Chrome is quit, a notification is shown to let the user know that Chrome will continue running. The browser session should be shut down like on Windows, but that is not yet implemented. Similarly, quitting all the apps should quit Chrome. These will be added in followup CLs. BUG=333429 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265889 Review URL: https://codereview.chromium.org/220373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266731 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
It is assumed that even though the buildbots have 32-bit userland, they also have a 64-bit kernel and a 64-bit libc installed. BUG=366523 Review URL: https://codereview.chromium.org/255023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266729 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/252683006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266728 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/232483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266727 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The GPU broker policy was allocated in the main GPU process and then used in the broker process. We switch the logic so that the broker policy is only ever allocated in the broker process itself. Besides fixing a small memory leak (in the GPU process), this makes sure that a policy is only ever used in the process that allocated it. This will allow to bind policies with properties such as "which processes does this policy allow to send signal to". BUG=367986 R=jorgelo@chromium.org Review URL: https://codereview.chromium.org/251183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266726 0039d316-1c4b-4281-b951-d872f2087c98
-
jincheol.jo@navercorp.com authored
It seems not to needed. Review URL: https://codereview.chromium.org/250883007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266725 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
BUG=364564 Review URL: https://codereview.chromium.org/242163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266723 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
The refactoring is done to accomodate a new callback to be introduced in the next CL. In addition, the change improves the tests by: * verifying the content of the downloaded file is correct. * deleting the temporary file, which was left behind. BUG=366388 TBR=waffles Review URL: https://codereview.chromium.org/254793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266722 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=366127 Review URL: https://codereview.chromium.org/246533006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266721 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none R=kalman@chromium.org Review URL: https://codereview.chromium.org/259913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266720 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Revert of Adding test to ensure context restoration due to GC doesn't crash (https://codereview.chromium.org/251443006/) Reason for revert: The new test is failing on multiple GPU bots. Will add links and stack traces to Issue 365747. Original issue's description: > Adding test to ensure context restoration due to GC doesn't crash > > BUG=365747 > R=kbr@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266696 TBR=bajones@chromium.org NOTREECHECKS=true NOTRY=true BUG=365747 Review URL: https://codereview.chromium.org/258073007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266719 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Check http://crbug.com/334204 for details BUG=334204,367962 R=alokp@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/251113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266716 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
1. Removed Google+ domains from the whitelist. 2. Chromecast extension ID is no longer hashed. 3. Deduped list of Chromecast extesions. R=jiayl@chromium.org, mfoltz@chromium.org Review URL: https://codereview.chromium.org/255553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266715 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
NOTRY=true Review URL: https://codereview.chromium.org/220023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266714 0039d316-1c4b-4281-b951-d872f2087c98
-
rileya@chromium.org authored
Re-land: Add perf tests for simd yuv->rgb conversion functions (https://codereview.chromium.org/238353008/). Fixes missing FILE_PATH_LITERAL which broke the win64 build. BUG=367676 TBR=scherkus Review URL: https://codereview.chromium.org/258083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266713 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=363994 Review URL: https://codereview.chromium.org/251173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266712 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/207553008/rdsmith@chromium.org authored
Also includes some nits from jar@'s review of that CL. BUG=329620 R=jar@chromium.org R=mmenke@chromium.org Review URL: https://codereview.chromium.org/248123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266711 0039d316-1c4b-4281-b951-d872f2087c98
-