summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-11113-680/+0
| | | | | | | | | | | | | | | | | These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of RenderWidgetHostDestroyed method in the various classes. ↵jam@chromium.org2011-07-1111-70/+33
| | | | | | | | | RenderWidgetHost fires a notification and also calls RenderWidgetHostView. The notification was being observed by TabContents, which calls TabContentsView which tells the RenderWidgetHostView and RenderViewHostDelegateHelper. So I took out the extra indirection which was redundant, and just made RenderViewHostDelegateHelper observe the notification itself. BUG=87702 Review URL: http://codereview.chromium.org/7324057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92045 0039d316-1c4b-4281-b951-d872f2087c98
* Mark TimeConversion.Time as failing on linux.zea@chromium.org2011-07-111-1/+7
| | | | | | | | | | R=rdsmith@chromium.org BUG=88971 TEST= Review URL: http://codereview.chromium.org/7339001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92044 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor ChromeDriver tests to use new ChromeDriverFactory instead ofkkania@chromium.org2011-07-1110-440/+563
| | | | | | | | | | | creating a new server for each test. Also, allow test filtering based on a command-line option. BUG=none TEST=none Review URL: http://codereview.chromium.org/7237061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92042 0039d316-1c4b-4281-b951-d872f2087c98
* Revert clear removal from last week. It turns out the window is green in ↵ben@chromium.org2011-07-112-2/+7
| | | | | | | | | | | | | debug builds only if the clear is not done. Weird, since I was able to see glass when I tested this earlier. Also converts one GetNativeView() check to native_widget() since they are now equivalent. BUG=none TEST=win7, glass mode, debug build, browser frame should not be green TBR=sky Review URL: http://codereview.chromium.org/7338002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92041 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream android net related code (part 1)michaelbai@google.com2011-07-117-13/+51
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7277057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92040 0039d316-1c4b-4281-b951-d872f2087c98
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-114-9/+20
| | | | | | | | | BUG=chromium:85585 TEST=run views_examples Review URL: http://codereview.chromium.org/7237064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92039 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testSpecialURLTabsnirnimesh@chromium.org2011-07-111-0/+2
| | | | | | | | | BUG=88574 TEST= Review URL: http://codereview.chromium.org/7285036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92038 0039d316-1c4b-4281-b951-d872f2087c98
* Mark various tests as flaky/disabled.rdsmith@chromium.org2011-07-112-2/+5
| | | | | | | | | | BUG=88937 BUG=88933 BUG=88959 Review URL: http://codereview.chromium.org/7327039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92037 0039d316-1c4b-4281-b951-d872f2087c98
* Remove incorrect optimization for plugin binding. This would cause incorrectbrettw@chromium.org2011-07-112-15/+2
| | | | | | | | | | | | | | | | | | | | invalidations when changing the bound graphics 2d of an instance. The optimization is also no longer important since the new paint manager will do the opposite of what the comment for the optimization was saying. The paint manager now has plugins paint into the offscreen bitmap and then flush the completed new image data to the instance all at once. The sequence of operations that causes the problem is to bind a device and paint it (order unimportant). Then bind a new fresh one at a smaller size, and then paint it. Because of this optimization, the second bind wouldn't invalidate, and then the subsequent paints to it would not invalidate outside of the bounds of the new Graphics2D. BUG=81475 Review URL: http://codereview.chromium.org/7326022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92036 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed mode header display bug and made our methods for hiding elements more ↵jamiewalch@google.com2011-07-112-40/+13
| | | | | | | | | | | consistent. BUG= TEST= Review URL: http://codereview.chromium.org/7324034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92035 0039d316-1c4b-4281-b951-d872f2087c98
* Mark PPAPI.Transport as flakyzea@chromium.org2011-07-111-1/+2
| | | | | | | | | | TBR=rdsmith@chromium.org BUG=84294 TEST= Review URL: http://codereview.chromium.org/7333013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92034 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for Clang.gman@chromium.org2011-07-112-19/+31
| | | | | | | | | | | | | | | | | | | | | Note: These errors make no sense to me. I have tons of other code exactly like this. I don't know why those work in clang and this doesn't TEST=compiled on clang BUG=none TBR=apatrick@chromium.org Move VertexAttribManager to another file. Just trying to slowly pair down gles2_cmd_decoder.cc TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/7333012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92033 0039d316-1c4b-4281-b951-d872f2087c98
* Move VertexAttribManager to another file.gman@chromium.org2011-07-115-258/+481
| | | | | | | | | | | | | Just trying to slowly pair down gles2_cmd_decoder.cc TEST=unit tests BUG=none R=apatrick@chromium.org Review URL: http://codereview.chromium.org/7331023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92029 0039d316-1c4b-4281-b951-d872f2087c98
* Special-case special tab tests for chrome branding and re-enable.tsepez@chromium.org2011-07-112-17/+55
| | | | | | | BUG=88574 Review URL: http://codereview.chromium.org/7328023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92027 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile failure in official builders.jam@chromium.org2011-07-111-5/+5
| | | | | | | TBR=ananta Review URL: http://codereview.chromium.org/7324056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92026 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA to NewTabContents histograms so they'll be uploaded.mmenke@chromium.org2011-07-111-2/+8
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7298006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92023 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a race condition between moving plugins andmmenke@chromium.org2011-07-111-12/+13
| | | | | | | | | | visibility change notifications. BUG=88100 TEST=none Review URL: http://codereview.chromium.org/7291026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92022 0039d316-1c4b-4281-b951-d872f2087c98
* Fix extension docs generationasargent@chromium.org2011-07-111-2/+2
| | | | | | | | | | | | | | It turns out we were using a javascript reserved word as a bare identifier in a jstemplate expression. We just need to prefix it with $this (bare identifiers like this in jsdisplay expressions normally get an implicit $this). BUG=88706 TEST=Run docs generation script at chrome/common/extensions/docs/build/build.py and verify that all the "enum" spans don't lose their display: none style. Review URL: http://codereview.chromium.org/7327028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92020 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a redundant call to chrome::RegisterPathProvider which causes a ↵robertshield@chromium.org2011-07-111-1/+3
| | | | | | | | | | | DCHECK() while running the Chrome Frame net tests in debug mode. BUG=NONE TEST=Chrome Frame net tests do not dcheck. TBR=ananta Review URL: http://codereview.chromium.org/7335008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92019 0039d316-1c4b-4281-b951-d872f2087c98
* Add owners file to policy template directorymarkusheintz@chromium.org2011-07-111-0/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7328014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92018 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-115-89/+411
| | | | | | | | | | | | | | | | (Re-land with memory leak fix) - Realize WebSocketJob's internal protocol switch to SPDY using SpdyWebSocketStream - Add simple test to verify connection over SPDY BUG=42320 TEST=net_unittests --gtest_filter=WebSocketJobTest\* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91997 Review URL: http://codereview.chromium.org/7185032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92017 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92016 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 90736:90752yurys@chromium.org2011-07-111-1/+1
| | | | | | | | | | TBR=ojan BUG=None TEST=None Review URL: http://codereview.chromium.org/7335011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92015 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused include.qsr@chromium.org2011-07-111-3/+1
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7326041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92013 0039d316-1c4b-4281-b951-d872f2087c98
* Properly account for all color channels when checking for overflow in imagebrettw@chromium.org2011-07-111-1/+1
| | | | | | | | | creation. BUG=88729 Review URL: http://codereview.chromium.org/7326021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92012 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor ChunkDemuxer initialization so INFO & TRACKS elements are passed ↵acolwell@chromium.org2011-07-117-198/+192
| | | | | | | | | | | via appendData(). BUG=86536 TEST=ChunkDemuxerTest.* Review URL: http://codereview.chromium.org/7329026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92011 0039d316-1c4b-4281-b951-d872f2087c98
* Add a 'Delete' option in the bookmark editor dialog for gtk and windows.sadrul@chromium.org2011-07-117-9/+129
| | | | | | | | | BUG=36390 TEST=manually Review URL: http://codereview.chromium.org/7248067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92010 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 92006 - Make the host name verification conform to rfc6125joth@chromium.org2011-07-114-290/+121
| | | | | | | | | | | | | | | | | - its making Windows net_unittests hang on startup e.g. http://build.chromium.org/p/chromium/builders/XP%20Tests%20%282%29/builds/5386/steps/net_unittests/logs/stdio Full IP support Add suppport for partial wildcards in hostnames BUG=62973 TEST=X509CertificateNameVerifyTest.VerifyHostname Review URL: http://codereview.chromium.org/7218011 TBR=joth@chromium.org Review URL: http://codereview.chromium.org/7329046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92009 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92008 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.4.11sgjesse@google.com2011-07-112-1/+4
| | | | | | | | | | R=ricow@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7329044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92007 0039d316-1c4b-4281-b951-d872f2087c98
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-114-121/+290
| | | | | | | | | | | | Full IP support Add suppport for partial wildcards in hostnames BUG=62973 TEST=X509CertificateNameVerifyTest.VerifyHostname Review URL: http://codereview.chromium.org/7218011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92006 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92005 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 90733:90736yurys@chromium.org2011-07-111-1/+1
| | | | | | | | | | TBR=ojan BUG=None TEST=None Review URL: http://codereview.chromium.org/7326040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92004 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 91997 - Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-115-410/+87
| | | | | | | | | | | | | | | - Realize WebSocketJob's internal protocol switch to SPDY using SpdyWebSocketStream - Add simple test to verify connection over SPDY BUG=42320 TEST=net_unittests --gtest_filter=WebSocketJobTest\* Review URL: http://codereview.chromium.org/7185032 TBR=toyoshim@chromium.org Review URL: http://codereview.chromium.org/7333006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92003 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92002 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 90661:90733yurys@chromium.org2011-07-111-1/+1
| | | | | | | | | | TBR=ojan BUG=None TEST=None Review URL: http://codereview.chromium.org/7335005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92001 0039d316-1c4b-4281-b951-d872f2087c98
* Make safe browsing optional at compile time.torne@chromium.org2011-07-1114-7/+120
| | | | | | | | | Introduce a gyp variable "safe_browsing" which can be set to 0 to remove safe browsing code at compile time. Review URL: http://codereview.chromium.org/7227013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92000 0039d316-1c4b-4281-b951-d872f2087c98
* The NET_API change got swallowed by the automerge grrr :(pastarmovj@chromium.org2011-07-111-1/+1
| | | | | | | | | | BUG=63658 TEST=none TBR=mnissler@chromium.org Review URL: http://codereview.chromium.org/7324045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91999 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce a policy to control the maximal number of connections per proxy ↵pastarmovj@chromium.org2011-07-1112-9/+60
| | | | | | | | | | | server. BUG=63658 TEST=All policy unit_tests should pass. Review URL: http://codereview.chromium.org/7326017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91998 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-115-87/+410
| | | | | | | | | | | | - Realize WebSocketJob's internal protocol switch to SPDY using SpdyWebSocketStream - Add simple test to verify connection over SPDY BUG=42320 TEST=net_unittests --gtest_filter=WebSocketJobTest\* Review URL: http://codereview.chromium.org/7185032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91997 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 817.0 to 818.0chrome-release@google.com2011-07-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91996 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: bundle same-process tasks with one rowyoshiki@chromium.org2011-07-116-85/+331
| | | | | | | | | | | | | | Task manager should bundle same-process tasks to make select them easier. As this CL, the same-process resources are grouped and WebUI task manager treats tasks not as resource-by-resource but as group-by-group. Converting between index of resource and index of group is in task_manager_handler.cc. BUG=chromium-os:13885 TEST=manual on chromeos-chrome in Linux Review URL: http://codereview.chromium.org/7329014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91994 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid calling a synchronous X call in OnCapslockChange().yusukes@google.com2011-07-116-23/+17
| | | | | | | | | BUG=chromium-os:11690 TEST=manual Review URL: http://codereview.chromium.org/7329019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91993 0039d316-1c4b-4281-b951-d872f2087c98
* Change the order of the list so US intl is selected as the default layout ↵yusukes@google.com2011-07-112-8/+10
| | | | | | | | | | | | | when UI language is Dutch This CL depends on http://codereview.chromium.org/7331009/. BUG=chromium-os:15580 TEST=manual Review URL: http://codereview.chromium.org/7331012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91992 0039d316-1c4b-4281-b951-d872f2087c98
* fix compile error that just started happening on linux views builders, not ↵jam@chromium.org2011-07-111-1/+0
| | | | | | sure why git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91991 0039d316-1c4b-4281-b951-d872f2087c98
* fix linux views buildjam@chromium.org2011-07-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91990 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TabContentsView methods that just call to the delegate, and have them ↵jam@chromium.org2011-07-1130-405/+185
| | | | | | | | | be part of the delegate interface instead. This is towards making TabContentsView just an interface. BUG=87702 Review URL: http://codereview.chromium.org/7277027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91989 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for http://crbug.com/88863.satorux@chromium.org2011-07-111-0/+16
| | | | | | | | | | BUG=88863 TEST=memory waterfall should go green TBR=thakis Review URL: http://codereview.chromium.org/7237072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91988 0039d316-1c4b-4281-b951-d872f2087c98
* Build fixes for the linux touch build. The ↵ananta@chromium.org2011-07-114-24/+27
| | | | | | | | | | | | | | render_widget_host_view_views_touch.cc was checked in due to a stupid global find and replace :( Reverting to the revision before my CL. The other changes are basically fixing the notification names. BUG=none TEST=it compiles TBR=joi Review URL: http://codereview.chromium.org/7334004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91987 0039d316-1c4b-4281-b951-d872f2087c98