summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-20293-845/+937
| | | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6257006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71970 0039d316-1c4b-4281-b951-d872f2087c98
* Move more web widgets painting from webkit to chrome.xiyuan@chromium.org2011-01-2025-138/+951
| | | | | | | | | | | | | | | - Move linux web widgets painting code from webkit; - Move dependent resources from webkit_resources into gfx_resources and follow the pattern in net package to add resource loading support to gfx package; - Update ChromeOS theme engine to follow mocks in chromium-os:9256. BUG=chromium-os:9256 TEST=Verify default web widgets has desired look on ChromeOS. Review URL: http://codereview.chromium.org/6254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71969 0039d316-1c4b-4281-b951-d872f2087c98
* Implement RenderWidgetHostViewViews::Destroy. See RWHVGtk for reference.anicolao@google.com2011-01-201-4/+6
| | | | | | | | | TEST=manually, trybots BUG=none Review URL: http://codereview.chromium.org/6380005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up broken tests on 10.5dmaclach@chromium.org2011-01-201-11/+22
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6255006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71967 0039d316-1c4b-4281-b951-d872f2087c98
* Fix max build.sky@chromium.org2011-01-201-1/+0
| | | | | | | | | | BUG=none TEST=none TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/6249011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71966 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in r34 of the upstream NPAPI headers (Updated Cocoa IME)stuartmorgan@chromium.org2011-01-201-0/+2
| | | | | | | | | | | This skips r33 (which is unrelated) for the moment because NaCl needs changes in order to compile with r33. BUG=None TEST=None Review URL: http://codereview.chromium.org/6307009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71965 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more OWNERS files.darin@chromium.org2011-01-202-0/+2
| | | | | | | | TBR=ben Review URL: http://codereview.chromium.org/6306005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71964 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the link in the omnibox for searching history.sky@chromium.org2011-01-2018-1636/+18
| | | | | | | | | BUG=58975 TEST=none Review URL: http://codereview.chromium.org/6268005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71963 0039d316-1c4b-4281-b951-d872f2087c98
* touch: Filter touch events.sadrul@chromium.org2011-01-201-1/+9
| | | | | | | | | | | Ignore touch-move events that don't actually change the touch location. BUG=none TEST=none Review URL: http://codereview.chromium.org/6323010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71962 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up notifications so that they aren't only on Browser IOThread.dmaclach@chromium.org2011-01-205-49/+97
| | | | | | | | | | | | I wasn't thinking and realized I need to get rid of the dependency on Browser IOThread, because the service process doesn't have one. This means I can move this back to chrome/common, but I won't do that until you have finished your implementations. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6312007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71961 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up windows printing workflow.kmadhusu@chromium.org2011-01-202-67/+50
| | | | | | | | | BUG=none TEST=printing works after code change. Review URL: http://codereview.chromium.org/6374004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71960 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Organize some files into chrome/browser/ui/cocoa/content_settings/.rsesek@chromium.org2011-01-2026-38/+41
| | | | | | | | | BUG=none TEST=none R=thakis Review URL: http://codereview.chromium.org/6294008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71958 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: re-enable devtools tests.pfeldman@chromium.org2011-01-209-196/+3
| | | | | | | | BUG=69719 Review URL: http://codereview.chromium.org/6295010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71957 0039d316-1c4b-4281-b951-d872f2087c98
* Cancel any pending speech recognitions when the dispatcher host terminates.satish@chromium.org2011-01-205-11/+47
| | | | | | | | | | | | | I have not added a new test for this because the existing test is flaky and didn't seem right to add another flaky test like that. Instead I've added a TODO to add a browser test for this case once the flaky test has been fixed. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6358007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71956 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 76228:76235jorlow@chromium.org2011-01-201-1/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6271012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71955 0039d316-1c4b-4281-b951-d872f2087c98
* Added browser test for existing user controller (new user login).avayvod@chromium.org2011-01-208-17/+162
| | | | | | | | | BUG=None TEST=Run browser_tests --gtest_filter=ExistingUserControllerTest.* Review URL: http://codereview.chromium.org/6360006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71953 0039d316-1c4b-4281-b951-d872f2087c98
* Handles path absence instead of CHECKing.altimofeev@chromium.org2011-01-201-9/+12
| | | | | | | | | | | | In Chromium OS there is no 'extensions' directory, so this case should be handled correctly. BUG=chromium-os:11107,70197 TEST=login to CrOS, no crashing Review URL: http://codereview.chromium.org/6265014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71952 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for a bug that happens during Chrome Frame teardown while ↵robertshield@chromium.org2011-01-201-3/+4
| | | | | | | | | | | there are pending IPC messages to be handled. Keep the ChromeFrameAutomationProxyImpl instance alive until all messages have been handled. BUG=68869 TEST=No more crashes during handling of OnChannelError during teardown. Review URL: http://codereview.chromium.org/6250015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71951 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Update browser test after WebKit roll.hans@chromium.org2011-01-201-5/+4
| | | | | | | | | TEST=browser_tests --gtest_filter=IndexedDBBrowserTest.TransactionGetTest BUG=67323 Review URL: http://codereview.chromium.org/6248011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71950 0039d316-1c4b-4281-b951-d872f2087c98
* If user had consented for metrics reporting, send speech input request ↵satish@chromium.org2011-01-2022-145/+286
| | | | | | | | | | | | | | | | | | | | | | | origin to the server. This is the chromium side of the webkit patch https://bugs.webkit.org/show_bug.cgi?id=52718. Suggested reviewer split: wtc@ - the 2 url_fetcher.* files hans@ - rest of the files I needed to add a URLFetcher::set_referrer() method to send the origin url in the Referer header. Also I had to create a new IPC params struct for startRecognition since the number of parameters exceed what is provided by the macros. And in the process I also moved the speech input IPC messages to their own source files. BUG=none TEST=No change in functionality except additional debug info sent to server. Review URL: http://codereview.chromium.org/6308009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71949 0039d316-1c4b-4281-b951-d872f2087c98
* Add window-onerror-for-isolated-world-2.html as welljorlow@chromium.org2011-01-201-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71948 0039d316-1c4b-4281-b951-d872f2087c98
* Add some temp expectations for something Yury is working on.jorlow@chromium.org2011-01-201-1/+7
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6268007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71947 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76202:76228jorlow@chromium.org2011-01-201-1/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6355008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71946 0039d316-1c4b-4281-b951-d872f2087c98
* Remove command_execution_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-202-6/+4
| | | | | | | | | | | (This was a TODO for phajdan.jr). BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6277013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71945 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run JingleSessionTest.Connect under TSan/Wintimurrrr@chromium.org2011-01-201-0/+2
| | | | | | | | | TBR=hclam TEST=TSan/Win bot goes greener BUG=70225 Review URL: http://codereview.chromium.org/6297011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71944 0039d316-1c4b-4281-b951-d872f2087c98
* Deprecate Get/SetKeyboardLayoutPerWindow APIs (Chrome part).yusukes@google.com2011-01-205-44/+0
| | | | | | | | | BUG=chromium-os:11101 TEST=ran emerge & try. Review URL: http://codereview.chromium.org/6243009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71943 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Webkit roll 76202:76217"jorlow@chromium.org2011-01-201-1/+1
| | | | | | This reverts commit 97c5459ecba2b43d94d93899ae4e2aeeecdcb255. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71942 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 76202:76217jorlow@chromium.org2011-01-201-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6359007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71939 0039d316-1c4b-4281-b951-d872f2087c98
* Reload plugin options from user's preferences after logindpolukhin@chromium.org2011-01-201-0/+5
| | | | | | | | | | | Previously PluginService::InitGlobalInstance was called only from BrowserMain i.e. before user profile is mounted. This change adds options reload when user profile is available. I checked boot times are not affected by this change. BUG=chromium-os:7556 TEST=Manual, see issue Review URL: http://codereview.chromium.org/6299010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71938 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 644.0 to 645.0chrome-release@google.com2011-01-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71936 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Temporarily disable part of IndexedDBBrowsertest.TransactionGetTest.hans@chromium.org2011-01-201-3/+5
| | | | | | | | | | | | This should be updated and enabled again once the WebKit side is rolled in. BUG=67323 TEST=browser_tests Review URL: http://codereview.chromium.org/6274008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71934 0039d316-1c4b-4281-b951-d872f2087c98
* A workaround for Bug 36939.hbono@chromium.org2011-01-201-1/+2
| | | | | | | | | | This change just adds a boundary check to prevent |minimize_button_offset| from exceeding the frame width and to mitigate its pain. (This is not a real fix since the frame width is not equal to the offset to the minimize button of Windows. Nevertheless, it may be a good idea that a whole tab strip is always rendered inside of its parent frame.) BUG=36939 TEST=run chrome on Win7 PC whose DPI is 144, open 20 tabs, and verify we can see a '+' (newtab) button. Review URL: http://codereview.chromium.org/6258007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71933 0039d316-1c4b-4281-b951-d872f2087c98
* Mark TtsApiTest.Provide as flaky on Windows.isherman@chromium.org2011-01-201-1/+7
| | | | | | | | | | BUG=70198 TEST=greener tree TBR= dmazzoni@chromium.org Review URL: http://codereview.chromium.org/6382001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71932 0039d316-1c4b-4281-b951-d872f2087c98
* Mark IFrameTest.InEmptyFrame and ↵isherman@chromium.org2011-01-202-2/+14
| | | | | | | | | | | | PopupBlockerBrowserTest.PopupBlockedPostBlank as flaky on ChromeOS BUG=70192 TEST=greener tree TBR= estade@chromium.org, oshima@chromium.org Review URL: http://codereview.chromium.org/6366005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71931 0039d316-1c4b-4281-b951-d872f2087c98
* Mark PrintPreviewUITest.PrintCommandDisabled flakyisherman@chromium.org2011-01-201-1/+2
| | | | | | | | | | BUG=69389 TEST=greener tree TBR= thestig@chromium.org Review URL: http://codereview.chromium.org/6273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71930 0039d316-1c4b-4281-b951-d872f2087c98
* Enable NaCl UI test to test basic integration between Chrome and NaClabarth@chromium.org2011-01-202-9/+9
| | | | | | | | | | Contains NaCl roll as well to pick up the test data. TBR=noelallen Review URL: http://codereview.chromium.org/6275007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71929 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt #3 to fix up the build file, this time run through the trybots.anicolao@google.com2011-01-201-2/+2
| | | | | | | | | | TBR=sky@chromium.org BUG=70086 TEST=manual build of reported problem and trybots Review URL: http://codereview.chromium.org/6356005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71928 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashy SSLUITest.TestRedirectHTTPToGoodHTTPSphajdan.jr@chromium.org2011-01-201-1/+2
| | | | | | | | | | TBR=jcivelli BUG=70216 TEST=browser_tests Review URL: http://codereview.chromium.org/6361006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71927 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 71925 - WebKit roll 76202:76204dimich@chromium.org2011-01-201-1/+1
| | | | | | | | | | | To trigger build. Review URL: http://codereview.chromium.org/6242008 This roll contained a Windows compile break coming from r76203 TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/6317008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71926 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 76202:76204dimich@chromium.org2011-01-201-1/+1
| | | | | | | | To trigger build. Review URL: http://codereview.chromium.org/6242008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71925 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary disable failing Layout Tests.dimich@chromium.org2011-01-201-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71923 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 76199:76202dimich@chromium.org2011-01-201-1/+1
| | | | | | | | Pick up Linux layout tests fix. Review URL: http://codereview.chromium.org/6262007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71922 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 76122:76199dimich@chromium.org2011-01-201-1/+1
| | | | | | | | TBR=jknotten Review URL: http://codereview.chromium.org/6352008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71921 0039d316-1c4b-4281-b951-d872f2087c98
* Build the views unittests in the builder targer. Also fix ordering.nsylvain@chromium.org2011-01-201-6/+7
| | | | | | Review URL: http://codereview.chromium.org/6347011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71918 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove views unittests from unit_tests executable.tfarina@chromium.org2011-01-201-16/+0
| | | | | | | | | | | | | They were already moved to a separate executable called views_unittests. (This was a TODO for jcampan). BUG=64211 TEST=trybots Review URL: http://codereview.chromium.org/6342008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71914 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug introduced by RegKey change and corresponding unit test.amit@chromium.org2011-01-202-3/+2
| | | | | | | | | BUG=70092 TEST=GoogleUpdateTest.StatsConsent Review URL: http://codereview.chromium.org/6339005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71913 0039d316-1c4b-4281-b951-d872f2087c98
* Remove locale_settings_or.xtb (Oriya), which was not removed by mistakejshin@chromium.org2011-01-201-63/+0
| | | | | | | | | | | | | | | in r42655 (http://codereview.chromium.org/1144001 ). The corresponding grd file does not refer to this file. So, removing this file is purely a tree clean-up. BUG=38001 TEST=NONE (build just fine). TBR=tony Review URL: http://codereview.chromium.org/6323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71911 0039d316-1c4b-4281-b951-d872f2087c98
* base/i18n: Add namespace i18n to CharIterator.tfarina@chromium.org2011-01-206-19/+34
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6355005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71910 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-201-0/+3
| | | | | | | | | | | This is a very simple scheduler that targets 100fps. BUG=64848 TEST=layout tests Review URL: http://codereview.chromium.org/6136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71909 0039d316-1c4b-4281-b951-d872f2087c98
* Make tweaks to password UI following today's UI review: added a learn more ↵johnnyg@chromium.org2011-01-204-7/+22
| | | | | | | | | | | link on the encryption tab and reduced the amount of text slightly. Made the dialog slightly taller so that everything fits more comfortably without the risk of overlapping elements. BUG=69624 TEST=none Review URL: http://codereview.chromium.org/6291008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71908 0039d316-1c4b-4281-b951-d872f2087c98