summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.scherkus@chromium.org2011-11-231-1/+1
| | | | | | | Patch by henrika@chromium.org: http://codereview.chromium.org/8678007/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111397 0039d316-1c4b-4281-b951-d872f2087c98
* add comment to webkit_appcache.gypi for workaround to bug 105299.dpranke@chromium.org2011-11-231-0/+1
| | | | | | | | | TBR=tony@chromium.org BUG=105299 Review URL: http://codereview.chromium.org/8677017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111396 0039d316-1c4b-4281-b951-d872f2087c98
* Content settings UI for mouse lockscheib@chromium.org2011-11-235-3/+51
| | | | | | | | | | BUG=97768 TEST=Preferences / Under the hood / Content Settings / Mouse Lock should exist and function similar to Location Review URL: http://codereview.chromium.org/8549011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111395 0039d316-1c4b-4281-b951-d872f2087c98
* fix content build on !linux && use_x11robert.nagy@gmail.com2011-11-231-8/+6
| | | | | | | | | | | | | link to -lXcomposite and add third_party/angle/include to include_dirs because they are both needed in case X11 is used BUG= TEST= Review URL: http://codereview.chromium.org/8676009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111393 0039d316-1c4b-4281-b951-d872f2087c98
* Plumb the partial swap though image transport.backer@chromium.org2011-11-2323-46/+288
| | | | | | | | | | | Plumbs the partial swap through on platforms that support it (currently just Linux GLX). BUG=None TEST=None Review URL: http://codereview.chromium.org/8513013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111392 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug preventing pyauto suite CHROMEOS_PERF from running on ChromeOS.dennisjeffrey@chromium.org2011-11-231-10/+10
| | | | | | | | | | | | | | | A string class variable in netflix.py is named starting with the substring 'test', which is being interpreted as a test case when pauto is invoked with suite CHROMEOS_PERF (since that suite runs perf.py on ChromeOS, which in turn imports from netflix.py). This CL changes the name of that class variable to avoid this problem, and also includes a few minor, related edits. BUG=None TEST=None Review URL: http://codereview.chromium.org/8677013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111391 0039d316-1c4b-4281-b951-d872f2087c98
* Move GPU preliminary info collection back to UI thread.zmo@google.com2011-11-238-240/+46
| | | | | | | | | | | | | | Apparently doing it on FILE thread causes a race, which causes crbug 83153. In order to move back to UI thread, we have to drop chrome channel support in GPU blacklist (it's a FILE operation); also, we have to move the collection of ATI driver version in linux to GPU process. Note that this is the minimum change required for the move. Further cleanup will follow once this is merged safely back to M16. BUG=97535 TEST=unittest Review URL: http://codereview.chromium.org/8670004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111390 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111389 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE r887:r889 and expand and clarify the reason for its specialkbr@chromium.org2011-11-232-1/+5
| | | | | | | | | | | exception in checklicenses.py. licensecheck.pl needs to understand the Bison "special exception". BUG=105232 TEST=ran checklicenses.py Review URL: http://codereview.chromium.org/8677001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111388 0039d316-1c4b-4281-b951-d872f2087c98
* Reland crrev.com/111358robertshield@chromium.org2011-11-232-2/+11
| | | | | | | | | | | | Marking ProfileManagerBrowserTest.DeleteAllProfiles as flaky on mac. BUG=BUG=104851 TEST=NONE TBR=jamiewalch Review URL: http://codereview.chromium.org/8662016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111387 0039d316-1c4b-4281-b951-d872f2087c98
* Add a field trial for using lower sqlite cache sizes.brettw@chromium.org2011-11-238-11/+109
| | | | | | | | | | | | | There are a few relevant histograms that I annotated with the field trial name, and I added a new AddPage histogram. TEST=none BUG=none Review URL: http://codereview.chromium.org/8379009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111386 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python scripts in src/build/maruel@chromium.org2011-11-2324-119/+122
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=michaelbai@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8667008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111385 0039d316-1c4b-4281-b951-d872f2087c98
* Flip Y-axis in WebGL for Skia-Macepoger@chromium.org2011-11-233-2/+6
| | | | | | | | | | | BUG=105025 This CL includes additions to webkit/tools/layout_tests/test_expectations.txt which can be removed once http://trac.webkit.org/changeset/101075 is rolled into Chrome. Review URL: http://codereview.chromium.org/8632012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111384 0039d316-1c4b-4281-b951-d872f2087c98
* Align expanded panel to the bottom of screen edge when there is an ↵jianli@chromium.org2011-11-232-15/+17
| | | | | | | | | | | auto-hiding taskbar. BUG=none TEST=existing tests Review URL: http://codereview.chromium.org/8566034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111383 0039d316-1c4b-4281-b951-d872f2087c98
* xdisplaycheck: Remove obsolete check.sadrul@chromium.org2011-11-231-2/+2
| | | | | | | | | BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8676012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111382 0039d316-1c4b-4281-b951-d872f2087c98
* Add EINTR handling on ::close() calls in ppapi broker ui test.xhwang@chromium.org2011-11-231-2/+2
| | | | | | | | | | | | This change goes with r110241. BUG=none TEST=broker ui test passes Review URL: http://codereview.chromium.org/8591008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111381 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Fix the definition of |PPB_AudioInput_Callback|.viettrungluu@chromium.org2011-11-233-6/+6
| | | | | | | | | | | The |sample_buffer| parameter is an "in" parameter, not "out". (And consequently should be |const void*|, not |void*|.) TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8662014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111379 0039d316-1c4b-4281-b951-d872f2087c98
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-2317-212/+301
| | | | | | | | | | | | | | | 1. Move ownership of the InMemoryURLIndex from the InMemoryHistoryBackend to the HistoryService, where it truly belongs. 2. Handle (by notification) URL visits, updates and deletes. Refactor use of NOTIFICATION_HISTORY_URLS_DELETED to provide the deleted URLRow so that row ID is available. 3. Correctly handle the adding and removing of page title words when a URL change is detected. 4. Other small cleanups. BUG=96731, 92718 TEST=Unit tests updated. TBR=atwilson (for profile_sync_service_typed_url_unittest.cc) Previously reviewed as: http://codereview.chromium.org/8384024/ Review URL: http://codereview.chromium.org/8451009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111378 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111377 0039d316-1c4b-4281-b951-d872f2087c98
* Update the perf expectations to silence a few flaky Perf Improve.nsylvain@chromium.org2011-11-231-3/+3
| | | | | | | | | | | http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl1/report.html?history=150&rev=111249 : unclear where the improvement comes from. http://build.chromium.org/f/chromium/perf/xp-release-dual-core/morejs/report.html?history=150&rev=111249 : No real improvement, just expanding the range. http://build.chromium.org/f/chromium/perf/linux-release-lowmem/moz/report.html?history=150&rev=111263 : No real improvement, just expanding the range. TBR:cmp Review URL: http://codereview.chromium.org/8674004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111376 0039d316-1c4b-4281-b951-d872f2087c98
* Bump Syzygy deps to r543 to pick up latest release binaries.siggi@chromium.org2011-11-231-1/+1
| | | | | | | | | | R=rogerm@chromium.org,maruel@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8679011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111375 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of view_message_enums.h dependency in Chrome by moving the enum for ↵jam@chromium.org2011-11-2310-37/+43
| | | | | | | | | find-stopping to content/public/common. BUG=98716 Review URL: http://codereview.chromium.org/8670006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111374 0039d316-1c4b-4281-b951-d872f2087c98
* fix a racing condition when renderer process requests StopCapture before ↵wjia@chromium.org2011-11-2317-132/+186
| | | | | | | | | | | | host gets controller fix a typo (thanks ihf@) BUG=104581 TEST=trybots Review URL: http://codereview.chromium.org/8549010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111373 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling chrome frame net tests on IE9 as they are flaky.ananta@chromium.org2011-11-231-0/+10
| | | | | | | | | TBR=robertshield BUG=none TEST=chrome frame net tests should not run on IE9 Review URL: http://codereview.chromium.org/8679012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111372 0039d316-1c4b-4281-b951-d872f2087c98
* Move the ProcessWatcher methods out of content/common/process_watcher into ↵jam@chromium.org2011-11-2321-501/+403
| | | | | | | | | | | base/process_util, alongside the other process methods. The only non-trivial move change is to the Windows implementation, where I changed KillProcess to use an exit code of kProcessKilledExitCode instead of content::RESULT_CODE_HUNG. cpu said that the existing code was incorrect, since GetTerminationStatus() should be mapping that result to TERMINATION_STATUS_PROCESS_WAS_KILLED. So I changed the exit code to kProcessKilledExitCode. This might make the UMA stats for killed processes to go up (and crashed to go down), but that will be an accounting change and should be zero-sum. BUG=98716 Review URL: http://codereview.chromium.org/8674003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111371 0039d316-1c4b-4281-b951-d872f2087c98
* Enable WebUI lock screen by default while keeping support for old lock ↵flackr@chromium.org2011-11-237-15/+20
| | | | | | | | | | | | | screen by reversing flag. Reverses the description/meaning of the --webui-lock-screen flag to use the WebUI lock screen by default but allow disabling it to maintain support for the old lock screen. BUG=97980 TEST=None Review URL: http://codereview.chromium.org/8648002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111370 0039d316-1c4b-4281-b951-d872f2087c98
* Add CHECKs for file descriptors used in select() by InotifyReaderTaskmnissler@chromium.org2011-11-231-0/+5
| | | | | | | | | | | | Since these are used in an fd_set, there's the possibility that invalid file descriptors cause stack overflow/corruption. BUG=chromium:105162 TEST=No functional changes, compiles and passes tests. Review URL: http://codereview.chromium.org/8681006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111369 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE to views/.avi@chromium.org2011-11-2318-106/+134
| | | | | | | | | BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8647002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111368 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE to ui/.avi@chromium.org2011-11-2317-105/+128
| | | | | | | | | BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8632024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111367 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE to net/.avi@chromium.org2011-11-2318-220/+259
| | | | | | | | | BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8648001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111366 0039d316-1c4b-4281-b951-d872f2087c98
* Finish bind migration for browser_init.cccsilv@chromium.org2011-11-231-26/+4
| | | | | | | BUG=none Review URL: http://codereview.chromium.org/8665009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111365 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE to media/.avi@chromium.org2011-11-236-18/+24
| | | | | | | | | BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8634013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111364 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use the DOMStorageType for a chrome IPC, so that we can get rid of ↵jam@chromium.org2011-11-238-21/+14
| | | | | | | | | that content include from chrome. We change a bool to it, only to change it back to a bool, so no need for it. BUG=98716 Review URL: http://codereview.chromium.org/8667004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111363 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 111358 - Marking ProfileManagerBrowserTest.DeleteAllProfiles as flaky ↵robertshield@chromium.org2011-11-231-9/+1
| | | | | | | | | | | | | | on mac. BUG=104851 TEST=NONE TBR=jamiewalch Review URL: http://codereview.chromium.org/8682012 TBR=robertshield@chromium.org Review URL: http://codereview.chromium.org/8681012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111362 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE to chrome/browser/ui/webui/.avi@chromium.org2011-11-2320-72/+112
| | | | | | | | | BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8631022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111360 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE to chrome/browser/ui/views/.avi@chromium.org2011-11-2331-142/+180
| | | | | | | | | BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8633022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111359 0039d316-1c4b-4281-b951-d872f2087c98
* Marking ProfileManagerBrowserTest.DeleteAllProfiles as flaky on mac.robertshield@chromium.org2011-11-231-1/+9
| | | | | | | | | BUG=104851 TEST=NONE TBR=jamiewalch Review URL: http://codereview.chromium.org/8682012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111358 0039d316-1c4b-4281-b951-d872f2087c98
* Get standard touch screens working on Aura Linux buildsrbyers@chromium.org2011-11-233-14/+33
| | | | | | | | | | | | | | Expand the existing support for simulating touch events with a mouse to also work for touch screens which don't have full multi-touch support (eg. due to hardware or driver limitations). Also, avoid getting bad atom X errors in the output by only calling XGetAtomName when we actually have a label. BUG=105121 TEST=Manual TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8637017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111357 0039d316-1c4b-4281-b951-d872f2087c98
* Fix backoff_server.py python scripts in src/netmaruel@chromium.org2011-11-231-114/+114
| | | | | | | | | | | | | | | | | | | | backoff_server.py wasn't using LF EOL so the CQ couldn't be used. Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=akalin@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8678013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111356 0039d316-1c4b-4281-b951-d872f2087c98
* Add placeholder comments to DEPS to mitigate CQ interferencejkummerow@chromium.org2011-11-231-0/+3
| | | | | | Review URL: http://codereview.chromium.org/8677011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111355 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the EOL from a test file from CRs to CRLFs sojcivelli@chromium.org2011-11-231-17/+17
| | | | | | | | | | | | it can be opened correctly in Chrome. BUG=None TEST=The test files should open correctly in Chrome. TBR=maruel Review URL: http://codereview.chromium.org/8662013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111354 0039d316-1c4b-4281-b951-d872f2087c98
* Add sample extension that allows setting plugin-specific content settings.bauerb@chromium.org2011-11-2336-2/+5305
| | | | | | | | | BUG=64155 TEST=none Review URL: http://codereview.chromium.org/8396001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111352 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Move DownloadShelfGtk data member to private section of BrowserWindowGtk.tfarina@chromium.org2011-11-231-3/+3
| | | | | | | | R=erg@chromium.org Review URL: http://codereview.chromium.org/8607002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111351 0039d316-1c4b-4281-b951-d872f2087c98
* Remove useless use of pref from unit test.torne@chromium.org2011-11-231-1/+0
| | | | | | | | | | | | The unit test doesn't need to try and set this pref, since it's only used by high level UI code to decide what arguments to pass to BrowsingDataRemover::Remove; the unit test always passes explicit things to remove that do not include the LSO store. Review URL: http://codereview.chromium.org/8636014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111350 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-231-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111349 0039d316-1c4b-4281-b951-d872f2087c98
* revert skia back to 2730 -- two win-layout images failed, need to rebaselinereed@google.com2011-11-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8676006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111348 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-231-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111347 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 2735reed@google.com2011-11-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8636022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111346 0039d316-1c4b-4281-b951-d872f2087c98
* Convert extensions code using DictionaryValue::key_iterator andkalman@chromium.org2011-11-232-27/+14
| | | | | | | | | | | | | GetWithoutPathExpansion to DictionaryValue::Iterator. BUG= TEST=*Extension* Review URL: http://codereview.chromium.org/8501036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111345 0039d316-1c4b-4281-b951-d872f2087c98
* Allow POST method when converting file protocol to http protocol for layout ↵jingzhao@chromium.org2011-11-231-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests. When running layout tests on Android, we host test files on a Linux/Mac machine, convert file requests to http requests, and forward http requests from Android to the same port on the host machine. The following tests use POST method and failed at DCHECK(params->method == "GET" || params->method.empty()): fast/events/popup-allowed-from-gesture-initiated-form-submit.html fast/forms/document-write.html fast/forms/form-and-frame-interaction-retains-values.html fast/forms/form-data-encoding-normalization-overrun.html fast/forms/form-post-urlencoded.html fast/forms/formmethod-attribute-button-html.html fast/forms/formmethod-attribute-input-html.html fast/forms/submit-to-url-fragment.html fast/forms/xss-auditor-doesnt-crash-on-post-submit.html fast/history/form-submit-in-frame-via-onclick.html fast/history/form-submit-in-frame.html fast/loader/form-submission-after-beforeunload-cancel.html fast/loader/form-submit-aborts-parsing.html fast/loader/submit-form-while-parsing-1.xhtml The following test loads an image referred by the test page, and failed at DCHECK(params->referrer.is_empty()): http/tests/security/local-image-from-remote-whitelisted.html BUG=http://b/5655809 Review URL: http://codereview.chromium.org/8632006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111342 0039d316-1c4b-4281-b951-d872f2087c98