- 06 Sep, 2013 40 commits
-
-
plundblad@chromium.org authored
BUG=178559 Review URL: https://chromiumcodereview.appspot.com/23569010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221604 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=269131 TEST=manual Review URL: https://chromiumcodereview.appspot.com/23536019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221603 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
It returned the fullscreen window (if any) in the active workspace, and a workspace could contain only one fullscreen window at most. However, now there's only one desktop workspace which can contain multiple fullscreen windows. To follow the past state, it would be better to return the active fullscreen window first. TEST=covered by ash_unittests R=oshima@chromium.org, sky@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/23534049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221602 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Bubble may not be dismissed for the first 3 seconds (except by clicking on the Learn More link). The length of the grace period is subject to future tweaking. BUG=282671 Review URL: https://chromiumcodereview.appspot.com/23533030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221601 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
extracted common functionality from CloudPrintAccountManager and PrivetApiCallFlow into a common class CloudPrintBaseApiFlow. BUG=286157 Review URL: https://chromiumcodereview.appspot.com/23530007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221600 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23757025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221599 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
A malicious site could create content that could pop up the rAc dialog and get the user to accidentally click submit. This CL disables the submit for a brief time (1s), so such clicks wouldn't trigger the submit. BUG=241897 Review URL: https://chromiumcodereview.appspot.com/23717029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221598 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Fixing various problems with the new shelf layout in conjunction with the blue tray background on bubble activation There was a mismatch between the hover animation & the activation state. I cleaned up the activation code, removed the old override functions, and added comments on various places which had none yet. BUG=274105 TEST=visual Review URL: https://chromiumcodereview.appspot.com/23531033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221597 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
Re-enabled TouchEditableImplAuraTest.TouchCursorInTextfieldTest with two fixes: - Changed focus_textfield() in touch_seleciton.html to collapse selection after focus, since nothing should be selected after focusing the textfield. - Added a wait between dragging the handle and getting the cursor position in the test to be sure that the cursor position is updated completely. Also, added some logs in the test so that if it failed again, more data is available for investigation. BUG=235991 Review URL: https://chromiumcodereview.appspot.com/23823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221596 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://newtabkmadhusu@chromium.org authored
BUG=229009 TEST=none TBR=sky@chromium.org (chrome/browser changes OWNER check), samarth@chromium.org Original CL: crrev.com/22403003 Reverted CL: crrev.com/23475011 Review URL: https://chromiumcodereview.appspot.com/23789005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221594 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
Using the new skia utility makes the canvas stack export much simpler BUG= Review URL: https://chromiumcodereview.appspot.com/23789003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221593 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=280320 Review URL: https://chromiumcodereview.appspot.com/23461013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221592 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
If available, this CL changes RenderingStatsInstrumentation to use ThreadNow() instead of HighResNow(). ThreadNow should provide a more accurate benchmark as it will exclude time when the thread is descheduled. BUG=280638 Review URL: https://chromiumcodereview.appspot.com/23523026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221591 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
Use AppendExtraBrowserArgs everywhere. BUG=269131 TEST=trybot TBR=kbr@chromium.org Review URL: https://chromiumcodereview.appspot.com/23512005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221590 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
The WebRequest API on webviews moved to a new location. BUG= Review URL: https://chromiumcodereview.appspot.com/23493021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221589 0039d316-1c4b-4281-b951-d872f2087c98
-
yoichio@chromium.org authored
BUG=244688 TEST=Windows7 with MS-IME and GoogleJapaneseInput. Windows8 desktop using onscreen keyboard with MS-IME and GoogleJapaneseInput. The known issue about onscreenkeyboard and MS-IME still happens. https://src.chromium.org/viewvc/chrome?revision=220221&view=revision Review URL: https://chromiumcodereview.appspot.com/23445020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221588 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23478023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221587 0039d316-1c4b-4281-b951-d872f2087c98
-
r.kasibhatla@samsung.com authored
Changes to enable annotating known leaks in blink so that leak sanitizer doesn't raise alarm. Removing addition of StringImpl::createStatic from tools/lsan/suppressions.txt This patch currently just handles Leak Sanitizer only. The changes for Heap Checker would be done in a follow up patch. BUG=268258 TEST=Running content_unittests with Leak Sanitizer enabled. Output of Leak Sanitizer before the fix: http://pastebin.com/niDgRNAQ Output of Leak Sanitizer after the fix: http://pastebin.com/v6hF43Lj Review URL: https://chromiumcodereview.appspot.com/23460014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221586 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23456019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221585 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
This cuts down total AutofillDialogViews layout time by about half (!). BUG=285996, 272402 Review URL: https://chromiumcodereview.appspot.com/23526021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221584 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23453036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221583 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously NetworkMonitor required that a callback is passed to the Create() method. It was hard to use and inconsistent with other APIs. Added new UpdateNetworkList() method which accepts a CompletionCallback to be called when network list changes. BUG=281781 Review URL: https://chromiumcodereview.appspot.com/23453025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221582 0039d316-1c4b-4281-b951-d872f2087c98
-
yoichio@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/23452019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221581 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This prevents a crash when Chrome shuts down immediately and AppShimHostManager is destructed before InitOnFileThread is run. Note this means AppShimHostManager can stay around longer than BrowserProcessPlatformPart during initialization. BUG=242941 Review URL: https://chromiumcodereview.appspot.com/20065004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221580 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Originally, PreviewPanel is not used from any code. This CL lets the FileManager class and the FileSelectorHandler class use the PreviewPanel class to control the visibility of preview panel. BUG=284215 TEST=manually R=yoshiki@chromium.org Review URL: https://codereview.chromium.org/23464030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221579 0039d316-1c4b-4281-b951-d872f2087c98
-
nbarth@chromium.org authored
As of version 2.7 Jinja2 depends on the MarkupSafe module. http://jinja.pocoo.org/docs/intro/#markupsafe-dependency We are already using Jinja2 v2.6 as a template engine for code generation in Blink, and we'd like to upgrade it to v2.7.1, for various improvements. MarkupSafe used to be part of Jinja2, but as of v2.7 has been factored into a separate module, thus we need to add it separately. For reference, MarkupSafe (and Jinja2) are also included as third-party libraries in Google App Engine. https://developers.google.com/appengine/docs/python/tools/libraries27 Blocking: Issue 23506004: Update Jinja2 (Python template library) to 2.7.1 + add OWNERS https://codereview.chromium.org/23506004/ Source: https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.18.tar.gz MD5: f8d252fd05371e51dec2fe9a36890687 SHA-512: 0438ddf0fdab465c40d9afba8c14ad346be0868df654c11130d05e329992d456 a9bc278551970cbd09244a29c77213885d0c363c951b0cfd4d9aa95b248ecff5 Review URL: https://chromiumcodereview.appspot.com/23445019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221578 0039d316-1c4b-4281-b951-d872f2087c98
-
mvrable@chromium.org authored
When logging an Action which refers to an incognito URL to the database using the normal (non-testing) policy, clear the URL fields entirely. Do not even leave an indication that an incognito URL had been present, as was done previously. This change was requested as part of the privacy review for the extension watchdog. BUG=244841 Review URL: https://chromiumcodereview.appspot.com/23432006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221577 0039d316-1c4b-4281-b951-d872f2087c98
-
Hokein.Wu@gmail.com authored
BUG=122863 Review URL: https://chromiumcodereview.appspot.com/23415002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221576 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Allow individual web contents modal dialog users to specify that dialogs should be closed when encountering interstitial webui (e.g. due to SSL warnings). Future CLs will enable use of this functionality for most dialogs. BUG=240575 Review URL: https://chromiumcodereview.appspot.com/23981002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221575 0039d316-1c4b-4281-b951-d872f2087c98
-
vigneshv@chromium.org authored
Matroska's specification of Opus has been standardized here: http://wiki.xiph.org/MatroskaOpus. This CL adds support for the new Matroska elements related to Opus and enables Opus playback in WebM files through Media Source API. It also adds support for end trimming. This is a first CL in a sequence of CLs that will attempt to add various features towards fully functional working of Opus in WebM (both media source and video tag). BUG= Review URL: https://chromiumcodereview.appspot.com/23014009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221574 0039d316-1c4b-4281-b951-d872f2087c98
-
rfevang@chromium.org authored
Constrained windows would get drawn partially outside the browser window, obscuring some of the contents. This CL limits their size so everything is in view. This mimics the behavior of the old style dialogs. This CL also changes the size request to use the current preferred size of the view, instead of reusing the existing size. Some dialogs (like the print preview) changes their size preferences when the browser window size changes, so the old size might not be optimal any more. Additionally, added a GetMinimumSize to the bubble frame view, as previously GetPreferredSize would get used, effectively undoing the additional restrictions placed based on Window sizes. BUG=272760,274236,276150 Review URL: https://chromiumcodereview.appspot.com/22903022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221573 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=268937 TEST=OAuth2TokenServiceTest.SameScopesRequestedForDifferentClients TBR=tim (for chrome/browser/sync) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221303 Review URL: https://chromiumcodereview.appspot.com/22581003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221572 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
BUG=286185 TBR=mef@chromium.org Review URL: https://codereview.chromium.org/23874017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221571 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Reading from procfs returns at most a page-sized amount of data. If the process has a larger-than-page-sized /proc/self/maps, we cannot guarantee that the virtual memory table hasn't changed while reading the entire contents from procfs. In addition, ReadProcMaps() now stops reading as soon as it finds a gate VMA entry to workaround a scenario where the kernel would return duplicate entries (it turns out ThreadSanitizer v2 was very good at triggering said scenario). BUG=258451 Review URL: https://chromiumcodereview.appspot.com/18661009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221570 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
This folder was created specifically to ensure infrastructure team had visibility and veto before changes go live that can negatively affect stability of production systems. yfriedman and bulach were added because they are general android owners and to ensure that minor changes do not get blocked. > [android] Add frankf and craigdh to build/android/buildbot/OWNERS. > > BUG=None > TEST=None > NOTRY=True > > Review URL: https://chromiumcodereview.appspot.com/23129027 TBR=craigdh@chromium.org Review URL: https://codereview.chromium.org/23567017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221567 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221565 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Add an async signal safe version of SANDBOX_DIE(). BUG=277240 R=markus@chromium.org Review URL: https://codereview.chromium.org/23461032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221558 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Wires up Blink WebSettings introduced in https://codereview.chromium.org/22909031 and then updated in https://codereview.chromium.org/23691017 These quirks are to maintain compatibility with Android apps built on the Android SDK prior to and including version 18. Presumably, this can be removed any time after 2015. BUG=277369,282130 Review URL: https://chromiumcodereview.appspot.com/23572016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221557 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
There's a line in screen_container.css that hardcodes a width of 1100px for body:not(.oobe-display) #inner-container (which applies to the account picker). Setting the right class to the outer container fixes this. TBR=estade@chromium.org BUG=257033 Review URL: https://chromiumcodereview.appspot.com/23774004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221556 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221555 0039d316-1c4b-4281-b951-d872f2087c98
-