- 07 Jan, 2014 40 commits
-
-
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
-
michaelpg@chromium.org authored
This reverts commit 7b1cac35. BUG=330744, 330745, 331852 TBR=piman@chromium.org, msw@chromium.org Review URL: https://codereview.chromium.org/125433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243261 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
The only reference to this .rc file was removed in https://chromiumcodereview.appspot.com/23543010 . BUG=297672 Review URL: https://codereview.chromium.org/125413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243260 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://codereview.chromium.org/125333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243259 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
The omnibox focuses web content on return key presses. The key release events shouldn't be forwarded to web content. Bail on VKEY_RETURN & ET_KEY_RELEASED with no ET_KEY_PRESSED. This matches RenderWidgetHostViewWin::OnKeyEvent behavior. BUG=322965 TEST=Return keyup events shouldn't be handled by web content after pressing enter in the omnibox. R=ben@chromium.org Review URL: https://codereview.chromium.org/125323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243258 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243257 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
Add the html-office-public repo to DEPS. This repo will contain code shared between quickoffice and the PDF extension. Although this code is not third party code, third_party seems like the best fit for now (rather than adding a new top-level directory). BUG=303491 Review URL: https://codereview.chromium.org/124883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243256 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
R=danakj@chromium.org BUG=NONE TEST=NONE(No functional change) Review URL: https://codereview.chromium.org/124843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243255 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=gn, ninja -C out/Default url_unittests links fine. R=brettw@chromium.org Review URL: https://codereview.chromium.org/124773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243254 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=329991 Review URL: https://codereview.chromium.org/105273014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243253 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=170921 TEST=everything still works Review URL: https://codereview.chromium.org/124673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243252 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
The liblouis wrapper used to allocate an output buffer that was twice as big as the number of input characters. There are situations where this is not enough. The new approach is to retry with a larger buffer up to a certain limit. R=dtseng@chromium.org BUG=none Review URL: https://codereview.chromium.org/124403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243251 0039d316-1c4b-4281-b951-d872f2087c98
-