summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the mock headers file for 'test_case.html' to the destination directory ↵bbudge@google.com2011-12-012-9/+27
| | | | | | | | | | | so cross-origin requests don't fail. Re-enable cross-origin tests. BUG=103690 TEST=ui_tests, --gtest_filter=PPAPITest.URLLoader* Review URL: http://codereview.chromium.org/8692015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112364 0039d316-1c4b-4281-b951-d872f2087c98
* Simple cleanup to avoid needing to worry about having a reference to a ↵ajwong@chromium.org2011-12-012-7/+7
| | | | | | | | | | | | deleted string. BUG=none TEST=existing Review URL: http://codereview.chromium.org/8537029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112363 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: More random cleanups.jhawkins@chromium.org2011-12-016-85/+60
| | | | | | | | | | | BUG=none TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/8734017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112362 0039d316-1c4b-4281-b951-d872f2087c98
* Rename navigation_types.h to navigation_type.h to match the rest of the enum ↵jam@chromium.org2011-12-017-9/+9
| | | | | | | | | files. BUG=98716 Review URL: http://codereview.chromium.org/8758011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112361 0039d316-1c4b-4281-b951-d872f2087c98
* Check $? of 'make' before a 'set -e' call. Else it is overridden.jrg@google.com2011-12-011-1/+1
| | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/8758007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112360 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AppApiTest.AppProcessRedirectBack on auraoshima@chromium.org2011-12-011-1/+7
| | | | | | | | | | | | The test timeouts occasionally on aura. BUG=105957 TEST=none Review URL: http://codereview.chromium.org/8760002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112359 0039d316-1c4b-4281-b951-d872f2087c98
* Save the oauth client id used in App Notification setupasargent@chromium.org2011-12-0117-56/+210
| | | | | | | | | | | | | | We're also syncing this value, which has the nice side effect of letting us get rid of the "setup done" boolean we were planning on using. BUG=105682 TEST=Setting up app notifications should leave a "app_notif_client_id" key in your Preferences file in the extensions section associated with the app in question. Review URL: http://codereview.chromium.org/8727024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112357 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Add a test for PPB_AudioConfig failure cases.viettrungluu@chromium.org2011-12-014-13/+48
| | | | | | | | | | Also rename "Everything" to "ValidConfigs" and update the (Mac) Valgrind exclusion. And preemptively add an exclusion for the new test. :( Review URL: http://codereview.chromium.org/8742026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112356 0039d316-1c4b-4281-b951-d872f2087c98
* Do not create shortcuts on Windows if the "no-first-run" switch is on.mirandac@chromium.org2011-12-011-3/+7
| | | | | | | | | BUG=105882 TEST=see bug. Review URL: http://codereview.chromium.org/8741023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112355 0039d316-1c4b-4281-b951-d872f2087c98
* Add TraceAnalyzer support for calculating common event rate statisticsjbates@chromium.org2011-12-013-0/+89
| | | | | | Review URL: http://codereview.chromium.org/8678035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112354 0039d316-1c4b-4281-b951-d872f2087c98
* Move the ProcessType enum out to its own file. This is in preparation for ↵jam@chromium.org2011-12-0150-224/+264
| | | | | | | | | getting rid of ChildProcessInfo. BUG=98716 Review URL: http://codereview.chromium.org/8760011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112353 0039d316-1c4b-4281-b951-d872f2087c98
* add missing CONTENT_EXPORTisherman@chromium.org2011-12-011-1/+2
| | | | | | | | BUG=build fix Review URL: http://codereview.chromium.org/8762013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112352 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to test git-svn config update.msw@chromium.org2011-12-011-1/+1
| | | | | | | | | | | | | After some ChromeOS setup, my CLs are landed via msw@google.com. I update my git-svn auth to hopefully restore msw@chromium.org. This change just tests my fix. BUG=none TEST=none Review URL: http://codereview.chromium.org/8762011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112350 0039d316-1c4b-4281-b951-d872f2087c98
* Disable plugins.PluginsTest.testBlockPluginExceptionvenkataramana@google.com2011-12-011-0/+2
| | | | | | | | BUG=105632 TEST=NONE Review URL: http://codereview.chromium.org/8761008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112349 0039d316-1c4b-4281-b951-d872f2087c98
* Allow IndexedDB to send messages from any thread in the renderer process, ↵dgrogan@chromium.org2011-12-017-74/+61
| | | | | | | | | | | | not just the main thread. BUG=64054 TEST= Review URL: http://codereview.chromium.org/8745003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112348 0039d316-1c4b-4281-b951-d872f2087c98
* Add test extensions for browser/page actions.frankf@google.com2011-12-0113-0/+106
| | | | | | | | | | TEST=None BUG=chromium:104530 TBR=dennisjeffrey@chromium.org Review URL: http://codereview.chromium.org/8764009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112347 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old REMOTING strings from generated_resources.grd .sergeyu@chromium.org2011-12-011-6/+0
| | | | | | Review URL: http://codereview.chromium.org/8742024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112346 0039d316-1c4b-4281-b951-d872f2087c98
* Renderer reading side of gamepadscottmg@chromium.org2011-12-0120-116/+426
| | | | | | | | | | | | | | | | | | | The is the glue code that reads from the shared memory buffer on the renderer side. The writer is a background thread the browser. The data here is returned back up into WebKit code via the Chromium port. The writer on the browser side was in this patch: http://codereview.chromium.org/8568029/ And the rest of the related gamepad changes are here: http://codereview.chromium.org/8345027/ BUG=79050 Review URL: http://codereview.chromium.org/8689011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112345 0039d316-1c4b-4281-b951-d872f2087c98
* Split accessible bounds calculation into two methods, one to retrievedmazzoni@chromium.org2011-11-304-16/+26
| | | | | | | | | | | | | | the local bounds for Mac, and one to retrieve the global bounds for Windows. This fixes a problem where VoiceOver was showing the incorrect bounds when the window is scrolled. BUG=105906 TEST=manual testing with VoiceOver. Review URL: http://codereview.chromium.org/8746022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112344 0039d316-1c4b-4281-b951-d872f2087c98
* The Mac accessibility impl should defer to BrowserAccessibilityManagerdmazzoni@chromium.org2011-11-301-1/+2
| | | | | | | | | | | | | | | to determine if a node has focus, not the element's state (which goes stale too quickly - that's how we enforce that only one element is focused at once). That was preventing VoiceOver from notifying us when it wanted to set focus, because it thought a node already had focus when it didn't. BUG=105923 TEST=Use Chrome with VoiceOver, use VoiceOver navigation keys to browse focusable elements repeatedly. Review URL: http://codereview.chromium.org/8749014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112343 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete UserSettings classrlarocque@chromium.org2011-11-306-882/+0
| | | | | | | | | | BUG=105076 TEST= Review URL: http://codereview.chromium.org/8636020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112342 0039d316-1c4b-4281-b951-d872f2087c98
* Change watchlist email alias for dhollowadhollowa@chromium.org2011-11-301-6/+8
| | | | | | | | | | | Changes watchlist alias to dhollowa+watch from dhollowa. BUG=none TEST=watchlists.py ui/gfx/compositor/layer.h etc. Review URL: http://codereview.chromium.org/8761002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112341 0039d316-1c4b-4281-b951-d872f2087c98
* Update flapper manifests in test datapiman@chromium.org2011-11-304-50/+62
| | | | | | | | | BUG=None TEST=unit_tests/PepperFlashTest Review URL: http://codereview.chromium.org/8763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112340 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: speculative fix for bug 105759 based on the assumption that we have a ↵mdm@chromium.org2011-11-301-1/+4
| | | | | | | | | realm with an empty path. BUG=105759 Review URL: http://codereview.chromium.org/8733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112339 0039d316-1c4b-4281-b951-d872f2087c98
* Maximize windows when double clicking their title bar.ben@chromium.org2011-11-307-11/+86
| | | | | | | | | | Note that this won't work on Linux until we crack double clicks from XEvents. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/8755003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112338 0039d316-1c4b-4281-b951-d872f2087c98
* Let NotificationTypeToRealModelType() handle APP_SETTINGS correctly.thakis@chromium.org2011-11-301-2/+4
| | | | | | | | | | | | | Change the function so that the compiler can catch problems like this in the future. BUG=none TEST=none TBR=akalin Review URL: http://codereview.chromium.org/8753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112337 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Add a hash to the entry's internal data.rvargas@google.com2011-11-3020-192/+38
| | | | | | | | | | | | EntryStore and RankingsNode now have a new member that verifies that whatever we read from disk is what we wrote before. BUG=100125 TEST=none Review URL: http://codereview.chromium.org/8658001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112336 0039d316-1c4b-4281-b951-d872f2087c98
* Add dhollowa to aura related watchlists.dhollowa@chromium.org2011-11-301-4/+9
| | | | | | | | | | | Adds dhollowa to aura related watchlists. BUG=none TEST=watchlists.py ui/gfx/compositor/layer.h etc. Review URL: http://codereview.chromium.org/8741026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112335 0039d316-1c4b-4281-b951-d872f2087c98
* Update these manifest.json files to mainfest_version 2abarth@chromium.org2011-11-3017-263/+305
| | | | | | | | BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8760001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112334 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-30191-201/+202
| | | | | | | | | | BUG=104039 R=ben@chromium.org TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8742030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112333 0039d316-1c4b-4281-b951-d872f2087c98
* Cache GAIA profile picture URLsail@chromium.org2011-11-3010-13/+98
| | | | | | | | | | | With this CL we now cache the GAIA profile picture URL to avoid downloading the picture multiple times. BUG=91241, http://code.google.com/p/chromium-os/issues/detail?id=23579 TEST= Review URL: http://codereview.chromium.org/8742009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112332 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up some indentation and explicits that got missed in code review.wez@chromium.org2011-11-301-8/+9
| | | | | | Review URL: http://codereview.chromium.org/8741028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112331 0039d316-1c4b-4281-b951-d872f2087c98
* Newline at EOFisherman@chromium.org2011-11-301-1/+1
| | | | | | | | | | BUG= TEST= TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8762010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112330 0039d316-1c4b-4281-b951-d872f2087c98
* Disable autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountryvenkataramana@google.com2011-11-301-0/+1
| | | | | | | | BUG=105948 TEST=NONE Review URL: http://codereview.chromium.org/8762008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112329 0039d316-1c4b-4281-b951-d872f2087c98
* Complete unrevertisherman@chromium.org2011-11-302-0/+26
| | | | | | | | | | BUG= TEST= TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8760014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112328 0039d316-1c4b-4281-b951-d872f2087c98
* Move border_contents_unittest.cc to ui/views/bubble/.msw@google.com2011-11-303-10/+10
| | | | | | | | | BUG=97248 TEST=none Review URL: http://codereview.chromium.org/8754003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112326 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-301-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112325 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112319 - Revert 112305 - Pull the phone library directly. Delete old ↵isherman@chromium.org2011-11-305-65/+65
| | | | | | | | | | | | | | | | version. TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8759004 TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/8757005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112324 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase the MessageBubble on the new views bubble.msw@google.com2011-11-3010-278/+139
| | | | | | | | | | | | Views screen locker password errors and the 3G promo bubble looks good; except: I filed crosbug.com/23324 for ScreenLockerViews MouseEventRelay. BUG=98322 TEST=MessageBubbles work as before (screen locker password errors, 3G MobileDataPromo). Review URL: http://codereview.chromium.org/8557005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112321 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-301-6/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112320 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112305 - Pull the phone library directly. Delete old version.isherman@chromium.org2011-11-307-91/+65
| | | | | | | | | | | TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8759004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112319 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112178 - [Sync] Make syncer commands avoid posting tasks on threads ↵akalin@chromium.org2011-11-3035-807/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | with no work to do Add abstract GetGroupsToChange() method to ModelChangingSyncerCommand. Use that to figure out which worker threads to post work on (instead of posting on all of them). Implement GetGroupsToChange() for each ModelChangingSyncerCommand. Add GetEnabledGroups() and GetEnabledGroupsWithConflicts() functions to SyncSession. Key unapplied updates index by type for ApplyUpdatesCommand. Make the abstract methods of ModelChangingSyncerCommand protected. BUG=97832 TEST= Review URL: http://codereview.chromium.org/8637006 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/8758006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112318 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112034 - Add win_shared and linux_shared builder into the default try ↵ajwong@chromium.org2011-11-301-1/+1
| | | | | | | | | | | | | | | | bot set. Component builds breakages are easy to introduce because you can accidentally add a cross-component dependency without any warning if you're doing a normal static build. BUG=105750 TEST=none Review URL: http://codereview.chromium.org/8726043 TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/8762005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112317 0039d316-1c4b-4281-b951-d872f2087c98
* Fix testProcessCountCombination on Macnirnimesh@chromium.org2011-11-301-15/+8
| | | | | | | | | | | | | Exclude GPU processes from the counts since they can pop-in any time. BUG=None TEST=testProcessCountCombination R=dennisjeffrey@chromium.org Review URL: http://codereview.chromium.org/8759003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112315 0039d316-1c4b-4281-b951-d872f2087c98
* add crypto module password dialog view and test.alicet@chromium.org2011-11-308-261/+406
| | | | | | | | | | | | move cryto_module_password_dialog.cc out of gtk dir into cyrpto_module_password_dialog_view.cc and crypto_module_password_dialog.cc. crypto_module_password_dialog_view.cc needs views lib, and so it is not linked into all platform. BUG=97844 TEST=None Review URL: http://codereview.chromium.org/8115020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112314 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor PanelManager to create PanelStrip.jennb@chromium.org2011-11-3011-615/+960
| | | | | | | | | | | | * Added TestPanelMouseWatcher utility to help tests simulate mouse movements. * Separated out PanelBrowserTest.MinimizeRestore into 3 tests to make it easier to tell which part is failing when it fails. BUG=None TEST=Panel*Test.*Changed header guard. Review URL: http://codereview.chromium.org/8744005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112313 0039d316-1c4b-4281-b951-d872f2087c98
* Don't make ServiceChildProcessHost derive from ChildProcessInfo. It didn't ↵jam@chromium.org2011-11-303-17/+18
| | | | | | | | | really need to. This is needed since code in chrome will only be able to see interfaces from content's public API. BUG=98716 Review URL: http://codereview.chromium.org/8755002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112312 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove an unneeded dependency.thestig@chromium.org2011-11-301-9/+7
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8666015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112311 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Remove a suppression since the leak has been fixed.thestig@chromium.org2011-11-301-21/+0
| | | | | | | | BUG=104760 TEST=none Review URL: http://codereview.chromium.org/8745019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112310 0039d316-1c4b-4281-b951-d872f2087c98
* update dependencies in preparation for glue being a componentdpranke@chromium.org2011-11-304-0/+24
| | | | | | | | | | R=darin@chromium.org BUG=98755 TEST=waterfall stays green Review URL: http://codereview.chromium.org/8741002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112309 0039d316-1c4b-4281-b951-d872f2087c98