summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net: reenable TestKnownRootsagl@chromium.org2011-04-081-2/+1
| | | | | | | | | | | | (disabled in r80801) I can't find anything wrong with it with Valgrind so I want to see if the TSAN blowup was a fluke. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80932 0039d316-1c4b-4281-b951-d872f2087c98
* Alphabetize and remove unnecessary forward declaration of TabContents in ↵cbentzel@chromium.org2011-04-081-6/+5
| | | | | | | | | | | save_package.h BUG=None TEST=builds Review URL: http://codereview.chromium.org/6812019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80931 0039d316-1c4b-4281-b951-d872f2087c98
* This is downstream fix for chrome.experimental.debugger API.loislo@chromium.org2011-04-089-284/+101
| | | | | | | | | | | The DevTools messages format has been migrated to JSON-RPC-2.0 spec upstream. TEST=ExtensionApiTest.Debugger BUG=none Review URL: http://codereview.chromium.org/6813039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80930 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a couple of layout tests before V8 change is rolledyurys@chromium.org2011-04-081-0/+5
| | | | | | | | | | Two tests have custom expectations until V8 change fixing stack overflow reporting is rolled. TBR=antonm BUG=None TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80929 0039d316-1c4b-4281-b951-d872f2087c98
* - minor comment changeleighton@cis.udel.edu2011-04-081-2/+2
| | | | | | | | TEST=n/a BUG=none Review URL: http://codereview.chromium.org/6813042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80928 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Fix a few cases of very likely broken code between fork() and exec()phajdan.jr@chromium.org2011-04-081-21/+28
| | | | | | | | | | | | | | | | | | I took another look at http://crbug.com/60426, and decided to also review the LaunchApp code in process_util. It turns out that the child code after fork() contained things like "return false", rather not what was intended (I replaced it with _exit(127)). There are some other cases where we possibly retained some signal handlers. The new code also resets them to defaults. I don't expect it to fix the referenced bug, but those "obvious" problems can only make it worse. BUG=60426 Review URL: http://codereview.chromium.org/6801047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80927 0039d316-1c4b-4281-b951-d872f2087c98
* mirror of http://codereview.chromium.org/6732027/reed@google.com2011-04-085-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replace include with forward declarations. Remove #import ApplicationServices.h from platform_device_mac.h, and add it back to appropriate .cc files. This is motivated by a conflict between headers included by ApplicationServices.h and WebCore headers. The conflict occurs in WebMediaPlayerClientImpl.cpp if it modified to include platform_canvas.h. With this change, ReleaseBitmapContext() cannot be declared inline in the header, so it is moved to bitmap_platform_device_mac.cc. There is no functional change. This requires that http://trac.webkit.org/changeset/81979 land in the Chromium tree first. (81979 has landed in the WebKit tree.) Review URL: http://codereview.chromium.org/6816025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80926 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: arv -- just fixing a long-out-of-date comment.mirandac@chromium.org2011-04-081-2/+1
| | | | | | Review URL: http://codereview.chromium.org/6820001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80925 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the way we handle 401 error in the cloud policy token fetcher.pastarmovj@chromium.org2011-04-081-1/+5
| | | | | | | | | BUG=76412 TEST=Manual. Review URL: http://codereview.chromium.org/6718042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80924 0039d316-1c4b-4281-b951-d872f2087c98
* After reviewing the frequency list for 3rd party crashers there are a fewfinnur@chromium.org2011-04-085-29/+95
| | | | | | | | | | | | | new items to add to the about:conflicts list. Also changed it so that the conflicts badge gets removed once you open the wrench menu. BUG=67897 TEST=Please contact me for details, it is a bit involved. Review URL: http://codereview.chromium.org/6804011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80923 0039d316-1c4b-4281-b951-d872f2087c98
* Strings for locale change notification (provided by Brian Rakowski)dilmah@chromium.org2011-04-082-7/+8
| | | | | | | | | BUG=chromium:77999 TEST=None Review URL: http://codereview.chromium.org/6815018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80922 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83274:83283tkent@chromium.org2011-04-081-1/+1
| | | | | | | | | TBR=jianli,abarth TEST=none BUG=none Review URL: http://codereview.chromium.org/6816055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80921 0039d316-1c4b-4281-b951-d872f2087c98
* Load EULA from resources only on UI thread for Chrome OSdpolukhin@chromium.org2011-04-081-3/+7
| | | | | | | | | BUG=chromium-os:13838 TEST=manual Review URL: http://codereview.chromium.org/6801069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80920 0039d316-1c4b-4281-b951-d872f2087c98
* Disable UnloadTest.BrowserCloseInfiniteBeforeUnload*isherman@chromium.org2011-04-081-2/+17
| | | | | | | | | BUG=78803 TEST=greener tree Review URL: http://codereview.chromium.org/6814044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80919 0039d316-1c4b-4281-b951-d872f2087c98
* Expose scancodes to PP_InputEvent_Key events that are independent of the ↵wez@chromium.org2011-04-087-5/+195
| | | | | | | | | | | | | input language/layout in effect, i.e. that represent the physical key pressed, independent of its meaning in the current context. This will inherently rely on the nativeKeyCode field of Chrome's WebKeyboardEvents. BUG= TEST= Review URL: http://codereview.chromium.org/6691066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80918 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83268:83274tkent@chromium.org2011-04-082-1/+5
| | | | | | | | | TBR=jianli, abarth TEST=none BUG=none Review URL: http://codereview.chromium.org/6810042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80917 0039d316-1c4b-4281-b951-d872f2087c98
* Fix opensll, in follow up to ↵joth@chromium.org2011-04-081-0/+7
| | | | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=80778 BUG=None TEST=./out/Debug/net_unittests --gtest_filter=X509CertificateTest.DISABLED_TestKnownRoot --vmodule=*openssl*=3 --gtest_also_run_disabled_tests Review URL: http://codereview.chromium.org/6816020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80916 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExecuteScriptApiTest.NavigationRace on Linuxisherman@chromium.org2011-04-081-1/+7
| | | | | | | | | BUG=78802 TEST=greener tree Review URL: http://codereview.chromium.org/6812049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80915 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 730.0 to 731.0chrome-release@google.com2011-04-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80912 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove function calls in return of void-functions.joaodasilva@chromium.org2011-04-081-2/+2
| | | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6794059 Patch from Sandro Feuz <sfeuz@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80910 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try to de-dup Autofill credit card suggestions.isherman@chromium.org2011-04-082-1/+73
| | | | | | | | | | | We only have the obfuscated number to go on when de-duping credit card suggestions, which can lead to false-duplicates being removed. To be safe, just avoid de-duping credit cards -- there's not much pragmatic reason to do so anyway. BUG=78500 TEST=unit_tests --gtest_filter=AutofillManagerTest.GetCreditCardSuggestionsRepeatedObfuscatedNumber Review URL: http://codereview.chromium.org/6814010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80908 0039d316-1c4b-4281-b951-d872f2087c98
* Remove identity from dragTargetDragEnter() call sites.noel.gordon@gmail.com2011-04-082-3/+2
| | | | | | | | | | | | Chromium patch to update call sites to use the new function signature added in https://bugs.webkit.org/show_bug.cgi?id=56875 BUG=77736 TEST=none Review URL: http://codereview.chromium.org/6772001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80907 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83262:83268tkent@chromium.org2011-04-082-13/+1
| | | | | | | | | TBR=abarth,jianli TEST=none BUG=none Review URL: http://codereview.chromium.org/6811041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80906 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a path to gpu_info_unittest_win.cc, which was not moved into ↵rsleevi@chromium.org2011-04-082-2/+2
| | | | | | | | | | | | | | content/common/gpu/ as part of http://crrev.com/80883 TBR=apatrick BUG=none TEST=Win Full builder compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80902 Review URL: http://codereview.chromium.org/6816050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80905 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 80902 - gpu_info_unittest_win.cc has a bug in it, and fixing the ↵rsleevi@chromium.org2011-04-081-1/+1
| | | | | | | | | .gypi compile broke even more win bots because of it. TBR=rsleevi@chromium.org Review URL: http://codereview.chromium.org/6814043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80904 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83210:83262tkent@chromium.org2011-04-082-1/+9
| | | | | | | | | TBR=abarth,jianli BUG=none TEST=none Review URL: http://codereview.chromium.org/6810040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80903 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a path to gpu_info_unittest_win.cc, which was not moved into ↵rsleevi@chromium.org2011-04-081-1/+1
| | | | | | | | | | | | content/common/gpu/ as part of http://crrev.com/80883 TBR=apatrick BUG=none TEST=Win Full builder compiles Review URL: http://codereview.chromium.org/6816050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80902 0039d316-1c4b-4281-b951-d872f2087c98
* Update fonts in OOBE when locale changes.falken@chromium.org2011-04-083-17/+27
| | | | | | | | | BUG=chromium-os:13935 TEST=manually on netbook Review URL: http://codereview.chromium.org/6801039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80901 0039d316-1c4b-4281-b951-d872f2087c98
* Combine WidgetWin KeyEvent handlers.msw@chromium.org2011-04-082-17/+6
| | | | | | | | | BUG=72040 TEST=Key Events on Widgets in Windows Review URL: http://codereview.chromium.org/6813033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80900 0039d316-1c4b-4281-b951-d872f2087c98
* Correct font size of textfields in Chrome OS login screen.falken@chromium.org2011-04-084-6/+17
| | | | | | | | | BUG=chromium-os:13960 TEST=manually on netbook Review URL: http://codereview.chromium.org/6811039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80899 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ScreenLockerTest.TestEscape/TestShowTwice flakyoshima@google.com2011-04-081-2/+4
| | | | | | | | | BUG=78764 TEST=none Review URL: http://codereview.chromium.org/6811032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80898 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.2.8.3ricow@chromium.org2011-04-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6814040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80897 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in sync notifieroshima@google.com2011-04-081-0/+6
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78786 TEST=none Review URL: http://codereview.chromium.org/6816047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80896 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded v8 lockers from idb_bindings.cc.aa@chromium.org2011-04-081-3/+0
| | | | | | | | | | | | | | | | Since this code is pulled into webkit_unit_tests, it is making us need lockers there too, which stinks. I don't see any reason for these to exist. My speculation is that this code used to run in the browser process and was needed at that time. BUG= TEST= Review URL: http://codereview.chromium.org/6812038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80895 0039d316-1c4b-4281-b951-d872f2087c98
* Allow re-entrancy in PPB_Flash::Navigate()piman@google.com2011-04-081-0/+8
| | | | | | | | | BUG=chromium-os:13912 TEST=pandora.com Review URL: http://codereview.chromium.org/6814034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80893 0039d316-1c4b-4281-b951-d872f2087c98
* Add sync context dispatch restriction.piman@google.com2011-04-085-12/+195
| | | | | | | | | | | | | This adds a way to restrict on a per-channel basis that incoming messages may only be dispatched when that particular channel is sending a sync message (or in a message loop). It does so to the PPAPI channels, which may not introduce a sync dependency circle. BUG=chromiumos:13821 TEST=news.google.com with Pepper Flash (see bug) Review URL: http://codereview.chromium.org/6810013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80892 0039d316-1c4b-4281-b951-d872f2087c98
* Fade tab titlessail@chromium.org2011-04-084-12/+318
| | | | | | | | | | | | | | | | | | | | This change fades tab titles instead of truncating them with a "...". I tried to copy the Mac implemenation from here: http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/AppKit/GTMFadeTruncatingTextFieldCell.m but my version is not as good since I couldn't figure out how to draw text on a transparent background. BUG=69301 TEST=Ran Chromium and verified that things looked ok. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80416 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80748 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80870 Review URL: http://codereview.chromium.org/6695043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80891 0039d316-1c4b-4281-b951-d872f2087c98
* Fix endianness issue in MockWebClipboardImpl PNG encoding.dcheng@chromium.org2011-04-081-1/+2
| | | | | | | | | | | Byte order on x86 Mac is BGRA as well, not RGBA. BUG=none TEST=Ran local layout tests which haven't been committed to WebKit yet. Review URL: http://codereview.chromium.org/6816040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80890 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressionoshima@google.com2011-04-081-1/+0
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78786 TEST=none Review URL: http://codereview.chromium.org/6814036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80889 0039d316-1c4b-4281-b951-d872f2087c98
* Add nacl_modules key to extension manifestsabarth@chromium.org2011-04-084-24/+90
| | | | | | | | | This is an experimental extension feature to let extensions register NaCl modules as a handler for MIME types. Review URL: http://codereview.chromium.org/6802023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80888 0039d316-1c4b-4281-b951-d872f2087c98
* Fix buildapatrick@chromium.org2011-04-081-1/+1
| | | | | | | | TEST=compiles BUG=none Review URL: http://codereview.chromium.org/6813037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80885 0039d316-1c4b-4281-b951-d872f2087c98
* Moved code that runs in both the browser and GPU process from content/gpu to ↵apatrick@chromium.org2011-04-0850-224/+251
| | | | | | | | | | | | | | content/common/gpu. Also renamed GpuRenderThread to GpuChannelManager since that is what it really does. The only remaining dependency from content/common/gpu to content/gpu is gpu_watchdog_thread.h. Once that dependency has been reversed it should be possible to move most or all of the code in content/gpu to chrome/gpu. TEST=build, WebGL works, run by trybots. BUG=none Review URL: http://codereview.chromium.org/6793054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80883 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing memory leak in sync testoshima@google.com2011-04-081-0/+6
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78784 TEST=none Review URL: http://codereview.chromium.org/6816044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80882 0039d316-1c4b-4281-b951-d872f2087c98
* Redraw login screen components with new font when locale changes.falken@chromium.org2011-04-082-11/+15
| | | | | | | | | BUG=chromium-os:13933 TEST=manually on netbook Review URL: http://codereview.chromium.org/6811010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80881 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing memory leak in sync testoshima@google.com2011-04-081-0/+9
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78784 TEST=none Review URL: http://codereview.chromium.org/6814035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80880 0039d316-1c4b-4281-b951-d872f2087c98
* Move the concepts of tab/bar heights to the cross-platform infobar code ↵pkasting@chromium.org2011-04-0810-131/+127
| | | | | | | | | | before fixing bug 76388. BUG=none TEST=none Review URL: http://codereview.chromium.org/6810031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80879 0039d316-1c4b-4281-b951-d872f2087c98
* Remove svn:mergeinfo props from many files.pkasting@chromium.org2011-04-0813-13/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6814027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80878 0039d316-1c4b-4281-b951-d872f2087c98
* Enable crash reporting with PyAuto on ChromeOSnirnimesh@chromium.org2011-04-081-0/+22
| | | | | | | | | | | | | For chromebot (for in general for other tests), I'd like crash reporting to be turned on. R=dtu@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6813032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80877 0039d316-1c4b-4281-b951-d872f2087c98
* Collect driver vendor in linux through glXGetClientString.zmo@google.com2011-04-081-1/+34
| | | | | | | | | | | | This helps in the situation where libpci is unavailable: at least we can identify a few vendors. Unfortunately we can not run this in preliminary GPU info collection because gl binding hasn't been initialized yet. BUG=78526 TEST=bots green Review URL: http://codereview.chromium.org/6803024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80876 0039d316-1c4b-4281-b951-d872f2087c98
* Add accounts.google.com to HSTS list, with permission from Filipe Almeida.cevans@chromium.org2011-04-081-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6815020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80875 0039d316-1c4b-4281-b951-d872f2087c98