- 07 Jan, 2014 40 commits
-
-
agl@chromium.org authored
BUG=329961 R=palmer@chromium.org Review URL: https://codereview.chromium.org/119403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243302 0039d316-1c4b-4281-b951-d872f2087c98
-
bokan@chromium.org authored
http://crbug.com/232102 added --enable-viewport-meta to allow desktop browsers to experimentally honor the viewport <meta> tag. This CL adds the flag to the about:flags page so it can easily be turned on. BUG=329996 Review URL: https://codereview.chromium.org/123303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243301 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
It is currently not set, thus chosen by the system. However, the default action is maximized when the window is not maximized and restore when the window is maximized. It is fixing the bug mentioned in bug 260229 as a side effect. The change is actually applying to all windows, not only Chrome Apps ones. BUG=260229 TEST=Open Chrome on Windows, right click on the title bar. Look at the item in bold. Double click. The action should match the name of the item in bold. Repeat another time. Review URL: https://codereview.chromium.org/113943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243300 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
With this CL, synthetic gestures add timestamps to the events they generate. This allows us to have timestamps that are not necessarily aligned to frame boundaries. The timestamps are converted to native timestamps by the synthetic gesture targets. The synthetic gesture controller passes timestamps instead of intervals to the gestures. BUG=297980 Review URL: https://codereview.chromium.org/119323007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243299 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243298 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Many dependencies weren't declared, resulting in files not being built with Blink's direct_dependent_settings. This is needed for https://codereview.chromium.org/123133006/ to land. - password_form_conversion_utils.cc includes Blink headers, so depend autofill_content_renderer on Blink. - ppb_nacl_private_impl.cc includes Blink headers, so depend nacl_renderer on Blink. - render_view_test.h is a public content/ header with includes Blink headers, so add Blink to test_support_content's export_dependent_settings. - Test targets in chrome/ all depend on test_support_content via test_support_common, so add test_support_content to test_support_common's export_dependent_settings. BUG=331386 TEST=builds Review URL: https://codereview.chromium.org/101203006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243297 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
This CL was created by Skia's roll_deps.py script. control: https://codereview.chromium.org/102113007 R=rmistry@google.com Review URL: https://codereview.chromium.org/119313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243296 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
Some dialogs liks chrome://settings/clearBrowserData and chrome://settings/resetProfileSettings look really bad if the browser window has a very small height. This CL ensures that the dialog can always occupy 200 vertical pixels. BUG=329792 Review URL: https://codereview.chromium.org/104713012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243295 0039d316-1c4b-4281-b951-d872f2087c98
-
keishi@chromium.org authored
AlertDialog.Builder.setOnDismissListener exists only in API 17 and above. BUG=329327 Review URL: https://codereview.chromium.org/117883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243294 0039d316-1c4b-4281-b951-d872f2087c98
-
anton@chromium.org authored
Currently uses default timeout of 20 seconds. However at least 45 seconds are needed to copy the profile on Nakasi. Bumping the timeout to 60 seconds. BUG= Review URL: https://codereview.chromium.org/123853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243293 0039d316-1c4b-4281-b951-d872f2087c98
-
iancottrell@chromium.org authored
One of the build bots was failing to restart one device, but it still had four other devices online it could continue with. BUG= Review URL: https://codereview.chromium.org/59753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243292 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=None TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/125973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243291 0039d316-1c4b-4281-b951-d872f2087c98
-
rijubrata.bhaumik@intel.com authored
IsFullScreenMode() in fullscreen_aura was not implemented. This CL provides an implementation of the IsFullScreenMode() and is inspired by the GTK counterpart Review URL: https://codereview.chromium.org/118703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243289 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=317931 R=cmp@chromium.org, joi@chromium.org Review URL: https://codereview.chromium.org/108243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243288 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Use the masked-window targeter for the touch-selection handlers. Subsequent patches will install similar targeters for the other windows that use hit-test masks, which will allow getting rid of some hit-test mask related API from aura and views. BUG=318879 R=ben@chromium.org Review URL: https://codereview.chromium.org/122573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243287 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=318879 R=ben@chromium.org Review URL: https://codereview.chromium.org/125333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243286 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=Internal (8503404) Review URL: https://codereview.chromium.org/108783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243285 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=331981 TEST=unit_tests Review URL: https://codereview.chromium.org/110273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243284 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
With Aura we've discovered cases where having aero glass enabled or not can cause bugs, so display that information in about:gpu. BUG= Review URL: https://codereview.chromium.org/124313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243283 0039d316-1c4b-4281-b951-d872f2087c98
-
doug.turner@gmail.com authored
MacOSX. The problem is that the .plist was missing an entry for xhtml. In order for drag and drop to work, each supported file type must be listed in the applications's CFBundleDocumentTypes. Add doug.turner@gmail.com to AUTHORS BUG=319730 Review URL: https://codereview.chromium.org/104393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243282 0039d316-1c4b-4281-b951-d872f2087c98
-
eranm@google.com authored
The SignedCertificateTimestampAndStatus should be available for the SCT viewer UI. BUG=309578 Review URL: https://codereview.chromium.org/99553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243281 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
* Add drive_backend level integration test class * Add basic test case BUG=331988 TEST=./unit_tests --gtest_filter='DriveBackendSyncTest.*' Review URL: https://codereview.chromium.org/97703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243280 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=abarth@chromium.org BUG=330436 TEST=none Review URL: https://codereview.chromium.org/125623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243279 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
When an action is to be repeated, create as many separate objects of the action class, rather than just copying the references. This ensures that each action has a unique timeline marker. R=ernstm@chromium.org,tonyg@chromium.org BUG=331400 Review URL: https://codereview.chromium.org/122653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243278 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch is part of a bigger refactoring task, eliminating uses of fullPath and URLs in favor of Entry. TEST=Tested manually. BUG=328252 Review URL: https://codereview.chromium.org/115793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243277 0039d316-1c4b-4281-b951-d872f2087c98
-
noyau@chromium.org authored
BUG=crbug/11526587 Review URL: https://codereview.chromium.org/59483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243276 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
Create new benchmark for media perf-tests on ChromeOS. BUG=330059 Review URL: https://codereview.chromium.org/113903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243275 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
They are no longer used. BUG=none TEST=compile Review URL: https://codereview.chromium.org/107093011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243274 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=146893 TEST=ash_unittests --gtest_filter=DisplayControllerTest.FindNearestDisplay Review URL: https://codereview.chromium.org/99163006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243273 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243272 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
r1807 win msvs: make ordering match .gyp order r1808 Fix gyptest-app for Xcode 5.0.2 r1809 Fix gyptest-xcode-gcc.py when using Xcode 5.0.2 r1810 Fix gyptest-sdkroot when oldest SDK is >= 10.8 r1811 Fix gyptest-xcode-env-order for Xcode 5.0.0 r1812 win msvs: Make ordering of sources in subdirs match gyp order r1813 win ninja: Refactor manifest generate and embed to be 1-pass r1814 win ninja: default to embedding manifest to match msvs r1815 Use gyp.common.EnsureDirExists() in more places. r1816 Add backported OrderedDict r1817 Fix OrderedDict path import for 2.6 r1818 Add license header to ordered_dict r1819 xcode_emulation: work in the absence of xcodebuild OS X systems r1820 win msvs: make mixed source/dir match gyp order r1821 Restrict multiple codesign assert. r1822 win ninja: add support for ForceSymbolReferences r1823 Revert r1819 for now, it broke the mac bots. r1824 make: Let CC_host, CXX_host env vars win over make_global_settings keys. r1825 xcode_emulation: fix on CLT-only systems redux r1826 _XcodeVersion: return CLT version as appropriate r1827 Write the make_global_settings to the error message. r1828 Silence a pylint warning. BUG=331082,309197 TBR=thakis@chromium.org R=thakis@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/110893009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243271 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Convert calls to use ExtensionRegistry::terminated_extensions(). * Deprecate ExtensionService::extensions() and disabled_extensions(). BUG=none TEST=compiles TBR=phajdan.jr@chromium.org for automation, atwilson@chromium.org for background Review URL: https://codereview.chromium.org/117163004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243270 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
BUG=281264 TEST=See repro steps in bug. Review URL: https://codereview.chromium.org/98373013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243269 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
This changes the analysis of PicturePiles from optimistic (hoping to save raster work by checking if a rastered bitmap would be a solid color) to pessimistic (assuming most bitmaps are not solid colors and just checking afterwards). It does this by rastering to both an AnalysisCanvas and a normal SkCanvas via SkNWayCanvas and then checking the results afterwards. R=reveman@chromium.org, senorblanco@chromium.org BUG=310796 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234641 Review URL: https://codereview.chromium.org/63443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243268 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Whenever I need to pretty print histograms.xml, I always forget that it wants to be run from the directory containing histograms.xml. This CL fixes that, by having the tool look for the directory from which it's running. R=isherman@chromium.org Review URL: https://codereview.chromium.org/121403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243267 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243266 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Include the following changes: Export CERT_DistNamesFromCertList and CERT_DupDistNames. https://codereview.chromium.org/117973004 TBR=rsleevi@chromium.org BUG=331625 TEST=none Review URL: https://codereview.chromium.org/120693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243265 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Review URL: https://codereview.chromium.org/114623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243264 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Allows application-wide accelerators in the sign-in dialog by redispatching unhandled keys to the current event processing window. This will properly route them to OSX's application menu handler. BUG=324198 R=thakis@chromium.org Review URL: https://codereview.chromium.org/125373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243263 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=331399 TEST=unit test Review URL: https://codereview.chromium.org/125533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243262 0039d316-1c4b-4281-b951-d872f2087c98
-