- 16 Oct, 2012 40 commits
-
-
binji@chromium.org authored
BUG=122229 NOTRY=true Review URL: https://codereview.chromium.org/11066105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162282 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=154451 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/11191018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162281 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
Just removing condition because 2008 is toast. BUG=143646 R=cpu@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/11184012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162280 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
If chrome in desktop mode on Windows 8 defers to Windows 8 metro chrome, then we only want to create a new window/incognito window is one does not exist. To achieve this we look at the startup url being opened and if it is the new tab page, then we attempt to find an existing browser window and activate it. For non Windows platforms and Windows desktop mode the behavior is unchanged. BUG=155134,155281 R=sky Review URL: https://codereview.chromium.org/11137031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162279 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
These stubs are no longer needed. BUG=145783 Review URL: https://chromiumcodereview.appspot.com/11155027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162278 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
Error: /b/build/slave/Mac/build/src/remoting/base/resources_unittest.cc:8:10: fatalerror: 'remoting/base/string_resources.h' file not found #include "remoting/base/string_resources.h" ^ 1 error generated. The new common_resources.grd will be used for non-loalizeable resources, such as images. Review URL: https://chromiumcodereview.appspot.com/11087059 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/11194022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162277 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162276 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
TBR=danakj Review URL: https://codereview.chromium.org/11189014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162275 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This connects the nested message loop spawning code that I wrote for the NativeWidgetAuraHelper into DesktopRootWindowHostLinux. BUG=146077 Review URL: https://chromiumcodereview.appspot.com/11193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162274 0039d316-1c4b-4281-b951-d872f2087c98
-
shishir@chromium.org authored
BUG=155619 Review URL: https://chromiumcodereview.appspot.com/11192008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162273 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162271 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r10002: (mseaborn) Attempt to fix flakiness in run_multidomain_test's exit status on Windows r10003: (mseaborn) service_runtime: Move TLS values to live exclusively in NaClThreadContext r10004: (bradnelson) Enhancing HttpDownload to support absent resources and logging. r10005: (noelallen) Assume missing timestamp (file) is stale. r10006: (phosek) Generic containers moved into a separate module, split each container into individual source file. r10007: (petarj) [MIPS] New pattern in validator to detect jumps/branches in delay slots. r10008: (shcherbina) Validator testing: split some huge tests into parts. r10009: (petarj) [MIPS] Update SConstruct to use new MIPS toolchain. r10010: (khim) Bump REVISIONS r10011: (dschuff) Fix GYP generator export in pnacl buildbot script r10012: (dschuff) PNaCL merge script: fix upstream remote setup and get up to date HEAD BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11189004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162270 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Fix a crash seen at times when chrome in desktop mode attempts to activate Chrome in Windows 8 mode. The crash occurs because we attempt to initiate a navigation when there are no frame windows registered with the metro driver. Fix is to ignore the navigation request in this case. I also updated the ChromeUrlLaunchHandler::GetUrlFromLaunchArgs function to return the chrome://newtab url if the verb coming in is opennewwindow. This should address bug http://code.google.com/p/chromium/issues/detail?id=135122 BUG=155281,135122 R=cpu Review URL: https://codereview.chromium.org/11193007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162269 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
also add wjia@ in webkit/media/OWNERS Review URL: https://codereview.chromium.org/11144005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162268 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Add a fake video decoder that outputs colorful frames without really trying to decode the compressed buffers. This is useful for testing purpose. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11147032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162267 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11144040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162266 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
OpenInputDesktop() can fail when the window station is shutting down. We cannot really do anything about it and it happends often enough polluting the logs. BUG=156135 Review URL: https://codereview.chromium.org/11195006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162265 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
http://code.google.com/p/chromium/issues/detail?id=134093 https://chromiumcodereview.appspot.com/10993067/ This is a better fix than 10993067. This CL undoes that change and moves the fix to the AcceleratorController. This is a more general fix which employs a table of actions that are allowed when in a modal dialog. All other actions are suppressed. BUG=153077 TEST=System Tray -> Ehternet -> Join Other; while the modal dialog is up, try various ash shortcuts. Observe that the ones are working (like volume up) make sense, but things like new window or moving around windows are inactive. Review URL: https://chromiumcodereview.appspot.com/10977088 TBR=sschmitz@chromium.org Review URL: https://codereview.chromium.org/11192016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162264 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11125002 TBR=rch@chromium.org Review URL: https://codereview.chromium.org/11191015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162263 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
It appears that paint() checks for non-NULL delegate_, so it makes sense to do the same for updateGeometry as well. BUG=155950 Review URL: https://codereview.chromium.org/11148031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162262 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
<math.h> has all we need BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11151032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162261 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11125002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162259 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
The test was originally disabled because of Windows-specific failures, but runs fine on other platforms. BUG=130327 TEST=browser_tests BrowserViewTest Review URL: https://chromiumcodereview.appspot.com/11137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162258 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
This flag was added by r153554 and only set for desktop Chrome default apps. Since it affects install behavior (e.g. OAuth scope granting in ExtensionService::InitializePermissions) it should be set everywhere. BUG=156001 R=dpolukhin@chromium.org Review URL: https://chromiumcodereview.appspot.com/11146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162257 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
BUG=148615 Review URL: https://chromiumcodereview.appspot.com/11044020 TBR=rouslan@chromium.org Review URL: https://codereview.chromium.org/11192014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162256 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162255 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Soon we'll build necessary libs into gen/sdk/toolchains/... directly, which will obviate the need to move files around like this. This is just a stopgap to make the tree green. BUG=none TBR=noelallen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/11183010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162254 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
BUG=148615 Review URL: https://chromiumcodereview.appspot.com/11044020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162252 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Media Galleries: Initialize the internal state of MediaGalleriesPrivateEventRouter with the list of already attached storage devices. BUG=156024 Review URL: https://chromiumcodereview.appspot.com/11164003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162251 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
R=grt@chromium.org BUG=155640 TEST=Install old Chrome (user and system level), over-install new Chrome, make sure <root>\Software\Classes\Chrome<suffix>\.exe\shell\run is deleted. Review URL: https://chromiumcodereview.appspot.com/11146003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162250 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
The previous overview image of the Calculator app has an OS X title bar, this updated version is OS-neutral. BUG=156159 Review URL: https://codereview.chromium.org/11191012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162249 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
BUG=156119 Review URL: https://chromiumcodereview.appspot.com/11191011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162248 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
The list of files was generated with the following command line: $ ls *.h cc/ | grep -v CC BUG=155413 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/11189011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162247 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Do not modify the DOM of the most visited page if nothing has changed, which is often the case as the top sites are polled periodically just to make sure they are up to date. Also, moves the event listener to a node with a text attribute that allows it to be selected in accessibility mode. Makes some markup nodes as skippable in accessibility mode by marking them as having empty alt text. BUG=155450 Review URL: https://chromiumcodereview.appspot.com/11155022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162246 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
(a simplified replacement for TextButton[Base], etc.) Add the LabelButton class, based on TextButton. (simplify, cleanup, re-use views controls, etc.) Add a supporting LabelButtonBorder class. Add unit tests and a views example in ButtonExample. Add ImageView interactive flag for hit-testing. Make Label::text() return a const string16 ref. TODO(followup): Replace TextButton[Base] use, etc. TODO(followup): Fix CanvasSkia multi-line label painting. BUG=155363 TEST=views examples use of the new LabelButton, etc. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11068012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162245 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
R=jamesr@chromium.org BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11144034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162244 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=155546 Review URL: https://chromiumcodereview.appspot.com/11170007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162243 0039d316-1c4b-4281-b951-d872f2087c98
-
shenhan@google.com authored
Added explict type converion to initialization list. TEST=Built using gcc-4.7 BUG=None Review URL: https://chromiumcodereview.appspot.com/11148030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162242 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=none Review URL: https://chromiumcodereview.appspot.com/11170006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162241 0039d316-1c4b-4281-b951-d872f2087c98
-
sschmitz@chromium.org authored
http://code.google.com/p/chromium/issues/detail?id=134093 https://chromiumcodereview.appspot.com/10993067/ This is a better fix than 10993067. This CL undoes that change and moves the fix to the AcceleratorController. This is a more general fix which employs a table of actions that are allowed when in a modal dialog. All other actions are suppressed. BUG=153077 TEST=System Tray -> Ehternet -> Join Other; while the modal dialog is up, try various ash shortcuts. Observe that the ones are working (like volume up) make sense, but things like new window or moving around windows are inactive. Review URL: https://chromiumcodereview.appspot.com/10977088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162240 0039d316-1c4b-4281-b951-d872f2087c98
-