summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused test command-line switches.phajdan.jr@chromium.org2011-08-255-22/+3
| | | | | | | | BUG=none Review URL: http://codereview.chromium.org/7743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98263 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove NativeTextButton::SetLabel() and replace all call sites with ↵tfarina@chromium.org2011-08-257-18/+7
| | | | | | | | | | | | | | | SetText(). Note: This was a TODO added by rogerta@chromium.org BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7717028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98259 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98258 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 93765:93781.podivilov@chromium.org2011-08-252-6/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98257 0039d316-1c4b-4281-b951-d872f2087c98
* quiet failing mac webkit tests againkerz@chromium.org2011-08-251-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98256 0039d316-1c4b-4281-b951-d872f2087c98
* This part of the original WebKit r93717 roll didn't get re-landed when levin ↵pkasting@chromium.org2011-08-251-2/+0
| | | | | | | | | | | re-rolled. BUG=none TEST=none TBR=levin Review URL: http://codereview.chromium.org/7748019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98255 0039d316-1c4b-4281-b951-d872f2087c98
* Followup comments to r98147.jam@chromium.org2011-08-252-1/+2
| | | | | | Review URL: http://codereview.chromium.org/7744028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98254 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed continue window bugs and added 60s auto-shutdown timeout.jamiewalch@google.com2011-08-256-13/+61
| | | | | | | | | BUG=92415 TEST=Manual Review URL: http://codereview.chromium.org/7714026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98253 0039d316-1c4b-4281-b951-d872f2087c98
* Backport more SQLite changes to enable system-sqlite experiments.phajdan.jr@chromium.org2011-08-254-231/+1057
| | | | | | | | BUG=22208 Review URL: http://codereview.chromium.org/7629003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98252 0039d316-1c4b-4281-b951-d872f2087c98
* Add code to keep track of what fraction of pageviews are top sites.tburkard@chromium.org2011-08-254-3/+99
| | | | | | | | | This code will be removed again once histograms have been collected (prior to the M15 branchpoint). R=cbentzel@chromium.org, dominich@chromium.org Review URL: http://codereview.chromium.org/7741002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98250 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for a memory corruption.mad@chromium.org2011-08-252-4/+115
| | | | | | | | | | | | | | | As identified by http://crbug.com/90867, we sometimes leaked render view hosts by overwriting them in the swapped out map of the render view host manager. This should not happen (two different hosts with the same instance id) and will eventually be fixed, but in the mean time this CL recovers from that problem and prevent the leak, and also the memory corruptions that were caused by it. The memory corruption were caused by the fact that the leaked host would not be told when their delegate_ would die and might try to call them post-mortem. BUG=90867 TEST=RenderViewHostManagerTest.LeakingRenderViewHosts Review URL: http://codereview.chromium.org/7725005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98249 0039d316-1c4b-4281-b951-d872f2087c98
* Misc. minor doc improvements (mostly new links).kathyw@chromium.org2011-08-254-10/+18
| | | | | | | | | | I'd apply these to all doc channels. BUG=none TEST=none Review URL: http://codereview.chromium.org/7744001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98248 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 98236 - Adding a Views scrollbar implementation.jbates@chromium.org2011-08-2513-1511/+588
| | | | | | | | | | | | | BUG= TEST=Verified basic functionality using views_examples. Review URL: http://codereview.chromium.org/7669028 Patch from Daniel Nicoara <dnicoara@chromium.org>. TBR=backer@chromium.org Review URL: http://codereview.chromium.org/7749007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98246 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98243 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "WebKit roll 93765:93781."podivilov@chromium.org2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98242 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of all chrome includes from RenderWidgetHostViewWin. We'll want to ↵jam@chromium.org2011-08-257-18/+39
| | | | | | | | move this to content so that the content browser can reuse all this code. Review URL: http://codereview.chromium.org/7741006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98240 0039d316-1c4b-4281-b951-d872f2087c98
* Fix deps.ben@chromium.org2011-08-251-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98238 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a Views scrollbar implementation.backer@chromium.org2011-08-2513-588/+1511
| | | | | | | | | | BUG= TEST=Verified basic functionality using views_examples. Review URL: http://codereview.chromium.org/7669028 Patch from Daniel Nicoara <dnicoara@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98236 0039d316-1c4b-4281-b951-d872f2087c98
* Add Aura support to views:ben@chromium.org2011-08-2514-37/+592
| | | | | | | | | | | | | - change aura GYP_DEFINE to use_aura to be consistent with other switches - add gfx::NativeView/Window typedefs - add NativeWidgetAura/etc. - update some ifdefs and includes to build on windows. http://crbug.com/93944 TEST=none Review URL: http://codereview.chromium.org/7741001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98234 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-2522-237/+529
| | | | | | | | | | | | | | | PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Review URL: http://codereview.chromium.org/7633040 TBR=twiz@chromium.org,jbates@chromium.org, dpolukhin@chromium.org, sanjeevr@chromium.org Review URL: http://codereview.chromium.org/7754001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98233 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98232 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 93765:93781.podivilov@chromium.org2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98231 0039d316-1c4b-4281-b951-d872f2087c98
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-2522-529/+237
| | | | | | | | | | | | PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Review URL: http://codereview.chromium.org/7633040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98230 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash with network menu in status area on Chrome OSdpolukhin@chromium.org2011-08-251-0/+1
| | | | | | | | | BUG=57890 TEST=manual Review URL: http://codereview.chromium.org/7745019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98229 0039d316-1c4b-4281-b951-d872f2087c98
* Make unit_tests runnable on Lion without crashing. Now tests just fail.rsesek@chromium.org2011-08-252-2/+16
| | | | | | | | | | | | | | | | The following tests fail: BrowserWindowFullScreenControllerTest.TestFullscreenNotLion BrowserWindowFullScreenControllerTest.TestActivateNotLion FramedBrowserWindowTest.WindowWidgetLocation HoverImageButtonTest.ImageSwap HoverImageButtonTest.Opacity BUG=93925,93926 TEST=Run unit_tests on Lion and don't crash. Review URL: http://codereview.chromium.org/7715012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98228 0039d316-1c4b-4281-b951-d872f2087c98
* Always enable roaming for cellular operators that don't work without itdpolukhin@chromium.org2011-08-255-15/+70
| | | | | | | | | BUG=chrome-os-partner:5370 TEST=build Review URL: http://codereview.chromium.org/7745018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98227 0039d316-1c4b-4281-b951-d872f2087c98
* There are times on the Mac when pipe names of 0 length may occur. Let the ↵dmaclach@chromium.org2011-08-252-3/+21
| | | | | | | | | | | | | caller handle the error instead of aborting here. BUG=75518 TEST=BUILD Review URL: http://codereview.chromium.org/7743001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98225 0039d316-1c4b-4281-b951-d872f2087c98
* Don't sync or migrate obsolete preferences in the incognito host content ↵markusheintz@chromium.org2011-08-251-12/+14
| | | | | | | | | | | | settings map. BUG=93366 TEST=TODO Review URL: http://codereview.chromium.org/7740011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98224 0039d316-1c4b-4281-b951-d872f2087c98
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-2529-205/+226
| | | | | | | | | | | | | | | | | | | | | | | | | This function should simplify some constructions. Instead of: if (!value->IsType(Value::TYPE_LIST)) return false; ListValue* list_value = static_cast<ListValue*>(value); You can do: ListValue* list_value = value->AsList(); if (!list_value) return false; BUG=None TEST=base_unittests --gtest_filter=Values* R=evan@chromium.org,tony@chromium.org Review URL: http://codereview.chromium.org/7714004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98223 0039d316-1c4b-4281-b951-d872f2087c98
* Make the mac service process handling code clean itself up properly as far ↵dmaclach@chromium.org2011-08-258-59/+108
| | | | | | | | | | | | | | | | | | | | | | | as launchd is concerned. Note new documentation at https://sites.google.com/a/chromium.org/dev/developers/design-documents/service-processes BUG=None TEST= 1) Build. 2) Launch Chromium with cloud print disabled. 3) Start Terminal 4) launchctl list 5) You should not see any org.chromium.Chromium.framework.service_process/* processes listed 6) Go to Preferences in chromium 7) launchctl list 8) You should now see a org.chromium.Chromium.framework.service_process/* process 9) Quit chromium 10) launchctl list 11) There should not be any org.chromium.Chromium.framework.service_process/* processes anymore Review URL: http://codereview.chromium.org/7736002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98221 0039d316-1c4b-4281-b951-d872f2087c98
* renderer: Use v8::Array::Cast to cast the return value of Arguments.tfarina@chromium.org2011-08-251-1/+1
| | | | | | | | | | | BUG=None TEST=None R=tonyg@chromium.org Review URL: http://codereview.chromium.org/7715031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98220 0039d316-1c4b-4281-b951-d872f2087c98
* suppress menu-related CrOS leaks.thakis@chromium.org2011-08-251-0/+53
| | | | | | | | | | BUG=94228 TEST=none TBR=sky Review URL: http://codereview.chromium.org/7744022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98219 0039d316-1c4b-4281-b951-d872f2087c98
* Renaming BidiCheckerWebUITest.cc/h to bidi_checker_web_ui_test.cc/hjeremy@chromium.org2011-08-253-3/+3
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7749005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98218 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98217 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 93717:93765.podivilov@chromium.org2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98216 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 862.0 to 863.0chrome-release@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98209 0039d316-1c4b-4281-b951-d872f2087c98
* More input focus fixoshima@google.com2011-08-251-3/+5
| | | | | | | | | | | | | OnKeyEvent should create IM object if necessary NULL check in OnActivate TBR=penghuang@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7748013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98206 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98203 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r93717.levin@chromium.org2011-08-252-2/+2
| | | | | | | | | | | | | | Fix PPAPITest.PostMessage test which relied on the buggy behavior of postMessage that had null for the ports property (which has been fixed in this WebKit roll). BUG=94182 TEST=none TBR=podivilov Review URL: http://codereview.chromium.org/7745015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98202 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor AudioInputDevice to remove race conditions and allow more flexible ↵henrika@chromium.org2011-08-254-34/+86
| | | | | | | | | | | | | | | | calling sequences. It also ensures that the AudioInputDevice can be destroyed during an active audio session without crashing. This CL is a summary of http://codereview.chromium.org/7497025, i.e., it removes potential race conditions but in a more "lightweight" manner. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7661017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98198 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98197 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 3.5.8ricow@chromium.org2011-08-251-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7715027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98196 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in PPB_URLRequestInfo::ToWebURLRequestkinuko@chromium.org2011-08-251-1/+1
| | | | | | | | | BUG=http://crosbug.com/19597 TEST=no crash Review URL: http://codereview.chromium.org/7747010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98195 0039d316-1c4b-4281-b951-d872f2087c98
* Completely random typo fixes and style corrections cleanup.fischman@chromium.org2011-08-256-86/+69
| | | | | | | | | | | | | Accumulated these while spelunking into the fast-forward issue, but now that's on hold figured I'd send these out for cleanup. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7726002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98194 0039d316-1c4b-4281-b951-d872f2087c98
* Fullscreen JS API implementation.koz@chromium.org2011-08-2516-4/+177
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7461059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98193 0039d316-1c4b-4281-b951-d872f2087c98
* temporary make build fixthakis@chromium.org2011-08-251-1/+1
| | | | | | | | | | BUG=91675 TEST=none TBR=mark Review URL: http://codereview.chromium.org/7746007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98192 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-251-3/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98191 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling new nacl into chrome, which now uses a single ppapi copy.bradnelson@google.com2011-08-253-8/+9
| | | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/7750001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98190 0039d316-1c4b-4281-b951-d872f2087c98
* GetViewBounds should use screen coordinates but not parents.oshima@google.com2011-08-251-4/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7745002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98189 0039d316-1c4b-4281-b951-d872f2087c98
* Add mock classes for Bus, ObjectProxy, and ExportedObject.satorux@chromium.org2011-08-2511-7/+411
| | | | | | | | | | | | Also add mock_unittest.cc that demonstrates how to mock synchronos and asynchronos D-Bus method calls. BUG=90036 TEST=dbus_unittests Review URL: http://codereview.chromium.org/7714030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98188 0039d316-1c4b-4281-b951-d872f2087c98