summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Don't load plugins on the UI thread for pref and group policy disabling.jam@chromium.org2010-10-021-1/+0
| | | | | | | BUG=57425 Review URL: http://codereview.chromium.org/3584007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61271 0039d316-1c4b-4281-b951-d872f2087c98
* Make BrowserAccessibilityManager cross platform. Step 1.ctguil@chromium.org2010-10-011-4/+4
| | | | | | | | | | | | | | 1. Move windows browser accessibility source and headers into chrome\browser\accessibility 2. Rename BrowserAccessibilityManager to BrowserAccessibilityManagerWin and BrowserAccessibility to BrowserAccessibilityWin 3. Add base classes that will eventually contain common browser accessibility code. BUG=55264 TEST=interactive_ui_tests:AccessibilityWinBrowserTest.* TEST=unit_tests:BrowserAccessibilityTest.* Review URL: http://codereview.chromium.org/3591003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61253 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the html speech input API for all platforms.satish@chromium.org2010-10-011-1/+0
| | | | | | | | | | | Also removes the '--enable-input-speech' flag and associated browser test as they are no longer required. BUG=53598 TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*" Review URL: http://codereview.chromium.org/3550003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61227 0039d316-1c4b-4281-b951-d872f2087c98
* [dom ui settings] move settings bits in dom_ui/ to dom_ui/options/estade@chromium.org2010-10-011-1/+1
| | | | | | | | | BUG=none TEST=compile + trybots Review URL: http://codereview.chromium.org/3568002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61215 0039d316-1c4b-4281-b951-d872f2087c98
* Allow nested calls to AccessibilityEventRouterGtk::AddRootWidget anddmazzoni@chromium.org2010-10-011-0/+1
| | | | | | | | | | | | AccessibilityEventRouterGtk::RemoveRootWidget via reference counting, which stops ExtensionApiTest, FLAKY_Tabs from crashing on chromeos. BUG=56479 TEST=ExtensionApiTest.FLAKY_Tabs no longer crashes, and added new AccessibilityEventRouterGtkTest. Review URL: http://codereview.chromium.org/3382025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61179 0039d316-1c4b-4281-b951-d872f2087c98
* Implement policy for enabling/disabling browsing history.phajdan.jr@chromium.org2010-10-011-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3432033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61169 0039d316-1c4b-4281-b951-d872f2087c98
* Move interactive_ui_tests gyp definitions into chrome/chrome_tests.gypiisherman@chromium.org2010-09-301-3/+172
| | | | | | | | | | | Among other things, makes it so that the test implementation files appear in the right places in the Xcode source tree (maybe helps on other platforms too -- haven't checked) BUG=none TEST=none Review URL: http://codereview.chromium.org/3571001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61125 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a sharedmpcomplete@chromium.org2010-09-301-0/+1
| | | | | | | | | | | data structure that all the different contexts have a handle to. BUG=56558 TEST=no functional change Review URL: http://codereview.chromium.org/3439017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61120 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Convert the page info window to a bubble.rsesek@chromium.org2010-09-301-0/+1
| | | | | | | | | BUG=52430,52916 TEST=Enable Page Info Bubble in about:labs and click on the lock icon. Review URL: http://codereview.chromium.org/3461016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61077 0039d316-1c4b-4281-b951-d872f2087c98
* When computing the list of hosts to use for install permissions and ↵erikkay@chromium.org2010-09-301-1/+0
| | | | | | | | | | | privilege increase checks, unique ignoring the RCD, so example.com + example.co.uk is treated as a single host. If an extension adds more international versions to its permission list it's not treated as a privilege increase. When the extension is installed initially, a smaller list of hostnames can be showed even if it's matching a large list of international domain variants. BUG=57042 TEST=ExtensionTest.IsPrivilegeIncrease,ExtensionTest.GetDistinctHosts Review URL: http://codereview.chromium.org/3598001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61065 0039d316-1c4b-4281-b951-d872f2087c98
* Add detailed speech descriptions for Chrome OS login screen accessibility dmazzoni@chromium.org2010-09-301-0/+1
| | | | | | | | | | | events. BUG=none TEST=Added new unittest: WizardAccessibilityHandlerTest Review URL: http://codereview.chromium.org/3223011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61062 0039d316-1c4b-4281-b951-d872f2087c98
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-291-0/+1
| | | | | | | | | | | | Implement ProduceVideoFrame() in GpuVideoDecoder and unit tests for testing the loginc in GpuVideoDecoder. BUG=53714 TEST=unit_tests --gtest_filter=GpuVideoDecoder* Review URL: http://codereview.chromium.org/3414003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60902 0039d316-1c4b-4281-b951-d872f2087c98
* Add safebrowsing test server into dependencies. Also added Readme.chromium ↵lzheng@chromium.org2010-09-281-0/+2
| | | | | | | | | | | for third party code inclusion and safe_browsing.gyp to specified the dependency between this test and proto buffer. TEST=none BUG=47318 Review URL: http://codereview.chromium.org/3475013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60810 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Refactor Canonicalize() method into base class to prepare for ↵cmasone@chromium.org2010-09-281-0/+1
| | | | | | | | | | | new Authenticator subclass BUG=chromium-os:4929 TEST=unit tests Review URL: http://codereview.chromium.org/3436031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60752 0039d316-1c4b-4281-b951-d872f2087c98
* sync_unit_tests: add test for unknown field retention.agl@chromium.org2010-09-271-0/+2
| | | | | | | | | | | | | | Retaining unknown fields is important for the sync protocol, so it's good to test that it's working. In the future, when we hopefully have a lite runtime with retention abilities, this test will make sure that we haven't broken anything. BUG=56579 TEST=sync_unit_tests http://codereview.chromium.org/3384024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60701 0039d316-1c4b-4281-b951-d872f2087c98
* Create DownloadStatusUpdater to keep track of download progressphajdan.jr@chromium.org2010-09-271-0/+1
| | | | | | | | | | | | | | | and update the application icon. We can't do that in DownloadManager because there are multiple DownloadManagers (one per Profile) and they would overwrite each other's updates. BUG=none TEST=none Review URL: http://codereview.chromium.org/3454018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60625 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 60556 (broke chrome, at least on linux) - Refactor, rename and ↵thakis@chromium.org2010-09-251-0/+2
| | | | | | | | | | | | | | | | | relocate ProfileSyncServiceTestHarness. ProfileSyncServiceTestHarness needs to support a specialization that can use a WaitableEvent instead of starting and stopping the UI Message loop. Required for automation provider support for sync. The class also needs to live in chrome/browser, instead of chrome/test, and could do with a rename. BUG=56460 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3492005 TBR=rsimha@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60584 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor, rename and relocate ProfileSyncServiceTestHarness.rsimha@chromium.org2010-09-251-2/+0
| | | | | | | | | | | | | ProfileSyncServiceTestHarness needs to support a specialization that can use a WaitableEvent instead of starting and stopping the UI Message loop. Required for automation provider support for sync. The class also needs to live in chrome/browser, instead of chrome/test, and could do with a rename. BUG=56460 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3492005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60556 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 60368 - Client-side phishing detection: grab snapshot of custom sized ↵noelutz@google.com2010-09-241-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | view. Client-side phishing detection needs to be able to take a snapshot of a particular page that has a constant size and aspect ratio (e.g., 1024x768). This CL adds a helper function (safe_browsing::GrabPhishingThumbnail) which re-sizes the view a given size, grabs the snapshot, and then re-sizes the view back to its previous size. Note: this function can be slow since it might re-layout the page twice. This function will only be called if we are very confident that the current page is a phishing site in which case we are OK with taking a slow snapshot. Also, this CL adds a test for the OnMsgPaintAtSize method in the RenderWidget since it does something very similar than the new Thumbnailer. BUG=None TEST=GrabPhishingThumbnail Review URL: http://codereview.chromium.org/3380001 TBR=noelutz@google.com Review URL: http://codereview.chromium.org/3439026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60536 0039d316-1c4b-4281-b951-d872f2087c98
* Add a unit test for web resource logo unpacking.mirandac@chromium.org2010-09-231-0/+1
| | | | | | | | BUG=none TEST=new unit test should pass. Review URL: http://codereview.chromium.org/3473013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60380 0039d316-1c4b-4281-b951-d872f2087c98
* Client-side phishing detection: grab snapshot of custom sized view.noelutz@google.com2010-09-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | Client-side phishing detection needs to be able to take a snapshot of a particular page that has a constant size and aspect ratio (e.g., 1024x768). This CL adds a helper function (safe_browsing::GrabPhishingThumbnail) which re-sizes the view a given size, grabs the snapshot, and then re-sizes the view back to its previous size. Note: this function can be slow since it might re-layout the page twice. This function will only be called if we are very confident that the current page is a phishing site in which case we are OK with taking a slow snapshot. Also, this CL adds a test for the OnMsgPaintAtSize method in the RenderWidget since it does something very similar than the new Thumbnailer. BUG=None TEST=GrabPhishingThumbnail Review URL: http://codereview.chromium.org/3380001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60368 0039d316-1c4b-4281-b951-d872f2087c98
* Use a scoped temp dir in browser_tests instead of deleting the default user ↵rohitrao@chromium.org2010-09-231-0/+2
| | | | | | | | | | data dir. BUG=None TEST=Less flake, I hope. Review URL: http://codereview.chromium.org/3443021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60335 0039d316-1c4b-4281-b951-d872f2087c98
* Move task manager code into a subdirectory.evan@chromium.org2010-09-231-2/+2
| | | | | | | | | BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3454028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60325 0039d316-1c4b-4281-b951-d872f2087c98
* Several resource related files are needed for windows build of ↵lzheng@chromium.org2010-09-231-0/+15
| | | | | | | | | | safe_browsing_tests. TEST=none BUG=none Review URL: http://codereview.chromium.org/3467007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60307 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up indexed databases to content settings.jochen@chromium.org2010-09-231-0/+4
| | | | | | | | | | | Step 2: add a browsing data helper for indexed databases. BUG=56248 TEST=CannedBrowsingDataIndexedDBHelperTest.*,BrowsingDataIndexedDBHelperTest.* Review URL: http://codereview.chromium.org/3468007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60270 0039d316-1c4b-4281-b951-d872f2087c98
* Add a PhishingClassifier implementation.bryner@chromium.org2010-09-221-0/+3
| | | | | | | | | | | | | | | | | The PhishingClassifier ties together the feature extractors and the scorer, and will be invoked by the RenderView when a page finishes loading. This change also makes the feature extractors have a non-owned pointer to the clock so that it can be shared, and fixes a problem where the DOM feature extractor cleared out any already-present features. BUG=none TEST=PhishingClassifierTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60082 Review URL: http://codereview.chromium.org/3452010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60220 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Infrastucture for doing offline/online login simultaneouslycmasone@google.com2010-09-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | These are meant to wrap and replace large chunks of code in GoogleAuthenticator, once I rewrite that code to do offline and online login at the same time. That's why there's some code that's still in GoogleAuthenticator that's refactored into some of these classes. Essentially, one creates an AuthAttemptState object, which will only allow its mutable contents to be read/written on the IO thread. Then, you pass it to an OnlineAttempt which, when done, stores results in the AuthAttemptState. You can do the same thing with the various CryptohomeOp classes. They call out over DBus to asynchronously do stuff with the user's cryptohome and then, when the callbacks come in, these object post a call over to the IO thread to update the contents of the AuthAttemptState instance they're holding on to. BUG=chromium-os:4929 TEST=unit testss Review URL: http://codereview.chromium.org/3407008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60190 0039d316-1c4b-4281-b951-d872f2087c98
* Remove one-time flags when restarting after update.finnur@chromium.org2010-09-221-0/+1
| | | | | | | | | BUG=53407 TEST=SwitchUtilsTest.AddRemoveSwitches Review URL: http://codereview.chromium.org/3307024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60161 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-221-1/+0
| | | | | | | | | | | WebKit API types. BUG=none TEST=none Review URL: http://codereview.chromium.org/3406008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60152 0039d316-1c4b-4281-b951-d872f2087c98
* Extend speech input bubble in Mac to display error messages with try-again ↵satish@chromium.org2010-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and cancel buttons. The SpeechInputBubbleImpl object now lives longer than the actual info bubble window, and allows the caller to create a bubble on screen or update with an error message when needed. When recording speech, the layout of controls are (vertical): - Label ('Speak now') - Icon (Mic or wait) - Button Bar (Horizontal, 1 button, 'Cancel') When showing a message, the layout of controls are (vertical): - Label (message text) - Button Bar (Horizontal, 2 buttons, 'Try Again' and 'Cancel') Also made a small correction to the info bubble's anchor point to get the arrow point at the correct starting point of the given element rect. XIB changes: - Added a 'try again' button and hooked it up to the tryAgainButton outlet in the controller - Moved position of the cancel button for easier editing in interface builder BUG=53598 TEST=manual, unplug mic and start recognition to check error message, and similarly give no speech to check. Review URL: http://codereview.chromium.org/3438002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60112 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 60082 - Add a PhishingClassifier implementation.rdsmith@chromium.org2010-09-211-3/+0
| | | | | | | | | | | | | | | | | | The PhishingClassifier ties together the feature extractors and the scorer, and will be invoked by the RenderView when a page finishes loading. This change also makes the feature extractors have a non-owned pointer to the clock so that it can be shared, and fixes a problem where the DOM feature extractor cleared out any already-present features. BUG=none TEST=PhishingClassifierTest Review URL: http://codereview.chromium.org/3452010 TBR=bryner@chromium.org Review URL: http://codereview.chromium.org/3436026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60091 0039d316-1c4b-4281-b951-d872f2087c98
* Add a PhishingClassifier implementation.bryner@chromium.org2010-09-211-0/+3
| | | | | | | | | | | | | | | The PhishingClassifier ties together the feature extractors and the scorer, and will be invoked by the RenderView when a page finishes loading. This change also makes the feature extractors have a non-owned pointer to the clock so that it can be shared, and fixes a problem where the DOM feature extractor cleared out any already-present features. BUG=none TEST=PhishingClassifierTest Review URL: http://codereview.chromium.org/3452010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60082 0039d316-1c4b-4281-b951-d872f2087c98
* Disable incremental linking on 32 bits toolset for safe_browsing_tests.maruel@chromium.org2010-09-201-0/+9
| | | | | | | | | | | | safe_browsing_tests is now too large to link on 32 bits toolset with incremental linking. TBR=apatrick TEST=none BUG=none Review URL: http://codereview.chromium.org/3402018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59947 0039d316-1c4b-4281-b951-d872f2087c98
* Refcount the host content settings map from the content exceptions table model.jochen@chromium.org2010-09-201-0/+1
| | | | | | | | | | | Otherwise, we run into a problem when the incognito profile goes away while the user is editing exceptions. BUG=51959 TEST=ContentExceptionsTableModelTest.* Review URL: http://codereview.chromium.org/3446013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59915 0039d316-1c4b-4281-b951-d872f2087c98
* Create test for safebrowsing_test lzheng@chromium.org2010-09-171-1/+33
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3383006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59865 0039d316-1c4b-4281-b951-d872f2087c98
* Remove vestigial cookie/web app permissions prompting UI now that the async ↵ben@chromium.org2010-09-171-3/+0
| | | | | | | | | | UI has been approved for M7.This allows me to more easily change the way the appmodal dialog system works. http://crbug.com/55121 TEST=existing tests Review URL: http://codereview.chromium.org/3299020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59838 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 59715 - Second try of http://codereview.chromium.org/3322009 since it ↵sky@chromium.org2010-09-171-0/+1
| | | | | | | | | | | | | | | | | | | | | got reverted. Added a media UI test case for fullscreen video implementation for Windows (which is not committed yet). However, it is currently disabled until the webkit patches are here. Also changed the other cases in media_uitest.cc to stop using Sleep() in test code. Instead, NotificationObserver and NotificationRegistrar are used. Thirdly, moved media_uitest.cc from ui_tests to interactive_ui_tests. TEST=ui_tests, interactive_ui_tests BUG=54838 Review URL: http://codereview.chromium.org/3407003 TBR=imcheng@chromium.org Review URL: http://codereview.chromium.org/3448008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59797 0039d316-1c4b-4281-b951-d872f2087c98
* Implement SearchProviderInstallData.levin@chromium.org2010-09-171-0/+1
| | | | | | | | | | | Support for Google base URL will be in another patch. BUG=38475 TEST=unit_tests --gtest_filter=SearchProviderInstallDataTest* Review URL: http://codereview.chromium.org/3403008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59765 0039d316-1c4b-4281-b951-d872f2087c98
* Fix problem with extension context menu items losing top-level icon.asargent@chromium.org2010-09-161-0/+1
| | | | | | | | | | | | | | | If an extension adds some context menu items, then removes them all, and adds some more, instead of their actual icon the new items will get the default extension icon in context menus. This is because we use the caching feature of ImageLoadingTracker and get an immediate callback from LoadImage before we've put the request in pending_icons_. BUG=53543 TEST=Steps are outlined in bug report. Review URL: http://codereview.chromium.org/3425007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59726 0039d316-1c4b-4281-b951-d872f2087c98
* Second try of http://codereview.chromium.org/3322009 since it got reverted.imcheng@chromium.org2010-09-161-1/+0
| | | | | | | | | | | | | | | | Added a media UI test case for fullscreen video implementation for Windows (which is not committed yet). However, it is currently disabled until the webkit patches are here. Also changed the other cases in media_uitest.cc to stop using Sleep() in test code. Instead, NotificationObserver and NotificationRegistrar are used. Thirdly, moved media_uitest.cc from ui_tests to interactive_ui_tests. TEST=ui_tests, interactive_ui_tests BUG=54838 Review URL: http://codereview.chromium.org/3407003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59715 0039d316-1c4b-4281-b951-d872f2087c98
* Make a utility test class that is useful to any code which is trying to createlevin@chromium.org2010-09-161-0/+2
| | | | | | | | | | | | | | | | | a TemplateURLModel and persist it. This only affects test code and should have no functionality change (just code re-arrangement). This change prepares the way for an implementation of SearchProviderInstallData and a unit test for it. BUG=38475 TEST=unit_tests --gtest_filter=Temp* Review URL: http://codereview.chromium.org/3422006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59689 0039d316-1c4b-4281-b951-d872f2087c98
* Test shell impl for WebKit's File System API:BUG=52799TEST=nonekkanetkar@chromium.org2010-09-161-1/+1
| | | | | | | | | | | Also refactored a bunch of code from chrome/browser to webkit/fileapi for reuse. Added class hierarchy. Test shell and browser operations now inherit from common webkit/fileapi/file_system_operation. Review URL: http://codereview.chromium.org/3186009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59616 0039d316-1c4b-4281-b951-d872f2087c98
* Factor an ExtensionIconSet class out of Extension. This canaa@chromium.org2010-09-161-0/+1
| | | | | | | | | | | | | | be passed to the IO thread or into renderers, where its functionality can be reused without having to reimplement. This will be used in the fix for bug 53495. BUG=53495 TEST=unit_tests --gtest_filter=Extension* Review URL: http://codereview.chromium.org/3432001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59597 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add per-plugin exceptions to content settings.bauerb@chromium.org2010-09-151-0/+3
| | | | | | | | | | | | | | | Screenshot: http://www.dropmocks.com/mXMd I'm adding a subclass of NSArrayController, TableModelArrayController, that binds to a RemoveRowsTableModel that can use groups and displays them using group rows in an NSTableView. This cleans up SimpleContentExceptionsWindowController a lot, and the class could also be used for other table models that use groups (keyword editor and autofill). XIB changes: In SimpleContentExceptionsWindow.xib, bind table view to TableModelArrayController instead of using the dataSource outlet. Buttons call actions on TableModelArrayController, and table view delegate also points to it. BUG=39252 TEST=SimpleContentExceptionsWindowControllerTest.*:TableModelArrayControllerTest.*:PluginExceptionsTableModelTest.* Review URL: http://codereview.chromium.org/3327016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59501 0039d316-1c4b-4281-b951-d872f2087c98
* Add a scorer class for client-side phishing detection.noelutz@google.com2010-09-141-0/+1
| | | | | | | | | | | | | | | | | | The Scorer class loads a machine learning model and lets you compute a phishing score for a set of features that were extracted from the current page. The phishing score corresponds to the probability that the page is phishing. The features are extracted by the various feature extractor classes that live in the same folder. The current format of the model is a protocol buffer (see: client_mode.proto). BUG=NONE TEST=PhishingScorerTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=59019 Review URL: http://codereview.chromium.org/3363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59434 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 59409 - GTTF: Move browser_tests test launcher timeout to ↵phajdan.jr@chromium.org2010-09-141-0/+1
| | | | | | | | | | | | | | chrome/test/test_timeouts BUG=none TEST=browser_tests Review URL: http://codereview.chromium.org/3327023 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3440002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59426 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Move browser_tests test launcher timeout to chrome/test/test_timeoutsphajdan.jr@chromium.org2010-09-141-1/+0
| | | | | | | | | BUG=none TEST=browser_tests Review URL: http://codereview.chromium.org/3327023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59409 0039d316-1c4b-4281-b951-d872f2087c98
* Add a helper class to use with SignedSettings.xiyuan@chromium.org2010-09-141-0/+1
| | | | | | | | | | | | | | | - Add a SignedSettingsHelper that serializes all SignedSettings ops, provides a unified callback interface and allows canceling callback of requested ops; - Move MockOwnershipService into a header file; - Add a unit test for SignedSettingsHelper; BUG=chromium-os:968 TEST=none. This is still plumbing work required users options ui. Review URL: http://codereview.chromium.org/3373008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59380 0039d316-1c4b-4281-b951-d872f2087c98
* Fix flaky linking of reliability_tests by turning off incremental linking.jeanluc@google.com2010-09-131-0/+9
| | | | | | | | | TEST=Link reliability_tests BUG=55440 Review URL: http://codereview.chromium.org/3368015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59274 0039d316-1c4b-4281-b951-d872f2087c98
* Add a browser test for popup blocker to test blank-post blocked. For the ↵jnd@google.com2010-09-131-0/+1
| | | | | | | | | | | details, please refer to https://bugs.webkit.org/show_bug.cgi?id=44969. BUG=34414 test=popup-blocked-to-post-blank Review URL: http://codereview.chromium.org/3291012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59215 0039d316-1c4b-4281-b951-d872f2087c98