summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* Convert DOM Storage's UI test to a browser_test. browser_tests are sharded ↵jam@chromium.org2012-03-313-229/+165
| | | | | | | | | and run quicker, and are generally less flaky than ui tests. They'll also be portable to content_browsertest once we have it. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/9969033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130003 0039d316-1c4b-4281-b951-d872f2087c98
* Isolate the failing IDB layout test and mark it as FAILS.dgrogan@chromium.org2012-03-301-2/+5
| | | | | | | | | BUG=120924 TEST= Review URL: https://chromiumcodereview.appspot.com/9950027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129997 0039d316-1c4b-4281-b951-d872f2087c98
* Removing NOTIMPLEMENTED statements from RendererMainPlatformDelegateAndroid.jcivelli@chromium.org2012-03-301-5/+0
| | | | | | | | | | | | On Android there is nothing to do in that delegate. BUG=None TEST=None Review URL: http://codereview.chromium.org/9956026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129983 0039d316-1c4b-4281-b951-d872f2087c98
* Implement GetShaderPrecisionFormatzmo@google.com2012-03-302-5/+7
| | | | | | | | | | | This is chromium side hookup BUG= TEST= R=gman Review URL: https://chromiumcodereview.appspot.com/9959042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129976 0039d316-1c4b-4281-b951-d872f2087c98
* Mac content shell: fix GPU accelerationavi@chromium.org2012-03-306-25/+76
| | | | | | | | | BUG=120772 TEST=site in bug works in content shell on Mac. Review URL: https://chromiumcodereview.appspot.com/9969010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129961 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the media and audio UI test to a browser_test. browser_tests are ↵jam@chromium.org2012-03-303-1/+245
| | | | | | | | | sharded and run quicker, and are generally less flaky than ui tests. They'll also be portable to content_browsertest once we have it. BUG=90448,117828 Review URL: https://chromiumcodereview.appspot.com/9959028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129958 0039d316-1c4b-4281-b951-d872f2087c98
* Convert AppCache's UI test to a browser_test. browser_tests are sharded and ↵jam@chromium.org2012-03-301-23/+13
| | | | | | | | | | | run quicker, and are generally less flaky than ui tests. They'll also be portable to content_browsertest once we have it. I've left these tests as disabled because some of them hang (even under ui_tests). BUG=90448 Review URL: https://chromiumcodereview.appspot.com/9959024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129948 0039d316-1c4b-4281-b951-d872f2087c98
* IPC: change sync channel dispatch restriction to allow dispatch to other ↵piman@chromium.org2012-03-303-2/+31
| | | | | | | | | | | | | channels within the same "group" This prevents 4-way deadlocks with 2 renderers talking to 2 different pepper plugins. BUG=120530 TEST=RestrictedDispatch4WayDeadlock, load chromeos chrome with 2 gmail tabs (on 2 domains), quit and restore session multiple times. Review URL: https://chromiumcodereview.appspot.com/9917002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129944 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Fix crash when clicking on discarded tabjamescook@chromium.org2012-03-301-1/+4
| | | | | | | | | | | In out of memory conditions Chrome OS R19 will "discard" tabs that have not been recently used. The page is reloaded when the user selects the tab in the tab strip. We're seeing occasional crashes in the field in the tab reload code due to null site instance pointers in the navigation controller. This might have been caused by crrev.com/120007 which added the use of site instance. I have no in-house repro for this crash but I have a user who can trigger it reliably -- we'll see if this patch helps her. BUG=119068 TEST=crash reports should go down Review URL: https://chromiumcodereview.appspot.com/9802047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129940 0039d316-1c4b-4281-b951-d872f2087c98
* Remove executable bit that was added to shell_javascript_dialog_win.cc by ↵mihaip@chromium.org2012-03-301-0/+0
| | | | | | | | | | r129904. TBR=cem.kocagil@gmail.com Review URL: https://chromiumcodereview.appspot.com/9959035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129926 0039d316-1c4b-4281-b951-d872f2087c98
* Add JavaScript dialogs functionality to content_shell on Windowscem.kocagil@gmail.com2012-03-307-7/+205
| | | | | | | | | | BUG=120155 TEST=JavaScript dialogs should work in content_shell on Windows Review URL: http://codereview.chromium.org/9918013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129904 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify comment in OWNERS and also port over the owners from chrome\testjam@chromium.org2012-03-301-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129884 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS files for content/test and content/test/datatommi@chromium.org2012-03-302-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9956024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129880 0039d316-1c4b-4281-b951-d872f2087c98
* Don't set single monitor manager under multi monitor environment.oshima@chromium.org2012-03-301-0/+4
| | | | | | | | | BUG=28581 TEST=none Review URL: https://chromiumcodereview.appspot.com/9923027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129867 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 128927 - Fixing a problem, where a hung renderer process is not ↵laforge@chromium.org2012-03-307-190/+8
| | | | | | | | | | | | | | | | killed when navigating away Original review: https://chromiumcodereview.appspot.com/9514016/ BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: http://codereview.chromium.org/9813021 TBR=nasko@chromium.org Review URL: https://chromiumcodereview.appspot.com/9969014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129863 0039d316-1c4b-4281-b951-d872f2087c98
* Add svn:eol-style on shell.rc so trybots can patch it. TBR=avijam@chromium.org2012-03-301-72/+72
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129862 0039d316-1c4b-4281-b951-d872f2087c98
* Add skeleton of content shell for android.satish@chromium.org2012-03-305-1/+124
| | | | | | | | | | | | | This is heavily based on http://codereview.chromium.org/9834037/ which added an APK-based test runner for android. This CL adds a content_shell_apk target for android containing an empty activity. BUG=118591 TEST=build/test/install ContentShell-debug.apk on device Review URL: http://codereview.chromium.org/9860032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129831 0039d316-1c4b-4281-b951-d872f2087c98
* Add methods to close individual or all open windows to Shelljochen@chromium.org2012-03-308-16/+49
| | | | | | | | | BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/9909015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129828 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129818 - Pick up and adjust to version of grit where default is no ↵joi@chromium.org2012-03-301-1/+0
| | | | | | | | | | | | | | | resource_ids file. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129619 Review URL: https://chromiumcodereview.appspot.com/9875019 TBR=joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/9959009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129823 0039d316-1c4b-4281-b951-d872f2087c98
* Fix GL resource sharinggman@chromium.org2012-03-302-6/+14
| | | | | | | | | | | | | | | | | | | | There were 2 bugs. 1) content_gl_context.cc should have been setting bind_generates_resource to false. It should be false for everything but pepper. 2) bind_generates_resource was not getting propogated to the GPU process. TEST=ran in debugger to see that bind_generates_resource is correctly set to false in GPU process BUG=none R=apatrick@chromium.org Review URL: http://codereview.chromium.org/9932002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129822 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up and adjust to version of grit where default is no resource_ids file.joi@chromium.org2012-03-301-0/+1
| | | | | | | | | | BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129619 Review URL: https://chromiumcodereview.appspot.com/9875019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129818 0039d316-1c4b-4281-b951-d872f2087c98
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-3021-27/+26
| | | | | | | | | Originally landed as: http://src.chromium.org/viewvc/chrome?view=rev&revision=129752 Reverted in: http://src.chromium.org/viewvc/chrome?view=rev&revision=129765 Review URL: http://codereview.chromium.org/9863027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129816 0039d316-1c4b-4281-b951-d872f2087c98
* Swap fallback order to search LayoutTests directorytoyoshim@chromium.org2012-03-301-5/+5
| | | | | | | | | | | | | | | | | | | | Some old trybots have invalid WebKit/LayoutTests directory which is not up to date. If the query function found the invalid old directory, all layout tests fail as a result. Also Some developers have an old LayoutTests directory because they follow a wiki instruction and disable syncing it for speed-up. Essentially, fallback order is not a problem, but reversed order must be safer than current order and save developers from in stuck of useless trouble. BUG=107836, 105104 TEST=browser_tests; ui_tests Review URL: http://codereview.chromium.org/9186033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129815 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run WorkerTest.LimitTotal on machines with less than 8GB ram. With 4GB ↵jam@chromium.org2012-03-301-6/+7
| | | | | | | | | (i.e. 32 bit machines), this test runs out of memory (!). BUG=36800 Review URL: https://chromiumcodereview.appspot.com/9950006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129792 0039d316-1c4b-4281-b951-d872f2087c98
* Change IndexedDBLayoutTest.IndexTests from DISABLED to FLAKYdgrogan@chromium.org2012-03-301-1/+1
| | | | | | | | | | | | | | | Can't reproduce the failures locally, want to see what happens on the bot with jam's additional logging. I'll be watching it, feel free to re-disable if it's still marked flaky in a few days. BUG=120924 TBR=jsbell@chromium.org Review URL: https://chromiumcodereview.appspot.com/9956009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129776 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129752 - Replace the unnecessary VDA::Profile typedef with ↵mihaip@chromium.org2012-03-3019-24/+25
| | | | | | | | | | | media::VideoCodecProfile Review URL: http://codereview.chromium.org/9863027 TBR=fischman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9937008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129765 0039d316-1c4b-4281-b951-d872f2087c98
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-3019-25/+24
| | | | | | Review URL: http://codereview.chromium.org/9863027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129752 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky testsjam@chromium.org2012-03-291-8/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129708 0039d316-1c4b-4281-b951-d872f2087c98
* Add logging to see why WorkerTest.LimitTotal is hanging on XP buildbots. ↵jam@chromium.org2012-03-292-0/+7
| | | | | | | | | | Also add more logging to InProcessBrowserLayoutTest. BUG=36800 TBR=atwilson Review URL: https://chromiumcodereview.appspot.com/9924021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129675 0039d316-1c4b-4281-b951-d872f2087c98
* Adding command line switch --gpu-swap-delay to artificially slow down thejunov@google.com2012-03-291-1/+18
| | | | | | | | | | GPU process to simulate slow GPUs. BUG=120469 TEST=None Review URL: https://chromiumcodereview.appspot.com/9866053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129673 0039d316-1c4b-4281-b951-d872f2087c98
* Disable WorkerHttpLayoutTest on Mac since I saw it flake once on my try run ↵jam@chromium.org2012-03-291-0/+5
| | | | | | | | | | (out of a few runs) and now on buildbot. It seems to be an issue with starting the HTTP server. BUG=16934 TBR=atwison Review URL: https://chromiumcodereview.appspot.com/9921025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129664 0039d316-1c4b-4281-b951-d872f2087c98
* Disable IndexedDBLayoutTest.IndexTests, since it frequently times out on the ↵mihaip@chromium.org2012-03-291-1/+2
| | | | | | | | | | | Linux shared bot. BUG=120924 TBR=jsbell@chromium.org Review URL: https://chromiumcodereview.appspot.com/9918022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129661 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: use proper URLRequestContextGetter in remote debugging proxy.pfeldman@chromium.org2012-03-296-20/+23
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9911014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129648 0039d316-1c4b-4281-b951-d872f2087c98
* Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, ↵jam@chromium.org2012-03-297-657/+630
| | | | | | | | | | | | | browser_tests are faster, less flaky and sharded. They're also portable to content_browsertests once we have it. A bunch of these tests have bitrotted because they've been disabled for so long, so there are a number of fixes throughout (some were checked into WebKit). I'll keep an eye out on flakiness of the renabled tests and disable if necessary. I haven't seen any flakiness when running them now dozens of times on my Win/Mac/Linux, so I'm renabling all disabled tests (36!). I'll keep a close eye on the tree and flakiness dashboard afterwards. BUG=98716,48148,69881,70861,59786,36800,35965,36555,101996,34996,16934,22599 Review URL: https://chromiumcodereview.appspot.com/9802025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129641 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129627 - Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-298-108/+52
| | | | | | | | | | BUG=119250 Review URL: https://chromiumcodereview.appspot.com/9838083 TBR=jschuh@chromium.org Review URL: https://chromiumcodereview.appspot.com/9924010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129629 0039d316-1c4b-4281-b951-d872f2087c98
* Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-298-52/+108
| | | | | | | BUG=119250 Review URL: https://chromiumcodereview.appspot.com/9838083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129627 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 129619 - Pick up and adjust to version of grit where default is no ↵joi@chromium.org2012-03-291-1/+0
| | | | | | | | | | | | | resource_ids file. BUG=none Review URL: https://chromiumcodereview.appspot.com/9875019 TBR=joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/9924007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129621 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up and adjust to version of grit where default is no resource_ids file.joi@chromium.org2012-03-291-0/+1
| | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/9875019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129619 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a regression on speech arisen after r129173 .primiano@chromium.org2012-03-292-2/+6
| | | | | | | | | | | Made OnAudioClosed a member of SpeechRecognizerImpl. In this way, the closure used in the call to audio_controller_->Close() will hold a reference on SpeechRecognizerImpl until the Close has finished. Without this, the OnData method might be called from the audio thread after the object has been destructed. BUG=120173 TEST=none. Review URL: https://chromiumcodereview.appspot.com/9791070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129606 0039d316-1c4b-4281-b951-d872f2087c98
* Added the command line flag that enables CSS Shaders: "--enable-css-shaders".achicu@adobe.com2012-03-294-1/+7
| | | | | | | | | BUG=119861 TEST= Review URL: http://codereview.chromium.org/9839073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129598 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing incorrect log message after successful SetSendBufferSize.mallinath@chromium.org2012-03-291-1/+1
| | | | | | | | BUG=none Review URL: http://codereview.chromium.org/9873037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129593 0039d316-1c4b-4281-b951-d872f2087c98
* Add ShellNetworkDelegate so content_shell can use cookies (again)jochen@chromium.org2012-03-295-2/+155
| | | | | | | | | BUG=none TEST=try to log in to some site using content_shell Review URL: https://chromiumcodereview.appspot.com/9701023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129589 0039d316-1c4b-4281-b951-d872f2087c98
* Move the Sudden Motion Sensor library into third_party.hans@chromium.org2012-03-294-446/+22
| | | | | | | | | BUG=118913 TEST=manual (see instructions at http://code.google.com/p/chromium/issues/detail?id=44654#c11) Review URL: https://chromiumcodereview.appspot.com/9844020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129588 0039d316-1c4b-4281-b951-d872f2087c98
* Adds OWNERS file for content/test/data/accessibility.dtseng@chromium.org2012-03-291-0/+3
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9913001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129580 0039d316-1c4b-4281-b951-d872f2087c98
* Make it so that allow_js_access: false can be used with background pages ↵mihaip@chromium.org2012-03-2911-20/+43
| | | | | | | | | | | | | | | created by window.open. We want attempts to create those windows to succeed, but the window.open call should still return null. This is accomplished by opening the background contents in another process, in the same manner as r125180. BUG=120446 R=creis@chromium.org Review URL: http://codereview.chromium.org/9837074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129574 0039d316-1c4b-4281-b951-d872f2087c98
* Move ATI driver version collection back to UI thread.zmo@chromium.org2012-03-291-8/+10
| | | | | | | | | BUG=115212 TEST= Review URL: http://codereview.chromium.org/9895002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129570 0039d316-1c4b-4281-b951-d872f2087c98
* Run indexeddb layout tests as browser tests.dgrogan@chromium.org2012-03-291-4/+75
| | | | | | | | | | BUG=118499 TEST= Review URL: http://codereview.chromium.org/9834072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129566 0039d316-1c4b-4281-b951-d872f2087c98
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-291-0/+1
| | | | | | | | | | | | | | | | | | The idea is if you don't pass a ShareGroup it will make one. Otherwise you can do new_gles2_impl = new GLES2Implemetation( ..., some_other_gles2_impl_in_same_process->share_group(), ...); TEST=unit test BUG=120297 TBR=nfullgar@google.com,brettw@chromium.org Review URL: http://codereview.chromium.org/9837124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129555 0039d316-1c4b-4281-b951-d872f2087c98
* keep a reference of io_message_loop_proxy in case VideoCaptureImpl outlives ↵wjia@chromium.org2012-03-292-38/+33
| | | | | | | | io thread. Review URL: https://chromiumcodereview.appspot.com/9699037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129542 0039d316-1c4b-4281-b951-d872f2087c98
* change default resolution to VGA to match preview channel.wjia@chromium.org2012-03-292-3/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9899001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129539 0039d316-1c4b-4281-b951-d872f2087c98