summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 15.0.843.015.0.843.0gitdeps2014-04-042-413/+243
|
* chromeos: Stop spamming the logs about mixer errors.derat@chromium.org2011-08-032-22/+41
| | | | | | | | | | | | This makes us only report failure to connect to the ALSA mixer on the tenth attempt. BUG=none TEST=manual: checked that we don't get any messages in the normal case, then changed the code to have bogus mixer names and checked that we only log a single warning Review URL: http://codereview.chromium.org/7548023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95184 0039d316-1c4b-4281-b951-d872f2087c98
* Propagate connected user to web app.jamiewalch@google.com2011-08-0312-22/+88
| | | | | | | | | BUG=91047 TEST=Manual Review URL: http://codereview.chromium.org/7547001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95183 0039d316-1c4b-4281-b951-d872f2087c98
* Make WebIntents table available via WebDataServicegroby@chromium.org2011-08-033-1/+181
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7529028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95182 0039d316-1c4b-4281-b951-d872f2087c98
* cocoa: Delete table_model_array_controller* now that native options are gone.tfarina@chromium.org2011-08-026-492/+0
| | | | | | | | | | | | | This was added at revision r59501. BUG=None TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7553021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95181 0039d316-1c4b-4281-b951-d872f2087c98
* net: fix caching of peer's cert chain in session objects.agl@chromium.org2011-08-022-3/+12
| | | | | | | | | | BUG=91341 TEST=none Review URL: http://codereview.chromium.org/7549020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95179 0039d316-1c4b-4281-b951-d872f2087c98
* Allow PyAuto to install unpacked extensions.dtu@chromium.org2011-08-023-8/+21
| | | | | | | | | | BUG=None. TEST=Write a PyAuto test that installs an unpacked extension. The test should not hang or error. Review URL: http://codereview.chromium.org/7549002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95178 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-021-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95177 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from r92213 to r92235.zmo@google.com2011-08-021-1/+1
| | | | | | | | | | Note: all win bots need to be clobbered. BUG=none TEST=tree green Review URL: http://codereview.chromium.org/7550019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95176 0039d316-1c4b-4281-b951-d872f2087c98
* this change just rolls the cacheinvalidation dep forward one revision to ↵ghc@google.com2011-08-021-1/+1
| | | | | | | | pick up a one-line bug fix Review URL: http://codereview.chromium.org/7554016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95175 0039d316-1c4b-4281-b951-d872f2087c98
* Introducing a BubbleWindows hosted in a views::Widget (this class is not yet ↵saintlou@chromium.org2011-08-0215-36/+149
| | | | | | | | | | | | | | in use). Separated the style defintions pertaining to the BubbleWindow in a different module which can be shared by both the GTK and Views implementations. Also Views implementation is disabled at the moment, although functional it is not complete. BUG=none TEST=none Review URL: http://codereview.chromium.org/7553022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95174 0039d316-1c4b-4281-b951-d872f2087c98
* Remove senseless code.thakis@chromium.org2011-08-021-1/+1
| | | | | | | | | | BUG=none TEST=clangbots go green TBR=pfeldman Review URL: http://codereview.chromium.org/7460012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95173 0039d316-1c4b-4281-b951-d872f2087c98
* Dup of Issue 7551003: Add bubble arrows from chrome/app/theme/...saintlou@chromium.org2011-08-0213-0/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7542028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95172 0039d316-1c4b-4281-b951-d872f2087c98
* Profile: Make NOTIFICATION_TOKEN_UPDATE profile specific for our ↵erg@chromium.org2011-08-024-12/+12
| | | | | | | | | | | | | | | multiprofile world. This should keep TokenServices from different profiles from bleeding into each other. BUG=87457,90921 TEST=none Review URL: http://codereview.chromium.org/7537040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95171 0039d316-1c4b-4281-b951-d872f2087c98
* In sync setup UI, don't display error when user is entering ASP.binji@chromium.org2011-08-021-1/+2
| | | | | | | | | | BUG=80534 TEST=manual Review URL: http://codereview.chromium.org/7522027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95170 0039d316-1c4b-4281-b951-d872f2087c98
* Profiles: Fix AllSources usage with ↵erg@google.com2011-08-024-15/+10
| | | | | | | | | | | NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CHANGED. BUG=87457 TEST=none Review URL: http://codereview.chromium.org/7518040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95169 0039d316-1c4b-4281-b951-d872f2087c98
* Fix extra NULL character being included when dragging and dropping plaintony@chromium.org2011-08-021-2/+1
| | | | | | | | | | | | | | | | | text with line feeds. gtk_selection_data_get_text() returns a NULL terminated guchar*, so we don't need to provide the length. The length of the string is sometimes different from the data in GtkSelectionData because it could be in a different charset (seems unlikely) or because normalize_to_lf converted \r\n to \n. See: http://goo.gl/aLkUH BUG=57184 TEST=See bug for test case. Review URL: http://codereview.chromium.org/7551025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95168 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 95165 - Disable CSRSS disconnection on 835 branch.jschuh@chromium.org2011-08-021-0/+2
| | | | | | | | | Review URL: http://codereview.chromium.org/7550017 TBR=jschuh@chromium.org Review URL: http://codereview.chromium.org/7554018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95167 0039d316-1c4b-4281-b951-d872f2087c98
* Disable CSRSS disconnection on 835 branch.jschuh@chromium.org2011-08-021-2/+0
| | | | | | Review URL: http://codereview.chromium.org/7550017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95165 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95163 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from r92197 to r92213.zmo@google.com2011-08-021-1/+1
| | | | | | | | BUG=none TEST=tree green Review URL: http://codereview.chromium.org/7549025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95162 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome://appcache-internals bustage caused by ↵michaeln@google.com2011-08-021-28/+35
| | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=95093 TEST=manual Review URL: http://codereview.chromium.org/7549023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95161 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bunch of bugs on special directories operations in the File Manager.serya@chromium.org2011-08-021-4/+6
| | | | | | | | | | BUG=chromium-os:17782,chromium-os:18432,chromium-os:17778,chromium-os:17454 TEST=None Review URL: http://codereview.chromium.org/7555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95160 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the cookies.CookiesTest.testCookiesFile: "Test cookies set from file..."songsuk@chromium.org2011-08-021-2/+0
| | | | | | | | | | The issue is not reproduced in Chrome 14.0.836.0 (Official Build 94208). BUG=85597 TEST=cookies.CookiesTest.testCookiesFile Review URL: http://codereview.chromium.org/7453054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95159 0039d316-1c4b-4281-b951-d872f2087c98
* Fix invalid stack pointer dereference in ChunkDemuxer.acolwell@chromium.org2011-08-022-11/+28
| | | | | | | | | | | Changed the ChunkDemuxer to make sure the FFmpegURLProtocol object's lifetime is longer than the lifetime of format_context_. This is necessary because the format_context_ holds a pointer to the protocol deep within its structure and can use it any time during the context's lifetime. BUG=86536 TEST=ChunkDemuxerTest.* Review URL: http://codereview.chromium.org/7545025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95158 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Move clang_revision to DEPSthakis@chromium.org2011-08-022-8/+28
| | | | | | | | | | | | | | | | | All bots still use tools/clang/scripts/update.sh to check out llvm/clang, but with the revision number in DEPS, it's now possible to inject DEPS entries on the bots. This has the advantage that bots can use our read-only mirror of the llvm repo, and that release builders can transparently check out clang from an upstream branch. No intended functionality change. BUG=91371 TEST=none Review URL: http://codereview.chromium.org/7552011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95157 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug that shows incorrect revision author/message in the layout testimasaki@google.com2011-08-021-9/+11
| | | | | | | | | | analyzer. Previously, analyzer's email shows previous revision author/message. Updated to show current author/message. Also added some comments and renames variables to avoid confusion. The fix is verified using integration environment. Review URL: http://codereview.chromium.org/7552013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95156 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 95129 - debugging flakiness in ↵scr@chromium.org2011-08-022-9/+0
| | | | | | | | | | | | | | | ExtensionWebRequestApiTest.WebRequestEvents due to recent changes. BUG=90476 TBR=mpcomplete@chromium.org TEST=mac 10.5 debug build. Review URL: http://codereview.chromium.org/7549017 TBR=scr@chromium.org Review URL: http://codereview.chromium.org/7548021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95155 0039d316-1c4b-4281-b951-d872f2087c98
* Sync performance tests: merge test cases to save on overhead time.braffert@chromium.org2011-08-025-168/+73
| | | | | | | | | | | | | | | | The previous organization consisted of three separate test cases for each datatype: Add, Update, and Delete. Each test produced a single measurement. There was a significant amount of time wasted due to repetition, because the update and delete cases must also perform an add. This patch combines the three measurements into a single test case to save on overhead time. BUG= TEST=sync_performance_tests Review URL: http://codereview.chromium.org/7518009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95154 0039d316-1c4b-4281-b951-d872f2087c98
* Record type of content being downloaded.cbentzel@chromium.org2011-08-023-0/+80
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7538007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95153 0039d316-1c4b-4281-b951-d872f2087c98
* Allow ui_tests to be run in parallelcharleslee@chromium.org2011-08-021-0/+5
| | | | | | | | | | | Added an environment variable for CHROME_LOG_FILE TEST=ui_tests pass when run with sharding_supervisor Review URL: http://codereview.chromium.org/7554013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95152 0039d316-1c4b-4281-b951-d872f2087c98
* Add hasListener/hasListeners to webRequestEventsjochen@chromium.org2011-08-022-1/+11
| | | | | | | | | | BUG=none TEST=ExtensionApiTest.WebRequestEvents Review URL: http://codereview.chromium.org/7542010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95151 0039d316-1c4b-4281-b951-d872f2087c98
* Add content-security-policy directive to chrome://sync-internalstsepez@chromium.org2011-08-0219-303/+293
| | | | | | Review URL: http://codereview.chromium.org/7529012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95149 0039d316-1c4b-4281-b951-d872f2087c98
* Add i18n support to it2me web-app.jamiewalch@google.com2011-08-028-135/+334
| | | | | | | | | BUG=None TEST=Check the javascript console after loading the app and make sure there are no error messages. Review URL: http://codereview.chromium.org/7530032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95146 0039d316-1c4b-4281-b951-d872f2087c98
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-0221-49/+190
| | | | | | | | | | BUG=37112 TEST=net_unittests Review URL: http://codereview.chromium.org/7461106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95145 0039d316-1c4b-4281-b951-d872f2087c98
* Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to ↵jschuh@chromium.org2011-08-0211-11/+58
| | | | | | | | | | CSRSS after lockdown. BUG=91216 TEST=None. Review URL: http://codereview.chromium.org/7541034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95144 0039d316-1c4b-4281-b951-d872f2087c98
* Alwas set saved maximized state for panels to 'false'.stevenjb@google.com2011-08-023-1/+14
| | | | | | | | | | | | | | For reasonss that are not entirely clear, Browser::GetSavedMaximizedState() is sometimes setting maximized to true for panels created by an extension on ChromeOS. Since panels have no concept of a maximized state, fix this by always returning 'false'. This also includes a patch to widget.cc that is not necessary to fix this behavior, but it fixes the case where ShowInactive gets called when the widget is maximized (which shouldn't normally happen). BUG=chromium-os:18534 TEST=See issue + test opening panels from an extension Review URL: http://codereview.chromium.org/7551002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95141 0039d316-1c4b-4281-b951-d872f2087c98
* Add a proxy for thread-hopping VideoCapture::EventHandler.piman@chromium.org2011-08-023-0/+233
| | | | | | | | | | BUG=None TEST=Video Capture PPAPI example (in later CL) Review URL: http://codereview.chromium.org/7537037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95140 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: no way to remote debug using ToT build as a client.pfeldman@chromium.org2011-08-029-234/+653
| | | | | | | | | | | (rebaselined and brushed up loislo's http://codereview.chromium.org/7482041) BUG=90743 TEST= Review URL: http://codereview.chromium.org/7540023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95138 0039d316-1c4b-4281-b951-d872f2087c98
* Convert test_shell_resources to use build/grit_action.gypi.tony@chromium.org2011-08-021-22/+6
| | | | | | | | | TEST=test_shell still builds Review URL: http://codereview.chromium.org/7453059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95137 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-021-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95136 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to r2028bsalomon@google.com2011-08-022-1/+5
| | | | | | Review URL: http://codereview.chromium.org/7551015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95135 0039d316-1c4b-4281-b951-d872f2087c98
* Updated demo to use resizable plugin element. This exercises the new ↵alokp@chromium.org2011-08-026-29/+89
| | | | | | | | | PPB_Graphics3D_Dev::Resize() API. BUG=62383 Review URL: http://codereview.chromium.org/7529009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95134 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testCrazyFilenames, testSuggest on linux chromium botsnirnimesh@chromium.org2011-08-021-0/+4
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG=85310 TEST= Review URL: http://codereview.chromium.org/7549018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95133 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where the SQLITE_OPEN_DELETEONCLOSE flag wasn't being respected.michaeln@google.com2011-08-021-1/+2
| | | | | | Review URL: http://codereview.chromium.org/7518041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95132 0039d316-1c4b-4281-b951-d872f2087c98
* debugging flakiness in ExtensionWebRequestApiTest.WebRequestEvents due to ↵scr@chromium.org2011-08-022-0/+9
| | | | | | | | | | | | recent changes. BUG=90476 TBR=mpcomplete@chromium.org TEST=mac 10.5 debug build. Review URL: http://codereview.chromium.org/7549017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95129 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testClearingAccuracynirnimesh@chromium.org2011-08-021-0/+1
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG=88128 TEST= Review URL: http://codereview.chromium.org/7548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95128 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 842.0 to 843.0chrome-release@google.com2011-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95127 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testClearBrowsingDataShortcut on macnirnimesh@chromium.org2011-08-021-0/+2
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG=75518 TEST= Review URL: http://codereview.chromium.org/7549015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95125 0039d316-1c4b-4281-b951-d872f2087c98
* Remove USE_BASE_DATA_PACK from build_config.h since it's onlytony@chromium.org2011-08-022-6/+4
| | | | | | | | | used in one file. Inline the usage instead. Review URL: http://codereview.chromium.org/7538030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95123 0039d316-1c4b-4281-b951-d872f2087c98