- 06 Sep, 2013 40 commits
-
-
felt@chromium.org authored
* Automatically delete the whole database when Watchdog is uninstalled * Give the activityLogPrivate API the ability to delete the entire database * Give the activityLogPrivate API the ability to selectively delete URLs BUG=277260 R=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/23629015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221622 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
until after session restore has completed. This is mainly to help login/startup times so that Chrome is useful to the user earlier. To make sure that this is actually helping, this CL includes a Finch experiment that will only enable the deferral on 50% of the clients. It is also expected that deferring these will help with some problems we've seen when extensions attempt to do GAIA authentication. BUG=279427,259791 TEST=Ran performance tests on ChromeOS and Linux Review URL: https://chromiumcodereview.appspot.com/23618014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221621 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
Previously, an app could request just the fileSystem.write permission, followed by just the fileSystem.directory permission. This would prompt the user to allow write access to files and read-only access to directories, respectively. If the app were to later request both at the same time, this would allow write access to directories without further user confirmation. This change adds an implicit fileSystem.writeDirectory if both fileSystem.write and fileSystem.directory are requested at the same time. This requires the user to confirm write access to directories. BUG=148486 Review URL: https://chromiumcodereview.appspot.com/23506021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221620 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
Currently just implements the API layer which allows adding a listener and defines a manifest key to specify mdns service types to watch. BUG=280900 TBR=erg Review URL: https://chromiumcodereview.appspot.com/23437015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221619 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
To be rolled into the tree when quiet, and then reverted. BUG=285442 TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/23581009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221618 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
BUG=282725 Review URL: https://chromiumcodereview.appspot.com/23765003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221617 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
Once https://codereview.chromium.org/23848006/ has landed, we can remove the webkit category, and leave only webkit.console. R=nduca@chromium.org, tonyg@chromium.org BUG=264308 Review URL: https://chromiumcodereview.appspot.com/23777006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221616 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
kPasteboardTypeFilePromiseContent simply does not work, and it's getting to be a pain working around its issues. This reverts r219601 and r207414, and works around the original bug in a new way. BUG=249271, 278515, 282916 TEST=fixes bug 282916, does not regress either bug 278515 or bug 249271 Review URL: https://chromiumcodereview.appspot.com/23775005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221615 0039d316-1c4b-4281-b951-d872f2087c98
-
dkrahn@chromium.org authored
The prefs are integrated into the PlatformVerificationFlow class. BUG=chromium:270316 TEST=unit Review URL: https://chromiumcodereview.appspot.com/23765004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221614 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
> Files.app: Let the PreviewPanel class control the visibility of the preview panel. > > 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 TBR=hirono@chromium.org Review URL: https://codereview.chromium.org/23903018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221613 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221612 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
BUG= R=toyoshim@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23606017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221611 0039d316-1c4b-4281-b951-d872f2087c98
-
sivachandra@chromium.org authored
BUG=256576 Review URL: https://chromiumcodereview.appspot.com/23601004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221610 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
the client private key is a 1024-bit RSA or DSA key. Older Estonian ID cards with 1024-bit RSA keys cannot sign SHA-256 hashes. 1024-bit DSA keys were formerly specified to be used with SHA-1 only. R=agl@chromium.org,rsleevi@chromium.org BUG=278370 TEST=manual testing by someone who has an older Estonian ID card Review URL: https://chromiumcodereview.appspot.com/23596013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221609 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
When in DWM, the DefWindowProc handling of WM_NCPAINT was clearing (to white) in the area that was not yet drawn. When the wndclass's background is set to COLOR_WINDOW this is avoided and the frame appears to stay more "solid". This only affects the white flash in the NC area in the linked bug, not the grey in the content area. We should also consider reverting the compositor.cc change from here http://crrev.com/192657 as it seems to make resize a bit laggier. R=sky@chromium.org BUG=177115 Review URL: https://chromiumcodereview.appspot.com/23596011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221608 0039d316-1c4b-4281-b951-d872f2087c98
-
shawnsingh@chromium.org authored
shader code is one example where abs() without std:: is acceptable. But we still would like to generally keep the PRESUBMIT check that enforces all uses of abs() and related functions must be prefixed with "std::" So in order to prevent PRESUBMIT annoyances when we modify shader code or other similar situations, the regular expression for the presubmit is modified to recognize a "// NOLINT" comment. In that case, it ignores any un-prefixed abs() usage. BUG=261900 Review URL: https://chromiumcodereview.appspot.com/23591027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221607 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
CTRL+C will make IEDriverServer exits and leaves IE running. During cleanup, kill the IE processes when needed. BUG=282480 Review URL: https://chromiumcodereview.appspot.com/23572025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221606 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Remove unnecessary includes, forward decls BUG=272460 Review URL: https://chromiumcodereview.appspot.com/24020002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221605 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-